From e711c834aec2293c53b07efe53e81e3573c289b6 Mon Sep 17 00:00:00 2001
From: 1 <1@123>
Date: 星期三, 01 四月 2026 11:42:44 +0800
Subject: [PATCH] lsh#
---
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