From d5c33d641cc7df16e7a6270df7095025a55e275d Mon Sep 17 00:00:00 2001
From: verou <857149855@qq.com>
Date: 星期六, 29 三月 2025 12:49:50 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderItem.java |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderItem.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderItem.java
index c37b9ed..ff094e5 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderItem.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/AsnOrderItem.java
@@ -56,6 +56,9 @@
     @ApiModelProperty("瀛楁绱㈠紩")
     private String fieldsIndex;
 
+    @ApiModelProperty("鎵ц鏁伴噺")
+    private Double workQty;
+
     /**
      * ASN鍗曞彿
      */
@@ -75,16 +78,28 @@
     private String poCode;
 
     /**
+     * 璺熻釜鐮�
+     */
+    @ApiModelProperty("璺熻釜鐮�")
+    private String trackCode;
+
+    /**
      * 鐗╂枡鏍囪瘑
      */
     @ApiModelProperty(value= "鐗╂枡鏍囪瘑")
     private String matnrId;
 
     /**
+     * 鐗╂枡缂栫爜
+     */
+    @ApiModelProperty(value = "鐗╂枡缂栫爜")
+    private String matnrCode;
+
+    /**
      * 鐗╂枡鍚嶇О
      */
     @ApiModelProperty(value= "鐗╂枡鍚嶇О")
-    private String matnk;
+    private String maktx;
 
     /**
      * 閫佽揣鏁伴噺
@@ -104,6 +119,11 @@
     @ApiModelProperty(value= "閲囪喘鏁伴噺")
     private Double purQty;
 
+    /**
+     * 搴撳瓨鎵规
+     */
+    @ApiModelProperty("搴撳瓨鎵规")
+    private String batch;
     /**
      * 閲囪喘鍗曚綅
      */
@@ -151,6 +171,9 @@
      */
     @ApiModelProperty(value= "鍖呰鍚嶇О")
     private String packName;
+
+    @ApiModelProperty("涓婃姤鐘舵�� 0: 鏈笂鎶�, 1: 宸蹭笂鎶�")
+    private Integer ntyStatus;
 
     /**
      * 鐘舵�� 1: 姝e父  0: 鍐荤粨  
@@ -205,18 +228,20 @@
 
     public AsnOrderItem() {}
 
-    public AsnOrderItem(Long asnId,String asnCode,Long poDetlId,String poCode,String matnrId,String matnk,Double anfme,String stockUnit,Double purQty,String purUnit,Double qty,String splrCode,String splrName,String qrcode,String barcode,String packName,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
+    public AsnOrderItem(Long asnId,String asnCode,Long poDetlId, String matnrCode, String poCode,String matnrId,String matnk,Double anfme,String stockUnit,Double purQty,String purUnit,Double qty,String splrCode,String splrName,String qrcode,String barcode,String packName,Integer status, Integer ntyStatus,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
         this.asnId = asnId;
         this.asnCode = asnCode;
         this.poDetlId = poDetlId;
+        this.matnrCode = matnrCode;
         this.poCode = poCode;
         this.matnrId = matnrId;
-        this.matnk = matnk;
+        this.maktx = matnk;
         this.anfme = anfme;
         this.stockUnit = stockUnit;
         this.purQty = purQty;
         this.purUnit = purUnit;
         this.qty = qty;
+        this.ntyStatus = ntyStatus;
         this.splrCode = splrCode;
         this.splrName = splrName;
         this.qrcode = qrcode;

--
Gitblit v1.9.1