| | |
| | | |
| | | /** |
| | | * 小程序-查询用户家庭成员接种记录 |
| | | * @param userId 用户id |
| | | * @return 用户家庭成员接种记录 |
| | | * |
| | | * @param userId |
| | | * 用户id |
| | | * @return 用户家庭成员接种记录 |
| | | */ |
| | | R getVaccinesUserInoculationListByApp(Long userId); |
| | | |
| | | /** |
| | | * 查询接种记录列表 |
| | | * @param inoculationByAdminDTO 请求参数 |
| | | * @return 接种记录列表 |
| | | * |
| | | * @param inoculationByAdminDTO |
| | | * 请求参数 |
| | | * @return 接种记录列表 |
| | | */ |
| | | R getVaccinesInoculationListByAdmin(VaccinesInoculationByAdminDTO inoculationByAdminDTO); |
| | | |
| | | /** |
| | | * 接种记录信息导出 |
| | | * @param inoculationByAdminDTO 请求参数 |
| | | * @return 导出结果 |
| | | * |
| | | * @param inoculationByAdminDTO |
| | | * 请求参数 |
| | | * @return 导出结果 |
| | | */ |
| | | R exportVaccinesInoculationListByAdmin(VaccinesInoculationByAdminDTO inoculationByAdminDTO); |
| | | |