From 2c2413760b6467bf62402dba7338bd3bbcbd7341 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期二, 20 五月 2025 14:20:38 +0800
Subject: [PATCH] 添加产量报表功能页面

---
 JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 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 2d4cbe8..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
@@ -48,9 +52,58 @@
     private String state;
 
     /**
+     * 璁惧妯″紡
+     */
+    private int mode;
+
+    /**
+     * 鏈�澶у伐浣滀换鍔℃暟
+     */
+    private int maxTaskCount;
+
+    /**
      * 澶囨敞
      */
     private String remark;
+    /**
+     * 鏄惁杈撳嚭鍙傛暟鏃ュ織
+     */
+    private int isLog;
+
+    /**
+     * 浠婃棩宸ヤ綔娆℃暟
+     */
+    private Integer todayCount;
+
+    /**
+     * 寮�鏈虹姸鎬�
+     */
+    private String statePowerOn;
+
+    /**
+     * 鑱旀満鐘舵��
+     */
+    private String stateOnLine;
+
+    /**
+     * 鎵嬪姩浠诲姟鏁伴噺
+     */
+    private int taskCount;
+
+    /**
+     * 鎵嬪姩浠诲姟瀹屾垚鏁伴噺
+     */
+    private int finshCount;
+
+    /**
+     * 鏃嬭浆妯″紡   1 鏃嬭浆  2 涓嶆棆杞�
+     */
+    private int rotateMode;
+
+    /**
+     *
+     */
+
 
 
 }

--
Gitblit v1.8.0