public interface IDataDictionaryItemService extends IBaseDomainObjectService<DataDictionaryItem>
限定符和类型 | 方法和说明 |
---|---|
List<DataDictionaryItem> |
listByDataDictionary(DataDictionary type)
通过数据字典类型,获得所有数据字典的key-value
|
List<DataDictionaryItem> |
listByDataDictionary(String type)
通过数据字典类型获得数据字典所有的key-value信息
|
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
List<DataDictionaryItem> listByDataDictionary(String type)
type
- List<DataDictionaryItem> listByDataDictionary(DataDictionary type)
type
- 数据字典Copyright © 2019. All rights reserved.