From b2cad85b830a99fd153483bfbc787963a91fd259 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 27 Sep 2021 11:28:50 +0800
Subject: [PATCH] 20210926

---
 src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java b/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
index 34651d1..50956f7 100644
--- a/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
+++ b/src/main/java/cc/mrbird/febs/mall/mapper/DataDictionaryCustomMapper.java
@@ -2,6 +2,7 @@
 
 import cc.mrbird.febs.mall.dto.PayMethodDto;
 import cc.mrbird.febs.mall.entity.DataDictionaryCustom;
+import cc.mrbird.febs.mall.vo.AdminAgentLevelOptionTreeVo;
 import cc.mrbird.febs.mall.vo.AdminMallPayMethodEditVo;
 import cc.mrbird.febs.mall.vo.AdminPayMethodVo;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
@@ -22,4 +23,6 @@
     DataDictionaryCustom selectNextAgentLevelInfo(@Param("level") String agentLevel);
 
     DataDictionaryCustom selectDicDataByTypeAndCode(@Param("type") String type, @Param("code") String code);
+
+    List<AdminAgentLevelOptionTreeVo> getAgentLevelOption();
 }

--
Gitblit v1.9.1