public interface DsTreeMenuCacheDao
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
addDsTreeMenuCache(DsTreeMenuCacheDO dsTreeMenuCacheDO) |
Integer |
clearDataSourceCacheByDsId(Long dsId) |
List<DsTreeMenuCacheDO> |
getDsTreeMenuCache() |
DsTreeMenuCacheDO |
getDsTreeMenuCache(Long dsId) |
Integer |
updateDsTreeMenuCache(DsTreeMenuCacheDO dsTreeMenuCacheDO) |
Integer addDsTreeMenuCache(DsTreeMenuCacheDO dsTreeMenuCacheDO) throws Exception
ExceptionInteger updateDsTreeMenuCache(DsTreeMenuCacheDO dsTreeMenuCacheDO) throws Exception
ExceptionDsTreeMenuCacheDO getDsTreeMenuCache(Long dsId) throws Exception
ExceptionList<DsTreeMenuCacheDO> getDsTreeMenuCache() throws Exception
ExceptionCopyright © 2020. All rights reserved.