管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-23 2d2d9138fbe5c9c43f070be59a2d10f18fbf4c3b
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);
    /**
     * 插入一条