大写
This commit is contained in:
@@ -23,7 +23,7 @@ public class TbSysLogDTO extends BaseDTO {
|
||||
private String logId;
|
||||
|
||||
@Schema(description = "日志类型")
|
||||
private Integer type;
|
||||
private INTEGER type;
|
||||
|
||||
@Schema(description = "日志级别")
|
||||
private String level;
|
||||
|
||||
@@ -46,10 +46,10 @@ public class TbSysLoginLogDTO extends BaseDTO {
|
||||
private Date loginTime;
|
||||
|
||||
@Schema(description = "状态")
|
||||
private Integer status;
|
||||
private INTEGER status;
|
||||
|
||||
@Schema(description = "错误次数")
|
||||
private Integer errorCount;
|
||||
private INTEGER errorCount;
|
||||
|
||||
@Schema(description = "消息")
|
||||
private String message;
|
||||
|
||||
Reference in New Issue
Block a user