数据字典查询修改1
This commit is contained in:
+3
-3
@@ -43,12 +43,12 @@ public interface ISysDictTypeService
|
||||
public SysDictType selectDictTypeById(Long dictId);
|
||||
|
||||
/**
|
||||
* 根据字典类型查询信息
|
||||
* 根据字典类型及组织查询信息(同一 dict_type 在不同组织下可重复)
|
||||
*
|
||||
* @param dictType 字典类型
|
||||
* @param dictType 字典类型(含 dictType、organizationId)
|
||||
* @return 字典类型
|
||||
*/
|
||||
public SysDictType selectDictTypeByType(String dictType);
|
||||
public SysDictType selectDictTypeByType(SysDictType dictType);
|
||||
|
||||
/**
|
||||
* 批量删除字典信息
|
||||
|
||||
Reference in New Issue
Block a user