From d88eed4d6928efd2a974a26b49121ed0e3098e43 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期日, 27 四月 2025 07:20:07 +0800
Subject: [PATCH] 动态字段拦截修改优化

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/WaitPakinItem.java |    7 ++++++-
 1 files changed, 6 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 8b8a3d3..54c4503 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
@@ -43,6 +43,12 @@
     @ApiModelProperty(value= "涓诲崟ID")
     private Long pakinId;
 
+    @ApiModelProperty("璁㈠崟绫诲瀷")
+    private String type;
+
+    @ApiModelProperty("涓氬姟绫诲瀷")
+    private Short wkType;
+
     /**
      * 璁㈠崟ID
      */
@@ -131,7 +137,6 @@
      * 鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  
      */
     @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  ")
-    @TableLogic
     private Integer deleted;
 
     /**

--
Gitblit v1.9.1