Browse Source

大屏看板相关bug修复

thing_master
xiachao 1 year ago
parent
commit
35b4e9469e
  1. 4
      modules/thing/src/main/java/com/thing/dashboard/dto/IotDashboardGroupDTO.java

4
modules/thing/src/main/java/com/thing/dashboard/dto/IotDashboardGroupDTO.java

@ -73,13 +73,13 @@ public class IotDashboardGroupDTO implements Serializable {
private Long creator; private Long creator;
@Schema(description = "创建时间") @Schema(description = "创建时间")
private Date createDate;
private Long createDate;
@Schema(description = "更新者") @Schema(description = "更新者")
private Long updater; private Long updater;
@Schema(description = "更新时间") @Schema(description = "更新时间")
private Date updateDate;
private Long updateDate;
@Schema(description = "配置菜单信息") @Schema(description = "配置菜单信息")
private SysMenuDTO sysMenuDTO; private SysMenuDTO sysMenuDTO;

Loading…
Cancel
Save