From 07e60bfa19de8bc7231b272872c5ba3fdf5fd82f Mon Sep 17 00:00:00 2001
From: fwq <582742538@qq.com>
Date: 星期三, 03 一月 2024 16:11:24 +0800
Subject: [PATCH] Merge branch 'master-fwq组织架构优化' into master-test

---
 phis-feign/src/main/java/com/hz/his/feign/service/phis/SDoctorTimeService.java |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SDoctorTimeService.java b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SDoctorTimeService.java
index 438240e..436ebb1 100644
--- a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SDoctorTimeService.java
+++ b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SDoctorTimeService.java
@@ -26,5 +26,24 @@
     @PostMapping(value = "/doctor/time/list")
     Result list(@RequestBody DoctorTimeDto dto);
 
+    /**
+     * 鍖荤敓鎺掔彮鏃堕棿淇℃伅
+     * @return Result
+     */
+    @PostMapping(value = "/doctor/time/info")
+    Result info(@RequestBody DoctorTimeDto dto);
 
+    /**
+     * 鍒ゆ柇鍖荤敓鎺掔彮鏃堕棿鏄惁琚崰鐢�
+     * @return Result
+     */
+    @PostMapping(value = "/doctor/time/checkTimeIsHasAppointment")
+    Result checkTimeIsHasAppointment(@RequestBody DoctorTimeDto dto);
+
+    /**
+     * 鍖荤敓鎺掔彮鏃堕棿璇︽儏
+     * @return Result
+     */
+    @PostMapping(value = "/doctor/time/details")
+    Result details(@RequestBody DoctorTimeDto dto);
 }

--
Gitblit v1.8.0