新增租户ID
This commit is contained in:
parent
3038b5d84d
commit
52267de141
|
@ -80,4 +80,9 @@ public class OperateLogDTO {
|
|||
* 返回消息
|
||||
*/
|
||||
private String resultMsg;
|
||||
|
||||
/**
|
||||
* 租户ID
|
||||
*/
|
||||
private Long tenantId;
|
||||
}
|
||||
|
|
|
@ -32,6 +32,7 @@ public class UserDetail implements UserDetails {
|
|||
private Long orgId;
|
||||
private Integer status;
|
||||
private Integer superAdmin;
|
||||
private Long tenantId;
|
||||
|
||||
/**
|
||||
* 数据权限范围
|
||||
|
|
Loading…
Reference in New Issue
Block a user