| | |
| | | package com.ltkj.hosp.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ltkj.common.core.domain.AjaxResult; |
| | | import com.ltkj.hosp.domain.TjCustomer; |
| | | import com.ltkj.hosp.domain.TjOrder; |
| | | import com.ltkj.hosp.sqlDomain.LtkjHybgd; |
| | |
| | | List<TjCustomer> getHyYcXmList(Date strTime, Date endTime); |
| | | |
| | | int getHyYcXmCount(String cardId); |
| | | |
| | | void deletedByTjhAndXmId(String tjh, String xmid); |
| | | |
| | | AjaxResult getAsyncDataByPro(String ksmc,String strIn,String brid,int pagecount,int page,String status); |
| | | } |