luxiaotao1123
2024-04-12 8a4d482469e2078cce3cf227c11be862e94b860d
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/mapper/StaDescMapper.java
@@ -12,6 +12,4 @@
@Repository
public interface StaDescMapper extends BaseMapper<StaDesc> {
    List<Integer> queryOutStaNosByLocNo(@Param("locNo") String locNo, @Param("typeNo") Integer typeNo);
}