数据范围查询

This commit is contained in:
JaguarJack
2020-06-06 18:57:58 +08:00
parent ac56a7b80d
commit ffeec69333
6 changed files with 70 additions and 42 deletions

View File

@@ -18,8 +18,8 @@ class Users extends CatchModel
'username', // 用户名
'password', // 用户密码
'email', // 邮箱 登录
'creator_id', // 创建者ID
'department_id', // 部门ID
'creator_id', // 创建者ID
'department_id', // 部门ID
'status', // 用户状态 1 正常 2 禁用
'last_login_ip', // 最后登录IP
'last_login_time', // 最后登录时间