From 6fb727669795f9b62ea103da8874ebe856b294da Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 22 一月 2024 11:07:23 +0800 Subject: [PATCH] 开发业务接口 --- server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java | 10 ++++++++++ 1 files changed, 10 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 65ab2a4..2a262d6 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 @@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.annotation.TableField; import com.doumee.core.annotation.excel.ExcelColumn; +import com.doumee.core.utils.Constants; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import com.baomidou.mybatisplus.annotation.IdType; @@ -135,8 +136,17 @@ @ApiModelProperty(value = "鏈嶅姟澶╂暟") @TableField(exist = false) private Integer serviceDays; + @ApiModelProperty(value = "鎶曚繚鍗曞璞�") + @TableField(exist = false) + private Multifile toubaodanFile; + @ApiModelProperty(value = "淇濋櫓鍗曞璞�") + @TableField(exist = false) + private Multifile baoxiandanFile; @ApiModelProperty(value = "鏃ュ織璁板綍") @TableField(exist = false) private List<ApplyLog> applyLogList; + @ApiModelProperty(value = "澶勭悊浼佷笟鐢宠鐘舵�� 0鍚屾剰 1椹冲洖") + @TableField(exist = false) + private int dealBackApply; } -- Gitblit v1.9.3