合同类型添加其他

This commit is contained in:
秦鸿展
2026-06-11 18:34:18 +08:00
parent daf4faf890
commit f79084ed58
8 changed files with 54 additions and 57 deletions
@@ -54,8 +54,8 @@ public class ContractManagePO extends BaseVOEntity{
@Excel(name = "是否通用合同", readConverterExp = "1=-是,2-否")
private Integer commonContractFlag;
@ApiModelProperty("合同类型(1-仓储,2-运输)")
@Excel(name = "合同类型", readConverterExp = "1=-仓储,2-运输")
@ApiModelProperty("合同类型(1-仓储,2-运输3-其他")
@Excel(name = "合同类型", readConverterExp = "1=-仓储,2-运输3=-其他")
private Integer contractType;
@ApiModelProperty("合同状态(1-未生效,2-使用中,3-已过期,4-已作废)")