jinlin
2024-03-11 abbf0b4821869a608e152f5909b73daa22026a8c
1
2
3
4
5
6
7
8
9
package com.zt.common.entity;
 
public interface IBusiLevel extends ICompanyLevel {
 
    Long getDeptId();
 
    void setDeptId(Long deptId);
 
}