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