public interface GxYyFjxxZxglDao
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteById(String fjId)
删除数据
|
void |
deleteByNewsId(String newsId)
删除数据
|
GxYyFjxxZxgl |
get(String id)
通过ID查询单条数据
|
List<GxYyFjxxZxgl> |
getByFjxxIdList(List<String> fjIdList)
通过ID查询单条数据
|
List<GxYyFjxxZxgl> |
getByNewsId(String id)
通过ID查询单条数据
|
List<GxYyFjxxZxgl> |
getByNewsIdList(List<String> id)
通过ID查询单条数据
|
void |
saveOrUpdateBatchZ(List<GxYyFjxxZxgl> gxYyFjxxZxgl)
新增修改数据
|
String |
saveOrUpdateZ(GxYyFjxxZxgl gxYyFjxxZxgl)
新增修改数据
|
GxYyFjxxZxgl get(String id)
id - 主键List<GxYyFjxxZxgl> getByNewsId(String id)
id - 主键List<GxYyFjxxZxgl> getByFjxxIdList(List<String> fjIdList)
fjIdList - List<GxYyFjxxZxgl> getByNewsIdList(List<String> id)
id - 主键void saveOrUpdateBatchZ(List<GxYyFjxxZxgl> gxYyFjxxZxgl)
gxYyFjxxZxgl - 实例对象String saveOrUpdateZ(GxYyFjxxZxgl gxYyFjxxZxgl)
gxYyFjxxZxgl - 实例对象void deleteByNewsId(String newsId)
newsId - 新闻idvoid deleteById(String fjId)
fjId - idCopyright © 2025. All rights reserved.