新增:静态、动态环境内容
This commit is contained in:
Binary file not shown.
@@ -54,4 +54,11 @@ class SoftSummarySchema(Schema):
|
||||
data: list[DataSchema]
|
||||
|
||||
# ~~~软件接口图~~~
|
||||
## 复用DataSchema
|
||||
## 复用DataSchema
|
||||
|
||||
# ~~~静态软件项、静态硬件项、动态软件项、动态硬件项~~~
|
||||
class StaticDynamicData(Schema):
|
||||
id: int
|
||||
category: str
|
||||
table: list[list[str]]
|
||||
fontnote: Optional[str] = ""
|
||||
|
||||
Reference in New Issue
Block a user