Interface SysDictDefinitionService
- All Known Implementing Classes:
SysDictDefinitionServiceImpl
public interface SysDictDefinitionService
-
Method Summary
Modifier and TypeMethodDescriptionOptional<cn.sliew.carp.framework.common.dict.DictDefinition>cn.sliew.carp.framework.common.model.PageResult<cn.sliew.carp.framework.common.dict.DictDefinition>listByPage(SysDictDefinitionParam param) Collection<cn.sliew.carp.framework.common.dict.DictDefinition>
-
Method Details
-
listByPage
cn.sliew.carp.framework.common.model.PageResult<cn.sliew.carp.framework.common.dict.DictDefinition> listByPage(SysDictDefinitionParam param) -
getByCode
-
selectAll
Collection<cn.sliew.carp.framework.common.dict.DictDefinition> selectAll()
-