| | |
| | | package com.ltkj.hosp.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ltkj.common.core.domain.AjaxResult; |
| | | import com.ltkj.hosp.sqlDomain.LtkjExamJcbgd; |
| | | import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd; |
| | | import com.ltkj.hosp.sqlDomain.LtkjHysqd; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @Company: 西安路泰科技有限公司 |
| | |
| | | * @Date: 2023/12/11 17:57 |
| | | */ |
| | | public interface LtkjExamJcsqdService extends IService<LtkjExamJcsqd> { |
| | | |
| | | LtkjExamJcsqd getLtkjJcsqdByTjhAndTmh(String tjh, String tmh); |
| | | |
| | | |
| | | void deletedLtkjJcsqdByTjhAndTmh(String tjh); |
| | | |
| | | void deletedLtkjJcsqdByTjhAndXmId(String tjh,String xmid); |
| | | |
| | | void deletedLtkjJcsqdByTjhandtmh(String tjh,String tmh); |
| | | |
| | | |
| | | void sdtbdeletedLtkjJcsqdByTjhandtmh(String tjh,String tmh); |
| | | |
| | | void deletedLtkjJcsqdByTjhandtmh1(String tjh); |
| | | |
| | | List<LtkjExamJcsqd> getLtkjJcsqdByTjh(String tjh); |
| | | |
| | | void saveLtkjExamJcsqd(String tjh); |
| | | |
| | | void saveXdtLtkjExamJcsqd(String tjh,String tmh); |
| | | |
| | | |
| | | AjaxResult getTjJcProByHisCall(String ksmc,String strIn,String brid,int pagecount,int page,String status); |
| | | |
| | | List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh); |
| | | } |