package com.ltkj.hosp.service; 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: 西安路泰科技有限公司 * @Author: lige * @Date: 2023/12/11 17:57 */ public interface LtkjExamJcbgdService extends IService { void deletedLtkjJcbgdByTjhAndTmh(String tmh); void deletedLtkjJcbgdByTjhandtmh(String tjh,String tmh); List getJianJcBaoGaoDan(String cardId); List getJianJcBaoGaoDanList(String tmh); List getJianJcBaoGaoDanByTjh(String cardId); }