feat: 告警模块添加

This commit is contained in:
caiyuchao
2025-07-29 18:48:29 +08:00
parent 94e2e0c5c6
commit 297823d224
10 changed files with 448 additions and 0 deletions

View File

@@ -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, "告警不存在");
}