#
lsh
2024-09-18 8a007ce6cc4629feeef8da490870cd44cc12e318
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);
}