From 1d4a5e64b2ce21342d35c9c2c85f353508f06a39 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 28 四月 2025 18:48:38 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/service/IPatMedInhospService.java | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java index 1d7149c..486b098 100644 --- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java +++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java @@ -2,10 +2,7 @@ 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 com.smartor.domain.*; import org.springframework.web.bind.annotation.RequestBody; import java.util.List; @@ -35,6 +32,11 @@ public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp); /** + * 鍑洪櫌銆侀棬璇婁汉鏁板拰闅忚閲忕粺璁★紙鍛紝鏈堬紝骞达級 + */ + public Map<String,Integer> queryPersonCount(PatServiceCount patServiceCount); + + /** * 鏌ヨ褰撳墠鐧婚檰浜鸿嚜宸憋紙鐥呭尯銆侀儴闂級鐨勬偅鑰呬綇闄㈣褰曞垪琛� * * @param patMedInhospVO -- Gitblit v1.9.3