| 程序包 | 说明 |
|---|---|
| cn.gtmap.hlw.core.dao.form | |
| cn.gtmap.hlw.core.repository |
| 限定符和类型 | 方法和说明 |
|---|---|
GxYyForm |
GxYyFormDao.get(String formid)
通过ID查询单条数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<GxYyForm> |
GxYyFormDao.getByFormid(String formid)
根据formid查询信息
|
List<GxYyForm> |
GxYyFormDao.getForms(List<String> formIds)
修改数据
|
List<GxYyForm> |
GxYyFormDao.listByFormId(String formid)
根据formid查询
|
List<GxYyForm> |
GxYyFormDao.listByFormIds(List<String> formIdList)
根据formid查询
|
PageInfo<GxYyForm> |
GxYyFormDao.queryPage(GxYyForm gxYyForm,
BasePage basePage)
分页查询
|
| 限定符和类型 | 方法和说明 |
|---|---|
PageInfo<GxYyForm> |
GxYyFormDao.queryPage(GxYyForm gxYyForm,
BasePage basePage)
分页查询
|
void |
GxYyFormDao.saveForm(GxYyForm gxYyForm)
新增数据
|
void |
GxYyFormDao.saveOrUpdateForm(GxYyForm gxYyForm)
新增数据或更新数据
|
void |
GxYyFormDao.update(GxYyForm gxYyForm)
修改数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GxYyFormDao.insertBatchSomeColumn(List<GxYyForm> formList)
批量保存
|
void |
GxYyFormDao.saveBatch(List<GxYyForm> gxYyFormList)
批量保存
|
void |
GxYyFormDao.saveOrUpdateBatch(List<GxYyForm> gxYyFormList)
批量更新或保存
|
void |
GxYyFormDao.updateBatch(List<GxYyForm> gxYyFormList)
批量更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.