add:新增用户信息编辑

This commit is contained in:
JaguarJack
2020-09-21 08:06:24 +08:00
parent bae186d82a
commit 4f0c37d281
5 changed files with 65 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ class Users extends CatchModel
'username', // 用户名
'password', // 用户密码
'email', // 邮箱 登录
'avatar', // 头像
'creator_id', // 创建者ID
'department_id', // 部门ID
'status', // 用户状态 1 正常 2 禁用