@ -109,7 +109,8 @@ public interface SystemContext {
/**
* 根据字典类型获取字典的code值
*
* @param dictTypeCodes 字典类型编码值
* @return 字典的code值
* @author fengshuonan
* @date 2020/8/9 14:18
*/
@ -120,6 +121,9 @@ public interface SystemContext {
* <p>
* 一般用于唯一code校验
* @param tableName 表名
* @param columnName 列名
* @param value 值
* @return true-是唯一的值,false-不是唯一的
* @date 2020/8/9 21:41
@ -40,6 +40,8 @@ public interface SysDictDataMapper extends BaseMapper<SysDictData> {
* 通过字典类型code获取字典编码值列表
* @param dictTypeCodes 字典类型编码集合
* @return 字典编码值列表
* @date 2020/8/9 14:27
@ -128,6 +128,8 @@ public interface SysDictDataService extends IService<SysDictData> {