自动化立体仓库 - WMS系统
skyouc
昨天 c28812eb7e5afa79cb5e2f4fbee7f96c7d7767ed
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -3,7 +3,6 @@
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.LocMast;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -60,4 +59,17 @@
//    LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,List<String> locNos);
//    LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,List<String> locNos, Long whsType);
    LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,LocMast locNoo, Long whsType);
    //查询指定楼层的库位数据
    List<LocMast> selectLocByLev(Integer lev);
    /**
     * 获取未满板托盘
     * @author Ryan
     * @date 2026/4/3 13:01
     * @param locType
     * @param id
     * @return com.zy.asrs.entity.LocMast
     */
    LocMast selectNotFull(Long locType, Long id);
}