From 9270ff772a9107e89c699c3801afef6243f62655 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 13 Nov 2024 14:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E6=8E=A5=E5=8F=A3=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/domain/BmAgreementInfo.java | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/basic/domain/BmAgreementInfo.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/basic/domain/BmAgreementInfo.java index 4cfe2321..5994a9c9 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/basic/domain/BmAgreementInfo.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/basic/domain/BmAgreementInfo.java @@ -41,8 +41,8 @@ public class BmAgreementInfo extends BaseEntity private Date signTime; /** 往来单位id */ - @Excel(name = "往来单位id") - @ApiModelProperty(value = "往来单位id") + //@Excel(name = "往来单位ID") + @ApiModelProperty(value = "往来单位ID") @NotNull(message = "往来单位id不能为空") private Long unitId; @@ -54,7 +54,7 @@ public class BmAgreementInfo extends BaseEntity private String unitName; /** 工程标段ID */ - @Excel(name = "工程标段ID") + //@Excel(name = "工程标段ID") @ApiModelProperty(value = "工程标段ID") @NotNull(message = "工程标段ID不能为空") private Long projectId; @@ -91,32 +91,32 @@ public class BmAgreementInfo extends BaseEntity private String phone; /** 数据所属组织 */ - @Excel(name = "数据所属组织") + //@Excel(name = "数据所属组织") @ApiModelProperty(value = "数据所属组织") private Long companyId; - /** 文件名 */ - @Excel(name = "文件名") - @ApiModelProperty(value = "文件名") - private String fileName; +// /** 文件名 */ +// @Excel(name = "文件名") +// @ApiModelProperty(value = "文件名") +// private String fileName; +// +// /** 文件URL */ +// @Excel(name = "文件URL") +// @ApiModelProperty(value = "文件URL") +// private String fileUrl; - /** 文件URL */ - @Excel(name = "文件URL") - @ApiModelProperty(value = "文件URL") - private String fileUrl; - - /** 0删除1启用 */ - @Excel(name = "0删除1启用") - @ApiModelProperty(value = "0删除1启用") + /** 0删除 1启用 */ + @Excel(name = "是否启用", readConverterExp = "0=删除,1=启用") + @ApiModelProperty(value = "0删除 1启用") private String status; /** 1内部单位 2外部单位 */ - @Excel(name = "1内部单位 2外部单位") - @ApiModelProperty(value = "1内部单位 2外部单位") + @Excel(name = "内外部单位", readConverterExp = "1=内部单位,2=外部单位") + @ApiModelProperty(value = "1内部单位 2外部单位") private String protocol; /** 是否结算(0 结算中 1已结算) */ - @Excel(name = "是否结算", readConverterExp = "0=,结=算中,1=已结算") + @Excel(name = "是否结算", readConverterExp = "0=结算中,1=已结算") private Long isSlt; @ApiModelProperty(value = "关键词")