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