From 490df5d4d92877171076756af73a96dee1fc053f Mon Sep 17 00:00:00 2001
From: 严智鑫 <test>
Date: 星期三, 25 十二月 2024 16:03:25 +0800
Subject: [PATCH] 数据回传日志记录功能修改

---
 JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/Machine.java |   20 ++++++++++++++++++++
 1 files changed, 20 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 de26267..d7c1942 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
@@ -61,6 +61,26 @@
      * 澶囨敞
      */
     private String remark;
+    /**
+     * 鏄惁杈撳嚭鍙傛暟鏃ュ織
+     */
+    private int isLog;
+
+    /**
+     * 浠婃棩宸ヤ綔娆℃暟
+     */
+    private Integer todayCount;
+
+//    /**
+//     * 寮�鏈虹姸鎬�
+//     */
+//    private String statePowerOn;
+//
+//    /**
+//     * 鑱旀満鐘舵��
+//     */
+//    private String stateOnLine;
+
 
 
 }

--
Gitblit v1.8.0