新增工程数据

This commit is contained in:
wanyaokun
2024-08-30 19:12:40 +08:00
parent c4088fe963
commit ced3199550
37 changed files with 157 additions and 35 deletions
@@ -39,7 +39,7 @@ class BaseConfig(BaseModel):
"type": "select",
"max_length": 48,
"required": True,
"options": [projectInfo]
"options": projectInfo
}
}
],