领料接口优化

This commit is contained in:
sxu 2024-11-13 14:27:18 +08:00
parent 4256b1b387
commit 9270ff772a
1 changed files with 19 additions and 19 deletions

View File

@ -41,8 +41,8 @@ public class BmAgreementInfo extends BaseEntity
private Date signTime; private Date signTime;
/** 往来单位id */ /** 往来单位id */
@Excel(name = "往来单位id") //@Excel(name = "往来单位ID")
@ApiModelProperty(value = "往来单位id") @ApiModelProperty(value = "往来单位ID")
@NotNull(message = "往来单位id不能为空") @NotNull(message = "往来单位id不能为空")
private Long unitId; private Long unitId;
@ -54,7 +54,7 @@ public class BmAgreementInfo extends BaseEntity
private String unitName; private String unitName;
/** 工程标段ID */ /** 工程标段ID */
@Excel(name = "工程标段ID") //@Excel(name = "工程标段ID")
@ApiModelProperty(value = "工程标段ID") @ApiModelProperty(value = "工程标段ID")
@NotNull(message = "工程标段ID不能为空") @NotNull(message = "工程标段ID不能为空")
private Long projectId; private Long projectId;
@ -91,32 +91,32 @@ public class BmAgreementInfo extends BaseEntity
private String phone; private String phone;
/** 数据所属组织 */ /** 数据所属组织 */
@Excel(name = "数据所属组织") //@Excel(name = "数据所属组织")
@ApiModelProperty(value = "数据所属组织") @ApiModelProperty(value = "数据所属组织")
private Long companyId; private Long companyId;
/** 文件名 */ // /** 文件名 */
@Excel(name = "文件名") // @Excel(name = "文件名")
@ApiModelProperty(value = "文件名") // @ApiModelProperty(value = "文件名")
private String fileName; // private String fileName;
//
/** 文件URL */ // /** 文件URL */
@Excel(name = "文件URL") // @Excel(name = "文件URL")
@ApiModelProperty(value = "文件URL") // @ApiModelProperty(value = "文件URL")
private String fileUrl; // private String fileUrl;
/** 0删除 1启用 */ /** 0删除 1启用 */
@Excel(name = "0删除1启用") @Excel(name = "是否启用", readConverterExp = "0=删除,1=启用")
@ApiModelProperty(value = "0删除 1启用") @ApiModelProperty(value = "0删除 1启用")
private String status; private String status;
/** 1内部单位 2外部单位 */ /** 1内部单位 2外部单位 */
@Excel(name = "1内部单位 2外部单位") @Excel(name = "部单位", readConverterExp = "1=内部单位,2=外部单位")
@ApiModelProperty(value = "1内部单位 2外部单位") @ApiModelProperty(value = "1内部单位 2外部单位")
private String protocol; private String protocol;
/** 是否结算0 结算中 1已结算 */ /** 是否结算0 结算中 1已结算 */
@Excel(name = "是否结算", readConverterExp = "0=,=算中,1=已结算") @Excel(name = "是否结算", readConverterExp = "0=结算中,1=已结算")
private Long isSlt; private Long isSlt;
@ApiModelProperty(value = "关键词") @ApiModelProperty(value = "关键词")