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