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