新增客户
This commit is contained in:
@ -103,6 +103,8 @@ public class SysUser extends TenantEntity {
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
private Byte userLevel;
|
||||
|
||||
|
||||
public SysUser(Long userId) {
|
||||
this.userId = userId;
|
||||
|
@ -139,4 +139,6 @@ public class SysUserVo implements Serializable {
|
||||
*/
|
||||
private Long roleId;
|
||||
|
||||
private Byte userLevel;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user