From e931d563c28ed960d614f88a21838217f6675861 Mon Sep 17 00:00:00 2001 From: huang <1532065656@qq.com> Date: 星期四, 20 三月 2025 16:54:53 +0800 Subject: [PATCH] 添加设备监控页面 --- JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/LineConfiguration.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/LineConfiguration.java b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/LineConfiguration.java index 6ec3c4e..c5d57af 100644 --- a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/LineConfiguration.java +++ b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/LineConfiguration.java @@ -49,6 +49,9 @@ * 澶囨敞 */ private String remark; - + /** + * 鏄惁鍚敤 + */ + private int isStart; } -- Gitblit v1.8.0