xyc
2024-10-28 5541a91af47fa71fd784ca0f95275a65081aab0d
1
2
3
4
5
6
7
8
package com.zt.common.entity;
 
public interface ITenantLevel {
 
    Long getTenantId();
 
    void setTenantId(Long tenantId);
}