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(); /** * 插入一条