文件版本管理-初步优化

This commit is contained in:
Cheng Zhou
2026-01-14 11:35:37 +08:00
parent ef1e67218c
commit f9ef5c109f
46 changed files with 4603 additions and 30 deletions
+1
View File
@@ -15,6 +15,7 @@ class UserRole(str, enum.Enum):
CRA = "CRA"
PV = "PV"
IMP = "IMP"
QA = "QA"
class UserStatus(str, enum.Enum):