From 954480166aad6d24c9e9889906a0edf762f0da2a Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期一, 10 二月 2025 16:32:56 +0800 Subject: [PATCH] 优化库存同步 --- src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1104.java | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1104.java b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1104.java index ac5daf4..a249cdd 100644 --- a/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1104.java +++ b/src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1104.java @@ -26,6 +26,9 @@ @PropertyDef(label = "寤掗棿鍚嶇О") private String ajmc; + @PropertyDef(label = "缁熶竴寤掗棿缂栫爜") + private String tyajbm; + @PropertyDef(label = "浠撴埧(鎴栨补缃�)缂栫爜") private String cfdm; @@ -183,6 +186,9 @@ @PropertyDef(label = "浠撴埧绾害") private Double wd; + @PropertyDef(label = "寤掗棿鐘舵��") + private String ajzt; + @PropertyDef(label = "鎿嶄綔鏍囧織") private String czbz; @@ -190,10 +196,10 @@ @PropertyDef(label = "鏈�鍚庢洿鏂版椂闂�") private Date zhgxsj; - @PropertyDef(label = "绮鎬ц川浠g爜") - private String lsxzdm; - @PropertyDef(label = "鏍囪浣�") private String bjw; + @PropertyDef(label = "绮鎬ц川浠g爜") + private String lsxzdm; + } -- Gitblit v1.9.3