From 19f59c243e8df97c8b9fd9dba4e758be8235d68b Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期二, 25 十一月 2025 17:02:54 +0800
Subject: [PATCH] 添加卧转立扫码、卧转立、大车、大理片笼基础任务流转逻辑
---
mes-processes/mes-plcSend/src/main/java/com/mes/device/entity/DeviceConfig.java | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/mes-processes/mes-plcSend/src/main/java/com/mes/device/entity/DeviceConfig.java b/mes-processes/mes-plcSend/src/main/java/com/mes/device/entity/DeviceConfig.java
index 86584a9..e1e45ad 100644
--- a/mes-processes/mes-plcSend/src/main/java/com/mes/device/entity/DeviceConfig.java
+++ b/mes-processes/mes-plcSend/src/main/java/com/mes/device/entity/DeviceConfig.java
@@ -27,7 +27,7 @@
@TableField("device_id")
private String deviceId;
- @ApiModelProperty(value = "璁惧鍚嶇О", example = "涓婂ぇ杞﹁澶�1")
+ @ApiModelProperty(value = "璁惧鍚嶇О", example = "澶ц溅璁惧1")
@TableField("device_name")
private String deviceName;
@@ -35,7 +35,7 @@
@TableField("device_code")
private String deviceCode;
- @ApiModelProperty(value = "璁惧绫诲瀷", example = "涓婂ぇ杞�/澶х悊鐗�/鐜荤拑瀛樺偍")
+ @ApiModelProperty(value = "璁惧绫诲瀷", example = "澶ц溅璁惧/澶х悊鐗囩/鍗у紡缂撳瓨")
@TableField("device_type")
private String deviceType;
@@ -59,7 +59,7 @@
@TableField("plc_type")
private String plcType;
- @ApiModelProperty(value = "妯″潡鍚嶇О", example = "涓婂ぇ杞︽ā鍧�")
+ @ApiModelProperty(value = "妯″潡鍚嶇О", example = "澶ц溅璁惧妯″潡")
@TableField("module_name")
private String moduleName;
@@ -75,7 +75,7 @@
@TableField("config_json")
private String configJson;
- @ApiModelProperty(value = "璁惧鎻忚堪", example = "涓婂ぇ杞﹁澶�1")
+ @ApiModelProperty(value = "璁惧鎻忚堪", example = "澶ц溅璁惧1")
@TableField("description")
private String description;
@@ -108,9 +108,11 @@
// 璁惧绫诲瀷甯搁噺
public static final class DeviceType {
- public static final String LOAD_VEHICLE = "涓婂ぇ杞�"; // 涓婂ぇ杞�
- public static final String LARGE_GLASS = "澶х悊鐗�"; // 澶х悊鐗�
- public static final String GLASS_STORAGE = "鐜荤拑瀛樺偍"; // 鐜荤拑瀛樺偍
+ public static final String LOAD_VEHICLE = "澶ц溅璁惧"; // 澶ц溅璁惧
+ public static final String LARGE_GLASS = "澶х悊鐗囩"; // 澶х悊鐗囩
+ public static final String GLASS_STORAGE = "鍗у紡缂撳瓨"; // 鍗у紡缂撳瓨
+ public static final String WORKSTATION_SCANNER = "鍗ц浆绔嬫壂鐮�"; // 鍗ц浆绔嬫壂鐮佽澶�
+ public static final String WORKSTATION_TRANSFER = "鍗ц浆绔�"; // 鍗ц浆绔嬭澶�
}
// PLC绫诲瀷甯搁噺
--
Gitblit v1.8.0