自动化立体仓库 - WMS系统
#
Junjie
2025-07-30 2365aaa6e4180a6f18499a6a2dc26052638380e7
src/main/java/com/zy/asrs/service/StaDescService.java
@@ -9,6 +9,10 @@
    List<Integer> queryOutStaNosByLocNo(String locNo, Integer typeNo);
    StaDesc queryCrnStn(Integer typeNo, Integer crnNo, Integer stnNo);
    List<StaDesc> queryCrnStn(Integer typeNo, Integer crnNo, Integer stnNo);
    StaDesc queryCrnStnAuto(Integer typeNo, Integer crnNo, Integer stnNo);
    StaDesc queryCrnStn(Integer crnNo);
}