RBD
wente
2024-05-09 971bc523d06f21878a1532ef622b72c7e917ae2a
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);
 
}