领料接口优化
This commit is contained in:
parent
4256b1b387
commit
9270ff772a
|
|
@ -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 = "关键词")
|
||||
|
|
|
|||
Loading…
Reference in New Issue