自动化立体仓库 - WMS系统
#
1
1 天以前 6387bfdbcaaaeeffa33fa0eecf68e1668c1b64ae
src/main/java/com/zy/asrs/service/StaDescService.java
@@ -10,5 +10,10 @@
    List<Integer> queryOutStaNosByLocNo(String locNo, Integer typeNo);
    StaDesc queryCrnStn(Integer typeNo, Integer crnNo, Integer stnNo);
    StaDesc queryCrnStnCheck(Integer typeNo, Integer crnNo, Integer stnNo);
    StaDesc queryCrnStnAuto(Integer typeNo, Integer crnNo, Integer stnNo);
    StaDesc queryCrnStn(Integer crnNo);
}