程序包 net.risesoft.api
类 QueryListApiImpl
- java.lang.Object
-
- net.risesoft.api.QueryListApiImpl
-
- 所有已实现的接口:
QueryListApi
@Validated @RestController @RequestMapping(value="/services/rest/queryList", produces="application/json") public class QueryListApiImpl extends Object implements QueryListApi综合查询接口- 作者:
- zhangchongjie
- Date:
- 2023/02/06
-
-
构造器概要
构造器 构造器 说明 QueryListApiImpl()
-
-
-
方法详细资料
-
getQueryList
public net.risesoft.pojo.Y9Page<ActRuDetailModel> getQueryList(@RequestParam String tenantId, @RequestParam String userId, @RequestParam String systemName, String state, String createDate, String tableName, @RequestBody String searchMapStr, @RequestParam Integer page, @RequestParam Integer rows)
综合搜索- 指定者:
getQueryList在接口中QueryListApi- 参数:
tenantId- 租户iduserId- 岗位idsystemName- 系统名称state- 状态createDate- 开始日期tableName- 表名称searchMapStr- 搜索条件page- 页面rows- 条数- 返回:
Y9Page<ActRuDetailModel>通用分页请求返回对象 - data 是综合查询列表- 从以下版本开始:
- 9.6.6
-
-