src/main/java/com/zy/asrs/service/LocMastService.java
@@ -3,6 +3,7 @@ import com.baomidou.mybatisplus.service.IService; import com.zy.asrs.entity.LocDetl; import com.zy.asrs.entity.LocMast; import com.zy.asrs.entity.param.ErrorDeviceParam; import java.util.List; @@ -12,6 +13,9 @@ * 检索可用库位 */ LocMast queryFreeLocMast(Integer row, Short locType1); List<LocMast> asrLocMastNotInDetl1(); List<LocMast> asrLocMastNotInDetl2(); List<ErrorDeviceParam> adjacentLocMast(); /** * 获取同组货架的空库位