From c35d4cc65b01b0a3b88e88f25d485d38b1ef12bd Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 20 五月 2025 10:35:13 +0800 Subject: [PATCH] 提交一把 --- 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