| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ltkj.hosp.sqlDomain.LtkjExamJcbgd; |
| | | import com.ltkj.hosp.sqlDomain.LtkjHybgd; |
| | | import com.ltkj.hosp.sqlDomain.LtkjMiddleHead; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Company: 西安路泰科技有限公司 |
| | |
| | | * @Date: 2023/12/11 17:57 |
| | | */ |
| | | public interface LtkjExamJcbgdService extends IService<LtkjExamJcbgd> { |
| | | |
| | | |
| | | void deletedLtkjJcbgdByTjhAndTmh(String tmh); |
| | | |
| | | List<String> getJianJcBaoGaoDan(String cardId); |
| | | |
| | | List<LtkjExamJcbgd> getJianJcBaoGaoDanList(String tmh); |
| | | |
| | | List<LtkjExamJcbgd> getJianJcBaoGaoDanByTjh(String cardId); |
| | | } |