mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
完善
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user