This commit is contained in:
2025-12-02 13:36:09 +08:00
parent ee6dd64f98
commit 94718edd6b
97 changed files with 570 additions and 579 deletions

View File

@@ -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;

View File

@@ -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;