[更新] 完成roles基本接口

This commit is contained in:
kdyq007
2019-11-17 17:09:24 +08:00
parent 4b5f82699a
commit 6c70ec6d53
13 changed files with 1223 additions and 28 deletions

View File

@@ -68,7 +68,7 @@ class UserQuery(BaseQuery):
class User(CRUDModel):
__tablename__ = 'users'
__bind_key__ = "user"
# __bind_key__ = "user"
query_class = UserQuery
uid = db.Column(db.Integer, primary_key=True, autoincrement=True)