程序包 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

        public 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 - 租户id
        userId - 岗位id
        systemName - 系统名称
        state - 状态
        createDate - 开始日期
        tableName - 表名称
        searchMapStr - 搜索条件
        page - 页面
        rows - 条数
        返回:
        Y9Page<ActRuDetailModel> 通用分页请求返回对象 - data 是综合查询列表
        从以下版本开始:
        9.6.6