From a2ef34a807b1f88ac9b18dae51adbf61ce821595 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期四, 05 三月 2026 11:31:40 +0800
Subject: [PATCH] RCS对接优化

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakin.java |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakin.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakin.java
index d9151ed..e09b83d 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakin.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakin.java
@@ -15,6 +15,7 @@
 import java.util.Date;
 
 import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableId;
 import com.baomidou.mybatisplus.annotation.TableLogic;
 import com.baomidou.mybatisplus.annotation.TableName;
@@ -50,9 +51,9 @@
     private String code;
 
     /**
-     * 瀹瑰櫒鐮�
+     * 鏂欑鐮�
      */
-    @ApiModelProperty(value= "瀹瑰櫒鐮�")
+    @ApiModelProperty(value= "鏂欑鐮�")
     private String barcode;
 
     /**
@@ -83,6 +84,7 @@
      * 鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  
      */
     @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  ")
+    @TableLogic
     private Integer deleted;
 
     /**
@@ -125,6 +127,13 @@
     @ApiModelProperty(value= "澶囨敞")
     private String memo;
 
+    /**
+     * 鍏宠仈鐨勫叆搴撻�氱煡鍗曞彿锛堝涓敤閫楀彿鍒嗛殧锛夛紝浠呮煡璇㈠睍绀虹敤锛屼笉钀藉簱
+     */
+    @ApiModelProperty(value = "鍏宠仈鐨勫叆搴撻�氱煡鍗曞彿锛屽涓敤閫楀彿鍒嗛殧")
+    @TableField(exist = false)
+    private String asnCodes;
+
     public WaitPakin() {}
 
     public WaitPakin(String code,String barcode,Double anfme,Short ioStatus,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
@@ -146,7 +155,7 @@
 //            null,    // 缂栫爜
 //            null,    // 璁㈠崟ID
 //            null,    // 璁㈠崟缂栫爜
-//            null,    // 瀹瑰櫒鐮�
+//            null,    // 鏂欑鐮�
 //            null,    // 缁勬嫋鏁伴噺
 //            null,    // 缁勬嫋鐘舵��
 //            null,    // 鐘舵�乕闈炵┖]

--
Gitblit v1.9.1