From db1105ce858627ae139cd3e469914c32e8c0a949 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 14 二月 2025 14:57:21 +0800 Subject: [PATCH] 搬迁基础模块(检验对象+检验项目+原始记录模块+标准库+标准方法+场所与设施+实验室资质) --- ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictTypeMapper.java | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictTypeMapper.java b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictTypeMapper.java index 5fb48fb..3e5cfb2 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictTypeMapper.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictTypeMapper.java @@ -1,18 +1,21 @@ package com.ruoyi.system.mapper; import java.util.List; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.common.core.domain.entity.SysDictType; /** * 瀛楀吀琛� 鏁版嵁灞� - * + * * @author ruoyi */ public interface SysDictTypeMapper { /** * 鏍规嵁鏉′欢鍒嗛〉鏌ヨ瀛楀吀绫诲瀷 - * + * * @param dictType 瀛楀吀绫诲瀷淇℃伅 * @return 瀛楀吀绫诲瀷闆嗗悎淇℃伅 */ @@ -20,14 +23,14 @@ /** * 鏍规嵁鎵�鏈夊瓧鍏哥被鍨� - * + * * @return 瀛楀吀绫诲瀷闆嗗悎淇℃伅 */ public List<SysDictType> selectDictTypeAll(); /** * 鏍规嵁瀛楀吀绫诲瀷ID鏌ヨ淇℃伅 - * + * * @param dictId 瀛楀吀绫诲瀷ID * @return 瀛楀吀绫诲瀷 */ @@ -35,7 +38,7 @@ /** * 鏍规嵁瀛楀吀绫诲瀷鏌ヨ淇℃伅 - * + * * @param dictType 瀛楀吀绫诲瀷 * @return 瀛楀吀绫诲瀷 */ @@ -43,7 +46,7 @@ /** * 閫氳繃瀛楀吀ID鍒犻櫎瀛楀吀淇℃伅 - * + * * @param dictId 瀛楀吀ID * @return 缁撴灉 */ @@ -51,7 +54,7 @@ /** * 鎵归噺鍒犻櫎瀛楀吀绫诲瀷淇℃伅 - * + * * @param dictIds 闇�瑕佸垹闄ょ殑瀛楀吀ID * @return 缁撴灉 */ @@ -59,7 +62,7 @@ /** * 鏂板瀛楀吀绫诲瀷淇℃伅 - * + * * @param dictType 瀛楀吀绫诲瀷淇℃伅 * @return 缁撴灉 */ @@ -67,7 +70,7 @@ /** * 淇敼瀛楀吀绫诲瀷淇℃伅 - * + * * @param dictType 瀛楀吀绫诲瀷淇℃伅 * @return 缁撴灉 */ @@ -75,9 +78,11 @@ /** * 鏍¢獙瀛楀吀绫诲瀷绉版槸鍚﹀敮涓� - * + * * @param dictType 瀛楀吀绫诲瀷 * @return 缁撴灉 */ public SysDictType checkDictTypeUnique(String dictType); + + List<SysDictType> selectList(String dictName); } -- Gitblit v1.9.3