| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyForm |
GxYyFormRepository.get(String formid)
通过ID查询单条数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyForm> |
GxYyFormRepository.getByFormid(String formid)
根据formid查询信息
|
List<GxYyForm> |
GxYyFormRepository.getForms(List<String> formIds)
修改数据
|
PageInfo<GxYyForm> |
GxYyFormRepository.queryPage(GxYyForm gxYyForm,
BasePage basePage)
分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
PageInfo<GxYyForm> |
GxYyFormRepository.queryPage(GxYyForm gxYyForm,
BasePage basePage)
分页查询
|
void |
GxYyFormRepository.save(GxYyForm gxYyForm)
新增数据
|
void |
GxYyFormRepository.saveOrUpdate(GxYyForm gxYyForm)
新增数据或更新数据
|
void |
GxYyFormRepository.update(GxYyForm gxYyForm)
修改数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyFormRepository.saveBatch(List<GxYyForm> gxYyFormList)
批量保存
|
void |
GxYyFormRepository.saveOrUpdateBatch(List<GxYyForm> gxYyFormList)
批量更新或保存
|
void |
GxYyFormRepository.updateBatch(List<GxYyForm> gxYyFormList)
批量更新
|
Copyright © 2025. All rights reserved.