调整countyName顺序
This commit is contained in:
parent
7a2c7be6c3
commit
dbf246a42e
@ -40,6 +40,8 @@ public class SysUserEntity implements Serializable {
|
|||||||
|
|
||||||
private String countyCode;
|
private String countyCode;
|
||||||
|
|
||||||
|
private String countyName;
|
||||||
|
|
||||||
private String signature;
|
private String signature;
|
||||||
|
|
||||||
@Column(nullable = false)
|
@Column(nullable = false)
|
||||||
@ -66,8 +68,6 @@ public class SysUserEntity implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private String accountType;
|
private String accountType;
|
||||||
|
|
||||||
private String countyName;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 登录次数
|
* 登录次数
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user