smart-man-boot/src/main/java/com/qianwen/smartman/modules/smis/service/IWorkstationService.java
@@ -46,6 +46,15 @@ Boolean delete(List<Long> workstationIds, Integer type); /** * 工位分页查询 * @param workstationVOIPage 分页信息 * @param keyWord 关键字 * @param groupId 分组id * @param status 状态 * @param type 类型 * @return 分页数据 */ IPage<WorkstationVO> listPage(IPage<WorkstationVO> workstationVOIPage, String keyWord, Long groupId, Integer status, Integer type); List<WorkstationVO> getWorkstationByGroupIds(final List<String> groupIds);