package com.example.client.entity; public interface IBusiLevel extends ICompanyLevel { Long getDeptId(); void setDeptId(Long deptId); }