自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-11 00a4d56bca370fcee63ac5c70e22dde381802f71
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -5,4 +5,9 @@
public interface LocMastService extends IService<LocMast> {
    /**
     * 检索可用库位
     */
    LocMast queryFreeLocMast(Integer row, Integer locType);
}