package com.zy.asrs.service; import com.baomidou.mybatisplus.service.IService; import com.zy.asrs.entity.StaDesc; public interface StaDescService extends IService { StaDesc queryCrnStn(Integer typeNo, Integer crnNo, Integer stnNo); StaDesc queryCrn(Integer typeNo, Integer stnNo,Integer crnNo); }