eight
2024-10-29 6a07378488a9dd1515a6a0fdb4c1833638e6592b
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentService.java
@@ -4,6 +4,7 @@
import cn.lihu.jh.module.ecg.dal.dataobject.appointment.AppointmentDO;
import cn.lihu.jh.framework.common.pojo.PageResult;
import cn.lihu.jh.framework.common.pojo.PageParam;
import cn.lihu.jh.module.ecg.feign.dto.AppointmentExternal;
import javax.validation.Valid;
@@ -45,6 +46,14 @@
    AppointmentDO getAppointment(Integer id);
    /**
     * 获得预约
     *
     * @param id 编号
     * @return 预约
     */
    AppointmentDO getAppointmentByPatId(String patId);
    /**
     * 获得预约分页
     *
     * @param pageReqVO 分页查询
@@ -52,4 +61,7 @@
     */
    PageResult<AppointmentDO> getAppointmentPage(AppointmentPageReqVO pageReqVO);
}
    AppointmentDO getAppointmentExtermal(String mzzyh);
    String appoitmentConfirm(AppointmentConfirmReqVO appointmentConfirmReqVO);
}