mirror of https://github.com/veops/cmdb.git
[更新] 完成roles基本接口
This commit is contained in:
parent
22c02f94e0
commit
2723f187ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue