src/main/java/com/lf/server/mapper/data/DictMapper.java
@@ -1,6 +1,6 @@ package com.lf.server.mapper.data; import com.lf.server.entity.ctrl.KeyValueEntity; import com.lf.server.entity.ctrl.TabEntity; import com.lf.server.entity.data.DictEntity; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; @@ -52,9 +52,10 @@ /** * 查询字典表结构 * * @param name * @return */ public List<KeyValueEntity> selectDictTab(); public List<TabEntity> selectDictTab(String name); /** * 插入一条