| | |
| | | import org.springblade.modules.dispatcher.entity.DispatcherUnit; |
| | | import org.springblade.modules.dispatcher.vo.DispatcherUnitVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 服务类 |
| | | * |
| | |
| | | IPage<DispatcherUnitVO> selectDispatcherUnitPage(IPage<DispatcherUnitVO> page, DispatcherUnitVO dispatcher); |
| | | |
| | | /** |
| | | * 派遣公司信息详情 |
| | | * 派遣公司信息详情 |
| | | * @param dispatcherUnit 派遣信息对象 |
| | | * @return |
| | | */ |
| | | */ |
| | | DispatcherUnitVO selectDispatcherUnitInfo(DispatcherUnit dispatcherUnit); |
| | | |
| | | /** |
| | | * 自定义树 |
| | | * @param dispatcher |
| | | * @return |
| | | */ |
| | | List<DispatcherUnitVO> selectDispatcherUnitPageTree(DispatcherUnitVO dispatcher); |
| | | } |