#
luxiaotao1123
2020-06-16 5e5d65b9d45513a05fdd8a579a99192aaec073eb
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -5,4 +5,9 @@
public interface LocMastService extends IService<LocMast> {
    /**
     * 检索可用库位
     */
    LocMast queryFreeLocMast(Integer row);
}