| 限定符和类型 | 方法和说明 |
|---|---|
cn.gudqs.base.ResultBean<List<SysDictionaryModel>> |
SysDictionaryApiController.findAll(String parentCode) |
cn.gudqs.base.ResultBean<SysDictionaryModel> |
SysDictionaryApiController.findByCode(String code) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysDictionaryModel> |
SysDictionaryMapper.findByParentCode(String parentCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysDictionaryModel> |
ISysDictionaryService.findByParentCode(String parentCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysDictionaryModel> |
SysDictionaryServiceImpl.findByParentCode(String parentCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
cn.gudqs.base.ResultBean<List<SysDictionaryModel>> |
SysDictionaryController.find(cn.gudqs.base.ParamVo paramVo,
Integer parentId) |
cn.gudqs.base.ResultBean<List<SysDictionaryModel>> |
SysDictionaryController.findParent(cn.gudqs.base.ParamVo paramVo) |
| 限定符和类型 | 方法和说明 |
|---|---|
cn.gudqs.base.ResultBean |
SysDictionaryController.add(SysDictionaryModel entity) |
cn.gudqs.base.ResultBean |
SysDictionaryController.update(SysDictionaryModel entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SysDictionaryModel |
DictionaryUtil.findByCode(String code) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<SysDictionaryModel> |
DictionaryUtil.findByParentCode(String parentCode) |
static DictionaryUtil<String,SysDictionaryModel> |
DictionaryUtil.getInstance() |
static DictionaryUtil<String,List<SysDictionaryModel>> |
DictionaryUtil.getParentInstance() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DictionaryUtil.set(SysDictionaryModel dictionaryModel) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DictionaryUtil.setFromParent(List<SysDictionaryModel> dictionaryModels) |
Copyright © 2019. All rights reserved.