智慧保安后台管理项目备份
zhongrj
2024-05-24 b5960d1968e007b91d4d33dd7cbb74f1b566f2c1
src/main/java/org/springblade/modules/dispatcher/service/IDispatcherUnitService.java
@@ -21,6 +21,8 @@
import org.springblade.modules.dispatcher.entity.DispatcherUnit;
import org.springblade.modules.dispatcher.vo.DispatcherUnitVO;
import java.util.List;
/**
 *  服务类
 *
@@ -39,9 +41,16 @@
   IPage<DispatcherUnitVO> selectDispatcherUnitPage(IPage<DispatcherUnitVO> page, DispatcherUnitVO dispatcher);
   /**
     * 派遣公司信息详情
    * 派遣公司信息详情
    * @param dispatcherUnit 派遣信息对象
    * @return
     */
    */
   DispatcherUnitVO selectDispatcherUnitInfo(DispatcherUnit dispatcherUnit);
   /**
    * 自定义树
    * @param dispatcher
    * @return
    */
    List<DispatcherUnitVO> selectDispatcherUnitPageTree(DispatcherUnitVO dispatcher);
}