#
xjj
2024-02-27 1b576a30a84b8b57f5b7d7a22424f9fc08d08516
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);
}