增加了province省分编码字段

This commit is contained in:
ajaxfan
2021-03-05 11:19:27 +08:00
parent ff8c6c382f
commit 9dd6c3bf89
2 changed files with 10 additions and 0 deletions

View File

@ -148,6 +148,11 @@ public class SecurityUser {
* 当前用户角色 * 当前用户角色
*/ */
private String currentRoleCode; private String currentRoleCode;
/**
* 省份编码
*/
private String province;
/** /**
* 用户角色列表 * 用户角色列表

View File

@ -151,6 +151,11 @@ public class BaseCacheUser {
*/ */
private String currentRoleCode; private String currentRoleCode;
/**
* 省份id
*/
private String province;
/** /**
* 用户角色列表 * 用户角色列表
*/ */