日志: 我收的到页面分页接口, 规则创建、更新接口
This commit is contained in:
parent
f243e54b3e
commit
a7776f5f8e
@ -187,4 +187,6 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode LOG_RULE_NOT_FIND = new ErrorCode(1_009_010_004, "该模板没配置规则");
|
||||
|
||||
ErrorCode LOG_USE_NOT_EXISTS = new ErrorCode(1_009_010_005, "模板不存在");
|
||||
|
||||
ErrorCode LOG_TYPE_EXISTS = new ErrorCode(1_009_010_006, "已提交过({}),请勿重复提交");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user