From 391e56cca8fc835791358ff32e63b1da6574462d Mon Sep 17 00:00:00 2001
From: Ryan <creaycat@gmail.com>
Date: 星期四, 03 四月 2025 20:26:31 +0800
Subject: [PATCH] no message

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

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java
index 0ff1132..af39e02 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java
@@ -3,6 +3,8 @@
 import com.baomidou.mybatisplus.annotation.TableLogic;
 import java.text.SimpleDateFormat;
 import java.util.Date;
+
+import lombok.experimental.Accessors;
 import org.springframework.format.annotation.DateTimeFormat;
 import java.text.SimpleDateFormat;
 import java.util.Date;
@@ -22,6 +24,7 @@
 import java.util.Date;
 
 @Data
+@Accessors(chain = true)
 @TableName("man_wait_pakin_item")
 public class WaitPakinItem implements Serializable {
 
@@ -39,6 +42,30 @@
      */
     @ApiModelProperty(value= "涓诲崟ID")
     private Long pakinId;
+
+    /**
+     * 璁㈠崟ID
+     */
+    @ApiModelProperty(value= "璁㈠崟ID")
+    private Long asnId;
+
+    /**
+     * 璁㈠崟缂栫爜
+     */
+    @ApiModelProperty(value= "璁㈠崟缂栫爜")
+    private String asnCode;
+
+    /**
+     * 璁㈠崟鏄庣粏ID
+     */
+    @ApiModelProperty("璁㈠崟鏄庣粏ID")
+    private Long asnItemId;
+
+    /**
+     * 璺熻釜鐮�
+     */
+    @ApiModelProperty("鐗╂枡璺熻釜鐮�")
+    private String trackCode;
 
     /**
      * 鐗╂枡鍚嶇О
@@ -104,7 +131,6 @@
      * 鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  
      */
     @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  ")
-    @TableLogic
     private Integer deleted;
 
     /**

--
Gitblit v1.9.1