新增租户ID

This commit is contained in:
阿沐 2023-06-16 11:24:32 +08:00
parent 3038b5d84d
commit 52267de141
2 changed files with 6 additions and 0 deletions

View File

@ -80,4 +80,9 @@ public class OperateLogDTO {
* 返回消息 * 返回消息
*/ */
private String resultMsg; private String resultMsg;
/**
* 租户ID
*/
private Long tenantId;
} }

View File

@ -32,6 +32,7 @@ public class UserDetail implements UserDetails {
private Long orgId; private Long orgId;
private Integer status; private Integer status;
private Integer superAdmin; private Integer superAdmin;
private Long tenantId;
/** /**
* 数据权限范围 * 数据权限范围