From 86c889c79c8c45f48acb19ed623beeafff688934 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期六, 15 二月 2025 08:36:36 +0800
Subject: [PATCH] 协客云的三个接口修改

---
 src/main/java/com/gs/xky/entity/TblBarcodeInformation.java |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 51 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/gs/xky/entity/TblBarcodeInformation.java b/src/main/java/com/gs/xky/entity/TblBarcodeInformation.java
index d7dd5c7..c043450 100644
--- a/src/main/java/com/gs/xky/entity/TblBarcodeInformation.java
+++ b/src/main/java/com/gs/xky/entity/TblBarcodeInformation.java
@@ -22,92 +22,139 @@
      */
     @TableId
     private Long id;
-    /**
-     * 閫佽揣鍗曞彿
-     */
-    private String deliveryNo;
+
     /**
      * 浜у搧缂栫爜
      */
     private String productCode;
+
     /**
      * 灏忓寘鏉$爜
      */
     private String smallBarcode;
+
     /**
      * 澶у寘鏉$爜
      */
     private String bigBarcode;
+
     /**
      * 澶栫鏉$爜
      */
     private String outerBarcode;
+
     /**
      * 褰撳墠灏忓寘鏉$爜鍖呭惈鐨勬暟閲�
      */
     private String includeQty;
+
     /**
      * 灏忓寘鏉$爜-闀�
      */
     private String smallPackageLength;
+
     /**
      * 灏忓寘鏉$爜-瀹�
      */
     private String smallPackageWidth;
+
     /**
      * 灏忓寘鏉$爜-楂�
      */
     private String smallPackageHeight;
+
     /**
      * 澶у寘鏉$爜-闀�
      */
     private String bigPackageLength;
+
     /**
      * 澶у寘鏉$爜-瀹�
      */
     private String bigPackageWidth;
+
     /**
      * 澶у寘鏉$爜-楂�
      */
     private String bigPackageHeight;
+
     /**
      * 澶栫鏉$爜-闀�
      */
     private String outerPackageLength;
+
     /**
      * 澶栫鏉$爜-瀹�
      */
     private String outerPackageWidth;
+
     /**
      * 澶栫鏉$爜-楂�
      */
     private String outerPackageHeight;
+
     /**
      * 褰撳墠灏忓寘鏉$爜鐨勬祦姘寸爜
      */
     private String smallPackageSn;
+
     /**
      * 褰撳墠澶у寘鏉$爜鐨勬祦姘寸爜
      */
     private String bigPackageSn;
+
     /**
      * 褰撳墠澶栫鏉$爜鐨勬祦姘寸爜
      */
     private String outPackageSn;
+
     /**
      * 鏉$爜瑙勫垯涓搴旂殑鍔ㄦ�佸瓧娈电殑鍊�
      */
     private String dynamicData;
+
     /**
      * 鍖呰灞傜骇
      */
     private String packLevel;
+
     /**
      * 鍒涘缓鏃堕棿
      */
     private Date createTime;
+
     /**
      * 鏇存柊鏃堕棿
      */
     private Date updateTime;
+
+    /**
+     * 閫佽揣鍗曞彿
+     */
+    private String deliveryNo;
+
+    /**
+     * 閲囪喘鍗曞彿
+     */
+    private String poErpNo;
+
+    /**
+     * 椤圭洰(鍗曡韩extendN01)
+     */
+    private String extendN01;
+
+    /**
+     * 璁㈠崟椤规(ERP)
+     */
+    private String poLineNo;
+
+    /**
+     * 渚涘簲鍟嗙紪鐮�
+     */
+    private String innerVendorCode;
+
+    /**
+     * 鐢熶骇鏃ユ湡
+     */
+    private String customize1;
 }
\ No newline at end of file

--
Gitblit v1.9.3