From 2fe8bdc756dca24e7b62b99423b64c9b674faa9d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 07 六月 2024 17:33:58 +0800
Subject: [PATCH] git ch

---
 server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 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 3009e5b..4bce582 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
@@ -135,6 +135,10 @@
     @ExcelColumn(name="鎬昏垂鐢�")
     private BigDecimal fee;
 
+    @ApiModelProperty(value = "鏈嶅姟璐�")
+    @ExcelColumn(name="鏈嶅姟璐�")
+    private BigDecimal serverCost;
+
     @ApiModelProperty(value = "鍦ㄧ嚎纭涔﹀悎鍚屽彿")
     @ExcelColumn(name="鍦ㄧ嚎纭涔﹀悎鍚屽彿")
     private String signQrsNo;
@@ -142,6 +146,14 @@
     @ApiModelProperty(value = "浜哄憳鍚嶅崟绛剧讲鍚堝悓鍙�")
     @ExcelColumn(name="浜哄憳鍚嶅崟绛剧讲鍚堝悓鍙�")
     private String signMemberListNo;
+
+
+    @ApiModelProperty(value = "鍛ㄦ湡缁撴潫鏃ユ湡 锛�2022-02-02 23:59:59锛�")
+    @ExcelColumn(name="鍛ㄦ湡缁撴潫鏃ユ湡 锛�2022-02-02 23:59:59锛�")
+//    @DateTimeFormat(pattern = "yyyy-MM-dd")
+//    @JsonFormat(pattern="yyyy-MM-dd")
+    private Date finalEndTime;
+
 
     @ApiModelProperty(value = "浼佷笟鍚嶇О")
     @TableField(exist = false)
@@ -195,6 +207,13 @@
     @TableField(exist = false)
     private Multifile baoxiandanFile;
 
+    @ApiModelProperty(value = "鐢宠鍗曞璞�")
+    @TableField(exist = false)
+    private Multifile shenqingdanFile;
+    @ApiModelProperty(value = "绛剧讲鍚庢柟妗堢‘璁や功瀵硅薄")
+    @TableField(exist = false)
+    private Multifile fanganFile;
+
     @ApiModelProperty(value = "鏃ュ織璁板綍")
     @TableField(exist = false)
     private List<ApplyLog> applyLogList;

--
Gitblit v1.9.3