From 49864198306482dc8c28a519ba7291cfe3a6f562 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 01 四月 2024 15:56:32 +0800 Subject: [PATCH] git ch --- server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java b/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java index 4bda0a5..21fd79b 100644 --- a/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java +++ b/server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java @@ -11,6 +11,7 @@ import com.fasterxml.jackson.annotation.JsonFormat; import java.util.Date; import java.math.BigDecimal; +import java.util.List; /** * 鍚堝苟鎶曚繚鍗曚俊鎭〃 @@ -124,7 +125,13 @@ @ApiModelProperty(value = "鏈嶅姟澶╂暟") @TableField(exist = false) private Integer serviceDays; + @ApiModelProperty(value = "鎶曚繚浜烘暟") @TableField(exist = false) private Integer insureNum; + + + @ApiModelProperty(value = "鏃ュ織璁板綍") + @TableField(exist = false) + private List<ApplyLog> applyLogList; } -- Gitblit v1.9.3