mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 06:57:12 +08:00
新增:新增系统管理/部门管理/查询列表功能,并将所有描述字段名从 notes 调整为 description,将部分前端方法名前缀从 query 调整为 get,以及去除部分冗余代码
This commit is contained in:
@@ -70,9 +70,9 @@ public class LoginUser implements Serializable {
|
||||
private String avatar;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
* 描述
|
||||
*/
|
||||
private String notes;
|
||||
private String description;
|
||||
|
||||
/**
|
||||
* 最后一次修改密码的时间
|
||||
|
Reference in New Issue
Block a user