✨ 强制下线终端.
This commit is contained in:
@@ -85,4 +85,8 @@ public interface ErrorMessage {
|
||||
|
||||
String FILE_ABSENT = "文件不存在";
|
||||
|
||||
String LOG_ABSENT = "日志不存在";
|
||||
|
||||
String ILLEGAL_STATUS = "当前状态不支持此操作";
|
||||
|
||||
}
|
||||
|
||||
@@ -47,4 +47,12 @@ public interface FieldConst {
|
||||
|
||||
String MOD = "mod";
|
||||
|
||||
String COUNT = "count";
|
||||
|
||||
String LOCATION = "location";
|
||||
|
||||
String USER_AGENT = "userAgent";
|
||||
|
||||
String ERROR_MESSAGE = "errorMessage";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user