|
|
@ -4,6 +4,7 @@ import com.epmet.commons.mybatis.dao.BaseDao; |
|
|
|
import com.epmet.dto.IcNatDTO; |
|
|
|
import com.epmet.dto.form.MyNatListFormDTO; |
|
|
|
import com.epmet.dto.form.VaccineListFormDTO; |
|
|
|
import com.epmet.dto.result.IcVaccineListResultDTO; |
|
|
|
import com.epmet.dto.result.MyNatListResultDTO; |
|
|
|
import com.epmet.dto.result.NatListResultDTO; |
|
|
|
import com.epmet.entity.IcVaccineEntity; |
|
|
@ -31,14 +32,14 @@ public interface IcVaccineDao extends BaseDao<IcVaccineEntity> { |
|
|
|
* @Description 【核酸】本辖区核酸检测信息列表 |
|
|
|
* |
|
|
|
* @param formDTO*/ |
|
|
|
List<NatListResultDTO> getIcVaccineList(VaccineListFormDTO formDTO); |
|
|
|
List<IcVaccineListResultDTO> getIcVaccineList(VaccineListFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 【核酸】客户下核酸检测信息列表 |
|
|
|
* |
|
|
|
* @param formDTO*/ |
|
|
|
List<NatListResultDTO> getCustomerIcVaccineList(VaccineListFormDTO formDTO); |
|
|
|
List<IcVaccineListResultDTO> getCustomerIcVaccineList(VaccineListFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|