From e53334611e8d51fb67e769cba898743f11dcf627 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 16 六月 2023 17:45:23 +0800 Subject: [PATCH] 患者管理相关接口,提交 --- smartor/src/main/java/com/smartor/mapper/SvyCategoryMapper.java | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/SvyCategoryMapper.java b/smartor/src/main/java/com/smartor/mapper/SvyCategoryMapper.java index 6a06d97..6876508 100644 --- a/smartor/src/main/java/com/smartor/mapper/SvyCategoryMapper.java +++ b/smartor/src/main/java/com/smartor/mapper/SvyCategoryMapper.java @@ -1,27 +1,29 @@ package com.smartor.mapper; import java.util.List; + import com.smartor.domain.SvyCategory; +import org.apache.ibatis.annotations.Mapper; /** * 闂嵎鍒嗙被Mapper鎺ュ彛 - * + * * @author ruoyi * @date 2023-03-02 */ -public interface SvyCategoryMapper -{ +@Mapper +public interface SvyCategoryMapper { /** * 鏌ヨ闂嵎鍒嗙被 - * + * * @param id 闂嵎鍒嗙被涓婚敭 * @return 闂嵎鍒嗙被 */ - public SvyCategory selectSvyCategoryById(Long id); + public List<SvyCategory> selectSvyCategoryById(String categoryname); /** * 鏌ヨ闂嵎鍒嗙被鍒楄〃 - * + * * @param svyCategory 闂嵎鍒嗙被 * @return 闂嵎鍒嗙被闆嗗悎 */ @@ -29,7 +31,7 @@ /** * 鏂板闂嵎鍒嗙被 - * + * * @param svyCategory 闂嵎鍒嗙被 * @return 缁撴灉 */ @@ -37,7 +39,7 @@ /** * 淇敼闂嵎鍒嗙被 - * + * * @param svyCategory 闂嵎鍒嗙被 * @return 缁撴灉 */ @@ -45,7 +47,7 @@ /** * 鍒犻櫎闂嵎鍒嗙被 - * + * * @param id 闂嵎鍒嗙被涓婚敭 * @return 缁撴灉 */ @@ -53,7 +55,7 @@ /** * 鎵归噺鍒犻櫎闂嵎鍒嗙被 - * + * * @param ids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 * @return 缁撴灉 */ -- Gitblit v1.9.3