public interface DistrictService extends TreeService<DistrictEntity,String>, CrudService<DistrictEntity,String>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
disable(String id) |
void |
enable(String id) |
DistrictEntity |
selectByCode(String code) |
insertBatch, selectAllChildNode, selectChildNode, selectParentNode, updateBatchcount, select, selectPager, selectSinglesaveOrUpdate, updateByPk, updateByPkinsertdeleteByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkvoid disable(String id)
void enable(String id)
DistrictEntity selectByCode(String code)
Copyright © 2016–2019. All rights reserved.