From 56bbba2a422d7c4fb2d6bfb497aeb700157027a9 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 02 四月 2026 16:50:44 +0800
Subject: [PATCH] #

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java
index 5ef6604..2bce886 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java
@@ -89,7 +89,7 @@
      */
     @ApiModelProperty(value = "鍙法鍖哄尯鍩焛d")
     @TableField(typeHandler = JacksonTypeHandler.class)
-    private List<Long> crossZoneArea;
+    private List<Integer> crossZoneArea;
 
     /**
      * 鏄惁wcs绔欑偣
@@ -108,13 +108,13 @@
      */
     @ApiModelProperty(value = "瀹瑰櫒绫诲瀷")
     @TableField(typeHandler = JacksonTypeHandler.class)
-    private List<Long> containerType;
+    private List<Integer> containerType;
 
     /**
      * 鏉$爜
      */
     @ApiModelProperty(value = "鏉$爜")
-    @TableField(updateStrategy = FieldStrategy.IGNORED)
+    @TableField(updateStrategy = FieldStrategy.ALWAYS)
     private String barcode;
 
     /**
@@ -180,6 +180,24 @@
     @ApiModelProperty(value = "鍒悕")
     @TableField(typeHandler = JacksonTypeHandler.class)
     private List<String> stationAlias;
+
+    /**
+     * 浠撳簱缂栫爜
+     */
+    @ApiModelProperty(value = "浠撳簱缂栫爜")
+    private String productionLineCode;
+
+    /**
+     * 浠撳簱鍚嶇О
+     */
+    @ApiModelProperty(value = "浠撳簱鍚嶇О")
+    private String productionLineName;
+
+    /**
+     * 浠撳簱鍚嶇О
+     */
+    @ApiModelProperty(value = "浠撳簱鍚嶇О")
+    private String stationTypeCode;
 
     public BasStation() {
     }
@@ -276,4 +294,6 @@
                 return null;
         }
     }
+
+
 }

--
Gitblit v1.9.1