抽象send方法,添加注释

This commit is contained in:
2026-01-01 17:58:17 +08:00
parent 9146ffbb1a
commit 046dd0860f
9 changed files with 366 additions and 38 deletions

View File

@@ -1 +1,11 @@
# TODO 数据类型
"""
基础数据模型模块
"""
class BaseModel:
"""
基础模型类
"""
pass