feat(regulatory): 增加整改复核闭环
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user