|
|
@ -38,11 +38,11 @@ public class IotEnterpriseDashboardDTO implements Serializable { |
|
|
@Schema(description = "创建者") |
|
|
@Schema(description = "创建者") |
|
|
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 String largeScreenName; |
|
|
private String largeScreenName; |
|
|
@Schema(description = "背景图片地址") |
|
|
@Schema(description = "背景图片地址") |
|
|
|