From 35b4e9469e2f65632a9516038234b74c5848886a Mon Sep 17 00:00:00 2001 From: xiachao Date: Fri, 20 Dec 2024 15:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E7=9C=8B=E6=9D=BF=E7=9B=B8?= =?UTF-8?q?=E5=85=B3bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/thing/dashboard/dto/IotDashboardGroupDTO.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/thing/src/main/java/com/thing/dashboard/dto/IotDashboardGroupDTO.java b/modules/thing/src/main/java/com/thing/dashboard/dto/IotDashboardGroupDTO.java index 4f91c14..a8d2919 100644 --- a/modules/thing/src/main/java/com/thing/dashboard/dto/IotDashboardGroupDTO.java +++ b/modules/thing/src/main/java/com/thing/dashboard/dto/IotDashboardGroupDTO.java @@ -73,13 +73,13 @@ public class IotDashboardGroupDTO implements Serializable { private Long creator; @Schema(description = "创建时间") - private Date createDate; + private Long createDate; @Schema(description = "更新者") private Long updater; @Schema(description = "更新时间") - private Date updateDate; + private Long updateDate; @Schema(description = "配置菜单信息") private SysMenuDTO sysMenuDTO;