类型修正

This commit is contained in:
2025-12-02 16:13:28 +08:00
parent 28787e5b29
commit 90ddcf7af3
82 changed files with 350 additions and 350 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;