增加了province省分编码字段
This commit is contained in:
@ -151,6 +151,11 @@ public class BaseCacheUser {
|
||||
*/
|
||||
private String currentRoleCode;
|
||||
|
||||
/**
|
||||
* 省份id
|
||||
*/
|
||||
private String province;
|
||||
|
||||
/**
|
||||
* 用户角色列表
|
||||
*/
|
||||
|
Reference in New Issue
Block a user