保誠-保戶業務員媒合平台
wayne
2021-11-10 4d0e9649c4f47c1721cb2d2306d2bf0928fa748d
pamapi/src/main/java/com/pollex/pam/web/rest/ConsultantResource.java
@@ -53,4 +53,10 @@
        ConsultantDetailDTO result = consultantService.getConsultantDetail(agentNo);
        return new ResponseEntity<>(result, HttpStatus.OK);
    }
    @GetMapping("/getMyAppointment")
    public List<AppointmentCustomerViewDTO> getMyAppointment() {
       return consultantService.getMyAppointment();
    }
}