From 6e5ff559023efd2d24fdca2adcb7268d06420e46 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 24 三月 2026 15:38:34 +0800
Subject: [PATCH] #打印+导出

---
 rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/BasStation.java |   20 +++++++++++++++++---
 1 files changed, 17 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..34cd75c 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,18 @@
     @ApiModelProperty(value = "鍒悕")
     @TableField(typeHandler = JacksonTypeHandler.class)
     private List<String> stationAlias;
+
+    /**
+     * 浠撳簱缂栫爜
+     */
+    @ApiModelProperty(value = "浠撳簱缂栫爜")
+    private String productionLineCode;
+
+    /**
+     * 浠撳簱鍚嶇О
+     */
+    @ApiModelProperty(value = "浠撳簱鍚嶇О")
+    private String productionLineName;
 
     public BasStation() {
     }
@@ -276,4 +288,6 @@
                 return null;
         }
     }
+
+
 }

--
Gitblit v1.9.1