新增:软件接口图接口系列

This commit is contained in:
2026-02-04 11:24:15 +08:00
parent 48a0fad7e4
commit 007712c63c
14 changed files with 211 additions and 232 deletions

View File

@@ -52,3 +52,6 @@ class DataSchema(Schema):
class SoftSummarySchema(Schema):
id: int
data: list[DataSchema]
# ~~~软件接口图~~~
## 复用DataSchema