Step 12:后端轻量优化(API 稳定性 & 前端友好)

This commit is contained in:
Cheng Zhou
2025-12-16 20:03:05 +08:00
parent a54d7faf19
commit 5eab324c50
44 changed files with 161 additions and 14 deletions
+3
View File
@@ -0,0 +1,3 @@
AE_SERIOUSNESS = ["NON_SERIOUS", "SERIOUS"]
AE_SEVERITY = ["G1", "G2", "G3", "G4", "G5"]
AE_STATUS = ["NEW", "FOLLOW_UP", "CLOSED"]