| Package | Description |
|---|---|
| com.geoway.adf.dms.config.dao | |
| com.geoway.adf.dms.config.dto.dict |
| Modifier and Type | Method and Description |
|---|---|
DmDictValue |
DmDictValueDao.queryValue(Long dictionaryId,
Long fatherId,
String code,
String name) |
DmDictValue |
DmDictValueDao.selectByPrimaryKey(Long fId) |
| Modifier and Type | Method and Description |
|---|---|
List<DmDictValue> |
DmDictValueDao.queryAllDictValue(Long dictionaryId) |
List<DmDictValue> |
DmDictValueDao.queryByPid(Long dictionaryId,
Long fatherId) |
| Modifier and Type | Method and Description |
|---|---|
int |
DmDictValueDao.insert(DmDictValue record) |
int |
DmDictValueDao.insertSelective(DmDictValue record) |
int |
DmDictValueDao.updateByPrimaryKey(DmDictValue record) |
int |
DmDictValueDao.updateByPrimaryKeySelective(DmDictValue record) |
| Modifier and Type | Class and Description |
|---|---|
class |
DmDictValueDTO |
Copyright © 2025. All rights reserved.