调整countyName顺序

This commit is contained in:
liuchengqian 2023-02-14 11:20:28 +08:00
parent 7a2c7be6c3
commit dbf246a42e

View File

@ -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;
/** /**
* 登录次数 * 登录次数
*/ */