From 50fb58286ed3b718c39a97e0987ee7561a295651 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 04 七月 2025 17:56:41 +0800 Subject: [PATCH] git ch --- server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java b/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java index b31921d..0555a2a 100644 --- a/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java +++ b/server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java @@ -173,6 +173,10 @@ @TableField(exist = false) private Integer signType; + @ApiModelProperty(value = "鎵规敼鎻愰啋鏃堕棿 HH:mm") + @TableField(exist = false) + private String correctWarnTime; + @ApiModelProperty(value = "鏂规绫诲瀷 0鐩翠繚 1濮旀墭鎶曚繚") @TableField(exist = false) private Integer solutionType; @@ -295,7 +299,4 @@ return taxesInvoicingVO; } - @ApiModelProperty(value = "鍦ㄧ嚎绛剧珷鍦板潃") - @TableField(exist = false) - private String signLink; } -- Gitblit v1.9.3