[更新] 完成roles基本接口

This commit is contained in:
kdyq007 2019-11-17 17:09:24 +08:00
parent 22c02f94e0
commit 2723f187ac
1 changed files with 1 additions and 1 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)