jinlin
2024-07-17 442a635882a5973c9f3401a30bcfa0a43434fa74
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);
 
}