野心家
2025-01-02 6213126dce8a83f41caf973adf70fbd13fc171f0
src/main/java/com/zy/asrs/service/StaDescService.java
@@ -5,4 +5,8 @@
public interface StaDescService extends IService<StaDesc> {
    StaDesc queryCrnStn(Integer typeNo, Integer crnNo, Integer stnNo);
    StaDesc queryCrn(Integer typeNo, Integer stnNo,Integer crnNo);
}