From bd4363e0ca7d8c69de47309db31f12cc7af20253 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期四, 29 五月 2025 17:01:27 +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