From cdad99fd8386cc3a44f6e66a85f4d0d0ac6fff03 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期六, 08 二月 2025 10:00:36 +0800 Subject: [PATCH] 优化库存同步 --- src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1201.java | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1201.java b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1201.java index 3a4bbd5..f107b86 100644 --- a/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1201.java +++ b/src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1201.java @@ -14,17 +14,23 @@ @Data public class Nx2023Api1201 implements Serializable { + @PropertyDef(label = "缁熶竴鍚堝悓鍙�") + private String tyhth; + @PropertyDef(label = "鍚堝悓鍙�") private String hth; @PropertyDef(label = "鍚堝悓鍚嶇О") private String htmc; + @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜") + private String tydwbm; + @PropertyDef(label = "鍗曚綅浠g爜") private String dwdm; - @PropertyDef(label = "缁熶竴鍗曚綅缂栫爜") - private String tydwbm; + @PropertyDef(label = "鍚堝悓绉嶇被" ,description = "1:閿�鍞悎鍚�,2:閲囪喘鍚堝悓,3锛氬鎵樻敹鍌ㄥ悎鍚�,4锛氬鎵樻敹璐悎鍚�") + private String htzl; @PropertyDef(label = "涓氬姟绫诲埆") private String ywlx; @@ -67,6 +73,9 @@ @PropertyDef(label = "绾﹀畾瀹屾垚鏃堕棿") private Date ydwcsj; + @PropertyDef(label = "楠屾敹鏂瑰紡") + private String ysfs; + @PropertyDef(label = "绛捐鍦扮偣") private String qddd; @@ -109,6 +118,15 @@ @PropertyDef(label = "缁撶畻鎬婚噾棰�") private BigDecimal jszje; + /** + * 1锛氬叏棰濆厛娆惧悗璐� + * 2锛氭寜鍒版杩涘害閫愭壒鍙戣揣 + * 3锛氳揣鍒板苟纭鍚庝竴娆℃�т粯娆� + * 4锛氭寜鍒拌揣鎵规閫愭壒纭銆侀�愭壒浠樻 + */ + @PropertyDef(label = "浠樻鏂瑰紡") + private String fkfs; + @PropertyDef(label = "缁撶畻涓庡悎鍚屼竴鑷存��") private String jsyhtyzx; -- Gitblit v1.9.3