#
Junjie
2024-04-09 f84448a10d99a0fa82e71088051e3517637edaa7
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);
}