From f1fdf0c1e332227dd41c8d85411b2edc9744b65e Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期五, 21 三月 2025 09:59:10 +0800
Subject: [PATCH] Merge branch 'master' of http://159.223.171.199:10439/r/JiuMuMES

---
 JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java
index c3f20d2..b1d0147 100644
--- a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java
+++ b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java
@@ -31,6 +31,10 @@
      * 璁惧鍚嶇О
      */
     private String name;
+    /**
+     * 鍗忚鏂囦欢鍚嶇О
+     */
+    private String fileName;
 
     /**
      * 璁惧IP
@@ -71,6 +75,35 @@
      */
     private Integer todayCount;
 
+    /**
+     * 寮�鏈虹姸鎬�
+     */
+    private String statePowerOn;
+
+    /**
+     * 鑱旀満鐘舵��
+     */
+    private String stateOnLine;
+
+    /**
+     * 鎵嬪姩浠诲姟鏁伴噺
+     */
+    private int taskCount;
+
+    /**
+     * 鎵嬪姩浠诲姟瀹屾垚鏁伴噺
+     */
+    private int finshCount;
+
+    /**
+     * 鏃嬭浆妯″紡   1 鏃嬭浆  2 涓嶆棆杞�
+     */
+    private int rotateMode;
+
+    /**
+     *
+     */
+
 
 
 }

--
Gitblit v1.8.0