From 3a45da15c947c2d478a44a51bd0f926647b1b841 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 11 四月 2025 16:33:17 +0800 Subject: [PATCH] 提交 --- server/service/src/main/java/com/doumee/dao/business/model/MemberInsurance.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/server/service/src/main/java/com/doumee/dao/business/model/MemberInsurance.java b/server/service/src/main/java/com/doumee/dao/business/model/MemberInsurance.java index 3c55bcb..5942f1f 100644 --- a/server/service/src/main/java/com/doumee/dao/business/model/MemberInsurance.java +++ b/server/service/src/main/java/com/doumee/dao/business/model/MemberInsurance.java @@ -48,6 +48,7 @@ this.duName = applyDetail.getDuName(); // this.relationType = Constants.ZERO; this.relationId = applyDetail.getId(); + this.isValid = Constants.ZERO; } @@ -74,6 +75,7 @@ // this.relationType = Constants.ONE; this.relationId = applyDetailId; this.solutionId=solutionId; + this.isValid = Constants.ZERO; } @@ -132,7 +134,7 @@ @ApiModelProperty(value = "宸ョ缂栫爜(鍏宠仈worktype)", example = "1") private Integer worktypeId; - @ApiModelProperty(value = "褰撳墠浜х敓璐圭敤", example = "1") + @ApiModelProperty(value = "褰撳墠宸蹭骇鐢熻垂鐢�", example = "1") private BigDecimal currentFee; @ApiModelProperty(value = "璐圭敤", example = "1") @@ -181,6 +183,9 @@ @TableField(exist = false) private String memberName; + @ApiModelProperty(value = "鏄惁鏈夋晥锛�0=鏈夋晥锛�1=鏃犳晥", example = "1") + @ExcelColumn(name="鏄惁鏈夋晥",index = 8,width = 6,valueMapping = "0=鏈夋晥;1=宸插け鏁�") + private Integer isValid; @ApiModelProperty(value = "绛涢�夌姸鎬侊細0=鏈紑濮嬶紱1=宸插紑濮嬶紙鍖呮嫭宸茶繃鏈燂級", example = "1") @TableField(exist = false) -- Gitblit v1.9.3