Package | Description |
---|---|
waiter.core.common.constant.factory | |
waiter.modular.system.dao | |
waiter.modular.system.service | |
waiter.modular.system.service.impl |
Modifier and Type | Method and Description |
---|---|
List<Dict> |
ConstantFactory.findInDict(Integer id)
查询字典
|
List<Dict> |
IConstantFactory.findInDict(Integer id)
查询字典
|
Modifier and Type | Method and Description |
---|---|
List<Dict> |
DictMapper.selectByCode(String code)
根据编码获取词典列表
|
List<Dict> |
DictMapper.selectByParentCode(String code)
根据父类编码获取词典列表
|
Modifier and Type | Method and Description |
---|---|
List<Dict> |
IDictService.selectByCode(String code)
根据编码获取词典列表
|
List<Dict> |
IDictService.selectByParentCode(String code)
根据父类编码获取词典列表
|
Modifier and Type | Method and Description |
---|---|
List<Dict> |
DictServiceImpl.selectByCode(String code) |
List<Dict> |
DictServiceImpl.selectByParentCode(String code) |
Copyright © 2018. All rights reserved.