| Package | Description |
|---|---|
| com.geoway.adf.dms.datasource.dao |
| Modifier and Type | Method and Description |
|---|---|
DmDistrictItem |
DmDistrictItemDao.selectByPrimaryKey(Long fId) |
| Modifier and Type | Method and Description |
|---|---|
List<DmDistrictItem> |
DmDistrictItemDao.selectByCode(Long districtId,
Integer level,
String code) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByCodes(Long districtId,
List<String> codes) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByDistrictId(Long districtId,
String keyword) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByLevelIndex(Long districtId,
Short levelIndex) |
List<DmDistrictItem> |
DmDistrictItemDao.selectByPId(Long districtId,
Long pid,
String keyword) |
List<DmDistrictItem> |
DmDistrictItemDao.selectParentByCode(Long districtId,
String keyword,
Short levelIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
DmDistrictItemDao.insert(DmDistrictItem record) |
int |
DmDistrictItemDao.insertSelective(DmDistrictItem record) |
int |
DmDistrictItemDao.updateByPrimaryKey(DmDistrictItem record) |
int |
DmDistrictItemDao.updateByPrimaryKeySelective(DmDistrictItem record) |
Copyright © 2026. All rights reserved.