From e206ea8f7dbb655c0d8868996dae8ff1ff5ed11a Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期四, 12 六月 2025 16:41:19 +0800
Subject: [PATCH] 修改看板大屏,动态获取数据
---
JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java
index 949411e..2a5f5f2 100644
--- a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java
+++ b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/java/com/mes/md/entity/KBBTProgramsOperationLogBP.java
@@ -173,10 +173,11 @@
@TableField(value="[operation record_time]")
private Date operationRecordTime;
-// /**
-// * 鎿嶄綔鑰�
-// */
-// private String operationRecord;
+ /**
+ * 鎿嶄綔鑰�
+ */
+ @TableField(value="operationRecord")
+ private String operationRecord;
/**
* 鎿嶄綔绫诲瀷 銆愬紑濮�/缁撴潫銆�
--
Gitblit v1.8.0