feat: 告警模块添加
This commit is contained in:
@@ -23,4 +23,7 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode COMMENT_PARENT_ERROR = new ErrorCode(1_100_003_004, "不能设置自己为父评论");
|
||||
ErrorCode COMMENT_CONTENT_DUPLICATE = new ErrorCode(1_100_003_005, "已经存在该内容的评论");
|
||||
ErrorCode COMMENT_PARENT_IS_CHILD = new ErrorCode(1_100_003_006, "不能设置自己的子Comment为父Comment");
|
||||
|
||||
|
||||
ErrorCode ALERT_NOT_EXISTS = new ErrorCode(1_100_004_001, "告警不存在");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user