新增租户ID

This commit is contained in:
阿沐 2024-06-03 15:02:47 +08:00
parent 88fa3eadb5
commit 048b9c935e

View File

@ -72,6 +72,11 @@ public class MemberUserEntity {
private Integer status;
/**
* 租户ID
*/
private Long tenantId;
/**
* 版本号
*/
private Integer version;