From 486465ce23136193e0ba97753c9e7ff0d09a5cf7 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 26 六月 2025 15:36:20 +0800
Subject: [PATCH] 清除托盘码站点

---
 zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/CacheSite.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/CacheSite.java b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/CacheSite.java
index 6a73906..a36a678 100644
--- a/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/CacheSite.java
+++ b/zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/entity/CacheSite.java
@@ -145,15 +145,17 @@
      * 鎾澧欏簱浣嶅鍣ㄧ爜
      */
     @ApiModelProperty(value = "鎾澧欏簱浣嶅鍣ㄧ爜")
+    @TableField(updateStrategy = FieldStrategy.IGNORED)
     private String barcode;
 
     public CacheSite() {}
 
-    public CacheSite(String siteNo,Integer siteStatus,Long orderId,String orderNo,Long hostId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
+    public CacheSite(String siteNo,Integer siteStatus,Long orderId,String orderNo,Long hostId,Integer status, String barcode,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
         this.siteNo = siteNo;
         this.siteStatus = siteStatus;
         this.orderId = orderId;
         this.orderNo = orderNo;
+        this.barcode = barcode;
         this.hostId = hostId;
         this.status = status;
         this.deleted = deleted;

--
Gitblit v1.9.1