Commit 92ee674b authored by knight's avatar knight

集运仓库服务开通选项

parent 4d3c0f84
......@@ -202,4 +202,9 @@ public class WarehouseDO extends BaseDO implements Serializable {
*/
private String tzName;
/*
是否开通集运服务
*/
private String isConsService;
}
......@@ -100,4 +100,10 @@ public class WarehouseBaseVO {
@ApiModelProperty(value = "锁定收货人天数")
private int lockRecipientDays;
/*
是否开通集运服务,0为否 1为是 默认为0
*/
@ApiModelProperty(value = "是否开通集运服务")
private Integer isConsService;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment