jinlin
2024-12-03 10c858f5e43b37c2db4c1396a8db312cbbdf29a5
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);
 
}