From 82065a03737fa1370eb9f4f01ab5332933baf08a Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期四, 05 三月 2026 09:23:37 +0800
Subject: [PATCH] 云仓WMS+RCS+自动入库临时方法配置

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasContainer.java |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasContainer.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasContainer.java
index 1ea353c..d25a563 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasContainer.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasContainer.java
@@ -8,6 +8,7 @@
 import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
 import com.vincent.rsf.server.system.entity.DictData;
 import com.vincent.rsf.server.system.service.DictDataService;
+import lombok.experimental.Accessors;
 import org.springframework.format.annotation.DateTimeFormat;
 import java.text.SimpleDateFormat;
 import java.util.Date;
@@ -24,6 +25,7 @@
 import java.util.Date;
 
 @Data
+@Accessors(chain = true)
 @TableName("man_bas_container")
 public class BasContainer implements Serializable {
 
@@ -36,6 +38,10 @@
     @TableId(value = "id", type = IdType.AUTO)
     private Long id;
 
+
+    @ApiModelProperty("鍞竴缂栫爜")
+    private String code;
+
     /**
      * 瀹瑰櫒绫诲瀷
      */
@@ -43,10 +49,13 @@
     private Long containerType;
 
     /**
-     * 瀹瑰櫒鏉$爜绫诲瀷
+     * 鏂欑鏉$爜绫诲瀷
      */
-    @ApiModelProperty(value= "瀹瑰櫒鏉$爜绫诲瀷")
+    @ApiModelProperty(value= "鏂欑鏉$爜绫诲瀷")
     private String codeType;
+
+    @ApiModelProperty("鏄惁婊$")
+    private String isHalf;
 
     /**
      * 鍙叆搴撳尯
@@ -58,7 +67,6 @@
      * 鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  
      */
     @ApiModelProperty(value= "鏄惁鍒犻櫎 1: 鏄�  0: 鍚�  ")
-    @TableLogic
     private Integer deleted;
 
     /**
@@ -126,7 +134,7 @@
 
 //    BasContainer basContainer = new BasContainer(
 //            null,    // 瀹瑰櫒绫诲瀷
-//            null,    // 瀹瑰櫒鏉$爜绫诲瀷
+//            null,    // 鏂欑鏉$爜绫诲瀷
 //            null,    // 鍙叆搴撳尯
 //            null,    // 鏄惁鍒犻櫎
 //            null,    // 鐘舵��

--
Gitblit v1.9.1