使用flask-restful实现数据校验与序列化3

This commit is contained in:
zhengxinonly
2021-06-27 19:27:08 +08:00
parent e9bd8a17a0
commit e3dd5458ad
23 changed files with 517 additions and 1202 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
from .dept import Dept, DeptSchema
from .users import User, UserSchema
from .users import User