rsf-server/src/main/java/com/vincent/rsf/server/manager/service/LocItemService.java
@@ -5,10 +5,13 @@ import com.vincent.rsf.server.manager.entity.LocItem; import com.vincent.rsf.server.manager.entity.Task; import java.util.List; public interface LocItemService extends IService<LocItem> { void generateTask(Short resouce, LocToTaskParams map, Long loginUserId) throws Exception; Task genMoveTask(LocToTaskParams map, Long loginUserId); List<LocItem> listByMatnr(List<String> matnrs); }