加货主是否支持多仓;
This commit is contained in:
@@ -70,4 +70,8 @@ public class SysTableConfig extends BaseVOEntity {
|
||||
@ApiModelProperty(value = "配送明细")
|
||||
@Excel(name = "配送明细", width = 15)
|
||||
private String deliveryDetail;
|
||||
/**是否多仓库*/
|
||||
@ApiModelProperty(value = "是否多仓库")
|
||||
@Excel(name = "是否多仓库", width = 15)
|
||||
private String isMultiWarehouse;
|
||||
}
|
||||
+4
@@ -68,4 +68,8 @@ public class SysTableConfigPO extends BaseVOEntity {
|
||||
@ApiModelProperty(value = "配送明细")
|
||||
@Excel(name = "配送明细", width = 15)
|
||||
private String deliveryDetail;
|
||||
/**是否多仓库*/
|
||||
@ApiModelProperty(value = "是否多仓库")
|
||||
@Excel(name = "是否多仓库", width = 15)
|
||||
private String isMultiWarehouse;
|
||||
}
|
||||
+4
@@ -69,4 +69,8 @@ public class SysTableConfigDTO extends BaseVOEntity {
|
||||
@ApiModelProperty(value = "组织名称")
|
||||
@Excel(name = "组织名称", width = 15)
|
||||
private String organizationName;
|
||||
/**是否多仓库*/
|
||||
@ApiModelProperty(value = "是否多仓库")
|
||||
@Excel(name = "是否多仓库", width = 15)
|
||||
private String isMultiWarehouse;
|
||||
}
|
||||
+4
@@ -69,4 +69,8 @@ public class SysTableConfigVO extends BaseVOEntity {
|
||||
@ApiModelProperty(value = "配送明细")
|
||||
@Excel(name = "配送明细", width = 15)
|
||||
private String deliveryDetail;
|
||||
/**是否多仓库*/
|
||||
@ApiModelProperty(value = "是否多仓库")
|
||||
@Excel(name = "是否多仓库", width = 15)
|
||||
private String isMultiWarehouse;
|
||||
}
|
||||
Reference in New Issue
Block a user