This commit is contained in:
2023-09-07 23:11:17 +08:00
parent 3752d9efb7
commit a0637f4d7b

View File

@@ -10,6 +10,16 @@ public class CreateSysLogDto extends OrgCommonDto
@Comment("ip")
private String ip;
@Comment("模块")
private String module;
@Comment("操作")
private String action;
@Comment("详细信息")
private String message;
@Comment("ip定位")
private String ipLocation;
@@ -29,5 +39,4 @@ public class CreateSysLogDto extends OrgCommonDto
@Comment("错误堆栈")
private String stacktrace;
}