管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-18 3bd470aabe93e6922dd0c66bfacf48bea8cae8fc
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;
@@ -54,7 +54,7 @@
     *
     * @return
     */
    public List<KeyValueEntity> selectDictTab();
    public List<TabEntity> selectDictTab();
    /**
     * 插入一条