加货主是否支持多仓;
This commit is contained in:
@@ -70,4 +70,8 @@ public class SysTableConfig extends BaseVOEntity {
|
|||||||
@ApiModelProperty(value = "配送明细")
|
@ApiModelProperty(value = "配送明细")
|
||||||
@Excel(name = "配送明细", width = 15)
|
@Excel(name = "配送明细", width = 15)
|
||||||
private String deliveryDetail;
|
private String deliveryDetail;
|
||||||
|
/**是否多仓库*/
|
||||||
|
@ApiModelProperty(value = "是否多仓库")
|
||||||
|
@Excel(name = "是否多仓库", width = 15)
|
||||||
|
private String isMultiWarehouse;
|
||||||
}
|
}
|
||||||
+4
@@ -68,4 +68,8 @@ public class SysTableConfigPO extends BaseVOEntity {
|
|||||||
@ApiModelProperty(value = "配送明细")
|
@ApiModelProperty(value = "配送明细")
|
||||||
@Excel(name = "配送明细", width = 15)
|
@Excel(name = "配送明细", width = 15)
|
||||||
private String deliveryDetail;
|
private String deliveryDetail;
|
||||||
|
/**是否多仓库*/
|
||||||
|
@ApiModelProperty(value = "是否多仓库")
|
||||||
|
@Excel(name = "是否多仓库", width = 15)
|
||||||
|
private String isMultiWarehouse;
|
||||||
}
|
}
|
||||||
+4
@@ -69,4 +69,8 @@ public class SysTableConfigDTO extends BaseVOEntity {
|
|||||||
@ApiModelProperty(value = "组织名称")
|
@ApiModelProperty(value = "组织名称")
|
||||||
@Excel(name = "组织名称", width = 15)
|
@Excel(name = "组织名称", width = 15)
|
||||||
private String organizationName;
|
private String organizationName;
|
||||||
|
/**是否多仓库*/
|
||||||
|
@ApiModelProperty(value = "是否多仓库")
|
||||||
|
@Excel(name = "是否多仓库", width = 15)
|
||||||
|
private String isMultiWarehouse;
|
||||||
}
|
}
|
||||||
+4
@@ -69,4 +69,8 @@ public class SysTableConfigVO extends BaseVOEntity {
|
|||||||
@ApiModelProperty(value = "配送明细")
|
@ApiModelProperty(value = "配送明细")
|
||||||
@Excel(name = "配送明细", width = 15)
|
@Excel(name = "配送明细", width = 15)
|
||||||
private String deliveryDetail;
|
private String deliveryDetail;
|
||||||
|
/**是否多仓库*/
|
||||||
|
@ApiModelProperty(value = "是否多仓库")
|
||||||
|
@Excel(name = "是否多仓库", width = 15)
|
||||||
|
private String isMultiWarehouse;
|
||||||
}
|
}
|
||||||
@@ -55,7 +55,8 @@
|
|||||||
a.organization_id AS organizationId,
|
a.organization_id AS organizationId,
|
||||||
a.key AS key,
|
a.key AS key,
|
||||||
a.value AS value,
|
a.value AS value,
|
||||||
a.remark AS remark
|
a.remark AS remark,
|
||||||
|
a.IS_MULTI_WAREHOUSE AS isMultiWarehouse
|
||||||
FROM sys_table_config a
|
FROM sys_table_config a
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
<include refid="common_where"></include>
|
<include refid="common_where"></include>
|
||||||
|
|||||||
Reference in New Issue
Block a user