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/api/entity/Api1307.java | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/fzzy/api/entity/Api1307.java b/src/main/java/com/fzzy/api/entity/Api1307.java index 4c1a78d..9d97b4a 100644 --- a/src/main/java/com/fzzy/api/entity/Api1307.java +++ b/src/main/java/com/fzzy/api/entity/Api1307.java @@ -2,22 +2,17 @@ import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; - import lombok.Data; import lombok.EqualsAndHashCode; - -import org.hibernate.annotations.GenericGenerator; - import javax.persistence.*; - import java.io.Serializable; import java.util.Date; /** * 鎺ュ彛琛�-浠撳唴瑙嗛鍥惧儚鏁版嵁琛� * - * @author chen - * @date 2022-09-02 15:57 + * @author czt + * @date 2024-01-02 15:57 */ @Data @Entity @@ -34,7 +29,7 @@ /*----------鎺ュ彛绯荤粺鑷畾涔夊瓧娈�----------*/ @Id @JSONField(serialize = false) - @Column(name = "ID_", length = 40) + @Column(name = "ID_", length = 60) private String id; @JSONField(serialize = false) @@ -45,9 +40,20 @@ @JSONField(serialize = false) @PropertyDef(label = "鏂囦欢鍦板潃") @Column(name = "wjdz") - private String wjdz; + @PropertyDef(label = "缁熶竴搴撳尯缂栫爜") + @Column(name = "tykqbm", length = 22) + private String tykqbm; + + @PropertyDef(label = "缁熶竴浠撴埧缂栫爜") + @Column(name = "tycfbm", length = 25) + private String tycfbm; + + @PropertyDef(label = "缁熶竴璐т綅缂栫爜" ) + @Column(name = "tyhwbm", length = 28) + private String tyhwbm; + /*----------鍥芥爣瀛楁----------*/ @PropertyDef(label = "搴撳尯浠g爜") @Column(name = "kqdm", length = 21) -- Gitblit v1.9.3