|
|
@ -24,7 +24,7 @@ public interface CoreDictDao extends BaseMapper<CoreDict> {
|
|
|
|
List<CoreDict> findAllList(String type);
|
|
|
|
List<CoreDict> findAllList(String type);
|
|
|
|
|
|
|
|
|
|
|
|
//根据表名、字段名查询 主键名和注释 和 字段名和注释
|
|
|
|
//根据表名、字段名查询 主键名和注释 和 字段名和注释
|
|
|
|
@Cacheable(value = "core.coreDict:findPkAndValue", key = "#tableName+#columnName")
|
|
|
|
// @Cacheable(value = "core.coreDict:findPkAndValue", key = "#tableName+#columnName")
|
|
|
|
List<Map<String,Object>> findPkAndValue (String tableName, String columnNames);
|
|
|
|
List<Map<String,Object>> findPkAndValue (String tableName, String columnNames);
|
|
|
|
|
|
|
|
|
|
|
|
//根据表名、字段名查询 注释
|
|
|
|
//根据表名、字段名查询 注释
|
|
|
|