From da6cce0d9f01b98d20b9ed89b438cd32006a8dd8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 22 十一月 2024 17:17:10 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/service/IPatMedInhospService.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
index d4df031..1d7149c 100644
--- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java
@@ -1,10 +1,12 @@
package com.smartor.service;
import com.ruoyi.common.core.domain.AjaxResult;
+import com.ruoyi.common.core.page.TableDataInfo;
import com.smartor.domain.PatMedInhosp;
import com.smartor.domain.PatMedInhospVO;
import com.smartor.domain.PatMedReq;
import com.smartor.domain.PatMedRes;
+import org.springframework.web.bind.annotation.RequestBody;
import java.util.List;
import java.util.Map;
@@ -93,4 +95,11 @@
* @return
*/
public List<PatMedRes> getDeptRanking(PatMedReq patMedReq);
+
+ /**
+ * 鍖绘姢涓庢偅鑰呭叧鑱斿叧绯�
+ * @param patMedInhosp
+ * @return
+ */
+ public List<PatMedInhosp> getDocAndPat(PatMedInhosp patMedInhosp);
}
--
Gitblit v1.9.3