From c0258e66929e05942cd066f4e74685eae330f0cd Mon Sep 17 00:00:00 2001
From: zhanzhiqin <895896009@qq.com>
Date: 星期五, 10 十二月 2021 17:35:47 +0800
Subject: [PATCH] fix
---
dao/src/main/java/com/sandu/ximon/dao/domain/LampCount.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/java/com/sandu/ximon/dao/domain/LampCount.java b/dao/src/main/java/com/sandu/ximon/dao/domain/LampCount.java
index bff7532..0d55afc 100644
--- a/dao/src/main/java/com/sandu/ximon/dao/domain/LampCount.java
+++ b/dao/src/main/java/com/sandu/ximon/dao/domain/LampCount.java
@@ -5,6 +5,6 @@
@Data
public class LampCount {
- private Integer id;
+ private Long id;
private Integer count;
}
--
Gitblit v1.9.3