| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.dispatcher.entity.Dispatcher; |
| | | import org.springblade.modules.dispatcher.vo.DispatcherUnitVO; |
| | | import org.springblade.modules.dispatcher.vo.DispatcherVO; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | DispatcherVO getDispatcherInfo(@Param("dispatcher") Dispatcher dispatcher); |
| | | |
| | | /** |
| | | * 查询派遣的保安员数量 |
| | | * @param dispatcherUnitVO1 |
| | | * @return |
| | | */ |
| | | int getDispatcherNum(@Param("dispatcher") DispatcherUnitVO dispatcherUnitVO1); |
| | | } |