合同类型添加其他
This commit is contained in:
+2
-2
@@ -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-已作废)")
|
||||
|
||||
Reference in New Issue
Block a user