feat(regulatory): 增加整改复核闭环

This commit is contained in:
2026-06-07 09:32:39 +08:00
parent 1bdc7322cf
commit d88d642f6a
7 changed files with 375 additions and 7 deletions

View File

@@ -479,6 +479,8 @@ class RegulatoryIssue(models.Model):
OPEN = "open", "待处理"
RESOLVED = "resolved", "已整改"
ACCEPTED = "accepted", "已接受"
REVIEW_PASSED = "review_passed", "复核通过"
REVIEW_FAILED = "review_failed", "复核未通过"
batch = models.ForeignKey(
RegulatoryReviewBatch,