From 05027af4c6b8c7e4b5c6008c8d9ceccd29472990 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 21 Dec 2021 11:40:48 +0800
Subject: [PATCH] 20211216
---
src/main/java/cc/mrbird/febs/video/mapper/DataDictionaryCustomMapper.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/video/mapper/DataDictionaryCustomMapper.java b/src/main/java/cc/mrbird/febs/video/mapper/DataDictionaryCustomMapper.java
index 0f3280e..21e3ae6 100644
--- a/src/main/java/cc/mrbird/febs/video/mapper/DataDictionaryCustomMapper.java
+++ b/src/main/java/cc/mrbird/febs/video/mapper/DataDictionaryCustomMapper.java
@@ -11,4 +11,7 @@
List<ApiVipCostVo> selectApiVipCostByType(@Param("type") String type);
+ DataDictionaryCustom selectDataByTypeAndCode(@Param("type") String type, @Param("code") String code);
+
+ List<DataDictionaryCustom> selectByType(@Param("type") String type);
}
--
Gitblit v1.9.1