From 39ae52b3f65e2bba3b6570adb51e791cb3befff7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 02 七月 2025 16:32:29 +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