public interface GxYyResourceDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByResourceIdList(List<String> resourceIdList)
根据资源id集合删除
|
GxYyResource |
get(String id)
通过ID查询单条数据
|
GxYyResource |
getByResourceId(String resourceId) |
List<GxYyResource> |
getResourceByResourceIds(List<String> resourcesIds)
获取数据
|
List<GxYyResource> |
getResourceByResourceIds(String resourcesIds)
获取数据
|
void |
insertBatchSomeColumn(List<GxYyResource> resourceList)
批量保存
|
List<GxYyResource> |
list(ResourceListParamsDTO queryDTO)
资源列表
|
void |
saveOrUpdateBatch(List<GxYyResource> resourcePoList) |
void |
saveOrUpdateR(GxYyResource gxYyResource)
保存或更新
|
void |
saveOrUpdateResource(GxYyResource gxYyResource)
保存或更新
|
void |
updateById(GxYyResource resource) |
GxYyResource get(String id)
id - 主键List<GxYyResource> getResourceByResourceIds(List<String> resourcesIds)
resourcesIds - 资源id集合List<GxYyResource> getResourceByResourceIds(String resourcesIds)
resourcesIds - 资源id集合void saveOrUpdateResource(GxYyResource gxYyResource)
gxYyResource - 实例对象List<GxYyResource> list(ResourceListParamsDTO queryDTO)
queryDTO - void saveOrUpdateR(GxYyResource gxYyResource)
gxYyResource - 实例对象void insertBatchSomeColumn(List<GxYyResource> resourceList)
resourceList - void deleteByResourceIdList(List<String> resourceIdList)
resourceIdList - GxYyResource getByResourceId(String resourceId)
resourceId - void saveOrUpdateBatch(List<GxYyResource> resourcePoList)
void updateById(GxYyResource resource)
Copyright © 2025. All rights reserved.