zzw
2023-11-09 f7914f4f545dea79019327c30800a5cfdc349f78
1
2
3
4
5
6
7
8
package com.zt.common.entity;
 
public interface ITenantLevel {
 
    Long getTenantId();
 
    void setTenantId(Long tenantId);
}