xyc
2024-05-11 08dfaa8824d174bae7a84f7f99a3db4d76542471
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);
 
}