|
|
|
@ -54,22 +54,22 @@ public class CasUser extends User {
@@ -54,22 +54,22 @@ public class CasUser extends User {
|
|
|
|
|
private LocalDateTime loginTime; |
|
|
|
|
|
|
|
|
|
/** 创建ID */ |
|
|
|
|
private String createById; |
|
|
|
|
private String $createById; |
|
|
|
|
|
|
|
|
|
/** 创建人 */ |
|
|
|
|
private String createByName; |
|
|
|
|
private String $createByName; |
|
|
|
|
|
|
|
|
|
/** 创建时间 */ |
|
|
|
|
private LocalDateTime createTime; |
|
|
|
|
private LocalDateTime $createTime; |
|
|
|
|
|
|
|
|
|
/** 更新id */ |
|
|
|
|
private String updateById; |
|
|
|
|
private String $updateById; |
|
|
|
|
|
|
|
|
|
/** 更新者 */ |
|
|
|
|
private String updateByName; |
|
|
|
|
private String $updateByName; |
|
|
|
|
|
|
|
|
|
/** 更新时间 */ |
|
|
|
|
private LocalDateTime updateTime; |
|
|
|
|
private LocalDateTime $updateTime; |
|
|
|
|
|
|
|
|
|
/** 备注 */ |
|
|
|
|
private String remarks; |
|
|
|
@ -125,12 +125,12 @@ public class CasUser extends User {
@@ -125,12 +125,12 @@ public class CasUser extends User {
|
|
|
|
|
this.avatar = avatar; |
|
|
|
|
this.loginIp = loginIp; |
|
|
|
|
this.loginTime = loginTime; |
|
|
|
|
this.createById = createById; |
|
|
|
|
this.createByName = createByName; |
|
|
|
|
this.createTime = createTime; |
|
|
|
|
this.updateById = updateById; |
|
|
|
|
this.updateByName = updateByName; |
|
|
|
|
this.updateTime = updateTime; |
|
|
|
|
this.$createById = createById; |
|
|
|
|
this.$createByName = createByName; |
|
|
|
|
this.$createTime = createTime; |
|
|
|
|
this.$updateById = updateById; |
|
|
|
|
this.$updateByName = updateByName; |
|
|
|
|
this.$updateTime = updateTime; |
|
|
|
|
this.remarks = remarks; |
|
|
|
|
this.roleId = roleId; |
|
|
|
|
this.tenantId = tenantId; |
|
|
|
|