配送明细同步wms

This commit is contained in:
王奎兴
2026-06-01 17:04:43 +08:00
parent c79fd1ea39
commit 07b1863680
5 changed files with 5 additions and 0 deletions
@@ -60,4 +60,5 @@ public class SysTableConfig extends BaseVOEntity {
@ApiModelProperty(value = "物料添加方式")
@Excel(name = "物料添加方式", width = 15)
private String materialAddType;
private String deliveryDetail;
}
@@ -58,4 +58,5 @@ public class SysTableConfigPO extends BaseVOEntity {
@ApiModelProperty(value = "组织名称")
@Excel(name = "组织名称", width = 15)
private String organizationName;
private String deliveryDetail;
}
@@ -59,4 +59,5 @@ public class SysTableConfigDTO extends BaseVOEntity {
@ApiModelProperty(value = "组织名称")
@Excel(name = "组织名称", width = 15)
private String organizationName;
private String deliveryDetail;
}
@@ -59,4 +59,5 @@ public class SysTableConfigVO extends BaseVOEntity {
@ApiModelProperty(value = "组织名称")
@Excel(name = "组织名称", width = 15)
private String organizationName;
private String deliveryDetail;
}
@@ -13,6 +13,7 @@
a.organization_id AS organizationId,
a.key AS key,
a.value AS value,
a.delivery_detail AS deliveryDetail,
a.remark AS remark
FROM sys_table_config a
WHERE 1=1