fhx
2024-05-08 afd2cae6f3cfd51a9b54759b6de479f8bdb7374c
phis-feign/src/main/java/com/hz/his/feign/service/platform/appointment/SPhipCrmSelfService.java
@@ -19,6 +19,10 @@
    @PostMapping("/appointment/crm/self/page/data")
    Result pageData(@RequestBody UserDto dto);
    /** CRM首页预约列表 */
    @PostMapping("/appointment/crm/self/index/app/list")
    Result indexAppList(@RequestBody UserDto dto);
    /** 用户预约列表 */
    @PostMapping("/appointment/crm/self/list")
    Result selfList(@RequestBody UserDto dto);