From 1bb55039e42042aad3433a12b2d48c5a91234210 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期一, 04 三月 2024 18:08:57 +0800
Subject: [PATCH] 增加账面库存同步功能

---
 src/main/java/com/fzzy/api/entity/Api1211.java |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/src/main/java/com/fzzy/api/entity/Api1211.java b/src/main/java/com/fzzy/api/entity/Api1211.java
index fe9d9dd..39103b2 100644
--- a/src/main/java/com/fzzy/api/entity/Api1211.java
+++ b/src/main/java/com/fzzy/api/entity/Api1211.java
@@ -34,9 +34,8 @@
 	
 	@JSONField(serialize = false)
 	@Id
-	@GeneratedValue(strategy = GenerationType.IDENTITY)
-	@Column(name = "id")
-	private Integer id;
+    @Column(name = "bizId", length = 60)
+	private String id;
 
     @JSONField(serialize = false)
     @PropertyDef(label = "涓氬姟id")
@@ -55,33 +54,33 @@
     @Column(name = "lsxzdm", length = 7)
     private String lsxzdm;
 
-    @PropertyDef(label = "绮鍝佺浠g爜",required=true)
+    @PropertyDef(label = "绮鍝佺浠g爜")
     @Column(name = "lspzdm", length = 7)
     private String lspzdm;
 
-    @PropertyDef(label = "骞村害" ,required=true)
+    @PropertyDef(label = "骞村害" )
     @Column(name = "nd", length = 4)
     private String nd;
 
-    @PropertyDef(label = "鏈堜唤" ,required=true)
+    @PropertyDef(label = "鏈堜唤" )
     @Column(name = "yf", length = 2)
     private String yf;
 
-    @PropertyDef(label = "鏈熷垵鏁伴噺(鍏枻)",required=true )
+    @PropertyDef(label = "鏈熷垵鏁伴噺(鍏枻)" )
     @Column(name = "qcsl", precision = 20, scale = 6)
-    private double qcsl;
+    private Double qcsl;
 
     @PropertyDef(label = "鏈湡鏀跺叆鏁伴噺(鍏枻)" )
     @Column(name = "bqsrsl", precision = 20, scale = 6)
-    private double bqsrsl;
+    private Double bqsrsl;
 
     @PropertyDef(label = "鏈湡鏀嚭鏁伴噺(鍏枻)" )
     @Column(name = "bqzcsl", precision = 20, scale = 6)
-    private double bqzcsl;
+    private Double bqzcsl;
 
     @PropertyDef(label = "鏈熸湯鏁伴噺(鍏枻)" )
     @Column(name = "qmye", precision = 20, scale = 6)
-    private double qmye;
+    private Double qmye;
 
     @PropertyDef(label = "鏈堢粨鏍囧織" )
     @Column(name = "yjbz")

--
Gitblit v1.9.3