|
@@ -32,10 +32,6 @@ public class SysSystemDto {
|
|
|
@ApiModelProperty("名称")
|
|
|
private String name;
|
|
|
|
|
|
- @NotNull(message = "type不能为空")
|
|
|
- @ApiModelProperty("类型")
|
|
|
- private Integer type;
|
|
|
-
|
|
|
@ApiModelProperty("图标")
|
|
|
private String icon;
|
|
|
}
|
|
@@ -55,9 +51,6 @@ public class SysSystemDto {
|
|
|
@ApiModelProperty("状态 true=启用 false=封禁")
|
|
|
private Boolean status;
|
|
|
|
|
|
- @ApiModelProperty("类型")
|
|
|
- private Integer type;
|
|
|
-
|
|
|
@ApiModelProperty("图标")
|
|
|
private String icon;
|
|
|
}
|
|
@@ -109,9 +102,6 @@ public class SysSystemDto {
|
|
|
@ApiModelProperty("唯一标识")
|
|
|
private Long id;
|
|
|
|
|
|
- @ApiModelProperty("类型")
|
|
|
- private Integer type;
|
|
|
-
|
|
|
@ApiModelProperty("创建时间")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
private LocalDateTime createTime;
|