日志: 我收的到页面分页接口, 规则创建、更新接口

This commit is contained in:
furongxin 2024-04-14 10:43:35 +08:00
parent f243e54b3e
commit a7776f5f8e

View File

@ -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, "已提交过({}),请勿重复提交");
}