自动化立体仓库 - WMS系统
#
ytfl
6 天以前 802b4ba7708f1dc98501f1e077a334a5f8c7225d
src/main/java/com/zy/asrs/mapper/StaDescMapper.java
@@ -12,6 +12,8 @@
@Repository
public interface StaDescMapper extends BaseMapper<StaDesc> {
    List<Integer> queryOutStaNosByLocNo(@Param("locNo") String locNo, @Param("typeNo") Integer typeNo);
    List<StaDesc> queryOutStaNosByLocNo(@Param("locNo") String locNo, @Param("typeNo") Integer typeNo);
    StaDesc queryCrnStn(Integer crnNo);
}