From e63e56a1b45bc2025147f7f91d248f93a43deb7a Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 12 四月 2024 15:10:41 +0800 Subject: [PATCH] git ch --- server/service/src/main/java/com/doumee/dao/business/model/InsuranceApply.java | 19 ++++++++++++++++--- 1 files changed, 16 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 9faba2b..65b1e31 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 @@ -108,8 +108,12 @@ @ExcelColumn(name="鍚堝苟鍗曠紪鐮侊紙鍏宠仈union_apply)") private Integer unionApplyId; - @ApiModelProperty(value = "鍚堝苟鍗�-鎶曚繚鍗曠姸鎬� 0=鏈笂浼�;1=宸蹭笂浼�;2=宸茬缃�", example = "1") + @ApiModelProperty(value = "鍚堝苟鍗�-鎶曚繚鍗曠姸鎬� 0=鏈笂浼�;1=宸蹭笂浼�;2=宸茬缃�;3=宸蹭笂浼犱繚闄╁崟", example = "1") private Integer unionApplyTbdStatus; + + @ApiModelProperty(value = "濮旀墭淇�-鎶曚繚鍗曞悎鍚屽彿 锛堝晢鎴蜂笂浼狅紝浼佷笟绛剧讲锛�") + @ExcelColumn(name="濮旀墭淇�-鎶曚繚鍗曞悎鍚屽彿 锛堝晢鎴蜂笂浼狅紝浼佷笟绛剧讲锛�") + private String applyTbdNo; @ApiModelProperty(value = "鍗曞彿") @ExcelColumn(name="鍗曞彿") @@ -130,6 +134,10 @@ @ApiModelProperty(value = "鎬昏垂鐢�") @ExcelColumn(name="鎬昏垂鐢�") private BigDecimal fee; + + @ApiModelProperty(value = "鏈嶅姟璐�") + @ExcelColumn(name="鏈嶅姟璐�") + private BigDecimal serverCost; @ApiModelProperty(value = "鍦ㄧ嚎纭涔﹀悎鍚屽彿") @ExcelColumn(name="鍦ㄧ嚎纭涔﹀悎鍚屽彿") @@ -191,6 +199,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; @@ -208,7 +223,6 @@ @TableField(exist = false) private Date lastChangeDate; - @ApiModelProperty(value = "鏈�浣庡勾榫�", example = "1") @TableField(exist = false) private Integer minAge; @@ -216,7 +230,6 @@ @ApiModelProperty(value = "鏈�楂樺勾榫�", example = "1") @TableField(exist = false) private Integer maxAge; - @ApiModelProperty(value = "淇濋櫓璐圭敤(浜�/澶╋級", example = "1") @TableField(exist = false) -- Gitblit v1.9.3