新增租户ID
This commit is contained in:
parent
88fa3eadb5
commit
048b9c935e
|
@ -72,6 +72,11 @@ public class MemberUserEntity {
|
||||||
private Integer status;
|
private Integer status;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* 租户ID
|
||||||
|
*/
|
||||||
|
private Long tenantId;
|
||||||
|
|
||||||
|
/**
|
||||||
* 版本号
|
* 版本号
|
||||||
*/
|
*/
|
||||||
private Integer version;
|
private Integer version;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user