fwq
2024-04-29 db07d8230cf1f18c0ee73312618d8e90b69945b4
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);