#
Junjie
2024-05-30 ba09c6c753de16da201e4d04ff77c549358c9fc3
zy-asrs-common/src/main/java/com/zy/asrs/common/sys/service/StaDescService.java
@@ -7,6 +7,6 @@
public interface StaDescService extends IService<StaDesc> {
    List<Integer> queryOutStaNosByLocNo(String locNo, Integer typeNo);
    List<Integer> queryOutStaNosByLocNo(String locNo, Integer typeNo, Long hostId);
}