public interface GxYyOrgSqlxDao
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
checkExist(String uuid,
String sqlx,
String orgId) |
void |
delete(String uuid)
接口实现 删除
|
GxYyOrgSqlx |
get(String uuid)
查询单条数据
|
List<GxYyOrgSqlx> |
getAll()
查询全部
|
List<GxYyOrgSqlx> |
getByOrgId(String orgId) |
List<GxYyOrgSqlx> |
getBySqlx(String sqlx) |
PageInfo<GxYyOrgSqlx> |
queryPage(OrgListQueryParamsDTO orgListQueryParamsDTO)
分页查询
|
String |
saveOrUpdateOrg(GxYyOrgSqlx gxYyOrgSqlxPO)
新增或修改
|
GxYyOrgSqlx get(String uuid)
List<GxYyOrgSqlx> getAll()
List<GxYyOrgSqlx> getByOrgId(String orgId)
orgId - List<GxYyOrgSqlx> getBySqlx(String sqlx)
sqlx - String saveOrUpdateOrg(GxYyOrgSqlx gxYyOrgSqlxPO)
gxYyOrgSqlxPO - void delete(String uuid)
uuid - 主键PageInfo<GxYyOrgSqlx> queryPage(OrgListQueryParamsDTO orgListQueryParamsDTO)
orgListQueryParamsDTO - Copyright © 2025. All rights reserved.