{ "openapi" : "3.0.1", "info" : { "title" : "API Documentation", "version" : "1.0" }, "paths" : { "/sms/up" : { "post" : { "summary" : "handleUpData", "description" : "handleUpData", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "deliver" : { "type" : "string", "description" : "*\n上行参数" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "string" } } } } } } }, "/sms/send" : { "post" : { "summary" : "sendData", "description" : "sendData", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "batchType" : { "type" : "integer", "description" : "批次类型;(1:群发;0单发)" }, "receiveUserIds" : { "type" : "array", "description" : "接收人用户id", "items" : { "type" : "integer" } }, "sendBy" : { "type" : "integer", "description" : "发送人用户id", "format" : "int64" }, "paramJson" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "模板渲染参数" }, "templateId" : { "type" : "string", "description" : "模板id" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/reviewPhase/list" : { "get" : { "summary" : "查询抽取条件列表", "description" : "查询抽取条件列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "REVISION", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createdBy", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createdTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updatedBy", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updatedTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "评审阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "评审时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewPlace", "in" : "query", "description" : "评审地点", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "plannedIntake", "in" : "query", "description" : "计划抽取人数", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionMode", "in" : "query", "description" : "抽取方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractioRestriction", "in" : "query", "description" : "抽取限制", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "avoidanceExpert", "in" : "query", "description" : "回避专家", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "avoidanceUnit", "in" : "query", "description" : "回避单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/reviewPhase/export" : { "post" : { "summary" : "导出抽取条件列表", "description" : "导出抽取条件列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "REVISION", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createdBy", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createdTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updatedBy", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updatedTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "评审阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "评审时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewPlace", "in" : "query", "description" : "评审地点", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "plannedIntake", "in" : "query", "description" : "计划抽取人数", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionMode", "in" : "query", "description" : "抽取方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractioRestriction", "in" : "query", "description" : "抽取限制", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "avoidanceExpert", "in" : "query", "description" : "回避专家", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "avoidanceUnit", "in" : "query", "description" : "回避单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/reviewPhase/{tenantId}" : { "get" : { "summary" : "获取抽取条件详细信息", "description" : "获取抽取条件详细信息", "parameters" : [ { "name" : "tenantId", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "string" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "数据对象" } } } } } } } } }, "/reviewPhase" : { "put" : { "summary" : "修改抽取条件", "description" : "修改抽取条件", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "REVISION" : { "type" : "integer", "description" : "", "format" : "int64" }, "createdBy" : { "type" : "string", "description" : "" }, "createdTime" : { "type" : "string", "description" : "" }, "updatedBy" : { "type" : "string", "description" : "" }, "updatedTime" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "string", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/reviewPhase/{tenantIds}" : { "delete" : { "summary" : "删除抽取条件", "description" : "删除抽取条件", "parameters" : [ { "name" : "tenantIds", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "string" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/reviewPhase/review/product/list" : { "get" : { "summary" : "reviewProductList", "description" : "reviewProductList", "parameters" : [ { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewId" : { "type" : "string", "description" : "规则id" }, "phaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "productSn" : { "type" : "string", "description" : "项目名称" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productType" : { "type" : "string", "description" : "项目类型" }, "productScale" : { "type" : "integer", "description" : "项目规则" }, "productUnit" : { "type" : "string", "description" : "项目单位" }, "unitBy" : { "type" : "string", "description" : "联系人" }, "unitConcat" : { "type" : "string", "description" : "联系方式" }, "productBrief" : { "type" : "string", "description" : "简介" }, "productDataUrl" : { "type" : "string", "description" : "状态名称" }, "status" : { "type" : "integer", "description" : "状态", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "专家抽取视图对象 zjk_item_extreation" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/reviewPhase/review/export" : { "post" : { "summary" : "reviewExport", "description" : "reviewExport", "parameters" : [ { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/reviewPhase/getInfo/{productId}" : { "get" : { "summary" : "getInfo", "description" : "getInfo", "parameters" : [ { "name" : "productId", "in" : "path", "description" : "", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewId" : { "type" : "string", "description" : "规则id" }, "phaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "productSn" : { "type" : "string", "description" : "项目名称" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productType" : { "type" : "string", "description" : "项目类型" }, "productScale" : { "type" : "integer", "description" : "项目规则" }, "productUnit" : { "type" : "string", "description" : "项目单位" }, "unitBy" : { "type" : "string", "description" : "联系人" }, "unitConcat" : { "type" : "string", "description" : "联系方式" }, "productBrief" : { "type" : "string", "description" : "简介" }, "productDataUrl" : { "type" : "string", "description" : "状态名称" }, "status" : { "type" : "integer", "description" : "状态", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/reviewPhase/getReviewProductListByExpert" : { "get" : { "summary" : "根据专家 id 获取合作项目信息", "description" : "根据专家 id 获取合作项目信息", "parameters" : [ { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewId" : { "type" : "string", "description" : "规则id" }, "phaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "productSn" : { "type" : "string", "description" : "项目名称" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productType" : { "type" : "string", "description" : "项目类型" }, "productScale" : { "type" : "integer", "description" : "项目规则" }, "productUnit" : { "type" : "string", "description" : "项目单位" }, "unitBy" : { "type" : "string", "description" : "联系人" }, "unitConcat" : { "type" : "string", "description" : "联系方式" }, "productBrief" : { "type" : "string", "description" : "简介" }, "productDataUrl" : { "type" : "string", "description" : "状态名称" }, "status" : { "type" : "integer", "description" : "状态", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "专家抽取视图对象 zjk_item_extreation" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/reviewPhase/getReview/count" : { "get" : { "summary" : "getReviewCount", "description" : "getReviewCount", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { }, "description" : "数据对象" } } } } } } } } }, "/product/list" : { "get" : { "summary" : "查询项目管理列表", "description" : "查询项目管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productScale", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitConcat", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productBrief", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productDataUrl", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productReviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "项目管理视图对象 zjk_product" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/product/get-product" : { "get" : { "summary" : "getProduct", "description" : "getProduct", "parameters" : [ { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "项目管理视图对象 zjk_product" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/product/get-product-review" : { "get" : { "summary" : "getProduct_redirectView", "description" : "getProduct_redirectView", "parameters" : [ { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "array", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewId" : { "type" : "string", "description" : "规则id" }, "phaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "productSn" : { "type" : "string", "description" : "项目名称" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productType" : { "type" : "string", "description" : "项目类型" }, "productScale" : { "type" : "integer", "description" : "项目规则" }, "productUnit" : { "type" : "string", "description" : "项目单位" }, "unitBy" : { "type" : "string", "description" : "联系人" }, "unitConcat" : { "type" : "string", "description" : "联系方式" }, "productBrief" : { "type" : "string", "description" : "简介" }, "productDataUrl" : { "type" : "string", "description" : "状态名称" }, "status" : { "type" : "integer", "description" : "状态", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" } } } } } } } } } }, "/product/get-item-id" : { "get" : { "summary" : "getItemId", "description" : "getItemId", "parameters" : [ { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "reviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "itemId" : { "type" : "string", "description" : "" }, "status" : { "type" : "string", "description" : "" }, "productName" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" } } } } } } } } }, "/product/queryByList" : { "get" : { "summary" : "查询项目管理列表", "description" : "查询项目管理列表", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "" }, "productName" : { "type" : "string", "description" : "" }, "productType" : { "type" : "string", "description" : "" }, "productScale" : { "type" : "integer", "description" : "" }, "productUnit" : { "type" : "string", "description" : "" }, "unitBy" : { "type" : "string", "description" : "" }, "unitConcat" : { "type" : "string", "description" : "" }, "productBrief" : { "type" : "string", "description" : "" }, "productDataUrl" : { "type" : "string", "description" : "" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "delFlag" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "项目管理对象 zjk_product" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/product/export" : { "post" : { "summary" : "导出项目管理列表", "description" : "导出项目管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productScale", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitConcat", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productBrief", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productDataUrl", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productReviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/product/{id}" : { "get" : { "summary" : "获取项目管理详细信息", "description" : "获取项目管理详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "数据对象" } } } } } } } } }, "/product" : { "post" : { "summary" : "新增项目管理", "description" : "新增项目管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "productBrief", "productName", "productScale", "productSn", "productType", "productUnit", "unitBy", "unitConcat" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "string", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "search" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/product/update" : { "post" : { "summary" : "修改项目管理", "description" : "修改项目管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "string", "description" : "$column.columnComment" }, "productUnit" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "search" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/product/delete/{ids}" : { "get" : { "summary" : "删除项目管理", "description" : "删除项目管理", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/product/panorama/dept" : { "get" : { "summary" : "获取项目全景 部门", "description" : "获取项目全景 部门", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "deptName" : { "type" : "string", "description" : "" }, "deptId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "org.dromara.zjk.domain.vo.ProductPanoramaDeptVo" } } }, "description" : "" } } } } } } }, "/product/panorama" : { "get" : { "summary" : "productPanorama", "description" : "productPanorama", "parameters" : [ { "name" : "productId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productType", "in" : "query", "description" : "项目类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "评审时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "评审阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewId", "in" : "query", "description" : "评审id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "单位i", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productScale", "in" : "query", "description" : "项目规模", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "maxProductScale", "in" : "query", "description" : "最大规模", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "minProductScale", "in" : "query", "description" : "最小规模", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deptId", "in" : "query", "description" : "评审id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "productId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productType" : { "type" : "string", "description" : "项目类型" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewId" : { "type" : "integer", "description" : "评审id", "format" : "int64" }, "workUnit" : { "type" : "string", "description" : "单位i" }, "productScale" : { "type" : "integer", "description" : "项目规模" }, "maxProductScale" : { "type" : "integer", "description" : "最大规模" }, "minProductScale" : { "type" : "integer", "description" : "最小规模" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "deptId" : { "type" : "integer", "description" : "评审id", "format" : "int64" } }, "description" : "org.dromara.zjk.domain.vo.ProductPanoramaVo" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/product/panorama-by-id" : { "get" : { "summary" : "getProductPanoramaById", "description" : "getProductPanoramaById", "parameters" : [ { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "reviewSn" : { "type" : "string", "description" : "阶段" }, "reviewTime" : { "type" : "string", "description" : "阶段" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "zjkProductSummarizeVoList" : { "type" : "array", "description" : "阶段总结", "items" : { "type" : "object", "properties" : { "search" : { "type" : "string", "description" : "" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "总结类型" }, "productSummarizeTypeName" : { "type" : "string", "description" : "" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "statusName" : { "type" : "string", "description" : "状态名称" }, "remark" : { "type" : "string", "description" : "备注" }, "reviewTime" : { "type" : "string", "description" : "" }, "zjkExpertList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "productName" : { "type" : "string", "description" : "" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "项目总结视图对象 zjk_product_summarize" } }, "productSummarizeTime" : { "type" : "string", "description" : "总结时间" }, "zjkExpertList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } } }, "description" : "org.dromara.zjk.domain.vo.ProductPanoramaDetailVo" } } } } } } } } } }, "/product/getProductPanoramaCount" : { "get" : { "summary" : "获取项目总数", "description" : "获取项目总数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } }, "description" : "" } } } } } } }, "/product/getProductTypeCountReport" : { "get" : { "summary" : "各项目类型数量统计", "description" : "各项目类型数量统计", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "month" : { "type" : "string", "description" : "月份" }, "governmentInformation" : { "type" : "integer", "description" : "政务信息" }, "researchProjects" : { "type" : "integer", "description" : "科研项目" }, "technologyInformation" : { "type" : "integer", "description" : "技术信息" } }, "description" : "org.dromara.zjk.domain.ProductCountReport" } } }, "description" : "" } } } } } } }, "/product/getReviewStageSummary" : { "get" : { "summary" : "各评审阶段总结数量统计", "description" : "各评审阶段总结数量统计", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "mon" : { "type" : "string", "description" : "月份" }, "approval" : { "type" : "integer", "description" : "立项" }, "bids" : { "type" : "integer", "description" : "招标" }, "initialInspection" : { "type" : "integer", "description" : "初验" }, "finalInspection" : { "type" : "integer", "description" : "终验" } }, "description" : "org.dromara.zjk.domain.vo.ProjectSummaryStatisticsVo" } } }, "description" : "" } } } } } } }, "/product/listByName" : { "get" : { "summary" : "查询项目 项目名称动态查询", "description" : "查询项目 项目名称动态查询", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productScale", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitConcat", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productBrief", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productDataUrl", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productReviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "项目管理视图对象 zjk_product" } } } } } } } } } }, "/product/add" : { "post" : { "summary" : "新增项目文档", "description" : "新增项目文档", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "string", "description" : "$column.columnComment" }, "productUnit" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "search" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/product/productReview/update" : { "post" : { "summary" : "修改项目文档", "description" : "修改项目文档", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "string", "description" : "$column.columnComment" }, "productUnit" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "maximum" : 50, "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "search" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/product/select/list" : { "get" : { "summary" : "查询项目文档 专利", "description" : "查询项目文档 专利", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productScale", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "unitConcat", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productBrief", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "maximum" : 50, "type" : "string", "nullable" : false } }, { "name" : "productDataUrl", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentsList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productReviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "项目管理视图对象 zjk_product" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/product/select/productId/reviewSn/{productReviewId}" : { "get" : { "summary" : "获取 项目文档 通过项目id", "description" : "获取 项目文档 通过项目id", "parameters" : [ { "name" : "productReviewId", "in" : "path", "description" : "", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/product/remove/productId/reviewSn/{productReviewId}" : { "get" : { "summary" : "删除 项目文档 项目id", "description" : "删除 项目文档 项目id", "parameters" : [ { "name" : "productReviewId", "in" : "path", "description" : "", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/product/project/summary/statistics" : { "get" : { "summary" : "项目总结统计信息", "description" : "项目总结统计信息", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "projectAuditSum" : { "type" : "integer", "description" : "项目审核数量", "format" : "int64" }, "projectSummaryQuantity" : { "type" : "integer", "description" : "完成项目总结数量", "format" : "int64" }, "quantitySummarized" : { "type" : "integer", "description" : "待总结数量", "format" : "int64" }, "summaryNumberApproved" : { "type" : "integer", "description" : "待审批总结数量", "format" : "int64" }, "quantityEvaluated" : { "type" : "integer", "description" : "待评价数量", "format" : "int64" }, "numberItems" : { "type" : "integer", "description" : "项目数量", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/learningCreditRecord/list" : { "get" : { "summary" : "查询信用用户学习记录列表", "description" : "查询信用用户学习记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "revision", "in" : "query", "description" : "乐观锁", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "learningId", "in" : "query", "description" : "资料id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "viewingTime", "in" : "query", "description" : "观看时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "delFalg", "in" : "query", "description" : "删除字段", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "learningId" : { "type" : "integer", "description" : "资料id", "format" : "int64" }, "viewingTime" : { "type" : "string", "description" : "观看时间" }, "delFalg" : { "type" : "integer", "description" : "删除字段", "format" : "int64" }, "zjkLearningMaterialsVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "delFalg" : { "type" : "string", "description" : "逻辑删除(1,失效,0.正常)" }, "materialsUrl" : { "type" : "string", "description" : "url地址" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "createName" : { "type" : "string", "description" : "创建人" } }, "description" : "" } }, "description" : "【请填写功能名称】视图对象 zjk_learning_credit_record" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningCreditRecord/export" : { "post" : { "summary" : "导出信用用户学习记录列表", "description" : "导出信用用户学习记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "revision", "in" : "query", "description" : "乐观锁", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "learningId", "in" : "query", "description" : "资料id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "viewingTime", "in" : "query", "description" : "观看时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "delFalg", "in" : "query", "description" : "删除字段", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/learningCreditRecord/{expertId}" : { "get" : { "summary" : "获取信用用户学习记录详细信息", "description" : "获取信用用户学习记录详细信息", "parameters" : [ { "name" : "userId", "in" : "path", "description" : "用户id", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "learningId" : { "type" : "integer", "description" : "资料id", "format" : "int64" }, "viewingTime" : { "type" : "string", "description" : "观看时间" }, "delFalg" : { "type" : "integer", "description" : "删除字段", "format" : "int64" }, "zjkLearningMaterialsVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "delFalg" : { "type" : "string", "description" : "逻辑删除(1,失效,0.正常)" }, "materialsUrl" : { "type" : "string", "description" : "url地址" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "createName" : { "type" : "string", "description" : "创建人" } }, "description" : "" } }, "description" : "【请填写功能名称】视图对象 zjk_learning_credit_record" } } } } } } } } } }, "/learningCreditRecord/add" : { "post" : { "summary" : "新增信用用户学习记录", "description" : "新增信用用户学习记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "learningId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "learningId" : { "type" : "integer", "description" : "资料id", "format" : "int64" }, "viewingTime" : { "type" : "string", "description" : "观看时间" }, "delFalg" : { "type" : "integer", "description" : "删除字段", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCreditRecord/edit" : { "post" : { "summary" : "修改信用用户学习记录", "description" : "修改信用用户学习记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "learningId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "learningId" : { "type" : "integer", "description" : "资料id", "format" : "int64" }, "viewingTime" : { "type" : "string", "description" : "观看时间" }, "delFalg" : { "type" : "integer", "description" : "删除字段", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCreditRecord/delete/{ids}" : { "get" : { "summary" : "删除信用用户学习记录", "description" : "删除信用用户学习记录", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarizeLog/list" : { "get" : { "summary" : "查询总结日志表列表", "description" : "查询总结日志表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "summarizeId", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewId", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSummarizeName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSummarizeType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productGeneral", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewScope", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewConclusion", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "feedback", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "subsequent", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "attachment", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditStatus", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditRemark", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditBy", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "auditTime", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statusList", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "isEvaluate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "summarizeId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "项目总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "项目总结分类" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "v评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "auditStatus" : { "type" : "string", "description" : "审核状态" }, "auditRemark" : { "type" : "string", "description" : "审核备注" }, "auditBy" : { "type" : "integer", "description" : "审核人", "format" : "int64" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "subBy" : { "type" : "string", "description" : "提交人" }, "subTime" : { "type" : "string", "description" : "提交时间" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "productName" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "reviewTime" : { "type" : "string", "description" : "" }, "isEvaluate" : { "type" : "integer", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "总结日志表视图对象 zjk_product_summarize_log" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/productSummarizeLog/export" : { "post" : { "summary" : "导出总结日志表列表", "description" : "导出总结日志表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "summarizeId", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewId", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSummarizeName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSummarizeType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productGeneral", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewScope", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewConclusion", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "feedback", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "subsequent", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "attachment", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditStatus", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditRemark", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditBy", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "auditTime", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statusList", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "isEvaluate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/productSummarizeLog/{id}" : { "get" : { "summary" : "获取总结日志表详细信息", "description" : "获取总结日志表详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "summarizeId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "项目总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "项目总结分类" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "v评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "auditStatus" : { "type" : "string", "description" : "审核状态" }, "auditRemark" : { "type" : "string", "description" : "审核备注" }, "auditBy" : { "type" : "integer", "description" : "审核人", "format" : "int64" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "subBy" : { "type" : "string", "description" : "提交人" }, "subTime" : { "type" : "string", "description" : "提交时间" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "productName" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "reviewTime" : { "type" : "string", "description" : "" }, "isEvaluate" : { "type" : "integer", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/productSummarizeLog" : { "put" : { "summary" : "修改总结日志表", "description" : "修改总结日志表", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "attachment", "auditBy", "auditRemark", "auditStatus", "auditTime", "expertIds", "feedback", "id", "productGeneral", "productSummarizeName", "productSummarizeType", "remark", "reviewConclusion", "reviewId", "reviewScope", "status", "subsequent", "summarizeId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "summarizeId" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "$column.columnComment" }, "productSummarizeType" : { "type" : "string", "description" : "$column.columnComment" }, "productGeneral" : { "type" : "string", "description" : "$column.columnComment" }, "reviewScope" : { "type" : "string", "description" : "$column.columnComment" }, "reviewConclusion" : { "type" : "string", "description" : "$column.columnComment" }, "feedback" : { "type" : "string", "description" : "$column.columnComment" }, "subsequent" : { "type" : "string", "description" : "$column.columnComment" }, "attachment" : { "type" : "string", "description" : "$column.columnComment" }, "expertIds" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "auditStatus" : { "type" : "string", "description" : "$column.columnComment" }, "auditRemark" : { "type" : "string", "description" : "$column.columnComment" }, "auditBy" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "auditTime" : { "type" : "string", "description" : "$column.columnComment" }, "search" : { "type" : "string", "description" : "" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "isEvaluate" : { "type" : "integer", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarizeLog/{ids}" : { "delete" : { "summary" : "删除总结日志表", "description" : "删除总结日志表", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarizeLog/audit" : { "post" : { "summary" : "edit", "description" : "edit", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "auditStatus" : { "type" : "string", "description" : "" }, "auditRemark" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/approvalProcessLogs/list" : { "get" : { "summary" : "查询审批流程记录列表", "description" : "查询审批流程记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "actionItem", "in" : "query", "description" : "操作项", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "actionContent", "in" : "query", "description" : "操作内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalOpinions", "in" : "query", "description" : "审批意见", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "actionItem" : { "type" : "string", "description" : "操作项" }, "actionContent" : { "type" : "string", "description" : "操作内容" }, "approvalOpinions" : { "type" : "string", "description" : "审批意见" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "修改时间" } }, "description" : "审批流程记录视图对象 zjk_approval_process_logs" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/approvalProcessLogs/export" : { "post" : { "summary" : "导出审批流程记录列表", "description" : "导出审批流程记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "actionItem", "in" : "query", "description" : "操作项", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "actionContent", "in" : "query", "description" : "操作内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalOpinions", "in" : "query", "description" : "审批意见", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/approvalProcessLogs/{id}" : { "get" : { "summary" : "获取审批流程记录详细信息", "description" : "获取审批流程记录详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "actionItem" : { "type" : "string", "description" : "操作项" }, "actionContent" : { "type" : "string", "description" : "操作内容" }, "approvalOpinions" : { "type" : "string", "description" : "审批意见" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "修改时间" } }, "description" : "数据对象" } } } } } } } } }, "/approvalProcessLogs" : { "put" : { "summary" : "修改审批流程记录", "description" : "修改审批流程记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "actionItem" : { "type" : "string", "description" : "操作项" }, "actionContent" : { "type" : "string", "description" : "操作内容" }, "approvalOpinions" : { "type" : "string", "description" : "审批意见" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/approvalProcessLogs/{ids}" : { "delete" : { "summary" : "删除审批流程记录", "description" : "删除审批流程记录", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/evaluate/listToZj" : { "get" : { "summary" : "查询专家评价列表-专家", "description" : "查询专家评价列表-专家", "parameters" : [ { "name" : "id", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateUser", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "acceptStatus", "in" : "query", "description" : "接受状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveStatus", "in" : "query", "description" : "请假状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "单位负责人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "负责单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPost", "in" : "query", "description" : "专家职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPresent", "in" : "query", "description" : "出席情况1:出席;0:未出席", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStage", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStageName", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "请假原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "busLevelScore", "in" : "query", "description" : "业务水平得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workAttitudeScore", "in" : "query", "description" : "工作态度得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rightApprovalScore", "in" : "query", "description" : "合规评审得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertComment", "in" : "query", "description" : "专家评语", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "专家评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "评价状态;1:已评价;0:未评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isXmAdmin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sourceRoleStr", "in" : "query", "description" : "评价来源", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sortWay", "in" : "query", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "xmEvaluateStatus", "in" : "query", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/evaluate/listToOrg" : { "get" : { "summary" : "查询专家评价列表-管理员", "description" : "查询专家评价列表-管理员", "parameters" : [ { "name" : "id", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateUser", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "acceptStatus", "in" : "query", "description" : "接受状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveStatus", "in" : "query", "description" : "请假状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "单位负责人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "负责单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPost", "in" : "query", "description" : "专家职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPresent", "in" : "query", "description" : "出席情况1:出席;0:未出席", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStage", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStageName", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "请假原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "busLevelScore", "in" : "query", "description" : "业务水平得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workAttitudeScore", "in" : "query", "description" : "工作态度得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rightApprovalScore", "in" : "query", "description" : "合规评审得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertComment", "in" : "query", "description" : "专家评语", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "专家评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "评价状态;1:已评价;0:未评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isXmAdmin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sourceRoleStr", "in" : "query", "description" : "评价来源", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sortWay", "in" : "query", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "xmEvaluateStatus", "in" : "query", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/evaluate/listToXm" : { "get" : { "summary" : "查询专家评价列表-项目管理员", "description" : "查询专家评价列表-项目管理员", "parameters" : [ { "name" : "id", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateUser", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "acceptStatus", "in" : "query", "description" : "接受状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveStatus", "in" : "query", "description" : "请假状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "单位负责人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "负责单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPost", "in" : "query", "description" : "专家职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPresent", "in" : "query", "description" : "出席情况1:出席;0:未出席", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStage", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStageName", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "请假原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "busLevelScore", "in" : "query", "description" : "业务水平得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workAttitudeScore", "in" : "query", "description" : "工作态度得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rightApprovalScore", "in" : "query", "description" : "合规评审得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertComment", "in" : "query", "description" : "专家评语", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "专家评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "评价状态;1:已评价;0:未评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isXmAdmin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sourceRoleStr", "in" : "query", "description" : "评价来源", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sortWay", "in" : "query", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "xmEvaluateStatus", "in" : "query", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/evaluate" : { "post" : { "summary" : "专家评价新增", "description" : "专家评价新增", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/evaluate/detail/{gid}" : { "get" : { "summary" : "获取专家评价详细信息", "description" : "获取专家评价详细信息", "parameters" : [ { "name" : "gid", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "string" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "数据对象" } } } } } } } } }, "/evaluate/getEvaluateListByExpert" : { "get" : { "summary" : "评价反馈", "description" : "评价反馈", "parameters" : [ { "name" : "id", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateUser", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "acceptStatus", "in" : "query", "description" : "接受状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveStatus", "in" : "query", "description" : "请假状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "单位负责人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "负责单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPost", "in" : "query", "description" : "专家职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPresent", "in" : "query", "description" : "出席情况1:出席;0:未出席", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStage", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStageName", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "请假原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "busLevelScore", "in" : "query", "description" : "业务水平得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workAttitudeScore", "in" : "query", "description" : "工作态度得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rightApprovalScore", "in" : "query", "description" : "合规评审得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertComment", "in" : "query", "description" : "专家评语", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "专家评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "评价状态;1:已评价;0:未评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isXmAdmin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sourceRoleStr", "in" : "query", "description" : "评价来源", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sortWay", "in" : "query", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "xmEvaluateStatus", "in" : "query", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/evaluate/stsNum" : { "get" : { "summary" : "获取评价统计次数", "description" : "获取评价统计次数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "nums" : { "type" : "integer", "description" : "评价总次数", "format" : "int64", "default" : 0 }, "eachNums" : { "type" : "integer", "description" : "专家互评总数", "format" : "int64", "default" : 0 }, "greatNums" : { "type" : "integer", "description" : "全5星好评总数", "format" : "int64", "default" : 0 }, "expertNums" : { "type" : "integer", "description" : "受评专家总人数", "format" : "int64", "default" : 0 } }, "description" : "数据对象" } } } } } } } } }, "/evaluate/stsChart" : { "get" : { "summary" : "专家互评图表统计", "description" : "专家互评图表统计", "parameters" : [ { "name" : "rangeMonth", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "numsSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "评价次数统计" }, "persSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "受评专家人数统计" }, "starSts" : { "type" : "object", "properties" : { "busLevelScore" : { "type" : "object", "properties" : { "fiveNums" : { "type" : "integer", "description" : "5星次数数" }, "otherNums" : { "type" : "integer", "description" : "其它数" } }, "description" : "业务水平数" }, "workAttitudeScore" : { "type" : "object", "properties" : { "fiveNums" : { "type" : "integer", "description" : "5星次数数" }, "otherNums" : { "type" : "integer", "description" : "其它数" } }, "description" : "工作态度数" }, "rightApprovalScore" : { "type" : "object", "properties" : { "fiveNums" : { "type" : "integer", "description" : "5星次数数" }, "otherNums" : { "type" : "integer", "description" : "其它数" } }, "description" : "合规评审数" } }, "description" : "评价细则五星率统计" } }, "description" : "数据对象" } } } } } } } } }, "/evaluate/stsList" : { "get" : { "summary" : "互评统计列表-管理员", "description" : "互评统计列表-管理员", "parameters" : [ { "name" : "id", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateUser", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "acceptStatus", "in" : "query", "description" : "接受状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveStatus", "in" : "query", "description" : "请假状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "单位负责人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "负责单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPost", "in" : "query", "description" : "专家职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPresent", "in" : "query", "description" : "出席情况1:出席;0:未出席", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStage", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStageName", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "请假原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "busLevelScore", "in" : "query", "description" : "业务水平得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workAttitudeScore", "in" : "query", "description" : "工作态度得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rightApprovalScore", "in" : "query", "description" : "合规评审得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertComment", "in" : "query", "description" : "专家评语", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "专家评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "评价状态;1:已评价;0:未评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isXmAdmin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sourceRoleStr", "in" : "query", "description" : "评价来源", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sortWay", "in" : "query", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "xmEvaluateStatus", "in" : "query", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "expertName" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "duty" : { "type" : "string", "description" : "" }, "approvalTime" : { "type" : "string", "description" : "" }, "joinProNums" : { "type" : "integer", "description" : "", "format" : "int64" }, "closeTime" : { "type" : "string", "description" : "" }, "scoreSum" : { "type" : "integer", "description" : "", "format" : "int64" }, "scoreAvg" : { "type" : "number", "description" : "" }, "evaRank" : { "type" : "string", "description" : "" } }, "description" : "" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/evaluate/export" : { "post" : { "summary" : "互评统计导出", "description" : "互评统计导出", "parameters" : [ { "name" : "id", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateUser", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "待评人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "acceptStatus", "in" : "query", "description" : "接受状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveStatus", "in" : "query", "description" : "请假状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSn", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitBy", "in" : "query", "description" : "单位负责人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productUnit", "in" : "query", "description" : "负责单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPost", "in" : "query", "description" : "专家职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPresent", "in" : "query", "description" : "出席情况1:出席;0:未出席", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStage", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemStageName", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "请假原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "busLevelScore", "in" : "query", "description" : "业务水平得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workAttitudeScore", "in" : "query", "description" : "工作态度得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rightApprovalScore", "in" : "query", "description" : "合规评审得分", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertComment", "in" : "query", "description" : "专家评语", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "专家评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "评价状态;1:已评价;0:未评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isXmAdmin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sourceRoleStr", "in" : "query", "description" : "评价来源", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sortWay", "in" : "query", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "xmEvaluateStatus", "in" : "query", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertMoneyConfig/list" : { "get" : { "summary" : "查询专家费用管理列表", "description" : "查询专家费用管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "moneyId", "in" : "query", "description" : "money_id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "moneyType", "in" : "query", "description" : "专家费用标准类型(引用字典money_type)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "专家费用周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyMethod", "in" : "query", "description" : "专家计费方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyNumber", "in" : "query", "description" : "专家费用", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyTypeSet", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "moneyId" : { "type" : "string", "description" : "" }, "moneyType" : { "type" : "string", "description" : "专家费用标准类型(引用字典money_type)" }, "moneyCycle" : { "type" : "string", "description" : "专家费用周期" }, "moneyNumber" : { "type" : "integer", "description" : "专家费用", "format" : "int64" }, "moneyMethod" : { "type" : "string", "description" : "" }, "remark" : { "type" : "string", "description" : "备注" }, "createTime" : { "type" : "string", "description" : "" }, "updateTime" : { "type" : "string", "description" : "" } }, "description" : "专家费用管理视图对象 zjk_expert_money_config" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertMoneyConfig/export" : { "post" : { "summary" : "导出专家费用管理列表", "description" : "导出专家费用管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "moneyId", "in" : "query", "description" : "money_id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "moneyType", "in" : "query", "description" : "专家费用标准类型(引用字典money_type)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "专家费用周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyMethod", "in" : "query", "description" : "专家计费方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyNumber", "in" : "query", "description" : "专家费用", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyTypeSet", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertMoneyConfig/export-template" : { "post" : { "summary" : "模板导出", "description" : "模板导出", "responses" : { "200" : { "description" : "No Content" } } } }, "/expertMoneyConfig/imports" : { "post" : { "summary" : "导入", "description" : "导入", "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "type" : "string", "description" : "", "format" : "binary" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expertMoneyConfig/{moneyId}" : { "get" : { "summary" : "获取专家费用管理详细信息", "description" : "获取专家费用管理详细信息", "parameters" : [ { "name" : "moneyId", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "moneyId" : { "type" : "string", "description" : "" }, "moneyType" : { "type" : "string", "description" : "专家费用标准类型(引用字典money_type)" }, "moneyCycle" : { "type" : "string", "description" : "专家费用周期" }, "moneyNumber" : { "type" : "integer", "description" : "专家费用", "format" : "int64" }, "moneyMethod" : { "type" : "string", "description" : "" }, "remark" : { "type" : "string", "description" : "备注" }, "createTime" : { "type" : "string", "description" : "" }, "updateTime" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/expertMoneyConfig/add" : { "post" : { "summary" : "新增专家费用管理", "description" : "新增专家费用管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "moneyId" : { "type" : "integer", "description" : "money_id", "format" : "int64" }, "moneyType" : { "type" : "string", "description" : "专家费用标准类型(引用字典money_type)" }, "moneyCycle" : { "type" : "string", "description" : "专家费用周期" }, "moneyMethod" : { "type" : "string", "description" : "专家计费方式" }, "moneyNumber" : { "type" : "integer", "description" : "专家费用", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "moneyTypeSet" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertMoneyConfig/edit" : { "post" : { "summary" : "修改专家费用管理", "description" : "修改专家费用管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "moneyId" : { "type" : "integer", "description" : "money_id", "format" : "int64" }, "moneyType" : { "type" : "string", "description" : "专家费用标准类型(引用字典money_type)" }, "moneyCycle" : { "type" : "string", "description" : "专家费用周期" }, "moneyMethod" : { "type" : "string", "description" : "专家计费方式" }, "moneyNumber" : { "type" : "integer", "description" : "专家费用", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "moneyTypeSet" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertMoneyConfig/remove/{moneyIds}" : { "get" : { "summary" : "删除专家费用管理", "description" : "删除专家费用管理", "parameters" : [ { "name" : "moneyIds", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertMoneyConfig/getExpertMoneyConfig" : { "get" : { "summary" : "获取职称等级下拉选项", "description" : "获取职称等级下拉选项", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "value" : { "type" : "string", "description" : "下拉选项 value 值" }, "label" : { "type" : "string", "description" : "下拉选项 标签 值" }, "moneyCycle" : { "type" : "string", "description" : "" } }, "description" : "org.dromara.zjk.domain.vo.SelectOptionVo" } } } } } } } } } }, "/dataChangesLogs/list" : { "get" : { "summary" : "查询业务数据变更记录列表", "description" : "查询业务数据变更记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "changeType", "in" : "query", "description" : "操作类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "businessType", "in" : "query", "description" : "业务类型 1.专家信息变更 2.项目信息变更", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "beforeOper", "in" : "query", "description" : "操作前数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "afterOper", "in" : "query", "description" : "操作后数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "operIp", "in" : "query", "description" : "操作 ip", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "changeType" : { "type" : "string", "description" : "操作类型" }, "businessType" : { "type" : "string", "description" : "业务类型 1.专家信息变更 2.项目信息变更" }, "beforeOper" : { "type" : "string", "description" : "操作前数据" }, "afterOper" : { "type" : "string", "description" : "操作后数据" }, "operIp" : { "type" : "string", "description" : "操作 ip" }, "createBy" : { "type" : "integer", "description" : "操作人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "操作时间" } }, "description" : "业务数据变更记录视图对象 zjk_data_changes_logs" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/dataChangesLogs/export" : { "post" : { "summary" : "导出业务数据变更记录列表", "description" : "导出业务数据变更记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "changeType", "in" : "query", "description" : "操作类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "businessType", "in" : "query", "description" : "业务类型 1.专家信息变更 2.项目信息变更", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "beforeOper", "in" : "query", "description" : "操作前数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "afterOper", "in" : "query", "description" : "操作后数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "operIp", "in" : "query", "description" : "操作 ip", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/dataChangesLogs/{id}" : { "get" : { "summary" : "获取业务数据变更记录详细信息", "description" : "获取业务数据变更记录详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "changeType" : { "type" : "string", "description" : "操作类型" }, "businessType" : { "type" : "string", "description" : "业务类型 1.专家信息变更 2.项目信息变更" }, "operIp" : { "type" : "string", "description" : "操作 ip" }, "createBy" : { "type" : "integer", "description" : "操作人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "操作时间" }, "beforeChange" : { "type" : "string", "description" : "变更前的实体类" }, "afterChange" : { "type" : "string", "description" : "变更后的实体类" } }, "description" : "数据对象" } } } } } } } } }, "/dataChangesLogs" : { "put" : { "summary" : "修改业务数据变更记录", "description" : "修改业务数据变更记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "afterOper", "beforeOper", "businessType", "changeType", "id", "operIp" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "changeType" : { "type" : "string", "description" : "操作类型" }, "businessType" : { "type" : "string", "description" : "业务类型 1.专家信息变更 2.项目信息变更" }, "beforeOper" : { "type" : "string", "description" : "操作前数据" }, "afterOper" : { "type" : "string", "description" : "操作后数据" }, "operIp" : { "type" : "string", "description" : "操作 ip" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/dataChangesLogs/{ids}" : { "delete" : { "summary" : "删除业务数据变更记录", "description" : "删除业务数据变更记录", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningMaterials/list" : { "get" : { "summary" : "查询信用资料列表", "description" : "查询信用资料列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "materialsId", "in" : "query", "description" : "资料id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "materialsName", "in" : "query", "description" : "资料名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "materialsCount", "in" : "query", "description" : "观看次数", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态(0,失效,1.正常)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "开始时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "结束时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "materialsUrl", "in" : "query", "description" : "url地址", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "delFalg" : { "type" : "string", "description" : "逻辑删除(1,失效,0.正常)" }, "materialsUrl" : { "type" : "string", "description" : "url地址" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "createName" : { "type" : "string", "description" : "创建人" } }, "description" : "信用资料视图对象 zjk_learning_materials" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningMaterials/export" : { "post" : { "summary" : "导出信用资料列表", "description" : "导出信用资料列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "materialsId", "in" : "query", "description" : "资料id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "materialsName", "in" : "query", "description" : "资料名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "materialsCount", "in" : "query", "description" : "观看次数", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态(0,失效,1.正常)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "开始时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "结束时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "materialsUrl", "in" : "query", "description" : "url地址", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/learningMaterials/{id}" : { "get" : { "summary" : "获取信用资料详细信息", "description" : "获取信用资料详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "delFalg" : { "type" : "string", "description" : "逻辑删除(1,失效,0.正常)" }, "materialsUrl" : { "type" : "string", "description" : "url地址" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "createName" : { "type" : "string", "description" : "创建人" } }, "description" : "数据对象" } } } } } } } } }, "/learningMaterials/add" : { "post" : { "summary" : "新增信用资料", "description" : "新增信用资料", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "startTime" : { "type" : "string", "description" : "开始时间" }, "endTime" : { "type" : "string", "description" : "结束时间" }, "materialsUrl" : { "type" : "string", "description" : "url地址" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningMaterials/edit" : { "post" : { "summary" : "修改信用资料", "description" : "修改信用资料", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "startTime" : { "type" : "string", "description" : "开始时间" }, "endTime" : { "type" : "string", "description" : "结束时间" }, "materialsUrl" : { "type" : "string", "description" : "url地址" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningMaterials/delete/{ids}" : { "get" : { "summary" : "删除信用资料", "description" : "删除信用资料", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditUser/list" : { "get" : { "summary" : "查询信用用户管理列表", "description" : "查询信用用户管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "ID", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "rewardId", "in" : "query", "description" : "奖励id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rewardTitle", "in" : "query", "description" : "奖励内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "creditCount", "in" : "query", "description" : "总信用", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "changeTime", "in" : "query", "description" : "信用变动时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "lvId", "in" : "query", "description" : "等级Id", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "creditCount" : { "type" : "integer", "description" : "总信用", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "changeTime" : { "type" : "string", "description" : "信用变动时间" }, "zjkExpert" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "专家信息" }, "lvId" : { "type" : "integer", "description" : "等级Id", "format" : "int64" }, "zjkCreditLvVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } }, "description" : "信用用户管理视图对象 zjk_credit_user" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/creditUser/export" : { "post" : { "summary" : "导出信用用户管理列表", "description" : "导出信用用户管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "ID", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "rewardId", "in" : "query", "description" : "奖励id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rewardTitle", "in" : "query", "description" : "奖励内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "creditCount", "in" : "query", "description" : "总信用", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "changeTime", "in" : "query", "description" : "信用变动时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "lvId", "in" : "query", "description" : "等级Id", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/creditUser/{ID}" : { "get" : { "summary" : "获取信用用户管理详细信息", "description" : "获取信用用户管理详细信息", "parameters" : [ { "name" : "ID", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "string" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "creditCount" : { "type" : "integer", "description" : "总信用", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "changeTime" : { "type" : "string", "description" : "信用变动时间" }, "zjkExpert" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "专家信息" }, "lvId" : { "type" : "integer", "description" : "等级Id", "format" : "int64" }, "zjkCreditLvVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/creditUser" : { "put" : { "summary" : "修改信用用户管理", "description" : "修改信用用户管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "ID" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "creditCount" : { "type" : "integer", "description" : "总信用", "format" : "int64" }, "changeTime" : { "type" : "string", "description" : "信用变动时间" }, "lvId" : { "type" : "integer", "description" : "等级Id" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditUser/{IDs}" : { "delete" : { "summary" : "删除信用用户管理", "description" : "删除信用用户管理", "parameters" : [ { "name" : "IDs", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "string" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditUser/expertPointRank" : { "get" : { "summary" : "专家积分榜基本信息", "description" : "专家积分榜基本信息", "parameters" : [ { "name" : "rangeDay", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "pointX" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } }, "nameY" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "数据对象" } } } } } } } } }, "/creditUser/selectUserById" : { "get" : { "summary" : "expertPointRanks", "description" : "expertPointRanks", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "creditId", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "credit", "in" : "query", "description" : "信用数值", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleId", "in" : "query", "description" : "信用事由外键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "parkName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "dataNumber", "in" : "query", "description" : "数据编号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "integralReason", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "ID" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "ruleName" : { "type" : "string", "description" : "规则名称" }, "expireTime" : { "type" : "string", "description" : "到期时间" }, "isForever" : { "type" : "integer", "description" : "是否永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "eachScore" : { "type" : "integer", "description" : "每次得分", "format" : "int64" }, "ruleKey" : { "type" : "integer", "description" : "信用规则code", "format" : "int64" }, "pointReason" : { "type" : "string", "description" : "信用获得事由" }, "dataNumber" : { "type" : "integer", "description" : "数据编号", "format" : "int64" } }, "description" : "信用规则视图对象 zjk_credit_rule" } } } } } } } } } }, "/creditUser/blacklist" : { "get" : { "summary" : "blacklist", "description" : "blacklist", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "creditId", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "credit", "in" : "query", "description" : "信用数值", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleId", "in" : "query", "description" : "信用事由外键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "parkName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "dataNumber", "in" : "query", "description" : "数据编号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "integralReason", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "major" : { "type" : "string", "description" : "学历" }, "proSkills" : { "type" : "array", "description" : "专业技术资格及取得时间", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "" }, "getTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "politics" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWork" : { "type" : "string", "description" : "从事工作或研究领域" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "rewardTitle" : { "type" : "array", "description" : "奖励标签", "items" : { "type" : "string" } }, "rank" : { "type" : "integer", "description" : "奖励标签" }, "creditCount" : { "type" : "integer", "description" : "信用", "format" : "int64" }, "pointRemark" : { "type" : "string", "description" : "信用事由" }, "chart" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "scorePerformWork" : { "type" : "object", "properties" : { }, "description" : "业务领域得分" }, "scorePaper" : { "type" : "object", "properties" : { }, "description" : "论文得分" }, "scorePatent" : { "type" : "object", "properties" : { }, "description" : "专利得分" }, "scoreWorkYear" : { "type" : "object", "properties" : { }, "description" : "工作经历得分" }, "scoreAwards" : { "type" : "object", "properties" : { }, "description" : "荣誉奖项得分" }, "scoreEvaluate" : { "type" : "object", "properties" : { }, "description" : "评价得分" }, "scoreJoinTime" : { "type" : "object", "properties" : { }, "description" : "合作历史得分" }, "scoreCredit" : { "type" : "object", "properties" : { }, "description" : "信用得分" }, "createDept" : { "type" : "string", "description" : "创建部门" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" } }, "description" : "专家画像" }, "lvName" : { "type" : "string", "description" : "信用等级" }, "approvalTime" : { "type" : "string", "description" : "入库时间" }, "backParkName" : { "type" : "string", "description" : "黑名单缘由" } }, "description" : "" } } } } } } } } } }, "/creditUser/outCreditId" : { "post" : { "summary" : "outCreditId", "description" : "outCreditId", "parameters" : [ { "name" : "creditId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "major" : { "type" : "string", "description" : "学历" }, "proSkills" : { "type" : "array", "description" : "专业技术资格及取得时间", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "" }, "getTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "politics" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWork" : { "type" : "string", "description" : "从事工作或研究领域" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "rewardTitle" : { "type" : "array", "description" : "奖励标签", "items" : { "type" : "string" } }, "rank" : { "type" : "integer", "description" : "奖励标签" }, "creditCount" : { "type" : "integer", "description" : "信用", "format" : "int64" }, "pointRemark" : { "type" : "string", "description" : "信用事由" }, "chart" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "scorePerformWork" : { "type" : "object", "properties" : { }, "description" : "业务领域得分" }, "scorePaper" : { "type" : "object", "properties" : { }, "description" : "论文得分" }, "scorePatent" : { "type" : "object", "properties" : { }, "description" : "专利得分" }, "scoreWorkYear" : { "type" : "object", "properties" : { }, "description" : "工作经历得分" }, "scoreAwards" : { "type" : "object", "properties" : { }, "description" : "荣誉奖项得分" }, "scoreEvaluate" : { "type" : "object", "properties" : { }, "description" : "评价得分" }, "scoreJoinTime" : { "type" : "object", "properties" : { }, "description" : "合作历史得分" }, "scoreCredit" : { "type" : "object", "properties" : { }, "description" : "信用得分" }, "createDept" : { "type" : "string", "description" : "创建部门" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" } }, "description" : "专家画像" }, "lvName" : { "type" : "string", "description" : "信用等级" }, "approvalTime" : { "type" : "string", "description" : "入库时间" }, "backParkName" : { "type" : "string", "description" : "黑名单缘由" } }, "description" : "" } } } } } } } } } }, "/creditUser/moveToBlacklist" : { "post" : { "summary" : "手动移入黑名单", "description" : "手动移入黑名单", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "ID" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "creditCount" : { "type" : "integer", "description" : "总信用", "format" : "int64" }, "changeTime" : { "type" : "string", "description" : "信用变动时间" }, "lvId" : { "type" : "integer", "description" : "等级Id" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditUser/removeTheBlacklist" : { "post" : { "summary" : "手动移出黑名单", "description" : "手动移出黑名单", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "ID" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "creditCount" : { "type" : "integer", "description" : "总信用", "format" : "int64" }, "changeTime" : { "type" : "string", "description" : "信用变动时间" }, "lvId" : { "type" : "integer", "description" : "等级Id" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditUser/getBlacklistCount" : { "get" : { "summary" : "获取黑名单专家总人数", "description" : "获取黑名单专家总人数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } } } } } } } } }, "/creditUser/getCount" : { "get" : { "summary" : "getCount", "description" : "getCount", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } } } } } } } } }, "/productSummarize/list" : { "get" : { "summary" : "查询项目总结列表", "description" : "查询项目总结列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewId", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSummarizeName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSummarizeType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productGeneral", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewScope", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewConclusion", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "feedback", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "subsequent", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "attachment", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "statusList", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "productIds", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "search" : { "type" : "string", "description" : "" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "总结类型" }, "productSummarizeTypeName" : { "type" : "string", "description" : "" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "statusName" : { "type" : "string", "description" : "状态名称" }, "remark" : { "type" : "string", "description" : "备注" }, "reviewTime" : { "type" : "string", "description" : "" }, "zjkExpertList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "productName" : { "type" : "string", "description" : "" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "项目总结视图对象 zjk_product_summarize" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/productSummarize/export" : { "post" : { "summary" : "导出项目总结列表", "description" : "导出项目总结列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "search", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewId", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSummarizeName", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productSummarizeType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productGeneral", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewScope", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewConclusion", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "feedback", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "subsequent", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "attachment", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "statusList", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "productIds", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/productSummarize/export/template" : { "post" : { "summary" : "导出项目总结列表", "description" : "导出项目总结列表", "responses" : { "200" : { "description" : "No Content" } } } }, "/productSummarize/export/import" : { "post" : { "summary" : "导出项目总结列表", "description" : "导出项目总结列表", "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "type" : "string", "description" : "", "format" : "binary" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarize/{id}" : { "get" : { "summary" : "获取项目总结详细信息", "description" : "获取项目总结详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "search" : { "type" : "string", "description" : "" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "总结类型" }, "productSummarizeTypeName" : { "type" : "string", "description" : "" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "statusName" : { "type" : "string", "description" : "状态名称" }, "remark" : { "type" : "string", "description" : "备注" }, "reviewTime" : { "type" : "string", "description" : "" }, "zjkExpertList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "productName" : { "type" : "string", "description" : "" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/productSummarize/get-expert-by-review-id" : { "get" : { "summary" : "getExpertByReviewId", "description" : "getExpertByReviewId", "parameters" : [ { "name" : "reviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } } } } } } } } } }, "/productSummarize" : { "post" : { "summary" : "新增项目总结", "description" : "新增项目总结", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "attachment", "feedback", "productGeneral", "productSummarizeName", "productSummarizeType", "reviewConclusion", "reviewScope", "status", "subsequent" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "search" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "reviewId" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "$column.columnComment" }, "productSummarizeType" : { "type" : "string", "description" : "$column.columnComment" }, "productGeneral" : { "type" : "string", "description" : "$column.columnComment" }, "reviewScope" : { "type" : "string", "description" : "$column.columnComment" }, "reviewConclusion" : { "type" : "string", "description" : "$column.columnComment" }, "feedback" : { "type" : "string", "description" : "$column.columnComment" }, "subsequent" : { "type" : "string", "description" : "$column.columnComment" }, "attachment" : { "type" : "string", "description" : "$column.columnComment" }, "expertIds" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productIds" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarize/update" : { "post" : { "summary" : "修改项目总结", "description" : "修改项目总结", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "search" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "reviewId" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "$column.columnComment" }, "productSummarizeType" : { "type" : "string", "description" : "$column.columnComment" }, "productGeneral" : { "type" : "string", "description" : "$column.columnComment" }, "reviewScope" : { "type" : "string", "description" : "$column.columnComment" }, "reviewConclusion" : { "type" : "string", "description" : "$column.columnComment" }, "feedback" : { "type" : "string", "description" : "$column.columnComment" }, "subsequent" : { "type" : "string", "description" : "$column.columnComment" }, "attachment" : { "type" : "string", "description" : "$column.columnComment" }, "expertIds" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productIds" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarize/{ids}" : { "delete" : { "summary" : "删除项目总结", "description" : "删除项目总结", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarize/projectEvaluation" : { "post" : { "summary" : "修改项目总结", "description" : "修改项目总结", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "search" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "reviewId" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "$column.columnComment" }, "productSummarizeType" : { "type" : "string", "description" : "$column.columnComment" }, "productGeneral" : { "type" : "string", "description" : "$column.columnComment" }, "reviewScope" : { "type" : "string", "description" : "$column.columnComment" }, "reviewConclusion" : { "type" : "string", "description" : "$column.columnComment" }, "feedback" : { "type" : "string", "description" : "$column.columnComment" }, "subsequent" : { "type" : "string", "description" : "$column.columnComment" }, "attachment" : { "type" : "string", "description" : "$column.columnComment" }, "expertIds" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productIds" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productSummarize/getCount" : { "get" : { "summary" : "getProductSummarizeCount", "description" : "getProductSummarizeCount", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } } } } } } } } }, "/expertLog/list" : { "get" : { "summary" : "查询入库记录列表", "description" : "查询入库记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "name", "in" : "query", "description" : "姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contactInfo", "in" : "query", "description" : "手机号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "organization", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "position", "in" : "query", "description" : "职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "entryResult", "in" : "query", "description" : "入库结果", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "applicationTime", "in" : "query", "description" : "申请时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rejectionReason", "in" : "query", "description" : "驳回理由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "姓名" }, "contactInfo" : { "type" : "string", "description" : "手机号" }, "organization" : { "type" : "string", "description" : "工作单位" }, "position" : { "type" : "string", "description" : "职务" }, "entryResult" : { "type" : "integer", "description" : "入库结果" }, "applicationTime" : { "type" : "string", "description" : "申请时间" }, "rejectionReason" : { "type" : "string", "description" : "驳回理由" }, "expertId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "入库记录视图对象 zjk_expert_log" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertLog/export" : { "post" : { "summary" : "导出入库记录列表", "description" : "导出入库记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "name", "in" : "query", "description" : "姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contactInfo", "in" : "query", "description" : "手机号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "organization", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "position", "in" : "query", "description" : "职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "entryResult", "in" : "query", "description" : "入库结果", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "applicationTime", "in" : "query", "description" : "申请时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rejectionReason", "in" : "query", "description" : "驳回理由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertLog/{id}" : { "get" : { "summary" : "获取入库记录详细信息", "description" : "获取入库记录详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "姓名" }, "contactInfo" : { "type" : "string", "description" : "手机号" }, "organization" : { "type" : "string", "description" : "工作单位" }, "position" : { "type" : "string", "description" : "职务" }, "entryResult" : { "type" : "integer", "description" : "入库结果" }, "applicationTime" : { "type" : "string", "description" : "申请时间" }, "rejectionReason" : { "type" : "string", "description" : "驳回理由" }, "expertId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/expertLog" : { "put" : { "summary" : "修改入库记录", "description" : "修改入库记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "applicationTime", "contactInfo", "entryResult", "id", "name", "organization", "position", "rejectionReason" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "姓名" }, "contactInfo" : { "type" : "string", "description" : "手机号" }, "organization" : { "type" : "string", "description" : "工作单位" }, "position" : { "type" : "string", "description" : "职务" }, "entryResult" : { "type" : "integer", "description" : "入库结果" }, "applicationTime" : { "type" : "string", "description" : "申请时间" }, "rejectionReason" : { "type" : "string", "description" : "驳回理由" }, "expertId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertLog/{ids}" : { "delete" : { "summary" : "删除入库记录", "description" : "删除入库记录", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertLog/getApplicationResults" : { "get" : { "summary" : "趋势分析", "description" : "趋势分析", "parameters" : [ { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } } } } }, "description" : "" } } } } } } }, "/zjkHome/getJgStatistics" : { "get" : { "summary" : "获取机构管理员首页统计数据", "description" : "获取机构管理员首页统计数据", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "totalRegisteredExperts" : { "type" : "integer", "description" : "入库专家总人数", "format" : "int64" }, "totalProjectReviews" : { "type" : "integer", "description" : "项目评审总数", "format" : "int64" }, "totalExpertLeaves" : { "type" : "integer", "description" : "专家请假总次数", "format" : "int64" }, "blacklistedExperts" : { "type" : "integer", "description" : "黑名单专家人数", "format" : "int64" }, "outstandingCreditExperts" : { "type" : "integer", "description" : "优秀信用专家人数", "format" : "int64" }, "totalCompletedSummaries" : { "type" : "integer", "description" : "项目总结完成总数", "format" : "int64" } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/creditLv/list" : { "get" : { "summary" : "查询【请填写功能名称】列表", "description" : "查询【请填写功能名称】列表", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "【请填写功能名称】视图对象 zjk_credit_lv" } } } } } } } } } }, "/creditLv/export" : { "post" : { "summary" : "导出【请填写功能名称】列表", "description" : "导出【请填写功能名称】列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "creditName", "in" : "query", "description" : "信用等级名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "creditSectionLe", "in" : "query", "description" : "信用区间>", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "creditSectionGe", "in" : "query", "description" : "信用区间<", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/creditLv/{id}" : { "get" : { "summary" : "获取【请填写功能名称】详细信息", "description" : "获取【请填写功能名称】详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/creditLv/add" : { "post" : { "summary" : "新增【请填写功能名称】", "description" : "新增【请填写功能名称】", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "creditName", "creditSectionGe", "creditSectionLe", "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditLv/edit" : { "post" : { "summary" : "修改【请填写功能名称】", "description" : "修改【请填写功能名称】", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "creditName", "creditSectionGe", "creditSectionLe", "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditLv/delete/{ids}" : { "get" : { "summary" : "删除【请填写功能名称】", "description" : "删除【请填写功能名称】", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditLv/countReson" : { "get" : { "summary" : "countReson", "description" : "countReson", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "array", "items" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "creditCount" : { "type" : "integer", "description" : "总信用", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "changeTime" : { "type" : "string", "description" : "信用变动时间" }, "zjkExpert" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "专家信息" }, "lvId" : { "type" : "integer", "description" : "等级Id", "format" : "int64" }, "zjkCreditLvVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } } } } } } } }, "/creditReward/list" : { "get" : { "summary" : "查询信用奖励列表", "description" : "查询信用奖励列表", "parameters" : [ { "name" : "name", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "array", "items" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "信用奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值credit_reward_type", "format" : "int64" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 信用", "format" : "int64" }, "effectFlag" : { "type" : "string", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "integer", "description" : "生效标准;临界分值", "format" : "int64" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "personCount" : { "type" : "integer", "description" : "", "format" : "int64" } } } } } } } } } }, "/creditReward/export" : { "post" : { "summary" : "导出信用奖励列表", "description" : "导出信用奖励列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "ID", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rewardName", "in" : "query", "description" : "信用奖励名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rewardType", "in" : "query", "description" : "激励类型;字典值credit_reward_type", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "rewardContent", "in" : "query", "description" : "激励内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "rewardObj", "in" : "query", "description" : "激励标的;字典值 信用", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "effectFlag", "in" : "query", "description" : "生效符号;><=", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "effectStandard", "in" : "query", "description" : "生效标准;临界分值", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "rewardUntil", "in" : "query", "description" : "激励截至时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isForever", "in" : "query", "description" : "是否永久;1:永久;0不永久", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "启用标识", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/creditReward/{ID}" : { "get" : { "summary" : "获取信用奖励详细信息", "description" : "获取信用奖励详细信息", "parameters" : [ { "name" : "ID", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "string" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "信用奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值credit_reward_type", "format" : "int64" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 信用", "format" : "int64" }, "effectFlag" : { "type" : "string", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "integer", "description" : "生效标准;临界分值", "format" : "int64" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "personCount" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/creditReward" : { "put" : { "summary" : "修改信用奖励", "description" : "修改信用奖励", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "ID", "effectFlag", "effectStandard", "isForever", "rewardContent", "rewardName", "rewardObj", "rewardType", "rewardUntil", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "ID" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "信用奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值credit_reward_type", "format" : "int64" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 信用", "format" : "int64" }, "effectFlag" : { "type" : "string", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "integer", "description" : "生效标准;临界分值", "format" : "int64" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditReward/{IDs}" : { "delete" : { "summary" : "删除信用奖励", "description" : "删除信用奖励", "parameters" : [ { "name" : "IDs", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "string" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/creditReward/ruleList" : { "get" : { "summary" : "ruleList", "description" : "ruleList", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "ID", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleName", "in" : "query", "description" : "规则名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expireTime", "in" : "query", "description" : "到期时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isForever", "in" : "query", "description" : "是否永久", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "启用标识", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "eachScore", "in" : "query", "description" : "每次得分", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleKey", "in" : "query", "description" : "信用规则code", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pointReason", "in" : "query", "description" : "信用获得事由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "ID" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "ruleName" : { "type" : "string", "description" : "规则名称" }, "expireTime" : { "type" : "string", "description" : "到期时间" }, "isForever" : { "type" : "integer", "description" : "是否永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "eachScore" : { "type" : "integer", "description" : "每次得分", "format" : "int64" }, "ruleKey" : { "type" : "integer", "description" : "信用规则code", "format" : "int64" }, "pointReason" : { "type" : "string", "description" : "信用获得事由" }, "dataNumber" : { "type" : "integer", "description" : "数据编号", "format" : "int64" } }, "description" : "信用规则视图对象 zjk_credit_rule" } } } } } } } } } }, "/creditReward/queryRewardlist" : { "get" : { "summary" : "queryRewardlist", "description" : "queryRewardlist", "parameters" : [ { "name" : "name", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "array", "items" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "信用奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值credit_reward_type", "format" : "int64" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 信用", "format" : "int64" }, "effectFlag" : { "type" : "string", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "integer", "description" : "生效标准;临界分值", "format" : "int64" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "personCount" : { "type" : "integer", "description" : "", "format" : "int64" } } } } } } } } } }, "/ai/chat" : { "get" : { "summary" : "获取外部ai智能文档应用能力url", "description" : "获取外部ai智能文档应用能力url", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertHistory/list" : { "get" : { "summary" : "查询专家记录变更历史表列表", "description" : "查询专家记录变更历史表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "oldData", "in" : "query", "description" : "旧数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "newData", "in" : "query", "description" : "新数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "modifiedFields", "in" : "query", "description" : "变更字段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deleteFlag", "in" : "query", "description" : "是否删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "oldData" : { "type" : "string", "description" : "旧数据" }, "newData" : { "type" : "string", "description" : "新数据" }, "modifiedFields" : { "type" : "string", "description" : "变更字段" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" } }, "description" : "专家记录变更历史表视图对象 zjk_expert_history" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertHistory/export" : { "post" : { "summary" : "导出专家记录变更历史表列表", "description" : "导出专家记录变更历史表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "oldData", "in" : "query", "description" : "旧数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "newData", "in" : "query", "description" : "新数据", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "modifiedFields", "in" : "query", "description" : "变更字段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deleteFlag", "in" : "query", "description" : "是否删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertHistory/{id}" : { "get" : { "summary" : "获取专家记录变更历史表详细信息", "description" : "获取专家记录变更历史表详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "oldData" : { "type" : "string", "description" : "旧数据" }, "newData" : { "type" : "string", "description" : "新数据" }, "modifiedFields" : { "type" : "string", "description" : "变更字段" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/expertHistory" : { "put" : { "summary" : "修改专家记录变更历史表", "description" : "修改专家记录变更历史表", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "deleteFlag", "id", "modifiedFields", "newData", "oldData", "remark" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "oldData" : { "type" : "string", "description" : "旧数据" }, "newData" : { "type" : "string", "description" : "新数据" }, "modifiedFields" : { "type" : "string", "description" : "变更字段" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertHistory/{ids}" : { "delete" : { "summary" : "删除专家记录变更历史表", "description" : "删除专家记录变更历史表", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/ruleList" : { "get" : { "summary" : "查询列表-积分规则定义", "description" : "查询列表-积分规则定义", "parameters" : [ { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "monthCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "weekCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startFlag", "in" : "query", "description" : "启用标识;1:已启用;0未启用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pointReason", "in" : "query", "description" : "积分事由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "1:认可;0:冻结", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "ruleName" : { "type" : "string", "description" : "规则名称" }, "expireTime" : { "type" : "string", "description" : "到期时间" }, "isForever" : { "type" : "integer", "description" : "是否永久", "format" : "int64" }, "ruleKey" : { "type" : "string", "description" : "规则编码" }, "status" : { "type" : "object", "properties" : { }, "description" : "启用标识" }, "eachScore" : { "type" : "number", "description" : "积分分值" } }, "description" : "积分规则表" } } } } } } } } } }, "/point/rewardList" : { "get" : { "summary" : "查询列表-积分奖励", "description" : "查询列表-积分奖励", "parameters" : [ { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "monthCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "weekCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startFlag", "in" : "query", "description" : "启用标识;1:已启用;0未启用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pointReason", "in" : "query", "description" : "积分事由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "1:认可;0:冻结", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "积分奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值reward_type" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 积分" }, "effectFlag" : { "type" : "integer", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "number", "description" : "生效标准;临界分值" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久" }, "status" : { "type" : "integer", "description" : "启用标识" }, "createBy" : { "type" : "string", "description" : "创建人" }, "createTime" : { "type" : "string", "description" : "创建时间" } }, "description" : "积分奖励" } } } } } } } } } }, "/point/addReward" : { "post" : { "summary" : "新增奖励", "description" : "新增奖励", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "积分奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值reward_type" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 积分" }, "effectFlag" : { "type" : "integer", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "number", "description" : "生效标准;临界分值" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久" }, "status" : { "type" : "integer", "description" : "启用标识" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/updateReward" : { "post" : { "summary" : "奖励修改", "description" : "奖励修改", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "积分奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值reward_type" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 积分" }, "effectFlag" : { "type" : "integer", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "number", "description" : "生效标准;临界分值" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久" }, "status" : { "type" : "integer", "description" : "启用标识" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/updateRewardStatus" : { "post" : { "summary" : "奖励修改", "description" : "奖励修改", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "积分奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值reward_type" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 积分" }, "effectFlag" : { "type" : "integer", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "number", "description" : "生效标准;临界分值" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久" }, "status" : { "type" : "integer", "description" : "启用标识" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/updateRuleStatus" : { "post" : { "summary" : "积分规则修改", "description" : "积分规则修改", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "ruleName" : { "type" : "string", "description" : "" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "monthCheckDate" : { "type" : "string", "description" : "" }, "weekCheckDate" : { "type" : "string", "description" : "" }, "startFlag" : { "type" : "string", "description" : "启用标识;1:已启用;0未启用" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertId" : { "type" : "string", "description" : "专家id" }, "pointReason" : { "type" : "string", "description" : "积分事由" }, "status" : { "type" : "string", "description" : "1:认可;0:冻结" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/deleteReward/{id}" : { "get" : { "summary" : "deleteRecord", "description" : "deleteRecord", "parameters" : [ { "name" : "id", "in" : "path", "description" : "", "required" : true, "schema" : { "type" : "string" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/rewardDetail/{gid}" : { "get" : { "summary" : "奖励详情", "description" : "奖励详情", "parameters" : [ { "name" : "gid", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "string" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "积分奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值reward_type" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 积分" }, "effectFlag" : { "type" : "integer", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "number", "description" : "生效标准;临界分值" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久" }, "status" : { "type" : "integer", "description" : "启用标识" } }, "description" : "数据对象" } } } } } } } } }, "/point/pointList" : { "get" : { "summary" : "专家积分列表", "description" : "专家积分列表", "parameters" : [ { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "monthCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "weekCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startFlag", "in" : "query", "description" : "启用标识;1:已启用;0未启用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pointReason", "in" : "query", "description" : "积分事由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "1:认可;0:冻结", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "工作单位" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "contact" : { "type" : "string", "description" : "联系方式" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "points" : { "type" : "number", "description" : "" }, "rank" : { "type" : "integer", "description" : "" }, "inTime" : { "type" : "string", "description" : "专家入库时间" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "checkStatus" : { "type" : "integer", "description" : "审核状态;1:冻结;2:复核通过;3:待复核;;0初始默认状态" } }, "description" : "" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/point/checkPointList" : { "get" : { "summary" : "积分复核列表", "description" : "积分复核列表", "parameters" : [ { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "monthCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "weekCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startFlag", "in" : "query", "description" : "启用标识;1:已启用;0未启用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pointReason", "in" : "query", "description" : "积分事由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "1:认可;0:冻结", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "工作单位" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "contact" : { "type" : "string", "description" : "联系方式" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "points" : { "type" : "number", "description" : "" }, "rank" : { "type" : "integer", "description" : "" }, "inTime" : { "type" : "string", "description" : "专家入库时间" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "checkStatus" : { "type" : "integer", "description" : "审核状态;1:冻结;2:复核通过;3:待复核;;0初始默认状态" } }, "description" : "" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/point/pointDetail" : { "get" : { "summary" : "积分历史记录列表", "description" : "积分历史记录列表", "parameters" : [ { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "monthCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "weekCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startFlag", "in" : "query", "description" : "启用标识;1:已启用;0未启用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pointReason", "in" : "query", "description" : "积分事由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "1:认可;0:冻结", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "租户号" }, "points" : { "type" : "number", "description" : "积分数值" }, "pointReason" : { "type" : "string", "description" : "积分事由外键" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" } }, "description" : "积分记录" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/point/deleteRecord/{id}" : { "get" : { "summary" : "积分记录删除", "description" : "积分记录删除", "parameters" : [ { "name" : "id", "in" : "path", "description" : "", "required" : true, "schema" : { "type" : "integer" } }, { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/pointTrend" : { "get" : { "summary" : "积分趋势分析", "description" : "积分趋势分析", "parameters" : [ { "name" : "dayKey", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "pointY" : { "type" : "array", "description" : "", "items" : { "type" : "number" } }, "dayX" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "数据对象" } } } } } } } } }, "/point/pointCheck" : { "post" : { "summary" : "积分复核接口", "description" : "积分复核接口", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "pointCount" : { "type" : "number", "description" : "总积分" }, "checkStatus" : { "type" : "integer", "description" : "审核状态;1:已审核;2:审核不通过;0:初始不需审核" }, "remark" : { "type" : "string", "description" : "备注" }, "checkTime" : { "type" : "string", "description" : "创建时间" }, "changeTime" : { "type" : "string", "description" : "积分变更时间" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/point/pointCheckDetail" : { "get" : { "summary" : "积分复核详情", "description" : "积分复核详情", "parameters" : [ { "name" : "expertId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "pointCount" : { "type" : "number", "description" : "总积分" }, "checkStatus" : { "type" : "integer", "description" : "审核状态;1:已审核;2:审核不通过;0:初始不需审核" }, "remark" : { "type" : "string", "description" : "备注" }, "checkTime" : { "type" : "string", "description" : "创建时间" }, "changeTime" : { "type" : "string", "description" : "积分变更时间" } }, "description" : "数据对象" } } } } } } } } }, "/point/pointBase" : { "get" : { "summary" : "专家积分榜基本信息", "description" : "专家积分榜基本信息", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "duty" : { "type" : "string", "description" : "职务" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWork" : { "type" : "string", "description" : "从事工作或研究领域" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "rewardTitle" : { "type" : "array", "description" : "奖励标签", "items" : { "type" : "string" } }, "rank" : { "type" : "integer", "description" : "奖励标签" }, "points" : { "type" : "number", "description" : "积分" }, "pointRemark" : { "type" : "string", "description" : "积分" }, "checkStatus" : { "type" : "integer", "description" : "审核状态;1:已审核;2:审核不通过;0:初始不需审核" } }, "description" : "数据对象" } } } } } } } } }, "/point/expertPointRank" : { "get" : { "summary" : "专家积分榜基本信息", "description" : "专家积分榜基本信息", "parameters" : [ { "name" : "rangeDay", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "pointX" : { "type" : "array", "description" : "", "items" : { "type" : "number" } }, "nameY" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "数据对象" } } } } } } } } }, "/leave/pros" : { "get" : { "summary" : "getLeavePros", "description" : "getLeavePros", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/leave/prosForAccept" : { "get" : { "summary" : "待接受项目", "description" : "待接受项目", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/leave/prosForJoin" : { "get" : { "summary" : "待参评项目", "description" : "待参评项目", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/leave/leaveForPro" : { "post" : { "summary" : "项目请假", "description" : "项目请假", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/leave/setAccept" : { "post" : { "summary" : "项目接受", "description" : "项目接受", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/leave/list" : { "get" : { "summary" : "查询【请填写功能名称】列表", "description" : "查询【请填写功能名称】列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "gid", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveDays", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "0 待审批 1 通过 2驳回", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalUser", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalMsg", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户ID", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "gid" : { "type" : "string", "description" : "$column.columnComment" }, "leaveType" : { "type" : "string", "description" : "$column.columnComment" }, "startDate" : { "type" : "string", "description" : "$column.columnComment" }, "endDate" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDays" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "leaveReason" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "approvalUser" : { "type" : "string", "description" : "$column.columnComment" }, "approvalMsg" : { "type" : "string", "description" : "$column.columnComment" }, "createBy" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "expertName" : { "type" : "string", "description" : "" } }, "description" : "【请填写功能名称】视图对象 zjk_leave" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/leave/adminList" : { "get" : { "summary" : "查询【请填写功能名称】列表", "description" : "查询【请填写功能名称】列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "gid", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveDays", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "0 待审批 1 通过 2驳回", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalUser", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalMsg", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户ID", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "gid" : { "type" : "string", "description" : "$column.columnComment" }, "leaveType" : { "type" : "string", "description" : "$column.columnComment" }, "startDate" : { "type" : "string", "description" : "$column.columnComment" }, "endDate" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDays" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "leaveReason" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "approvalUser" : { "type" : "string", "description" : "$column.columnComment" }, "approvalMsg" : { "type" : "string", "description" : "$column.columnComment" }, "createBy" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "expertName" : { "type" : "string", "description" : "" } }, "description" : "【请填写功能名称】视图对象 zjk_leave" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/leave/splist" : { "get" : { "summary" : "机构管理员-请假审批", "description" : "机构管理员-请假审批", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "gid", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveType", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveDays", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "leaveReason", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "0 待审批 1 通过 2驳回", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalUser", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalMsg", "in" : "query", "description" : "$column.columnComment", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户ID", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "gid" : { "type" : "string", "description" : "$column.columnComment" }, "leaveType" : { "type" : "string", "description" : "$column.columnComment" }, "startDate" : { "type" : "string", "description" : "$column.columnComment" }, "endDate" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDays" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "leaveReason" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "approvalUser" : { "type" : "string", "description" : "$column.columnComment" }, "approvalMsg" : { "type" : "string", "description" : "$column.columnComment" }, "createBy" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "expertName" : { "type" : "string", "description" : "" } }, "description" : "【请填写功能名称】视图对象 zjk_leave" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/leave/detail/{gid}" : { "get" : { "summary" : "获取【请填写功能名称】详细信息", "description" : "获取【请填写功能名称】详细信息", "parameters" : [ { "name" : "gid", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "string" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "gid" : { "type" : "string", "description" : "$column.columnComment" }, "leaveType" : { "type" : "string", "description" : "$column.columnComment" }, "startDate" : { "type" : "string", "description" : "$column.columnComment" }, "endDate" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDays" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "leaveReason" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "approvalUser" : { "type" : "string", "description" : "$column.columnComment" }, "approvalMsg" : { "type" : "string", "description" : "$column.columnComment" }, "createBy" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "expertName" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/leave/getRule" : { "get" : { "summary" : "获取【请填写功能名称】详细信息", "description" : "获取【请填写功能名称】详细信息", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "GID" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDay" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "beforeDay" : { "type" : "string", "description" : "$column.columnComment" }, "proBeforeHour" : { "type" : "string", "description" : "$column.columnComment" }, "createBy" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "$column.columnComment" }, "updateBy" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "$column.columnComment" } }, "description" : "数据对象" } } } } } } } } }, "/leave/setRule" : { "put" : { "summary" : "修改【请填写功能名称】", "description" : "修改【请填写功能名称】", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "GID" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDay" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "beforeDay" : { "type" : "string", "description" : "$column.columnComment" }, "proBeforeHour" : { "type" : "string", "description" : "$column.columnComment" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/leave" : { "put" : { "summary" : "修改【请填写功能名称】", "description" : "修改【请填写功能名称】", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "gid" : { "type" : "string", "description" : "$column.columnComment" }, "leaveType" : { "type" : "string", "description" : "$column.columnComment" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "leaveDays" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "leaveReason" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "0 待审批 1 通过 2驳回" }, "approvalUser" : { "type" : "string", "description" : "$column.columnComment" }, "approvalMsg" : { "type" : "string", "description" : "$column.columnComment" }, "tenantId" : { "type" : "string", "description" : "租户ID" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/leave/stsNum" : { "get" : { "summary" : "请假次数统计", "description" : "请假次数统计", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "num" : { "type" : "integer", "description" : "", "format" : "int64", "default" : 0 }, "day" : { "type" : "integer", "description" : "", "format" : "int64", "default" : 0 }, "agreeDays" : { "type" : "integer", "description" : "", "format" : "int64", "default" : 0 }, "proNums" : { "type" : "integer", "description" : "", "format" : "int64", "default" : 0 } }, "description" : "数据对象" } } } } } } } } }, "/leave/stsChart" : { "get" : { "summary" : "请假图表统计", "description" : "请假图表统计", "parameters" : [ { "name" : "rangeMonth", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "numsSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "请假次数统计" }, "daysSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "请假天数统计" }, "persSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "请假人数统计" }, "prosSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "项目请假次数统计" }, "approvalSts" : { "type" : "object", "properties" : { "agreeNum" : { "type" : "integer", "description" : "通过数" }, "rejectNum" : { "type" : "integer", "description" : "驳回数" }, "waitNum" : { "type" : "integer", "description" : "待审批数" } }, "description" : "" }, "whoSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/project/extract/list" : { "get" : { "summary" : "查询专家列表", "description" : "查询专家列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertSum", "in" : "query", "description" : "专家人数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionCount", "in" : "query", "description" : "抽取次数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractedSum", "in" : "query", "description" : "已抽取次数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionStatus", "in" : "query", "description" : "抽取状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionTime", "in" : "query", "description" : "抽取时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionUser", "in" : "query", "description" : "抽取人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionSn", "in" : "query", "description" : "抽取流水号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "recordsExpert", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemCode", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startExtractionTime", "in" : "query", "description" : "筛选开始时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endExtractionTime", "in" : "query", "description" : "筛选结束时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "effective", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家数量" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkRewboExpertVos" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProductVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "zjkReviewPhase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumbers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } }, "avoidanceUnitList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "avoidanceUnits" : { "type" : "string", "description" : "" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "isSure" : { "type" : "integer", "description" : "是否确认", "format" : "int64" } }, "description" : "专家抽取视图对象 zjk_item_extreation" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/project/extract/export" : { "post" : { "summary" : "导出专家抽取列表", "description" : "导出专家抽取列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : true, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "deptId", "in" : "query", "description" : "部门id", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "extractionStatus", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "leaveStatus", "in" : "query", "description" : "专家请假状态(1:已请假;0:未请假)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "acceptStatus", "in" : "query", "description" : "接受状态(1:已接受;0:未接受)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isSure", "in" : "query", "description" : "确认", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "reviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "smsIsSuer", "in" : "query", "description" : "短信回复是否是确认 1 确认 0 拒绝", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "confirmCode", "in" : "query", "description" : "确认code", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "refuseCode", "in" : "query", "description" : "拒绝code", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/project/extract/{id}" : { "get" : { "summary" : "获取专家抽取详细信息", "description" : "获取专家抽取详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "leaveStatus" : { "type" : "string", "description" : "专家请假状态(1:已请假;0:未请假)" }, "acceptStatus" : { "type" : "string", "description" : "接受状态(1:已接受;0:未接受)" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProjectVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "规则id", "format" : "int64" }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "concat" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "major" : { "type" : "string", "description" : "职务" }, "performWorkName" : { "type" : "string", "description" : "研究领域" }, "isSource" : { "type" : "integer", "description" : "数据来源" }, "extractionStatus" : { "type" : "integer", "description" : "专家状态" }, "duty" : { "type" : "string", "description" : "" }, "zjkExpertMajorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "reviewSn" : { "type" : "string", "description" : "阶段" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/project/extract/add" : { "post" : { "summary" : "新增专家抽取", "description" : "新增专家抽取", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "deptId" : { "type" : "integer", "description" : "部门id" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "extractionStatus" : { "type" : "integer", "description" : "" }, "extractionTime" : { "type" : "string", "description" : "" }, "leaveStatus" : { "type" : "string", "description" : "专家请假状态(1:已请假;0:未请假)" }, "acceptStatus" : { "type" : "string", "description" : "接受状态(1:已接受;0:未接受)" }, "isSure" : { "type" : "integer", "description" : "确认" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "smsIsSuer" : { "type" : "integer", "description" : "短信回复是否是确认 1 确认 0 拒绝" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/project/extract/update" : { "post" : { "summary" : "修改专家抽取", "description" : "修改专家抽取", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "deptId" : { "type" : "integer", "description" : "部门id" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "extractionStatus" : { "type" : "integer", "description" : "" }, "extractionTime" : { "type" : "string", "description" : "" }, "leaveStatus" : { "type" : "string", "description" : "专家请假状态(1:已请假;0:未请假)" }, "acceptStatus" : { "type" : "string", "description" : "接受状态(1:已接受;0:未接受)" }, "isSure" : { "type" : "integer", "description" : "确认" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "smsIsSuer" : { "type" : "integer", "description" : "短信回复是否是确认 1 确认 0 拒绝" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/project/extract/{ids}" : { "post" : { "summary" : "删除专家抽取", "description" : "删除专家抽取", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/project/extract/expertltem" : { "post" : { "summary" : "专家抽取", "description" : "专家抽取", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "string", "description" : "抽取设置" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } } } } } } } } }, "/project/extract/concatenated" : { "get" : { "summary" : "concatenated", "description" : "concatenated", "parameters" : [ { "name" : "name", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } } } } } } } } }, "/project/extract/unitList" : { "get" : { "summary" : "unitList", "description" : "unitList", "parameters" : [ { "name" : "name", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "string" } } } } } } } } } }, "/project/extract/cancel" : { "post" : { "summary" : "cancel", "description" : "cancel", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemid" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertid" : { "type" : "integer", "description" : "当前专家的id", "format" : "int64" }, "count" : { "type" : "integer", "description" : "计划抽取人数" }, "mode" : { "type" : "string", "description" : "抽取方式" }, "expertsId" : { "type" : "array", "description" : "指定专家", "items" : { "type" : "integer" } }, "expertsCout" : { "type" : "integer", "description" : "指定数量", "format" : "int64" }, "extractioRestrictio" : { "type" : "array", "description" : "屏蔽限制", "items" : { "type" : "integer" } }, "expertIds" : { "type" : "array", "description" : "回避专家", "items" : { "type" : "integer" } }, "unit" : { "type" : "array", "description" : "回避单位", "items" : { "type" : "string" } }, "region" : { "type" : "array", "description" : "抽取区域", "items" : { "type" : "string" } }, "redraw" : { "type" : "boolean", "description" : "补抽" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "provinces" : { "type" : "string", "description" : "省-市-县" }, "supplementNum" : { "type" : "integer", "description" : "补抽人数" }, "areaList" : { "type" : "object", "properties" : { "0" : { "type" : "integer" } }, "description" : "抽取领域" }, "extractArea" : { "type" : "array", "description" : "private List boList;", "items" : { "type" : "string" }, "default" : "new ArrayList<>()" }, "causeRepum" : { "type" : "string", "description" : "重抽原因" }, "reviewId" : { "type" : "integer", "description" : "抽取规则id", "format" : "int64" }, "zjkReviewPhase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "抽取规则对象" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/project/extract/expert/top5" : { "get" : { "summary" : "expertTop5", "description" : "expertTop5", "parameters" : [ { "name" : "name", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "leaveStatus" : { "type" : "string", "description" : "专家请假状态(1:已请假;0:未请假)" }, "acceptStatus" : { "type" : "string", "description" : "接受状态(1:已接受;0:未接受)" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProjectVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "规则id", "format" : "int64" }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "concat" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "major" : { "type" : "string", "description" : "职务" }, "performWorkName" : { "type" : "string", "description" : "研究领域" }, "isSource" : { "type" : "integer", "description" : "数据来源" }, "extractionStatus" : { "type" : "integer", "description" : "专家状态" }, "duty" : { "type" : "string", "description" : "" }, "zjkExpertMajorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "reviewSn" : { "type" : "string", "description" : "阶段" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "专家项目对应视图对象 zjk_expert_item" } } } } } } } } } }, "/project/extract/get-expert" : { "get" : { "summary" : "通过 记录id 查询专家", "description" : "通过 记录id 查询专家", "parameters" : [ { "name" : "reviewId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "leaveStatus" : { "type" : "string", "description" : "专家请假状态(1:已请假;0:未请假)" }, "acceptStatus" : { "type" : "string", "description" : "接受状态(1:已接受;0:未接受)" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProjectVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "规则id", "format" : "int64" }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "concat" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "major" : { "type" : "string", "description" : "职务" }, "performWorkName" : { "type" : "string", "description" : "研究领域" }, "isSource" : { "type" : "integer", "description" : "数据来源" }, "extractionStatus" : { "type" : "integer", "description" : "专家状态" }, "duty" : { "type" : "string", "description" : "" }, "zjkExpertMajorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "reviewSn" : { "type" : "string", "description" : "阶段" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "专家项目对应视图对象 zjk_expert_item" } } }, "description" : "" } } } } } } }, "/project/extract/sms/reply" : { "post" : { "summary" : "专家短信息回复回调接口", "description" : "专家短信息回复回调接口", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "content" : { "type" : "string", "description" : "*\n上行内容" }, "userId" : { "type" : "integer", "description" : "发送人id", "format" : "int64" }, "mobile" : { "type" : "string", "description" : "发送人手机号" }, "sendTime" : { "type" : "string", "description" : "发送时间" }, "loginName" : { "type" : "string", "description" : "登录账户" }, "upType" : { "type" : "integer", "description" : "1:专家申请短信确认类型" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/chart/chartBase" : { "get" : { "summary" : "专家画像榜基本信息", "description" : "专家画像榜基本信息", "parameters" : [ { "name" : "userId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "major" : { "type" : "string", "description" : "学历" }, "proSkills" : { "type" : "array", "description" : "专业技术资格及取得时间", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "" }, "getTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "politics" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "creditName" : { "type" : "string", "description" : "信用等级" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWork" : { "type" : "string", "description" : "从事工作或研究领域" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "rewardTitle" : { "type" : "array", "description" : "奖励标签", "items" : { "type" : "string" } }, "rank" : { "type" : "integer", "description" : "奖励标签" }, "points" : { "type" : "number", "description" : "积分" }, "pointRemark" : { "type" : "string", "description" : "积分" }, "chart" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "scorePerformWork" : { "type" : "object", "properties" : { }, "description" : "业务领域得分" }, "scorePaper" : { "type" : "object", "properties" : { }, "description" : "论文得分" }, "scorePatent" : { "type" : "object", "properties" : { }, "description" : "专利得分" }, "scoreWorkYear" : { "type" : "object", "properties" : { }, "description" : "工作经历得分" }, "scoreAwards" : { "type" : "object", "properties" : { }, "description" : "荣誉奖项得分" }, "scoreEvaluate" : { "type" : "object", "properties" : { }, "description" : "评价得分" }, "scoreJoinTime" : { "type" : "object", "properties" : { }, "description" : "合作历史得分" }, "scoreCredit" : { "type" : "object", "properties" : { }, "description" : "信用得分" }, "createDept" : { "type" : "string", "description" : "创建部门" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" } }, "description" : "专家画像" }, "origin" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/chart/users" : { "get" : { "summary" : "getExperts", "description" : "getExperts", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" } } } } } } } } } }, "/chart/sameOther" : { "get" : { "summary" : "专家知识图谱", "description" : "专家知识图谱", "parameters" : [ { "name" : "userId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "curUser" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" }, "schoolUsers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" } }, "workUsers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" } }, "performUsers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" } } }, "description" : "数据对象" } } } } } } } } }, "/projectEvaluation/list" : { "get" : { "summary" : "查询项目总结评价列表", "description" : "查询项目总结评价列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSummarizeId", "in" : "query", "description" : "项目总结id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "goalAchievement", "in" : "query", "description" : "目标达成", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "deliveryQuality", "in" : "query", "description" : "交付质量", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "costControl", "in" : "query", "description" : "成本控制", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "riskManagement", "in" : "query", "description" : "风险管理", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "projectValue", "in" : "query", "description" : "项目价值", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "项目总结评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "projectSummaryEvaluation", "in" : "query", "description" : "项目总结评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "summarizeId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "REVISION" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "createdBy" : { "type" : "string", "description" : "创建人" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "string", "description" : "更新人" }, "updatedTime" : { "type" : "string", "description" : "更新时间" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" } }, "description" : "项目总结评价视图对象 zjk_project_evaluation" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/projectEvaluation/export" : { "post" : { "summary" : "导出项目总结评价列表", "description" : "导出项目总结评价列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productSummarizeId", "in" : "query", "description" : "项目总结id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "goalAchievement", "in" : "query", "description" : "目标达成", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "deliveryQuality", "in" : "query", "description" : "交付质量", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "costControl", "in" : "query", "description" : "成本控制", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "riskManagement", "in" : "query", "description" : "风险管理", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "projectValue", "in" : "query", "description" : "项目价值", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "evaluateFile", "in" : "query", "description" : "项目总结评价文件id集合", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "projectSummaryEvaluation", "in" : "query", "description" : "项目总结评价", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "summarizeId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/projectEvaluation/{id}" : { "get" : { "summary" : "获取项目总结评价详细信息", "description" : "获取项目总结评价详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "REVISION" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "createdBy" : { "type" : "string", "description" : "创建人" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "string", "description" : "更新人" }, "updatedTime" : { "type" : "string", "description" : "更新时间" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" } }, "description" : "数据对象" } } } } } } } } }, "/projectEvaluation/insert" : { "post" : { "summary" : "新增项目总结评价", "description" : "新增项目总结评价", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "summarizeId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/projectEvaluation" : { "put" : { "summary" : "修改项目总结评价", "description" : "修改项目总结评价", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "summarizeId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/projectEvaluation/{ids}" : { "delete" : { "summary" : "删除项目总结评价", "description" : "删除项目总结评价", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productReviewsn/list" : { "get" : { "summary" : "查询项目阶段文档管理列表", "description" : "查询项目阶段文档管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "fileName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "productId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "originalName" : { "type" : "string", "description" : "" }, "url" : { "type" : "string", "description" : "" }, "type" : { "type" : "integer", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "productName" : { "type" : "string", "description" : "" } }, "description" : "项目阶段文档管理视图对象 zjk_product_reviewsn" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/productReviewsn/export" : { "post" : { "summary" : "导出项目阶段文档管理列表", "description" : "导出项目阶段文档管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "fileName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/productReviewsn/{id}" : { "get" : { "summary" : "获取项目阶段文档管理详细信息", "description" : "获取项目阶段文档管理详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "productId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "originalName" : { "type" : "string", "description" : "" }, "url" : { "type" : "string", "description" : "" }, "type" : { "type" : "integer", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "productName" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/productReviewsn/add" : { "post" : { "summary" : "新增项目阶段文档管理", "description" : "新增项目阶段文档管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "productId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "fileName" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productReviewsn/edit" : { "post" : { "summary" : "修改项目阶段文档管理", "description" : "修改项目阶段文档管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "productId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "fileName" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/productReviewsn/delete/{ids}" : { "get" : { "summary" : "删除项目阶段文档管理", "description" : "删除项目阶段文档管理", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertMajor/list" : { "get" : { "summary" : "查询专家库 专业关系表列表", "description" : "查询专家库 专业关系表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "degree", "in" : "query", "description" : "学历", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表视图对象 zjk_expert_major" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertMajor/export" : { "post" : { "summary" : "导出专家库 专业关系表列表", "description" : "导出专家库 专业关系表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "degree", "in" : "query", "description" : "学历", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertMajor/{id}" : { "get" : { "summary" : "获取专家库 专业关系表详细信息", "description" : "获取专家库 专业关系表详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" } } } } } } } } }, "/expertMajor" : { "put" : { "summary" : "修改专家库 专业关系表", "description" : "修改专家库 专业关系表", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "degree", "expertId", "id", "major", "remark", "status", "userId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertMajor/{ids}" : { "delete" : { "summary" : "删除专家库 专业关系表", "description" : "删除专家库 专业关系表", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertMajor/getExpertMajorCount" : { "get" : { "summary" : "获取专家各个学历的人数", "description" : "获取专家各个学历的人数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "0" : { "type" : "integer" } } } } }, "description" : "" } } } } } } }, "/moneyInfo/list" : { "get" : { "summary" : "专家费用列表", "description" : "专家费用列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyId", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertType", "in" : "query", "description" : "专家类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家ID", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertMoney", "in" : "query", "description" : "专家费金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertNoPayMoney", "in" : "query", "description" : "未支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPayMoney", "in" : "query", "description" : "已支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertUnit", "in" : "query", "description" : "专家单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "assignId.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertMoneyFlag", "in" : "query", "description" : "是否支付(已支付,未支付)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertMoneyFile", "in" : "query", "description" : "支付凭证上传附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "项目ID", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productType", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewDate", "in" : "query", "description" : "服务日期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "settlementDate", "in" : "query", "description" : "结算日期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "settlementSn", "in" : "query", "description" : "结算单号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paySn", "in" : "query", "description" : "费用单号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "是否结算", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertTypeMoneyFee", "in" : "query", "description" : "费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIdcard", "in" : "query", "description" : "身份证", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertContact", "in" : "query", "description" : "联系方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewCount", "in" : "query", "description" : "评审次数", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "结算周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "payMethod", "in" : "query", "description" : "支付方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "money", "in" : "query", "description" : "金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "id集合", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "moneyId" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型" }, "expertId" : { "type" : "string", "description" : "专家ID" }, "expertMoney" : { "type" : "number", "description" : "专家费金额" }, "expertNoPayMoney" : { "type" : "number", "description" : "未支付金额" }, "expertPayMoney" : { "type" : "number", "description" : "已支付金额" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertUnit" : { "type" : "string", "description" : "专家单位" }, "assignId" : { "type" : "object", "properties" : { }, "description" : "逻辑删除标志(0为正常,2为已删除)" }, "remark" : { "type" : "string", "description" : "备注" }, "expertMoneyFlag" : { "type" : "string", "description" : "是否支付(已支付,未支付)" }, "expertMoneyFile" : { "type" : "string", "description" : "支付凭证上传附件" }, "productId" : { "type" : "string", "description" : "项目ID" }, "productType" : { "type" : "string", "description" : "项目阶段" }, "productName" : { "type" : "string", "description" : "项目名称" }, "reviewDate" : { "type" : "string", "description" : "服务日期" }, "settlementDate" : { "type" : "string", "description" : "结算日期" }, "settlementSn" : { "type" : "string", "description" : "结算单号" }, "paySn" : { "type" : "string", "description" : "费用单号" }, "status" : { "type" : "string", "description" : "是否结算" }, "expertTypeMoneyFee" : { "type" : "number", "description" : "费用" }, "expertIdcard" : { "type" : "string", "description" : "身份证" }, "expertContact" : { "type" : "string", "description" : "联系方式" }, "reviewCount" : { "type" : "string", "description" : "评审次数" }, "moneyCycle" : { "type" : "string", "description" : "结算周期" }, "payMethod" : { "type" : "string", "description" : "支付方式" } }, "description" : "专家费用管理表" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/moneyInfo/update-settlement" : { "post" : { "summary" : "结算", "description" : "结算", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "moneyId" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型" }, "expertId" : { "type" : "string", "description" : "专家ID" }, "expertMoney" : { "type" : "number", "description" : "专家费金额" }, "expertNoPayMoney" : { "type" : "number", "description" : "未支付金额" }, "expertPayMoney" : { "type" : "number", "description" : "已支付金额" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertUnit" : { "type" : "string", "description" : "专家单位" }, "assignId" : { "type" : "object", "properties" : { }, "description" : "逻辑删除标志(0为正常,2为已删除)" }, "remark" : { "type" : "string", "description" : "备注" }, "expertMoneyFlag" : { "type" : "string", "description" : "是否支付(已支付,未支付)" }, "expertMoneyFile" : { "type" : "string", "description" : "支付凭证上传附件" }, "productId" : { "type" : "string", "description" : "项目ID" }, "productType" : { "type" : "string", "description" : "项目阶段" }, "productName" : { "type" : "string", "description" : "项目名称" }, "reviewDate" : { "type" : "string", "description" : "服务日期" }, "settlementDate" : { "type" : "string", "description" : "结算日期" }, "settlementSn" : { "type" : "string", "description" : "结算单号" }, "paySn" : { "type" : "string", "description" : "费用单号" }, "status" : { "type" : "string", "description" : "是否结算" }, "expertTypeMoneyFee" : { "type" : "number", "description" : "费用" }, "expertIdcard" : { "type" : "string", "description" : "身份证" }, "expertContact" : { "type" : "string", "description" : "联系方式" }, "reviewCount" : { "type" : "string", "description" : "评审次数" }, "moneyCycle" : { "type" : "string", "description" : "结算周期" }, "payMethod" : { "type" : "string", "description" : "支付方式" }, "money" : { "type" : "number", "description" : "金额" }, "ids" : { "type" : "array", "description" : "id集合", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/moneyInfo/update-pay" : { "post" : { "summary" : "支付", "description" : "支付", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "moneyId" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型" }, "expertId" : { "type" : "string", "description" : "专家ID" }, "expertMoney" : { "type" : "number", "description" : "专家费金额" }, "expertNoPayMoney" : { "type" : "number", "description" : "未支付金额" }, "expertPayMoney" : { "type" : "number", "description" : "已支付金额" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertUnit" : { "type" : "string", "description" : "专家单位" }, "assignId" : { "type" : "object", "properties" : { }, "description" : "逻辑删除标志(0为正常,2为已删除)" }, "remark" : { "type" : "string", "description" : "备注" }, "expertMoneyFlag" : { "type" : "string", "description" : "是否支付(已支付,未支付)" }, "expertMoneyFile" : { "type" : "string", "description" : "支付凭证上传附件" }, "productId" : { "type" : "string", "description" : "项目ID" }, "productType" : { "type" : "string", "description" : "项目阶段" }, "productName" : { "type" : "string", "description" : "项目名称" }, "reviewDate" : { "type" : "string", "description" : "服务日期" }, "settlementDate" : { "type" : "string", "description" : "结算日期" }, "settlementSn" : { "type" : "string", "description" : "结算单号" }, "paySn" : { "type" : "string", "description" : "费用单号" }, "status" : { "type" : "string", "description" : "是否结算" }, "expertTypeMoneyFee" : { "type" : "number", "description" : "费用" }, "expertIdcard" : { "type" : "string", "description" : "身份证" }, "expertContact" : { "type" : "string", "description" : "联系方式" }, "reviewCount" : { "type" : "string", "description" : "评审次数" }, "moneyCycle" : { "type" : "string", "description" : "结算周期" }, "payMethod" : { "type" : "string", "description" : "支付方式" }, "money" : { "type" : "number", "description" : "金额" }, "ids" : { "type" : "array", "description" : "id集合", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/moneyInfo/export" : { "post" : { "summary" : "导出【请填写功能名称】列表", "description" : "导出【请填写功能名称】列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "tenantId", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyId", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertType", "in" : "query", "description" : "专家类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家ID", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertMoney", "in" : "query", "description" : "专家费金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertNoPayMoney", "in" : "query", "description" : "未支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPayMoney", "in" : "query", "description" : "已支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertUnit", "in" : "query", "description" : "专家单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "assignId.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertMoneyFlag", "in" : "query", "description" : "是否支付(已支付,未支付)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertMoneyFile", "in" : "query", "description" : "支付凭证上传附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productId", "in" : "query", "description" : "项目ID", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productType", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "productName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewDate", "in" : "query", "description" : "服务日期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "settlementDate", "in" : "query", "description" : "结算日期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "settlementSn", "in" : "query", "description" : "结算单号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paySn", "in" : "query", "description" : "费用单号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "是否结算", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertTypeMoneyFee", "in" : "query", "description" : "费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIdcard", "in" : "query", "description" : "身份证", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertContact", "in" : "query", "description" : "联系方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewCount", "in" : "query", "description" : "评审次数", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "结算周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "payMethod", "in" : "query", "description" : "支付方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "money", "in" : "query", "description" : "金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "id集合", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/moneyInfo/{moneyId}" : { "get" : { "summary" : "获取【请填写功能名称】详细信息", "description" : "获取【请填写功能名称】详细信息", "parameters" : [ { "name" : "moneyId", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "moneyId" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型" }, "expertId" : { "type" : "string", "description" : "专家ID" }, "expertMoney" : { "type" : "number", "description" : "专家费金额" }, "expertNoPayMoney" : { "type" : "number", "description" : "未支付金额" }, "expertPayMoney" : { "type" : "number", "description" : "已支付金额" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertUnit" : { "type" : "string", "description" : "专家单位" }, "assignId" : { "type" : "object", "properties" : { }, "description" : "逻辑删除标志(0为正常,2为已删除)" }, "remark" : { "type" : "string", "description" : "备注" }, "expertMoneyFlag" : { "type" : "string", "description" : "是否支付(已支付,未支付)" }, "expertMoneyFile" : { "type" : "string", "description" : "支付凭证上传附件" }, "productId" : { "type" : "string", "description" : "项目ID" }, "productType" : { "type" : "string", "description" : "项目阶段" }, "productName" : { "type" : "string", "description" : "项目名称" }, "reviewDate" : { "type" : "string", "description" : "服务日期" }, "settlementDate" : { "type" : "string", "description" : "结算日期" }, "settlementSn" : { "type" : "string", "description" : "结算单号" }, "paySn" : { "type" : "string", "description" : "费用单号" }, "status" : { "type" : "string", "description" : "是否结算" }, "expertTypeMoneyFee" : { "type" : "number", "description" : "费用" }, "expertIdcard" : { "type" : "string", "description" : "身份证" }, "expertContact" : { "type" : "string", "description" : "联系方式" }, "reviewCount" : { "type" : "string", "description" : "评审次数" }, "moneyCycle" : { "type" : "string", "description" : "结算周期" }, "payMethod" : { "type" : "string", "description" : "支付方式" } }, "description" : "数据对象" } } } } } } } } }, "/moneyInfo/add" : { "post" : { "summary" : "新增【请填写功能名称】", "description" : "新增【请填写功能名称】", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "moneyId" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型" }, "expertId" : { "type" : "string", "description" : "专家ID" }, "expertMoney" : { "type" : "number", "description" : "专家费金额" }, "expertNoPayMoney" : { "type" : "number", "description" : "未支付金额" }, "expertPayMoney" : { "type" : "number", "description" : "已支付金额" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertUnit" : { "type" : "string", "description" : "专家单位" }, "assignId" : { "type" : "object", "properties" : { }, "description" : "逻辑删除标志(0为正常,2为已删除)" }, "remark" : { "type" : "string", "description" : "备注" }, "expertMoneyFlag" : { "type" : "string", "description" : "是否支付(已支付,未支付)" }, "expertMoneyFile" : { "type" : "string", "description" : "支付凭证上传附件" }, "productId" : { "type" : "string", "description" : "项目ID" }, "productType" : { "type" : "string", "description" : "项目阶段" }, "productName" : { "type" : "string", "description" : "项目名称" }, "reviewDate" : { "type" : "string", "description" : "服务日期" }, "settlementDate" : { "type" : "string", "description" : "结算日期" }, "settlementSn" : { "type" : "string", "description" : "结算单号" }, "paySn" : { "type" : "string", "description" : "费用单号" }, "status" : { "type" : "string", "description" : "是否结算" }, "expertTypeMoneyFee" : { "type" : "number", "description" : "费用" }, "expertIdcard" : { "type" : "string", "description" : "身份证" }, "expertContact" : { "type" : "string", "description" : "联系方式" }, "reviewCount" : { "type" : "string", "description" : "评审次数" }, "moneyCycle" : { "type" : "string", "description" : "结算周期" }, "payMethod" : { "type" : "string", "description" : "支付方式" }, "money" : { "type" : "number", "description" : "金额" }, "ids" : { "type" : "array", "description" : "id集合", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyInfo/edit" : { "post" : { "summary" : "修改【请填写功能名称】", "description" : "修改【请填写功能名称】", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "moneyId" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型" }, "expertId" : { "type" : "string", "description" : "专家ID" }, "expertMoney" : { "type" : "number", "description" : "专家费金额" }, "expertNoPayMoney" : { "type" : "number", "description" : "未支付金额" }, "expertPayMoney" : { "type" : "number", "description" : "已支付金额" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertUnit" : { "type" : "string", "description" : "专家单位" }, "assignId" : { "type" : "object", "properties" : { }, "description" : "逻辑删除标志(0为正常,2为已删除)" }, "remark" : { "type" : "string", "description" : "备注" }, "expertMoneyFlag" : { "type" : "string", "description" : "是否支付(已支付,未支付)" }, "expertMoneyFile" : { "type" : "string", "description" : "支付凭证上传附件" }, "productId" : { "type" : "string", "description" : "项目ID" }, "productType" : { "type" : "string", "description" : "项目阶段" }, "productName" : { "type" : "string", "description" : "项目名称" }, "reviewDate" : { "type" : "string", "description" : "服务日期" }, "settlementDate" : { "type" : "string", "description" : "结算日期" }, "settlementSn" : { "type" : "string", "description" : "结算单号" }, "paySn" : { "type" : "string", "description" : "费用单号" }, "status" : { "type" : "string", "description" : "是否结算" }, "expertTypeMoneyFee" : { "type" : "number", "description" : "费用" }, "expertIdcard" : { "type" : "string", "description" : "身份证" }, "expertContact" : { "type" : "string", "description" : "联系方式" }, "reviewCount" : { "type" : "string", "description" : "评审次数" }, "moneyCycle" : { "type" : "string", "description" : "结算周期" }, "payMethod" : { "type" : "string", "description" : "支付方式" }, "money" : { "type" : "number", "description" : "金额" }, "ids" : { "type" : "array", "description" : "id集合", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyInfo/delete/{moneyIds}" : { "get" : { "summary" : "删除【请填写功能名称】", "description" : "删除【请填写功能名称】", "parameters" : [ { "name" : "moneyIds", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expert/expertList" : { "get" : { "summary" : "查询专家库列表信息", "description" : "查询专家库列表信息", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sex", "in" : "query", "description" : "性别", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "idCard", "in" : "query", "description" : "身份证号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "birthDate", "in" : "query", "description" : "生日", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "联系方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitType", "in" : "query", "description" : "单位类型 1企业,2高校,3政府单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isRecommend", "in" : "query", "description" : "是否专家推荐 1 是 2 否", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "duty", "in" : "query", "description" : "职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "politics", "in" : "query", "description" : "政治面貌", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "graduateSchool", "in" : "query", "description" : "毕业学校", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "degree", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "email", "in" : "query", "description" : "邮箱", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professional", "in" : "query", "description" : "专业技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalAcquisitionDate", "in" : "query", "description" : "专业技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessial", "in" : "query", "description" : "从事专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessialYear", "in" : "query", "description" : "从事专业年限", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "photograph", "in" : "query", "description" : "照片", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "performWorkId", "in" : "query", "description" : "从事工作或研究领域", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherDescribe", "in" : "query", "description" : "其他领域描述", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workExperience", "in" : "query", "description" : "主要工作经历", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workPluralistic", "in" : "query", "description" : "社会兼职情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "achievement", "in" : "query", "description" : "主要论著、业绩成果及获奖情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertSources", "in" : "query", "description" : "专家来源 1 省内 2 省外", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperpath", "in" : "query", "description" : "论文", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "patentpath", "in" : "query", "description" : "专利", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deleteFlag", "in" : "query", "description" : "是否删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "useFlag", "in" : "query", "description" : "是否启用", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "isTemplate", "in" : "query", "description" : "是否为模板下载", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalType", "in" : "query", "description" : "审批类型 0 专家申请 1信息变更", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalStatus", "in" : "query", "description" : "审批状态 0 不同意 1同意", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "登录用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "province", "in" : "query", "description" : "省", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "city", "in" : "query", "description" : "市", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "area", "in" : "query", "description" : "区", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "address", "in" : "query", "description" : "详细地址", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "majorList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].degree", "in" : "query", "description" : "学历", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "professionalList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].professional", "in" : "query", "description" : "技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].professionalDate", "in" : "query", "description" : "技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "professionalList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsPath", "in" : "query", "description" : "获奖证书文件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsContent", "in" : "query", "description" : "获奖内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].registerSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalTime", "in" : "query", "description" : "审批时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherPath", "in" : "query", "description" : "其他附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "retirementTime", "in" : "query", "description" : "离职退休息时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "positionTitleLevel", "in" : "query", "description" : "职称等级", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "origin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitTypeDescribe", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/expert/pendingApproval" : { "get" : { "summary" : "待审批专家列表", "description" : "待审批专家列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sex", "in" : "query", "description" : "性别", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "idCard", "in" : "query", "description" : "身份证号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "birthDate", "in" : "query", "description" : "生日", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "联系方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitType", "in" : "query", "description" : "单位类型 1企业,2高校,3政府单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isRecommend", "in" : "query", "description" : "是否专家推荐 1 是 2 否", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "duty", "in" : "query", "description" : "职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "politics", "in" : "query", "description" : "政治面貌", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "graduateSchool", "in" : "query", "description" : "毕业学校", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "degree", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "email", "in" : "query", "description" : "邮箱", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professional", "in" : "query", "description" : "专业技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalAcquisitionDate", "in" : "query", "description" : "专业技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessial", "in" : "query", "description" : "从事专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessialYear", "in" : "query", "description" : "从事专业年限", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "photograph", "in" : "query", "description" : "照片", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "performWorkId", "in" : "query", "description" : "从事工作或研究领域", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherDescribe", "in" : "query", "description" : "其他领域描述", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workExperience", "in" : "query", "description" : "主要工作经历", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workPluralistic", "in" : "query", "description" : "社会兼职情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "achievement", "in" : "query", "description" : "主要论著、业绩成果及获奖情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertSources", "in" : "query", "description" : "专家来源 1 省内 2 省外", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperpath", "in" : "query", "description" : "论文", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "patentpath", "in" : "query", "description" : "专利", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deleteFlag", "in" : "query", "description" : "是否删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "useFlag", "in" : "query", "description" : "是否启用", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "isTemplate", "in" : "query", "description" : "是否为模板下载", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalType", "in" : "query", "description" : "审批类型 0 专家申请 1信息变更", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalStatus", "in" : "query", "description" : "审批状态 0 不同意 1同意", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "登录用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "province", "in" : "query", "description" : "省", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "city", "in" : "query", "description" : "市", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "area", "in" : "query", "description" : "区", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "address", "in" : "query", "description" : "详细地址", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "majorList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].degree", "in" : "query", "description" : "学历", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "professionalList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].professional", "in" : "query", "description" : "技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].professionalDate", "in" : "query", "description" : "技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "professionalList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsPath", "in" : "query", "description" : "获奖证书文件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsContent", "in" : "query", "description" : "获奖内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].registerSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalTime", "in" : "query", "description" : "审批时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherPath", "in" : "query", "description" : "其他附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "retirementTime", "in" : "query", "description" : "离职退休息时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "positionTitleLevel", "in" : "query", "description" : "职称等级", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "origin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitTypeDescribe", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/expert/list" : { "get" : { "summary" : "查询专家审批列表信息", "description" : "查询专家审批列表信息", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sex", "in" : "query", "description" : "性别", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "idCard", "in" : "query", "description" : "身份证号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "birthDate", "in" : "query", "description" : "生日", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "联系方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitType", "in" : "query", "description" : "单位类型 1企业,2高校,3政府单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isRecommend", "in" : "query", "description" : "是否专家推荐 1 是 2 否", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "duty", "in" : "query", "description" : "职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "politics", "in" : "query", "description" : "政治面貌", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "graduateSchool", "in" : "query", "description" : "毕业学校", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "degree", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "email", "in" : "query", "description" : "邮箱", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professional", "in" : "query", "description" : "专业技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalAcquisitionDate", "in" : "query", "description" : "专业技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessial", "in" : "query", "description" : "从事专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessialYear", "in" : "query", "description" : "从事专业年限", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "photograph", "in" : "query", "description" : "照片", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "performWorkId", "in" : "query", "description" : "从事工作或研究领域", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherDescribe", "in" : "query", "description" : "其他领域描述", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workExperience", "in" : "query", "description" : "主要工作经历", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workPluralistic", "in" : "query", "description" : "社会兼职情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "achievement", "in" : "query", "description" : "主要论著、业绩成果及获奖情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertSources", "in" : "query", "description" : "专家来源 1 省内 2 省外", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperpath", "in" : "query", "description" : "论文", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "patentpath", "in" : "query", "description" : "专利", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deleteFlag", "in" : "query", "description" : "是否删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "useFlag", "in" : "query", "description" : "是否启用", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "isTemplate", "in" : "query", "description" : "是否为模板下载", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalType", "in" : "query", "description" : "审批类型 0 专家申请 1信息变更", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalStatus", "in" : "query", "description" : "审批状态 0 不同意 1同意", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "登录用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "province", "in" : "query", "description" : "省", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "city", "in" : "query", "description" : "市", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "area", "in" : "query", "description" : "区", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "address", "in" : "query", "description" : "详细地址", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "majorList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].degree", "in" : "query", "description" : "学历", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "professionalList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].professional", "in" : "query", "description" : "技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].professionalDate", "in" : "query", "description" : "技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "professionalList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsPath", "in" : "query", "description" : "获奖证书文件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsContent", "in" : "query", "description" : "获奖内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].registerSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalTime", "in" : "query", "description" : "审批时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherPath", "in" : "query", "description" : "其他附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "retirementTime", "in" : "query", "description" : "离职退休息时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "positionTitleLevel", "in" : "query", "description" : "职称等级", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "origin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitTypeDescribe", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/expert/expertInquiry" : { "get" : { "summary" : "专家查询列表信息", "description" : "专家查询列表信息", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sex", "in" : "query", "description" : "性别", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "idCard", "in" : "query", "description" : "身份证号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "birthDate", "in" : "query", "description" : "生日", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "联系方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitType", "in" : "query", "description" : "单位类型 1企业,2高校,3政府单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isRecommend", "in" : "query", "description" : "是否专家推荐 1 是 2 否", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "duty", "in" : "query", "description" : "职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "politics", "in" : "query", "description" : "政治面貌", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "graduateSchool", "in" : "query", "description" : "毕业学校", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "degree", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "email", "in" : "query", "description" : "邮箱", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professional", "in" : "query", "description" : "专业技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalAcquisitionDate", "in" : "query", "description" : "专业技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessial", "in" : "query", "description" : "从事专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessialYear", "in" : "query", "description" : "从事专业年限", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "photograph", "in" : "query", "description" : "照片", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "performWorkId", "in" : "query", "description" : "从事工作或研究领域", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherDescribe", "in" : "query", "description" : "其他领域描述", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workExperience", "in" : "query", "description" : "主要工作经历", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workPluralistic", "in" : "query", "description" : "社会兼职情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "achievement", "in" : "query", "description" : "主要论著、业绩成果及获奖情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertSources", "in" : "query", "description" : "专家来源 1 省内 2 省外", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperpath", "in" : "query", "description" : "论文", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "patentpath", "in" : "query", "description" : "专利", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deleteFlag", "in" : "query", "description" : "是否删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "useFlag", "in" : "query", "description" : "是否启用", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "isTemplate", "in" : "query", "description" : "是否为模板下载", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalType", "in" : "query", "description" : "审批类型 0 专家申请 1信息变更", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalStatus", "in" : "query", "description" : "审批状态 0 不同意 1同意", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "登录用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "province", "in" : "query", "description" : "省", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "city", "in" : "query", "description" : "市", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "area", "in" : "query", "description" : "区", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "address", "in" : "query", "description" : "详细地址", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "majorList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].degree", "in" : "query", "description" : "学历", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "professionalList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].professional", "in" : "query", "description" : "技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].professionalDate", "in" : "query", "description" : "技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "professionalList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsPath", "in" : "query", "description" : "获奖证书文件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsContent", "in" : "query", "description" : "获奖内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].registerSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalTime", "in" : "query", "description" : "审批时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherPath", "in" : "query", "description" : "其他附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "retirementTime", "in" : "query", "description" : "离职退休息时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "positionTitleLevel", "in" : "query", "description" : "职称等级", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "origin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitTypeDescribe", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } }, "description" : "" } } } } } } }, "/expert/querylist" : { "get" : { "summary" : "查询全部在库专家列表", "description" : "查询全部在库专家列表", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expert/export" : { "post" : { "summary" : "专家信息导出", "description" : "专家信息导出", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sex", "in" : "query", "description" : "性别", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "idCard", "in" : "query", "description" : "身份证号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "birthDate", "in" : "query", "description" : "生日", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "联系方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitType", "in" : "query", "description" : "单位类型 1企业,2高校,3政府单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isRecommend", "in" : "query", "description" : "是否专家推荐 1 是 2 否", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "duty", "in" : "query", "description" : "职务", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "politics", "in" : "query", "description" : "政治面貌", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "graduateSchool", "in" : "query", "description" : "毕业学校", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "degree", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "email", "in" : "query", "description" : "邮箱", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professional", "in" : "query", "description" : "专业技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalAcquisitionDate", "in" : "query", "description" : "专业技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessial", "in" : "query", "description" : "从事专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workProfessialYear", "in" : "query", "description" : "从事专业年限", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "photograph", "in" : "query", "description" : "照片", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "performWorkId", "in" : "query", "description" : "从事工作或研究领域", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherDescribe", "in" : "query", "description" : "其他领域描述", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workExperience", "in" : "query", "description" : "主要工作经历", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workPluralistic", "in" : "query", "description" : "社会兼职情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "achievement", "in" : "query", "description" : "主要论著、业绩成果及获奖情况", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertSources", "in" : "query", "description" : "专家来源 1 省内 2 省外", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperpath", "in" : "query", "description" : "论文", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "patentpath", "in" : "query", "description" : "专利", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "deleteFlag", "in" : "query", "description" : "是否删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "useFlag", "in" : "query", "description" : "是否启用", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "isTemplate", "in" : "query", "description" : "是否为模板下载", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalType", "in" : "query", "description" : "审批类型 0 专家申请 1信息变更", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "approvalStatus", "in" : "query", "description" : "审批状态 0 不同意 1同意", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "登录用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "province", "in" : "query", "description" : "省", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "city", "in" : "query", "description" : "市", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "area", "in" : "query", "description" : "区", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "address", "in" : "query", "description" : "详细地址", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "majorList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "majorList[0].major", "in" : "query", "description" : "专业", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "majorList[0].degree", "in" : "query", "description" : "学历", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "majorList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "professionalList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professionalList[0].professional", "in" : "query", "description" : "技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].professionalDate", "in" : "query", "description" : "技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalList[0].status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "professionalList[0].remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsPath", "in" : "query", "description" : "获奖证书文件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].awardsContent", "in" : "query", "description" : "获奖内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].registerSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertAwardsList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPaperList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].tenantId", "in" : "query", "description" : "租户编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].delFlag", "in" : "query", "description" : "逻辑删除", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].originalName", "in" : "query", "description" : "原名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].fileSuffix", "in" : "query", "description" : "文件后缀名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].url", "in" : "query", "description" : "url", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "zjkExpertPatentList[0].reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "approvalTime", "in" : "query", "description" : "审批时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "otherPath", "in" : "query", "description" : "其他附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "retirementTime", "in" : "query", "description" : "离职退休息时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "positionTitleLevel", "in" : "query", "description" : "职称等级", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "origin", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "unitTypeDescribe", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIds", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expert/imports" : { "post" : { "summary" : "专家信息导入", "description" : "专家信息导入", "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "type" : "string", "description" : "", "format" : "binary" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/{id}" : { "get" : { "summary" : "获取专家信息详情", "description" : "获取专家信息详情", "parameters" : [ { "name" : "id", "in" : "path", "description" : "", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/save" : { "post" : { "summary" : "专家信息暂存 申请", "description" : "专家信息暂存 申请", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "maxLength" : 20, "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "idCard" : { "pattern" : "^[1-9]\\d{5}(18|19|20|21)?\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])\\d{3}[0-9Xx]$", "type" : "string", "description" : "身份证号" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "maxLength" : 11, "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "string", "description" : "" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isTemplate" : { "type" : "integer", "description" : "是否为模板下载" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1信息变更" }, "approvalStatus" : { "type" : "integer", "description" : "审批状态 0 不同意 1同意" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" }, "expertIds" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/sub" : { "post" : { "summary" : "提交", "description" : "提交", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "maxLength" : 20, "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "idCard" : { "pattern" : "^[1-9]\\d{5}(18|19|20|21)?\\d{2}(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])\\d{3}[0-9Xx]$", "type" : "string", "description" : "身份证号" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "maxLength" : 11, "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "string", "description" : "" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isTemplate" : { "type" : "integer", "description" : "是否为模板下载" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1信息变更" }, "approvalStatus" : { "type" : "integer", "description" : "审批状态 0 不同意 1同意" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" }, "expertIds" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expert/approval" : { "post" : { "summary" : "审批操作", "description" : "审批操作", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "approvalStatus" : { "type" : "integer", "description" : "审批状态 2 不同意 1同意" }, "reason" : { "type" : "string", "description" : "原因" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/update" : { "post" : { "summary" : "修改expert/停用/启用", "description" : "修改expert/停用/启用", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "string", "description" : "" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isTemplate" : { "type" : "integer", "description" : "是否为模板下载" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1信息变更" }, "approvalStatus" : { "type" : "integer", "description" : "审批状态 0 不同意 1同意" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" }, "expertIds" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expert/delete/{ids}" : { "get" : { "summary" : "删除expert", "description" : "删除expert", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expert/getUserInfo" : { "get" : { "summary" : "根据用户 id 获取专家详细信息", "description" : "根据用户 id 获取专家详细信息", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/getExpertInfo" : { "post" : { "summary" : "根据用户 id 获取专家详细信息", "description" : "根据用户 id 获取专家详细信息", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "string", "description" : "" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isTemplate" : { "type" : "integer", "description" : "是否为模板下载" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1信息变更" }, "approvalStatus" : { "type" : "integer", "description" : "审批状态 0 不同意 1同意" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" }, "expertIds" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/expertQuash" : { "get" : { "summary" : "撤销申请", "description" : "撤销申请", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/getExpertCount" : { "get" : { "summary" : "获取专家总数", "description" : "获取专家总数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } }, "description" : "" } } } } } } }, "/expert/getExpertBaseInfo" : { "get" : { "summary" : "获取专家基本信息", "description" : "获取专家基本信息", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "expertName" : { "type" : "string", "description" : "姓名" }, "photograph" : { "type" : "string", "description" : "头像" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "pointCount" : { "type" : "number", "description" : "积分" }, "creditName" : { "type" : "string", "description" : "信用等级" }, "reviewProjectCount" : { "type" : "integer", "description" : "评审项目次数", "format" : "int64" }, "leaveCount" : { "type" : "integer", "description" : "请假总次数", "format" : "int64" }, "evaluateCount" : { "type" : "integer", "description" : "专家互评人数", "format" : "int64" }, "startDate" : { "type" : "string", "description" : "请假开始时间" }, "endDate" : { "type" : "string", "description" : "请假结束时间" }, "performWorkId" : { "type" : "string", "description" : "领域" }, "status" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/expert/getExpertPerformWorkCount" : { "get" : { "summary" : "专家各领域人数", "description" : "专家各领域人数", "parameters" : [ { "name" : "days", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "performWork" : { "type" : "string", "description" : "领域字典类型" }, "count" : { "type" : "integer", "description" : "数量" }, "unitType" : { "type" : "integer", "description" : "单位类型" }, "totalCount" : { "type" : "integer", "description" : "" }, "politics" : { "type" : "integer", "description" : "政治面貌" } }, "description" : "org.dromara.zjk.domain.vo.ExpertPerformWorkCountVO" } } }, "description" : "" } } } } } } }, "/expert/getUnitCount" : { "get" : { "summary" : "专家单位类型统计", "description" : "专家单位类型统计", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "performWork" : { "type" : "string", "description" : "领域字典类型" }, "count" : { "type" : "integer", "description" : "数量" }, "unitType" : { "type" : "integer", "description" : "单位类型" }, "totalCount" : { "type" : "integer", "description" : "" }, "politics" : { "type" : "integer", "description" : "政治面貌" } }, "description" : "org.dromara.zjk.domain.vo.ExpertPerformWorkCountVO" } } }, "description" : "" } } } } } } }, "/expert/getPoliticsCount" : { "get" : { "summary" : "专家政治面貌统计", "description" : "专家政治面貌统计", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "performWork" : { "type" : "string", "description" : "领域字典类型" }, "count" : { "type" : "integer", "description" : "数量" }, "unitType" : { "type" : "integer", "description" : "单位类型" }, "totalCount" : { "type" : "integer", "description" : "" }, "politics" : { "type" : "integer", "description" : "政治面貌" } }, "description" : "org.dromara.zjk.domain.vo.ExpertPerformWorkCountVO" } } }, "description" : "" } } } } } } }, "/expert/getAgeRangeStatistics" : { "get" : { "summary" : "专家各个年龄区间段的人数", "description" : "专家各个年龄区间段的人数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "key" : { "type" : "integer" } } } } }, "description" : "" } } } } } } }, "/expert/workProfessialYear" : { "get" : { "summary" : "专家工作年限", "description" : "专家工作年限", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "key" : { "type" : "integer" } } } } }, "description" : "" } } } } } } }, "/expert/getApprovalTimeAnalysis" : { "get" : { "summary" : "专家入库时间分析", "description" : "专家入库时间分析", "parameters" : [ { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "key" : { "type" : "integer" } } } } }, "description" : "" } } } } } } }, "/expert/approval-time-count" : { "get" : { "summary" : "当前年入库专家总数", "description" : "当前年入库专家总数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } }, "description" : "" } } } } } } }, "/expert/api/fetchRemoteProfessors" : { "get" : { "summary" : "远程调用获取专家信息", "description" : "远程调用获取专家信息", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/credit/list" : { "get" : { "summary" : "查询信用记录列表", "description" : "查询信用记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "creditId", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "credit", "in" : "query", "description" : "信用数值", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleId", "in" : "query", "description" : "信用事由外键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "parkName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "dataNumber", "in" : "query", "description" : "数据编号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "integralReason", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "creditId" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "credit" : { "type" : "integer", "description" : "信用数值", "format" : "int64" }, "ruleId" : { "type" : "integer", "description" : "信用事由外键", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" } }, "description" : "信用记录视图对象 zjk_credit" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/credit/export" : { "post" : { "summary" : "导出信用记录列表", "description" : "导出信用记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "creditId", "in" : "query", "description" : "租户号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "credit", "in" : "query", "description" : "信用数值", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleId", "in" : "query", "description" : "信用事由外键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "parkName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "dataNumber", "in" : "query", "description" : "数据编号", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "integralReason", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/credit/{ID}" : { "get" : { "summary" : "获取信用记录详细信息", "description" : "获取信用记录详细信息", "parameters" : [ { "name" : "ID", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "creditId" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "credit" : { "type" : "integer", "description" : "信用数值", "format" : "int64" }, "ruleId" : { "type" : "integer", "description" : "信用事由外键", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/credit" : { "put" : { "summary" : "修改信用记录", "description" : "修改信用记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "creditId" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "credit" : { "type" : "integer", "description" : "信用数值", "format" : "int64" }, "ruleId" : { "type" : "integer", "description" : "信用事由外键", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "expertName" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "parkName" : { "type" : "string", "description" : "" }, "dataNumber" : { "type" : "integer", "description" : "数据编号", "format" : "int64" }, "integralReason" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/credit/{IDs}" : { "delete" : { "summary" : "删除信用记录", "description" : "删除信用记录", "parameters" : [ { "name" : "IDs", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/credit/expertPointRank/user" : { "get" : { "summary" : "同步专家信息到信用用户记录表", "description" : "同步专家信息到信用用户记录表", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "pointX" : { "type" : "array", "description" : "", "items" : { "type" : "number" } }, "nameY" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "数据对象" } } } } } } } } }, "/credit/creditList" : { "get" : { "summary" : "专家信用管理列表", "description" : "专家信用管理列表", "parameters" : [ { "name" : "id", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "ruleName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "monthCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "weekCheckDate", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startFlag", "in" : "query", "description" : "启用标识;1:已启用;0未启用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "工作单位", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "creditReason", "in" : "query", "description" : "信用事由", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "1:认可;0:冻结", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "credtieGe", "in" : "query", "description" : "分值<", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "crediteLe", "in" : "query", "description" : "分值>", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "workUnitId" : { "type" : "string", "description" : "工作单位" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "contact" : { "type" : "string", "description" : "联系方式" }, "duty" : { "type" : "string", "description" : "专家职务" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "creditCount" : { "type" : "integer", "description" : "信用分", "format" : "int64" }, "rank" : { "type" : "integer", "description" : "是否同意" }, "inTime" : { "type" : "string", "description" : "专家入库时间" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "creditLv" : { "type" : "string", "description" : "" } }, "description" : "" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/credit/pointBase" : { "get" : { "summary" : "专家信用榜基本信息", "description" : "专家信用榜基本信息", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "major" : { "type" : "string", "description" : "学历" }, "proSkills" : { "type" : "array", "description" : "专业技术资格及取得时间", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "" }, "getTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "politics" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWork" : { "type" : "string", "description" : "从事工作或研究领域" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "rewardTitle" : { "type" : "array", "description" : "奖励标签", "items" : { "type" : "string" } }, "rank" : { "type" : "integer", "description" : "奖励标签" }, "creditCount" : { "type" : "integer", "description" : "信用", "format" : "int64" }, "pointRemark" : { "type" : "string", "description" : "信用事由" }, "chart" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "scorePerformWork" : { "type" : "object", "properties" : { }, "description" : "业务领域得分" }, "scorePaper" : { "type" : "object", "properties" : { }, "description" : "论文得分" }, "scorePatent" : { "type" : "object", "properties" : { }, "description" : "专利得分" }, "scoreWorkYear" : { "type" : "object", "properties" : { }, "description" : "工作经历得分" }, "scoreAwards" : { "type" : "object", "properties" : { }, "description" : "荣誉奖项得分" }, "scoreEvaluate" : { "type" : "object", "properties" : { }, "description" : "评价得分" }, "scoreJoinTime" : { "type" : "object", "properties" : { }, "description" : "合作历史得分" }, "scoreCredit" : { "type" : "object", "properties" : { }, "description" : "信用得分" }, "createDept" : { "type" : "string", "description" : "创建部门" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" } }, "description" : "专家画像" }, "lvName" : { "type" : "string", "description" : "信用等级" }, "approvalTime" : { "type" : "string", "description" : "入库时间" }, "backParkName" : { "type" : "string", "description" : "黑名单缘由" } }, "description" : "数据对象" } } } } } } } } }, "/credit/synchronization" : { "get" : { "summary" : "synchronization", "description" : "synchronization", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "major" : { "type" : "string", "description" : "学历" }, "proSkills" : { "type" : "array", "description" : "专业技术资格及取得时间", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "" }, "getTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "politics" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWork" : { "type" : "string", "description" : "从事工作或研究领域" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "rewardTitle" : { "type" : "array", "description" : "奖励标签", "items" : { "type" : "string" } }, "rank" : { "type" : "integer", "description" : "奖励标签" }, "creditCount" : { "type" : "integer", "description" : "信用", "format" : "int64" }, "pointRemark" : { "type" : "string", "description" : "信用事由" }, "chart" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "scorePerformWork" : { "type" : "object", "properties" : { }, "description" : "业务领域得分" }, "scorePaper" : { "type" : "object", "properties" : { }, "description" : "论文得分" }, "scorePatent" : { "type" : "object", "properties" : { }, "description" : "专利得分" }, "scoreWorkYear" : { "type" : "object", "properties" : { }, "description" : "工作经历得分" }, "scoreAwards" : { "type" : "object", "properties" : { }, "description" : "荣誉奖项得分" }, "scoreEvaluate" : { "type" : "object", "properties" : { }, "description" : "评价得分" }, "scoreJoinTime" : { "type" : "object", "properties" : { }, "description" : "合作历史得分" }, "scoreCredit" : { "type" : "object", "properties" : { }, "description" : "信用得分" }, "createDept" : { "type" : "string", "description" : "创建部门" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" } }, "description" : "专家画像" }, "lvName" : { "type" : "string", "description" : "信用等级" }, "approvalTime" : { "type" : "string", "description" : "入库时间" }, "backParkName" : { "type" : "string", "description" : "黑名单缘由" } }, "description" : "数据对象" } } } } } } } } }, "/zjk/api/expert-data" : { "post" : { "summary" : "专家库数据获取", "description" : "专家库数据获取", "parameters" : [ { "name" : "Authorization", "in" : "header", "description" : "", "required" : true, "schema" : { } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/zjk/api/decrypt" : { "post" : { "summary" : "decryptData", "description" : "decryptData", "parameters" : [ { "name" : "Authorization", "in" : "header", "description" : "", "required" : true, "schema" : { } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "string", "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "string" } } } } } } }, "/expertProfessional/list" : { "get" : { "summary" : "查询专家库技术资格关系表列表", "description" : "查询专家库技术资格关系表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professional", "in" : "query", "description" : "技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalDate", "in" : "query", "description" : "技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "tenantId" : { "type" : "string", "description" : "租户 id" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表视图对象 zjk_expert_professional" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertProfessional/export" : { "post" : { "summary" : "导出专家库技术资格关系表列表", "description" : "导出专家库技术资格关系表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "professional", "in" : "query", "description" : "技术资格", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "professionalDate", "in" : "query", "description" : "技术资格取得时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertProfessional/{id}" : { "get" : { "summary" : "获取专家库技术资格关系表详细信息", "description" : "获取专家库技术资格关系表详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "tenantId" : { "type" : "string", "description" : "租户 id" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" } } } } } } } } }, "/expertProfessional" : { "put" : { "summary" : "修改专家库技术资格关系表", "description" : "修改专家库技术资格关系表", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertId", "id", "professional", "professionalDate", "remark", "status", "userId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertProfessional/{ids}" : { "delete" : { "summary" : "删除专家库技术资格关系表", "description" : "删除专家库技术资格关系表", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertProfessional/professionalList" : { "get" : { "summary" : "professionalList", "description" : "professionalList", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "string" } } } } } } } } } }, "/itemExtreation/list" : { "get" : { "summary" : "查询抽取列表", "description" : "查询抽取列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertSum", "in" : "query", "description" : "专家人数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionCount", "in" : "query", "description" : "抽取次数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractedSum", "in" : "query", "description" : "已抽取次数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionStatus", "in" : "query", "description" : "抽取状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionTime", "in" : "query", "description" : "抽取时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionUser", "in" : "query", "description" : "抽取人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionSn", "in" : "query", "description" : "抽取流水号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "recordsExpert", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemCode", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startExtractionTime", "in" : "query", "description" : "筛选开始时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endExtractionTime", "in" : "query", "description" : "筛选结束时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "effective", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家数量" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkRewboExpertVos" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProductVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "zjkReviewPhase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumbers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } }, "avoidanceUnitList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "avoidanceUnits" : { "type" : "string", "description" : "" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "isSure" : { "type" : "integer", "description" : "是否确认", "format" : "int64" } }, "description" : "专家抽取视图对象 zjk_item_extreation" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/itemExtreation/extraction/{id}" : { "get" : { "summary" : "通过规则查询 抽取记录", "description" : "通过规则查询 抽取记录", "parameters" : [ { "name" : "id", "in" : "path", "description" : "", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家数量" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkRewboExpertVos" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProductVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "zjkReviewPhase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumbers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } }, "avoidanceUnitList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "avoidanceUnits" : { "type" : "string", "description" : "" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "isSure" : { "type" : "integer", "description" : "是否确认", "format" : "int64" } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/itemExtreation/export" : { "post" : { "summary" : "导出抽取列表", "description" : "导出抽取列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "主键", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "itemId", "in" : "query", "description" : "项目id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertSum", "in" : "query", "description" : "专家人数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionCount", "in" : "query", "description" : "抽取次数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractedSum", "in" : "query", "description" : "已抽取次数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionStatus", "in" : "query", "description" : "抽取状态", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "extractionTime", "in" : "query", "description" : "抽取时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionUser", "in" : "query", "description" : "抽取人", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "extractionSn", "in" : "query", "description" : "抽取流水号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "recordsExpert", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemCode", "in" : "query", "description" : "项目编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "itemName", "in" : "query", "description" : "项目名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startExtractionTime", "in" : "query", "description" : "筛选开始时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endExtractionTime", "in" : "query", "description" : "筛选结束时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "项目阶段", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "effective", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/itemExtreation/{id}" : { "get" : { "summary" : "获取抽取详细信息", "description" : "获取抽取详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家数量" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkRewboExpertVos" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProductVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "zjkReviewPhase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumbers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } }, "avoidanceUnitList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "avoidanceUnits" : { "type" : "string", "description" : "" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "isSure" : { "type" : "integer", "description" : "是否确认", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/itemExtreation" : { "post" : { "summary" : "新增【请填写功能名称】", "description" : "新增【请填写功能名称】", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家人数" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "recordsExpert" : { "type" : "string", "description" : "" }, "itemCode" : { "type" : "string", "description" : "项目编号" }, "itemName" : { "type" : "string", "description" : "项目名称" }, "startExtractionTime" : { "type" : "string", "description" : "筛选开始时间" }, "endExtractionTime" : { "type" : "string", "description" : "筛选结束时间" }, "reviewSn" : { "type" : "integer", "description" : "项目阶段", "format" : "int64" }, "effective" : { "type" : "integer", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/itemExtreation/edit" : { "post" : { "summary" : "抽取确认", "description" : "抽取确认", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家人数" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "recordsExpert" : { "type" : "string", "description" : "" }, "itemCode" : { "type" : "string", "description" : "项目编号" }, "itemName" : { "type" : "string", "description" : "项目名称" }, "startExtractionTime" : { "type" : "string", "description" : "筛选开始时间" }, "endExtractionTime" : { "type" : "string", "description" : "筛选结束时间" }, "reviewSn" : { "type" : "integer", "description" : "项目阶段", "format" : "int64" }, "effective" : { "type" : "integer", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/itemExtreation/queryOne/{id}" : { "get" : { "summary" : "获取抽取详情", "description" : "获取抽取详情", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家数量" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkRewboExpertVos" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProductVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "zjkReviewPhase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumbers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } }, "avoidanceUnitList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "avoidanceUnits" : { "type" : "string", "description" : "" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "isSure" : { "type" : "integer", "description" : "是否确认", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/invoice/list" : { "get" : { "summary" : "查询发票列表", "description" : "查询发票列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "发票表id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "invoiceNumber", "in" : "query", "description" : "发票号码", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "invoiceMoney", "in" : "query", "description" : "发票金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startDate", "in" : "query", "description" : "开票日期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPhone", "in" : "query", "description" : "联系电话", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertIdNumber", "in" : "query", "description" : "专家身份证号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertTitleLevel", "in" : "query", "description" : "专家职称等级", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "invoiceAttached", "in" : "query", "description" : "电子发票相关 对应ossid", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "发票表id", "format" : "int64" }, "invoiceNumber" : { "type" : "integer", "description" : "发票号码", "format" : "int64" }, "invoiceMoney" : { "type" : "number", "description" : "发票金额" }, "startDate" : { "type" : "string", "description" : "开票日期" }, "expertName" : { "type" : "string", "description" : "专家名称" }, "expertPhone" : { "type" : "string", "description" : "联系电话" }, "expertIdNumber" : { "type" : "string", "description" : "专家身份证号" }, "expertTitleLevel" : { "type" : "string", "description" : "专家类型" }, "invoiceAttached" : { "type" : "string", "description" : "电子发票附件相关 外键ossid" }, "invoiceAttachedName" : { "type" : "string", "description" : "电子发票名字 由表invoice的invoiceAttached ossid 查出名字和地址" }, "invoiceAttachedAddr" : { "type" : "string", "description" : "" } }, "description" : "发票视图对象 zjk_invoice" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/invoice/{id}" : { "get" : { "summary" : "获取发票详细信息", "description" : "获取发票详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "发票表id", "format" : "int64" }, "invoiceNumber" : { "type" : "integer", "description" : "发票号码", "format" : "int64" }, "invoiceMoney" : { "type" : "number", "description" : "发票金额" }, "startDate" : { "type" : "string", "description" : "开票日期" }, "expertName" : { "type" : "string", "description" : "专家名称" }, "expertPhone" : { "type" : "string", "description" : "联系电话" }, "expertIdNumber" : { "type" : "string", "description" : "专家身份证号" }, "expertTitleLevel" : { "type" : "string", "description" : "专家类型" }, "invoiceAttached" : { "type" : "string", "description" : "电子发票附件相关 外键ossid" }, "invoiceAttachedName" : { "type" : "string", "description" : "电子发票名字 由表invoice的invoiceAttached ossid 查出名字和地址" }, "invoiceAttachedAddr" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/invoice/add" : { "post" : { "summary" : "新增发票", "description" : "新增发票", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertIdNumber", "expertName", "expertPhone", "expertTitleLevel", "invoiceAttached", "invoiceMoney", "invoiceNumber", "startDate" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "发票表id", "format" : "int64" }, "invoiceNumber" : { "type" : "integer", "description" : "发票号码", "format" : "int64" }, "invoiceMoney" : { "type" : "number", "description" : "发票金额" }, "startDate" : { "type" : "string", "description" : "开票日期" }, "expertName" : { "type" : "string", "description" : "专家名称" }, "expertPhone" : { "type" : "string", "description" : "联系电话" }, "expertIdNumber" : { "type" : "string", "description" : "专家身份证号" }, "expertTitleLevel" : { "type" : "string", "description" : "专家职称等级" }, "invoiceAttached" : { "type" : "string", "description" : "电子发票相关 对应ossid" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/invoice/edit" : { "post" : { "summary" : "修改发票", "description" : "修改发票", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertIdNumber", "expertName", "expertPhone", "expertTitleLevel", "id", "invoiceAttached", "invoiceMoney", "invoiceNumber", "startDate" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "发票表id", "format" : "int64" }, "invoiceNumber" : { "type" : "integer", "description" : "发票号码", "format" : "int64" }, "invoiceMoney" : { "type" : "number", "description" : "发票金额" }, "startDate" : { "type" : "string", "description" : "开票日期" }, "expertName" : { "type" : "string", "description" : "专家名称" }, "expertPhone" : { "type" : "string", "description" : "联系电话" }, "expertIdNumber" : { "type" : "string", "description" : "专家身份证号" }, "expertTitleLevel" : { "type" : "string", "description" : "专家职称等级" }, "invoiceAttached" : { "type" : "string", "description" : "电子发票相关 对应ossid" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/invoice/delete/{ids}" : { "get" : { "summary" : "删除发票", "description" : "删除发票", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/invoice/downloadExcel" : { "post" : { "summary" : "下载excel模板", "description" : "下载excel模板", "responses" : { "200" : { "description" : "No Content" } } } }, "/invoice/imports" : { "post" : { "summary" : "发票信息导入", "description" : "发票信息导入", "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "type" : "string", "description" : "", "format" : "binary" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/invoice/audit" : { "post" : { "summary" : "发票信息审核", "description" : "发票信息审核", "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "type" : "string", "description" : "", "format" : "binary" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } }, "description" : "" } } } } } } }, "/invoice/statistics" : { "get" : { "summary" : "发票统计和报表", "description" : "发票统计和报表", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "count" : { "type" : "integer", "description" : "数量" }, "totalMoney" : { "type" : "number", "description" : "金额" }, "unitList" : { "type" : "array", "description" : "开票单位 /个数", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "单位名称" }, "count" : { "type" : "integer", "description" : "数量" } }, "description" : "发票统计及报表返回VO 中的单位VO" } } }, "description" : "数据对象" } }, "description" : "" } } } } } } }, "/retirementRecords/list" : { "get" : { "summary" : "查询专家退休记录列表", "description" : "查询专家退休记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "retirementTime", "in" : "query", "description" : "退休时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertStatus", "in" : "query", "description" : "专家状态 4 离职 5退休", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reason", "in" : "query", "description" : "离职原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "filePath", "in" : "query", "description" : "附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "idCard", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "retirementTime" : { "type" : "string", "description" : "退休时间" }, "reason" : { "type" : "string", "description" : "离职原因" }, "filePath" : { "type" : "string", "description" : "附件" }, "expertStatus" : { "type" : "string", "description" : "专家状态 4 离职 5退休" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" } }, "description" : "专家退休记录视图对象 zjk_retirement_records" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/retirementRecords/export" : { "post" : { "summary" : "导出专家退休记录列表", "description" : "导出专家退休记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "retirementTime", "in" : "query", "description" : "退休时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertStatus", "in" : "query", "description" : "专家状态 4 离职 5退休", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reason", "in" : "query", "description" : "离职原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "filePath", "in" : "query", "description" : "附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "idCard", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "workUnit", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/retirementRecords/{id}" : { "get" : { "summary" : "获取专家退休记录详细信息", "description" : "获取专家退休记录详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "retirementTime" : { "type" : "string", "description" : "退休时间" }, "reason" : { "type" : "string", "description" : "离职原因" }, "filePath" : { "type" : "string", "description" : "附件" }, "expertStatus" : { "type" : "string", "description" : "专家状态 4 离职 5退休" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/retirementRecords/add" : { "post" : { "summary" : "新增专家退休记录", "description" : "新增专家退休记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "retirementTime" : { "type" : "string", "description" : "退休时间" }, "expertStatus" : { "type" : "string", "description" : "专家状态 4 离职 5退休" }, "reason" : { "type" : "string", "description" : "离职原因" }, "filePath" : { "type" : "string", "description" : "附件" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/retirementRecords/edit" : { "post" : { "summary" : "修改专家退休记录", "description" : "修改专家退休记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "retirementTime" : { "type" : "string", "description" : "退休时间" }, "expertStatus" : { "type" : "string", "description" : "专家状态 4 离职 5退休" }, "reason" : { "type" : "string", "description" : "离职原因" }, "filePath" : { "type" : "string", "description" : "附件" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/retirementRecords/delete/{ids}" : { "get" : { "summary" : "删除专家退休记录", "description" : "删除专家退休记录", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningTool/list" : { "get" : { "summary" : "查询学习工具管理列表", "description" : "查询学习工具管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "name", "in" : "query", "description" : "工具名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "attachment", "in" : "query", "description" : "附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "工具名称" }, "attachment" : { "type" : "string", "description" : "附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" }, "takedownTime" : { "type" : "string", "description" : "" } }, "description" : "学习工具管理视图对象 zjk_learning_tool" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningTool" : { "post" : { "summary" : "新增学习工具管理", "description" : "新增学习工具管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "attachment", "name" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "工具名称" }, "attachment" : { "type" : "string", "description" : "附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningTool/update" : { "post" : { "summary" : "修改学习工具管理", "description" : "修改学习工具管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "attachment", "id", "name" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "工具名称" }, "attachment" : { "type" : "string", "description" : "附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningTool/update-status" : { "post" : { "summary" : "editStatus", "description" : "editStatus", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "attachment", "id", "name" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "工具名称" }, "attachment" : { "type" : "string", "description" : "附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningTool/{id}" : { "get" : { "summary" : "学习工具管理", "description" : "学习工具管理", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "工具名称" }, "attachment" : { "type" : "string", "description" : "附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" }, "takedownTime" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/learningTool/deleted/{ids}" : { "get" : { "summary" : "删除学习工具管理", "description" : "删除学习工具管理", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCommont/list" : { "get" : { "summary" : "查询评论列表", "description" : "查询评论列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "informationId", "in" : "query", "description" : "资讯id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewerId", "in" : "query", "description" : "评论人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "replyId", "in" : "query", "description" : "被回复人ID", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "comment", "in" : "query", "description" : "评论", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "parentId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "informationTitle" : { "type" : "string", "description" : "" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "commentTime" : { "type" : "string", "description" : "评论时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "expertPhotograph" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "replyName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "isDeleted" : { "type" : "boolean", "description" : "是否显示删除按钮" }, "isReply" : { "type" : "boolean", "description" : "是否显示回复按钮" }, "commontVoList" : { "type" : "array", "description" : "回复", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "informationTitle" : { "type" : "string", "description" : "" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "commentTime" : { "type" : "string", "description" : "评论时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "expertPhotograph" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "replyName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "isDeleted" : { "type" : "boolean", "description" : "是否显示删除按钮" }, "isReply" : { "type" : "boolean", "description" : "是否显示回复按钮" }, "commontVoList" : { "type" : "array", "description" : "回复", "items" : { "type" : "object", "properties" : { } } } }, "description" : "评论视图对象 zjk_learning_commont" } } }, "description" : "评论视图对象 zjk_learning_commont" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningCommont/export" : { "post" : { "summary" : "导出评论列表", "description" : "导出评论列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "informationId", "in" : "query", "description" : "资讯id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "reviewerId", "in" : "query", "description" : "评论人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "replyId", "in" : "query", "description" : "被回复人ID", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "comment", "in" : "query", "description" : "评论", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "parentId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/learningCommont/{id}" : { "get" : { "summary" : "获取评论详细信息", "description" : "获取评论详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "informationTitle" : { "type" : "string", "description" : "" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "commentTime" : { "type" : "string", "description" : "评论时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "expertPhotograph" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "replyName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "isDeleted" : { "type" : "boolean", "description" : "是否显示删除按钮" }, "isReply" : { "type" : "boolean", "description" : "是否显示回复按钮" }, "commontVoList" : { "type" : "array", "description" : "回复", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "informationTitle" : { "type" : "string", "description" : "" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "commentTime" : { "type" : "string", "description" : "评论时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "expertPhotograph" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "replyName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "isDeleted" : { "type" : "boolean", "description" : "是否显示删除按钮" }, "isReply" : { "type" : "boolean", "description" : "是否显示回复按钮" }, "commontVoList" : { "type" : "array", "description" : "回复", "items" : { "type" : "object", "properties" : { }, "description" : "评论视图对象 zjk_learning_commont" } } }, "description" : "评论视图对象 zjk_learning_commont" } } }, "description" : "数据对象" } } } } } } } } }, "/learningCommont" : { "post" : { "summary" : "新增评论", "description" : "新增评论", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "comment" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCommont/update" : { "post" : { "summary" : "修改评论", "description" : "修改评论", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "comment" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCommont/update/status" : { "post" : { "summary" : "修改评论", "description" : "修改评论", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "comment" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCommont/deleted/{ids}" : { "get" : { "summary" : "删除评论", "description" : "删除评论", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/problem/list" : { "get" : { "summary" : "查询问题管理列表", "description" : "查询问题管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "problemTitle", "in" : "query", "description" : "问题标题", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "problem", "in" : "query", "description" : "问题", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reply", "in" : "query", "description" : "回复内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "提问人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "replyId", "in" : "query", "description" : "回复人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "problemTime", "in" : "query", "description" : "提问时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "replyTime", "in" : "query", "description" : "答复时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "提问时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "replyStartTime", "in" : "query", "description" : "回复时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "replyEndTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "problemTitle" : { "type" : "string", "description" : "问题标题" }, "problem" : { "type" : "string", "description" : "问题" }, "reply" : { "type" : "string", "description" : "回复内容" }, "userId" : { "type" : "integer", "description" : "提问人", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "userPhotograph" : { "type" : "string", "description" : "" }, "replyId" : { "type" : "integer", "description" : "回复人", "format" : "int64" }, "replyName" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "problemTime" : { "type" : "string", "description" : "提问时间" }, "replyTime" : { "type" : "string", "description" : "答复时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "问题管理视图对象 zjk_problem" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/problem/{id}" : { "get" : { "summary" : "获取问题管理详细信息", "description" : "获取问题管理详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "problemTitle" : { "type" : "string", "description" : "问题标题" }, "problem" : { "type" : "string", "description" : "问题" }, "reply" : { "type" : "string", "description" : "回复内容" }, "userId" : { "type" : "integer", "description" : "提问人", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "userPhotograph" : { "type" : "string", "description" : "" }, "replyId" : { "type" : "integer", "description" : "回复人", "format" : "int64" }, "replyName" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "problemTime" : { "type" : "string", "description" : "提问时间" }, "replyTime" : { "type" : "string", "description" : "答复时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" } } } } } } } } }, "/problem/add" : { "post" : { "summary" : "新增问题管理", "description" : "新增问题管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "problem", "problemTitle" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "problemTitle" : { "type" : "string", "description" : "问题标题" }, "problem" : { "type" : "string", "description" : "问题" }, "reply" : { "type" : "string", "description" : "回复内容" }, "userId" : { "type" : "integer", "description" : "提问人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "回复人", "format" : "int64" }, "problemTime" : { "type" : "string", "description" : "提问时间" }, "replyTime" : { "type" : "string", "description" : "答复时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "startTime" : { "type" : "string", "description" : "提问时间" }, "endTime" : { "type" : "string", "description" : "" }, "replyStartTime" : { "type" : "string", "description" : "回复时间" }, "replyEndTime" : { "type" : "string", "description" : "" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/problem/reply" : { "post" : { "summary" : "回复问题管理", "description" : "回复问题管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "problemTitle" : { "type" : "string", "description" : "问题标题" }, "problem" : { "type" : "string", "description" : "问题" }, "reply" : { "type" : "string", "description" : "回复内容" }, "userId" : { "type" : "integer", "description" : "提问人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "回复人", "format" : "int64" }, "problemTime" : { "type" : "string", "description" : "提问时间" }, "replyTime" : { "type" : "string", "description" : "答复时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "startTime" : { "type" : "string", "description" : "提问时间" }, "endTime" : { "type" : "string", "description" : "" }, "replyStartTime" : { "type" : "string", "description" : "回复时间" }, "replyEndTime" : { "type" : "string", "description" : "" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/problem/edit" : { "post" : { "summary" : "修改问题管理", "description" : "修改问题管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "problemTitle" : { "type" : "string", "description" : "问题标题" }, "problem" : { "type" : "string", "description" : "问题" }, "reply" : { "type" : "string", "description" : "回复内容" }, "userId" : { "type" : "integer", "description" : "提问人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "回复人", "format" : "int64" }, "problemTime" : { "type" : "string", "description" : "提问时间" }, "replyTime" : { "type" : "string", "description" : "答复时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "startTime" : { "type" : "string", "description" : "提问时间" }, "endTime" : { "type" : "string", "description" : "" }, "replyStartTime" : { "type" : "string", "description" : "回复时间" }, "replyEndTime" : { "type" : "string", "description" : "" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/problem/delete" : { "post" : { "summary" : "删除问题管理", "description" : "删除问题管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "problemTitle" : { "type" : "string", "description" : "问题标题" }, "problem" : { "type" : "string", "description" : "问题" }, "reply" : { "type" : "string", "description" : "回复内容" }, "userId" : { "type" : "integer", "description" : "提问人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "回复人", "format" : "int64" }, "problemTime" : { "type" : "string", "description" : "提问时间" }, "replyTime" : { "type" : "string", "description" : "答复时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "startTime" : { "type" : "string", "description" : "提问时间" }, "endTime" : { "type" : "string", "description" : "" }, "replyStartTime" : { "type" : "string", "description" : "回复时间" }, "replyEndTime" : { "type" : "string", "description" : "" }, "ids" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCommunity" : { "get" : { "summary" : "getInfo", "description" : "getInfo", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "communityName" : { "type" : "string", "description" : "社区名称" }, "communityIntroduce" : { "type" : "string", "description" : "社区介绍" }, "status" : { "type" : "integer", "description" : "状态", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "createBy" : { "type" : "integer", "description" : "", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/learningCommunity/update" : { "post" : { "summary" : "修改社区管理", "description" : "修改社区管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "communityName" : { "type" : "string", "description" : "社区名称" }, "communityIntroduce" : { "type" : "string", "description" : "社区介绍" }, "status" : { "type" : "integer", "description" : "状态", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningRecords/list" : { "get" : { "summary" : "查询学习记录列表", "description" : "查询学习记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "courseId", "in" : "query", "description" : "课程id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "rate", "in" : "query", "description" : "视频时长", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "viewDuration", "in" : "query", "description" : "观看时长", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "learningSessionLength", "in" : "query", "description" : "学习时长", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "courseName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseId" : { "type" : "integer", "description" : "课程id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rate" : { "type" : "string", "description" : "视频时长" }, "viewDuration" : { "type" : "string", "description" : "观看时长" }, "learningSessionLength" : { "type" : "integer", "description" : "学习时长", "format" : "int64" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "expertLearningHours" : { "type" : "object", "properties" : { "field_1_wReserved" : { "maximum" : 32767, "minimum" : -32768, "type" : "integer", "description" : "" }, "field_2_scale" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_3_sign" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_4_hi32" : { "type" : "integer", "description" : "" }, "field_5_lo64" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" }, "expertName" : { "type" : "string", "description" : "" }, "learningHours" : { "type" : "number", "description" : "学时" }, "systemLearningHours" : { "type" : "number", "description" : "系统学时" }, "compliance" : { "type" : "boolean", "description" : "是否达标" } }, "description" : "学习记录视图对象 zjk_learning_records" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningRecords/add" : { "post" : { "summary" : "新增学习记录", "description" : "新增学习记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseId" : { "type" : "integer", "description" : "课程id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rate" : { "type" : "string", "description" : "视频时长" }, "viewDuration" : { "type" : "string", "description" : "观看时长" }, "learningSessionLength" : { "type" : "integer", "description" : "学习时长", "format" : "int64" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "courseName" : { "type" : "string", "description" : "" }, "expertName" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningRecords/{courseId}" : { "get" : { "summary" : "通过课程id 查询学习情况", "description" : "通过课程id 查询学习情况", "parameters" : [ { "name" : "courseId", "in" : "path", "description" : "通过课程id查询", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseId" : { "type" : "integer", "description" : "课程id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rate" : { "type" : "string", "description" : "视频时长" }, "viewDuration" : { "type" : "string", "description" : "观看时长" }, "learningSessionLength" : { "type" : "integer", "description" : "学习时长", "format" : "int64" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "expertLearningHours" : { "type" : "object", "properties" : { "field_1_wReserved" : { "maximum" : 32767, "minimum" : -32768, "type" : "integer", "description" : "" }, "field_2_scale" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_3_sign" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_4_hi32" : { "type" : "integer", "description" : "" }, "field_5_lo64" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" }, "expertName" : { "type" : "string", "description" : "" }, "learningHours" : { "type" : "number", "description" : "学时" }, "systemLearningHours" : { "type" : "number", "description" : "系统学时" }, "compliance" : { "type" : "boolean", "description" : "是否达标" } }, "description" : "数据对象" } } } } } } } } }, "/learningRecords/{id}" : { "get" : { "summary" : "通过id 获取详情", "description" : "通过id 获取详情", "parameters" : [ { "name" : "id", "in" : "path", "description" : "通过课程id查询", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseId" : { "type" : "integer", "description" : "课程id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rate" : { "type" : "string", "description" : "视频时长" }, "viewDuration" : { "type" : "string", "description" : "观看时长" }, "learningSessionLength" : { "type" : "integer", "description" : "学习时长", "format" : "int64" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "expertLearningHours" : { "type" : "object", "properties" : { "field_1_wReserved" : { "maximum" : 32767, "minimum" : -32768, "type" : "integer", "description" : "" }, "field_2_scale" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_3_sign" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_4_hi32" : { "type" : "integer", "description" : "" }, "field_5_lo64" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" }, "expertName" : { "type" : "string", "description" : "" }, "learningHours" : { "type" : "number", "description" : "学时" }, "systemLearningHours" : { "type" : "number", "description" : "系统学时" }, "compliance" : { "type" : "boolean", "description" : "是否达标" } }, "description" : "数据对象" } } } } } } } } }, "/learningRecords/compliance" : { "get" : { "summary" : "compliance", "description" : "compliance", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseId" : { "type" : "integer", "description" : "课程id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rate" : { "type" : "string", "description" : "视频时长" }, "viewDuration" : { "type" : "string", "description" : "观看时长" }, "learningSessionLength" : { "type" : "integer", "description" : "学习时长", "format" : "int64" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "expertLearningHours" : { "type" : "object", "properties" : { "field_1_wReserved" : { "maximum" : 32767, "minimum" : -32768, "type" : "integer", "description" : "" }, "field_2_scale" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_3_sign" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_4_hi32" : { "type" : "integer", "description" : "" }, "field_5_lo64" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" }, "expertName" : { "type" : "string", "description" : "" }, "learningHours" : { "type" : "number", "description" : "学时" }, "systemLearningHours" : { "type" : "number", "description" : "系统学时" }, "compliance" : { "type" : "boolean", "description" : "是否达标" } }, "description" : "数据对象" } } } } } } } } }, "/learningActivity/list" : { "get" : { "summary" : "查询活动管理列表", "description" : "查询活动管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "activityName", "in" : "query", "description" : "活动名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityClassify", "in" : "query", "description" : "活动分类", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityStartTime", "in" : "query", "description" : "活动时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityEndTime", "in" : "query", "description" : "活动时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityAddress", "in" : "query", "description" : "活动地点", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityNum", "in" : "query", "description" : "活动数量", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "activityPic", "in" : "query", "description" : "封面图", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityContent", "in" : "query", "description" : "活动内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPublic", "in" : "query", "description" : "是否发布", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityStatus", "in" : "query", "description" : "活动状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "takedownTime", "in" : "query", "description" : "上下架时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "创建人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "activityName" : { "type" : "string", "description" : "活动名称" }, "activityClassify" : { "type" : "string", "description" : "活动分类" }, "activityStartTime" : { "type" : "string", "description" : "活动开始时间" }, "activityEndTime" : { "type" : "string", "description" : "活动结束时间" }, "activityAddress" : { "type" : "string", "description" : "活动地点" }, "activityNum" : { "type" : "integer", "description" : "活动数量", "format" : "int64" }, "activityPic" : { "type" : "string", "description" : "封面图" }, "activityContent" : { "type" : "string", "description" : "活动内容" }, "isPublic" : { "type" : "string", "description" : "是否发布" }, "status" : { "type" : "string", "description" : "状态" }, "activityStatus" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "活动管理视图对象 zjk_learning_activity" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningActivity/export" : { "post" : { "summary" : "导出活动管理列表", "description" : "导出活动管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "activityName", "in" : "query", "description" : "活动名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityClassify", "in" : "query", "description" : "活动分类", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityStartTime", "in" : "query", "description" : "活动时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityEndTime", "in" : "query", "description" : "活动时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityAddress", "in" : "query", "description" : "活动地点", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityNum", "in" : "query", "description" : "活动数量", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "activityPic", "in" : "query", "description" : "封面图", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityContent", "in" : "query", "description" : "活动内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isPublic", "in" : "query", "description" : "是否发布", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "activityStatus", "in" : "query", "description" : "活动状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "takedownTime", "in" : "query", "description" : "上下架时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "创建人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/learningActivity/{id}" : { "get" : { "summary" : "获取活动管理详细信息", "description" : "获取活动管理详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "activityName" : { "type" : "string", "description" : "活动名称" }, "activityClassify" : { "type" : "string", "description" : "活动分类" }, "activityStartTime" : { "type" : "string", "description" : "活动开始时间" }, "activityEndTime" : { "type" : "string", "description" : "活动结束时间" }, "activityAddress" : { "type" : "string", "description" : "活动地点" }, "activityNum" : { "type" : "integer", "description" : "活动数量", "format" : "int64" }, "activityPic" : { "type" : "string", "description" : "封面图" }, "activityContent" : { "type" : "string", "description" : "活动内容" }, "isPublic" : { "type" : "string", "description" : "是否发布" }, "status" : { "type" : "string", "description" : "状态" }, "activityStatus" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "数据对象" } } } } } } } } }, "/learningActivity" : { "post" : { "summary" : "新增活动管理", "description" : "新增活动管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "activityAddress", "activityClassify", "activityContent", "activityEndTime", "activityName", "activityNum", "activityPic", "activityStartTime", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "activityName" : { "type" : "string", "description" : "活动名称" }, "activityClassify" : { "type" : "string", "description" : "活动分类" }, "activityStartTime" : { "type" : "string", "description" : "活动时间" }, "activityEndTime" : { "type" : "string", "description" : "活动时间" }, "activityAddress" : { "type" : "string", "description" : "活动地点" }, "activityNum" : { "type" : "integer", "description" : "活动数量", "format" : "int64" }, "activityPic" : { "type" : "string", "description" : "封面图" }, "activityContent" : { "type" : "string", "description" : "活动内容" }, "isPublic" : { "type" : "string", "description" : "是否发布" }, "status" : { "type" : "string", "description" : "状态" }, "activityStatus" : { "type" : "string", "description" : "活动状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningActivity/update" : { "post" : { "summary" : "修改活动管理", "description" : "修改活动管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "activityName" : { "type" : "string", "description" : "活动名称" }, "activityClassify" : { "type" : "string", "description" : "活动分类" }, "activityStartTime" : { "type" : "string", "description" : "活动时间" }, "activityEndTime" : { "type" : "string", "description" : "活动时间" }, "activityAddress" : { "type" : "string", "description" : "活动地点" }, "activityNum" : { "type" : "integer", "description" : "活动数量", "format" : "int64" }, "activityPic" : { "type" : "string", "description" : "封面图" }, "activityContent" : { "type" : "string", "description" : "活动内容" }, "isPublic" : { "type" : "string", "description" : "是否发布" }, "status" : { "type" : "string", "description" : "状态" }, "activityStatus" : { "type" : "string", "description" : "活动状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningActivity/update/status" : { "post" : { "summary" : "editStatus", "description" : "editStatus", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "activityName" : { "type" : "string", "description" : "活动名称" }, "activityClassify" : { "type" : "string", "description" : "活动分类" }, "activityStartTime" : { "type" : "string", "description" : "活动时间" }, "activityEndTime" : { "type" : "string", "description" : "活动时间" }, "activityAddress" : { "type" : "string", "description" : "活动地点" }, "activityNum" : { "type" : "integer", "description" : "活动数量", "format" : "int64" }, "activityPic" : { "type" : "string", "description" : "封面图" }, "activityContent" : { "type" : "string", "description" : "活动内容" }, "isPublic" : { "type" : "string", "description" : "是否发布" }, "status" : { "type" : "string", "description" : "状态" }, "activityStatus" : { "type" : "string", "description" : "活动状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningActivity/deleted/{ids}" : { "get" : { "summary" : "删除活动管理", "description" : "删除活动管理", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningInformation/list" : { "get" : { "summary" : "查询资讯列表", "description" : "查询资讯列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "informationClassifyId", "in" : "query", "description" : "资讯类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "informationImage", "in" : "query", "description" : "资讯封面", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "informationTitle", "in" : "query", "description" : "资讯标题", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "informationDetail", "in" : "query", "description" : "资讯详情", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "takedownTime", "in" : "query", "description" : "撤销时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "commentCount", "in" : "query", "description" : "评论数量", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationClassifyId" : { "type" : "string", "description" : "资讯类型" }, "informationImage" : { "type" : "string", "description" : "资讯封面" }, "informationTitle" : { "type" : "string", "description" : "资讯标题" }, "informationDetail" : { "type" : "string", "description" : "资讯详情" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "" }, "commentCount" : { "type" : "integer", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "photograph" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "创建时间" } }, "description" : "资讯视图对象 zjk_learning_Information" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningInformation/{id}" : { "get" : { "summary" : "获取资讯详细信息", "description" : "获取资讯详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationClassifyId" : { "type" : "string", "description" : "资讯类型" }, "informationImage" : { "type" : "string", "description" : "资讯封面" }, "informationTitle" : { "type" : "string", "description" : "资讯标题" }, "informationDetail" : { "type" : "string", "description" : "资讯详情" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "" }, "commentCount" : { "type" : "integer", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "photograph" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "创建时间" } }, "description" : "数据对象" } } } } } } } } }, "/learningInformation" : { "post" : { "summary" : "新增资讯", "description" : "新增资讯", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "informationClassifyId", "informationDetail", "informationImage", "informationTitle", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationClassifyId" : { "type" : "string", "description" : "资讯类型" }, "informationImage" : { "type" : "string", "description" : "资讯封面" }, "informationTitle" : { "type" : "string", "description" : "资讯标题" }, "informationDetail" : { "type" : "string", "description" : "资讯详情" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "commentCount" : { "type" : "integer", "description" : "评论数量" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningInformation/update" : { "post" : { "summary" : "修改资讯", "description" : "修改资讯", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationClassifyId" : { "type" : "string", "description" : "资讯类型" }, "informationImage" : { "type" : "string", "description" : "资讯封面" }, "informationTitle" : { "type" : "string", "description" : "资讯标题" }, "informationDetail" : { "type" : "string", "description" : "资讯详情" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "commentCount" : { "type" : "integer", "description" : "评论数量" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningInformation/update/status" : { "post" : { "summary" : "修改资讯 状态", "description" : "修改资讯 状态", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationClassifyId" : { "type" : "string", "description" : "资讯类型" }, "informationImage" : { "type" : "string", "description" : "资讯封面" }, "informationTitle" : { "type" : "string", "description" : "资讯标题" }, "informationDetail" : { "type" : "string", "description" : "资讯详情" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "commentCount" : { "type" : "integer", "description" : "评论数量" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningInformation/deleted/{ids}" : { "get" : { "summary" : "删除资讯", "description" : "删除资讯", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningInformation/getCount" : { "get" : { "summary" : "获取帖子数量", "description" : "获取帖子数量", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } }, "description" : "" } } } } } } }, "/learningCourse/list" : { "get" : { "summary" : "查询课程列表", "description" : "查询课程列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "courseName", "in" : "query", "description" : "课程名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "courseClassify", "in" : "query", "description" : "课程分类", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "teachingType", "in" : "query", "description" : "授课方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "courseBrief", "in" : "query", "description" : "课程简介", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "coursePic", "in" : "query", "description" : "课程图片", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : true, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "courseAttachment", "in" : "query", "description" : "附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "takedownTime", "in" : "query", "description" : "上下架时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "创建人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "performWorkIdList", "in" : "query", "description" : "领域", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "recommended", "in" : "query", "description" : "推荐", "required" : false, "schema" : { "type" : "boolean", "nullable" : false } }, { "name" : "performWorkId", "in" : "query", "description" : "领域", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "课程名称" }, "courseClassify" : { "type" : "string", "description" : "课程分类" }, "teachingType" : { "type" : "string", "description" : "授课方式" }, "courseBrief" : { "type" : "string", "description" : "课程简介" }, "coursePic" : { "type" : "string", "description" : "课程图片" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "courseAttachment" : { "type" : "string", "description" : "附件" }, "userName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "recommended" : { "type" : "boolean", "description" : "" }, "performWorkId" : { "type" : "string", "description" : "" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" } }, "description" : "课程视图对象 zjk_learning_course" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningCourse/export" : { "post" : { "summary" : "导出课程列表", "description" : "导出课程列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "courseName", "in" : "query", "description" : "课程名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "courseClassify", "in" : "query", "description" : "课程分类", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "teachingType", "in" : "query", "description" : "授课方式", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "courseBrief", "in" : "query", "description" : "课程简介", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "coursePic", "in" : "query", "description" : "课程图片", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : true, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "courseAttachment", "in" : "query", "description" : "附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "takedownTime", "in" : "query", "description" : "上下架时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "创建人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "performWorkIdList", "in" : "query", "description" : "领域", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "recommended", "in" : "query", "description" : "推荐", "required" : false, "schema" : { "type" : "boolean", "nullable" : false } }, { "name" : "performWorkId", "in" : "query", "description" : "领域", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/learningCourse/{id}" : { "get" : { "summary" : "获取课程详细信息", "description" : "获取课程详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "课程名称" }, "courseClassify" : { "type" : "string", "description" : "课程分类" }, "teachingType" : { "type" : "string", "description" : "授课方式" }, "courseBrief" : { "type" : "string", "description" : "课程简介" }, "coursePic" : { "type" : "string", "description" : "课程图片" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "courseAttachment" : { "type" : "string", "description" : "附件" }, "userName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "recommended" : { "type" : "boolean", "description" : "" }, "performWorkId" : { "type" : "string", "description" : "" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" } }, "description" : "数据对象" } } } } } } } } }, "/learningCourse" : { "post" : { "summary" : "新增课程", "description" : "新增课程", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "courseBrief", "courseClassify", "courseName", "coursePic", "status", "teachingType" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "课程名称" }, "courseClassify" : { "type" : "string", "description" : "课程分类" }, "teachingType" : { "type" : "string", "description" : "授课方式" }, "courseBrief" : { "type" : "string", "description" : "课程简介" }, "coursePic" : { "type" : "string", "description" : "课程图片" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "courseAttachment" : { "type" : "string", "description" : "附件" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "performWorkIdList" : { "type" : "array", "description" : "领域", "items" : { "type" : "string" } }, "recommended" : { "type" : "boolean", "description" : "推荐" }, "performWorkId" : { "type" : "string", "description" : "领域" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCourse/update" : { "post" : { "summary" : "修改课程", "description" : "修改课程", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "课程名称" }, "courseClassify" : { "type" : "string", "description" : "课程分类" }, "teachingType" : { "type" : "string", "description" : "授课方式" }, "courseBrief" : { "type" : "string", "description" : "课程简介" }, "coursePic" : { "type" : "string", "description" : "课程图片" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "courseAttachment" : { "type" : "string", "description" : "附件" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "performWorkIdList" : { "type" : "array", "description" : "领域", "items" : { "type" : "string" } }, "recommended" : { "type" : "boolean", "description" : "推荐" }, "performWorkId" : { "type" : "string", "description" : "领域" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCourse/update/status" : { "post" : { "summary" : "修改课程", "description" : "修改课程", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "课程名称" }, "courseClassify" : { "type" : "string", "description" : "课程分类" }, "teachingType" : { "type" : "string", "description" : "授课方式" }, "courseBrief" : { "type" : "string", "description" : "课程简介" }, "coursePic" : { "type" : "string", "description" : "课程图片" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "courseAttachment" : { "type" : "string", "description" : "附件" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "performWorkIdList" : { "type" : "array", "description" : "领域", "items" : { "type" : "string" } }, "recommended" : { "type" : "boolean", "description" : "推荐" }, "performWorkId" : { "type" : "string", "description" : "领域" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningCourse/deleted/{ids}" : { "get" : { "summary" : "删除课程", "description" : "删除课程", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningResource/list" : { "get" : { "summary" : "查询资源管理列表", "description" : "查询资源管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "resourceName", "in" : "query", "description" : "资源编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceClassify", "in" : "query", "description" : "资源分类", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceType", "in" : "query", "description" : "资源类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceBrief", "in" : "query", "description" : "资源简介", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceTime", "in" : "query", "description" : "发布时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "author", "in" : "query", "description" : "作者", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "publishJournal", "in" : "query", "description" : "发表期刊", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "journalNo", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperTitle", "in" : "query", "description" : "论文标题", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperAccessory", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : true, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "takedownTime", "in" : "query", "description" : "上下架时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "创建人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "resourceName" : { "type" : "string", "description" : "资源编号" }, "resourceClassify" : { "type" : "string", "description" : "资源分类" }, "resourceType" : { "type" : "string", "description" : "资源类型" }, "resourceBrief" : { "type" : "string", "description" : "资源简介" }, "resourceTime" : { "type" : "string", "description" : "发布时间" }, "author" : { "type" : "string", "description" : "作者" }, "publishJournal" : { "type" : "string", "description" : "发表期刊" }, "journalNo" : { "type" : "string", "description" : "期刊号" }, "paperTitle" : { "type" : "string", "description" : "论文标题" }, "paperAccessory" : { "type" : "string", "description" : "论文附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userName" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "updateTime" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" } }, "description" : "资源管理视图对象 zjk_learning_resource" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/learningResource/export" : { "post" : { "summary" : "导出资源管理列表", "description" : "导出资源管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "resourceName", "in" : "query", "description" : "资源编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceClassify", "in" : "query", "description" : "资源分类", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceType", "in" : "query", "description" : "资源类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceBrief", "in" : "query", "description" : "资源简介", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "resourceTime", "in" : "query", "description" : "发布时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "author", "in" : "query", "description" : "作者", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "publishJournal", "in" : "query", "description" : "发表期刊", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "journalNo", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperTitle", "in" : "query", "description" : "论文标题", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperAccessory", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : true, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "startTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "takedownTime", "in" : "query", "description" : "上下架时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "创建人", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/learningResource/{id}" : { "get" : { "summary" : "获取资源管理详细信息", "description" : "获取资源管理详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "resourceName" : { "type" : "string", "description" : "资源编号" }, "resourceClassify" : { "type" : "string", "description" : "资源分类" }, "resourceType" : { "type" : "string", "description" : "资源类型" }, "resourceBrief" : { "type" : "string", "description" : "资源简介" }, "resourceTime" : { "type" : "string", "description" : "发布时间" }, "author" : { "type" : "string", "description" : "作者" }, "publishJournal" : { "type" : "string", "description" : "发表期刊" }, "journalNo" : { "type" : "string", "description" : "期刊号" }, "paperTitle" : { "type" : "string", "description" : "论文标题" }, "paperAccessory" : { "type" : "string", "description" : "论文附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userName" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "updateTime" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" } }, "description" : "数据对象" } } } } } } } } }, "/learningResource" : { "post" : { "summary" : "新增资源管理", "description" : "新增资源管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "author", "journalNo", "paperAccessory", "paperTitle", "publishJournal", "resourceBrief", "resourceClassify", "resourceName", "resourceTime", "resourceType", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "resourceName" : { "type" : "string", "description" : "资源编号" }, "resourceClassify" : { "type" : "string", "description" : "资源分类" }, "resourceType" : { "type" : "string", "description" : "资源类型" }, "resourceBrief" : { "type" : "string", "description" : "资源简介" }, "resourceTime" : { "type" : "string", "description" : "发布时间" }, "author" : { "type" : "string", "description" : "作者" }, "publishJournal" : { "type" : "string", "description" : "发表期刊" }, "journalNo" : { "type" : "string", "description" : "期刊号" }, "paperTitle" : { "type" : "string", "description" : "论文标题" }, "paperAccessory" : { "type" : "string", "description" : "论文附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningResource/update" : { "post" : { "summary" : "修改资源管理", "description" : "修改资源管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "resourceName" : { "type" : "string", "description" : "资源编号" }, "resourceClassify" : { "type" : "string", "description" : "资源分类" }, "resourceType" : { "type" : "string", "description" : "资源类型" }, "resourceBrief" : { "type" : "string", "description" : "资源简介" }, "resourceTime" : { "type" : "string", "description" : "发布时间" }, "author" : { "type" : "string", "description" : "作者" }, "publishJournal" : { "type" : "string", "description" : "发表期刊" }, "journalNo" : { "type" : "string", "description" : "期刊号" }, "paperTitle" : { "type" : "string", "description" : "论文标题" }, "paperAccessory" : { "type" : "string", "description" : "论文附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningResource/update/status" : { "post" : { "summary" : "修改资源管理", "description" : "修改资源管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id", "status" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "resourceName" : { "type" : "string", "description" : "资源编号" }, "resourceClassify" : { "type" : "string", "description" : "资源分类" }, "resourceType" : { "type" : "string", "description" : "资源类型" }, "resourceBrief" : { "type" : "string", "description" : "资源简介" }, "resourceTime" : { "type" : "string", "description" : "发布时间" }, "author" : { "type" : "string", "description" : "作者" }, "publishJournal" : { "type" : "string", "description" : "发表期刊" }, "journalNo" : { "type" : "string", "description" : "期刊号" }, "paperTitle" : { "type" : "string", "description" : "论文标题" }, "paperAccessory" : { "type" : "string", "description" : "论文附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/learningResource/deleted/{ids}" : { "get" : { "summary" : "删除资源管理", "description" : "删除资源管理", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyAnalyseStatement/list" : { "get" : { "summary" : "查询报表分析列表", "description" : "查询报表分析列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertType", "in" : "query", "description" : "专家类型;专家类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sumFee", "in" : "query", "description" : "总费用;总费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "proportion", "in" : "query", "description" : "占比;占比", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tendency", "in" : "query", "description" : "变化趋势;变化趋势", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statementId", "in" : "query", "description" : "报表id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "proportion" : { "type" : "number", "description" : "占比;占比" }, "tendency" : { "type" : "number", "description" : "变化趋势;变化趋势" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "报表分析视图对象 zjk_money_analyse_statement" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/moneyAnalyseStatement/export" : { "post" : { "summary" : "导出报表分析列表", "description" : "导出报表分析列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertType", "in" : "query", "description" : "专家类型;专家类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sumFee", "in" : "query", "description" : "总费用;总费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "proportion", "in" : "query", "description" : "占比;占比", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "tendency", "in" : "query", "description" : "变化趋势;变化趋势", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statementId", "in" : "query", "description" : "报表id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/moneyAnalyseStatement/{id}" : { "get" : { "summary" : "获取报表分析详细信息", "description" : "获取报表分析详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "proportion" : { "type" : "number", "description" : "占比;占比" }, "tendency" : { "type" : "number", "description" : "变化趋势;变化趋势" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" } } } } } } } } }, "/moneyAnalyseStatement/add" : { "post" : { "summary" : "新增报表分析", "description" : "新增报表分析", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertType", "id", "proportion", "remark", "status", "sumFee", "tendency" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "proportion" : { "type" : "number", "description" : "占比;占比" }, "tendency" : { "type" : "number", "description" : "变化趋势;变化趋势" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "statementId" : { "type" : "integer", "description" : "报表id", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyAnalyseStatement/edit" : { "post" : { "summary" : "修改报表分析", "description" : "修改报表分析", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertType", "id", "proportion", "remark", "status", "sumFee", "tendency" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "proportion" : { "type" : "number", "description" : "占比;占比" }, "tendency" : { "type" : "number", "description" : "变化趋势;变化趋势" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "statementId" : { "type" : "integer", "description" : "报表id", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyAnalyseStatement/delete/{ids}" : { "get" : { "summary" : "删除报表分析", "description" : "删除报表分析", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyExpertStatement/list" : { "get" : { "summary" : "查询专家费用报表列表", "description" : "查询专家费用报表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名;专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertType", "in" : "query", "description" : "专家类型;专家类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sumFee", "in" : "query", "description" : "总费用;总费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "noPayFee", "in" : "query", "description" : "未支付费用;未支付费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "payFee", "in" : "query", "description" : "已支付费用;已支付费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "结算周期;结算周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statementId", "in" : "query", "description" : "报表id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名;专家姓名" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "noPayFee" : { "type" : "number", "description" : "未支付费用;未支付费用" }, "payFee" : { "type" : "number", "description" : "已支付费用;已支付费用" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家费用报表视图对象 zjk_money_expert_statement" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/moneyExpertStatement/export" : { "post" : { "summary" : "导出专家费用报表列表", "description" : "导出专家费用报表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "专家姓名;专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertType", "in" : "query", "description" : "专家类型;专家类型", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "sumFee", "in" : "query", "description" : "总费用;总费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "noPayFee", "in" : "query", "description" : "未支付费用;未支付费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "payFee", "in" : "query", "description" : "已支付费用;已支付费用", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "结算周期;结算周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statementId", "in" : "query", "description" : "报表id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/moneyExpertStatement/{id}" : { "get" : { "summary" : "获取专家费用报表详细信息", "description" : "获取专家费用报表详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名;专家姓名" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "noPayFee" : { "type" : "number", "description" : "未支付费用;未支付费用" }, "payFee" : { "type" : "number", "description" : "已支付费用;已支付费用" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" } } } } } } } } }, "/moneyExpertStatement/add" : { "post" : { "summary" : "新增专家费用报表", "description" : "新增专家费用报表", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertName", "expertType", "id", "moneyCycle", "noPayFee", "payFee", "remark", "status", "sumFee" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名;专家姓名" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "noPayFee" : { "type" : "number", "description" : "未支付费用;未支付费用" }, "payFee" : { "type" : "number", "description" : "已支付费用;已支付费用" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "statementId" : { "type" : "integer", "description" : "报表id", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyExpertStatement/edit" : { "post" : { "summary" : "修改专家费用报表", "description" : "修改专家费用报表", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertName", "expertType", "id", "moneyCycle", "noPayFee", "payFee", "remark", "status", "sumFee" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名;专家姓名" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "noPayFee" : { "type" : "number", "description" : "未支付费用;未支付费用" }, "payFee" : { "type" : "number", "description" : "已支付费用;已支付费用" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "statementId" : { "type" : "integer", "description" : "报表id", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyExpertStatement/delete/{ids}" : { "get" : { "summary" : "删除专家费用报表", "description" : "删除专家费用报表", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyStatement/list" : { "get" : { "summary" : "查询费用报表列表", "description" : "查询费用报表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "statementSn", "in" : "query", "description" : "编号;编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "type", "in" : "query", "description" : "类型(年报,月报);类型(年报,月报)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "period", "in" : "query", "description" : "周期(每年,每月);周期(每年,每月)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "scopeStartTime", "in" : "query", "description" : "时间范围开始", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "scopeEndTime", "in" : "query", "description" : "时间范围结束", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "statementSn" : { "type" : "string", "description" : "编号;编号" }, "type" : { "type" : "string", "description" : "类型(年报,月报);类型(年报,月报)" }, "period" : { "type" : "string", "description" : "周期(每年,每月);周期(每年,每月)" }, "scopeStartTime" : { "type" : "string", "description" : "时间范围开始" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "scopeEndTime" : { "type" : "string", "description" : "时间范围结束" }, "nameDate" : { "type" : "string", "description" : "报表时间" } }, "description" : "费用报表视图对象 zjk_money_statement" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/moneyStatement/export" : { "post" : { "summary" : "导出费用报表列表", "description" : "导出费用报表列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "statementSn", "in" : "query", "description" : "编号;编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "type", "in" : "query", "description" : "类型(年报,月报);类型(年报,月报)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "period", "in" : "query", "description" : "周期(每年,每月);周期(每年,每月)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "scopeStartTime", "in" : "query", "description" : "时间范围开始", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "scopeEndTime", "in" : "query", "description" : "时间范围结束", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/moneyStatement/{id}" : { "get" : { "summary" : "获取费用报表详细信息", "description" : "获取费用报表详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "statementSn" : { "type" : "string", "description" : "编号;编号" }, "type" : { "type" : "string", "description" : "类型(年报,月报);类型(年报,月报)" }, "period" : { "type" : "string", "description" : "周期(每年,每月);周期(每年,每月)" }, "scopeStartTime" : { "type" : "string", "description" : "时间范围开始" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "scopeEndTime" : { "type" : "string", "description" : "时间范围结束" }, "nameDate" : { "type" : "string", "description" : "报表时间" } }, "description" : "数据对象" } } } } } } } } }, "/moneyStatement/add" : { "post" : { "summary" : "新增费用报表", "description" : "新增费用报表", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyStatement/add/year" : { "post" : { "summary" : "addYear", "description" : "addYear", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyStatement/edit" : { "post" : { "summary" : "修改费用报表", "description" : "修改费用报表", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "id", "period", "remark", "scopeEndTime", "scopeStartTime", "statementSn", "status", "type" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "statementSn" : { "type" : "string", "description" : "编号;编号" }, "type" : { "type" : "string", "description" : "类型(年报,月报);类型(年报,月报)" }, "period" : { "type" : "string", "description" : "周期(每年,每月);周期(每年,每月)" }, "scopeStartTime" : { "type" : "string", "description" : "时间范围开始" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "scopeEndTime" : { "type" : "string", "description" : "时间范围结束" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyStatement/delete/{ids}" : { "get" : { "summary" : "删除费用报表", "description" : "删除费用报表", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyCollectStatement/list" : { "get" : { "summary" : "查询报表统计列表", "description" : "查询报表统计列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "sumFee", "in" : "query", "description" : "支付总金额;支付总金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "noPayMoney", "in" : "query", "description" : "未支付金额;未支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "payMoney", "in" : "query", "description" : "支付金额;支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertCount", "in" : "query", "description" : "专家人数;专家人数", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "结算周期;结算周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statementId", "in" : "query", "description" : "报表id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "sumFee" : { "type" : "number", "description" : "支付总金额;支付总金额" }, "noPayMoney" : { "type" : "number", "description" : "未支付金额;未支付金额" }, "payMoney" : { "type" : "number", "description" : "支付金额;支付金额" }, "expertCount" : { "type" : "integer", "description" : "专家人数;专家人数", "format" : "int64" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "报表统计视图对象 zjk_money_collect_statement" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/moneyCollectStatement/export" : { "post" : { "summary" : "导出报表统计列表", "description" : "导出报表统计列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "sumFee", "in" : "query", "description" : "支付总金额;支付总金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "noPayMoney", "in" : "query", "description" : "未支付金额;未支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "payMoney", "in" : "query", "description" : "支付金额;支付金额", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertCount", "in" : "query", "description" : "专家人数;专家人数", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "moneyCycle", "in" : "query", "description" : "结算周期;结算周期", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "状态", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "remark", "in" : "query", "description" : "备注", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "statementId", "in" : "query", "description" : "报表id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/moneyCollectStatement/{id}" : { "get" : { "summary" : "获取报表统计详细信息", "description" : "获取报表统计详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "sumFee" : { "type" : "number", "description" : "支付总金额;支付总金额" }, "noPayMoney" : { "type" : "number", "description" : "未支付金额;未支付金额" }, "payMoney" : { "type" : "number", "description" : "支付金额;支付金额" }, "expertCount" : { "type" : "integer", "description" : "专家人数;专家人数", "format" : "int64" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" } } } } } } } } }, "/moneyCollectStatement/add" : { "post" : { "summary" : "新增报表统计", "description" : "新增报表统计", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertCount", "id", "moneyCycle", "noPayMoney", "payMoney", "remark", "status", "sumFee" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "sumFee" : { "type" : "number", "description" : "支付总金额;支付总金额" }, "noPayMoney" : { "type" : "number", "description" : "未支付金额;未支付金额" }, "payMoney" : { "type" : "number", "description" : "支付金额;支付金额" }, "expertCount" : { "type" : "integer", "description" : "专家人数;专家人数", "format" : "int64" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "statementId" : { "type" : "integer", "description" : "报表id", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyCollectStatement/edit" : { "post" : { "summary" : "修改报表统计", "description" : "修改报表统计", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertCount", "id", "moneyCycle", "noPayMoney", "payMoney", "remark", "status", "sumFee" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "sumFee" : { "type" : "number", "description" : "支付总金额;支付总金额" }, "noPayMoney" : { "type" : "number", "description" : "未支付金额;未支付金额" }, "payMoney" : { "type" : "number", "description" : "支付金额;支付金额" }, "expertCount" : { "type" : "integer", "description" : "专家人数;专家人数", "format" : "int64" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "statementId" : { "type" : "integer", "description" : "报表id", "format" : "int64" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/moneyCollectStatement/delete/{ids}" : { "get" : { "summary" : "删除报表统计", "description" : "删除报表统计", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/annualInspectionAudit/list" : { "get" : { "summary" : "查询年检管理列表", "description" : "查询年检管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "专家 ID 集合", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "annualInspectionSn", "in" : "query", "description" : "年检编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionName", "in" : "query", "description" : "年检名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionType", "in" : "query", "description" : "审核方式(1 人工年检 2 自动年检)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionStatus", "in" : "query", "description" : "年检状态(1 待年检 2 已通过 3 未通过)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditTime", "in" : "query", "description" : "审核时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reason", "in" : "query", "description" : "审核原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "beginAuditTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endAuditTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "年检管理视图对象 zjk_annual_inspection" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/annualInspectionAudit/export" : { "post" : { "summary" : "导出年检管理列表", "description" : "导出年检管理列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "ids", "in" : "query", "description" : "专家 ID 集合", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "integer" } } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "annualInspectionSn", "in" : "query", "description" : "年检编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionName", "in" : "query", "description" : "年检名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionType", "in" : "query", "description" : "审核方式(1 人工年检 2 自动年检)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionStatus", "in" : "query", "description" : "年检状态(1 待年检 2 已通过 3 未通过)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditTime", "in" : "query", "description" : "审核时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reason", "in" : "query", "description" : "审核原因", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "contact", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "beginAuditTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "endAuditTime", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/annualInspectionAudit/{id}" : { "get" : { "summary" : "获取年检管理详细信息", "description" : "获取年检管理详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "数据对象" } } } } } } } } }, "/annualInspectionAudit/add" : { "post" : { "summary" : "新增年检管理", "description" : "新增年检管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "annualInspectionName", "annualInspectionSn", "annualInspectionStatus", "annualInspectionType", "auditTime", "expertId", "id", "userId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "ids" : { "type" : "array", "description" : "专家 ID 集合", "items" : { "type" : "integer" } }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "reason" : { "type" : "string", "description" : "审核原因" }, "contact" : { "type" : "string", "description" : "" }, "beginAuditTime" : { "type" : "string", "description" : "" }, "endAuditTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/annualInspectionAudit/edit" : { "post" : { "summary" : "修改年检管理", "description" : "修改年检管理", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "annualInspectionName", "annualInspectionSn", "annualInspectionStatus", "annualInspectionType", "auditTime", "expertId", "id", "userId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "ids" : { "type" : "array", "description" : "专家 ID 集合", "items" : { "type" : "integer" } }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "reason" : { "type" : "string", "description" : "审核原因" }, "contact" : { "type" : "string", "description" : "" }, "beginAuditTime" : { "type" : "string", "description" : "" }, "endAuditTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/annualInspectionAudit/delete/{ids}" : { "get" : { "summary" : "删除年检管理", "description" : "删除年检管理", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/annualInspectionAudit/batchAnnualInspection" : { "post" : { "summary" : "批量年检", "description" : "批量年检", "requestBody" : { "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "ids" : { "type" : "array", "description" : "专家 ID 集合", "items" : { "type" : "integer" } }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "reason" : { "type" : "string", "description" : "审核原因" }, "contact" : { "type" : "string", "description" : "" }, "beginAuditTime" : { "type" : "string", "description" : "" }, "endAuditTime" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/annualInspectionRecords/list" : { "get" : { "summary" : "查询年检记录列表", "description" : "查询年检记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "recordsSn", "in" : "query", "description" : "年检记录编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionSn", "in" : "query", "description" : "年检审核编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionName", "in" : "query", "description" : "年检名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditType", "in" : "query", "description" : "审核方式(1 人工年检 2 自动年检)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionStatus", "in" : "query", "description" : "年检状态(1 待年检 2 已通过 3 未通过)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditTime", "in" : "query", "description" : "审核时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "identify", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "recordsSn" : { "type" : "string", "description" : "年检记录编号" }, "annualInspectionSn" : { "type" : "string", "description" : "年检审核编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "auditType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" } }, "description" : "年检记录视图对象 zjk_annual_inspection_records" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/annualInspectionRecords/export" : { "post" : { "summary" : "导出年检记录列表", "description" : "导出年检记录列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "recordsSn", "in" : "query", "description" : "年检记录编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionSn", "in" : "query", "description" : "年检审核编号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionName", "in" : "query", "description" : "年检名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditType", "in" : "query", "description" : "审核方式(1 人工年检 2 自动年检)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "annualInspectionStatus", "in" : "query", "description" : "年检状态(1 待年检 2 已通过 3 未通过)", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "auditTime", "in" : "query", "description" : "审核时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "identify", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "array", "nullable" : false, "items" : { "type" : "string" } } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/annualInspectionRecords/{id}" : { "get" : { "summary" : "获取年检记录详细信息", "description" : "获取年检记录详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "recordsSn" : { "type" : "string", "description" : "年检记录编号" }, "annualInspectionSn" : { "type" : "string", "description" : "年检审核编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "auditType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" } }, "description" : "数据对象" } } } } } } } } }, "/annualInspectionRecords/add" : { "post" : { "summary" : "新增年检记录", "description" : "新增年检记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "annualInspectionName", "annualInspectionSn", "annualInspectionStatus", "auditTime", "auditType", "expertId", "id", "recordsSn", "userId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "recordsSn" : { "type" : "string", "description" : "年检记录编号" }, "annualInspectionSn" : { "type" : "string", "description" : "年检审核编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "auditType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "identify" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/annualInspectionRecords/edit" : { "post" : { "summary" : "修改年检记录", "description" : "修改年检记录", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "annualInspectionName", "annualInspectionSn", "annualInspectionStatus", "auditTime", "auditType", "expertId", "id", "recordsSn", "userId" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "recordsSn" : { "type" : "string", "description" : "年检记录编号" }, "annualInspectionSn" : { "type" : "string", "description" : "年检审核编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "auditType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "identify" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/annualInspectionRecords/delete/{ids}" : { "get" : { "summary" : "删除年检记录", "description" : "删除年检记录", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertAwards/list" : { "get" : { "summary" : "查询专家获奖情况列表", "description" : "查询专家获奖情况列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "awardsPath", "in" : "query", "description" : "获奖证书文件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "awardsContent", "in" : "query", "description" : "获奖内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "registrSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "registerSn" : { "type" : "string", "description" : "" } }, "description" : "专家获奖情况视图对象 zjk_expert_awards" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertAwards/export" : { "post" : { "summary" : "导出专家获奖情况列表", "description" : "导出专家获奖情况列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "awardsPath", "in" : "query", "description" : "获奖证书文件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "awardsContent", "in" : "query", "description" : "获奖内容", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "registrSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertAwards/{id}" : { "get" : { "summary" : "获取专家获奖情况详细信息", "description" : "获取专家获奖情况详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "registerSn" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/expertAwards" : { "put" : { "summary" : "修改专家获奖情况", "description" : "修改专家获奖情况", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "awardsContent", "awardsPath", "expertId", "id" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registrSn" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertAwards/{ids}" : { "delete" : { "summary" : "删除专家获奖情况", "description" : "删除专家获奖情况", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertPaper/list" : { "get" : { "summary" : "查询专家论文信息列表", "description" : "查询专家论文信息列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "fileName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" }, "expertName" : { "type" : "string", "description" : "" }, "type" : { "type" : "integer", "description" : "" }, "invention" : { "type" : "string", "description" : "" }, "number" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息视图对象 zjk_expert_paper" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertPaper/export" : { "post" : { "summary" : "导出专家论文信息列表", "description" : "导出专家论文信息列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "paperName", "in" : "query", "description" : "论文名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "periodicalNumber", "in" : "query", "description" : "期刊号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "paperPath", "in" : "query", "description" : "论文附件", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "fileName", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertPaper/{id}" : { "get" : { "summary" : "获取专家论文信息详细信息", "description" : "获取专家论文信息详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" }, "expertName" : { "type" : "string", "description" : "" }, "type" : { "type" : "integer", "description" : "" }, "invention" : { "type" : "string", "description" : "" }, "number" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/expertPaper" : { "put" : { "summary" : "修改专家论文信息", "description" : "修改专家论文信息", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertId", "id", "paperName", "paperPath", "periodicalNumber" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "fileName" : { "type" : "string", "description" : "" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertPaper/{ids}" : { "delete" : { "summary" : "删除专家论文信息", "description" : "删除专家论文信息", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertPaper/paper/list" : { "get" : { "summary" : "通过项目id 喝项目阶段 获取", "description" : "通过项目id 喝项目阶段 获取", "parameters" : [ { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" }, "expertName" : { "type" : "string", "description" : "" }, "type" : { "type" : "integer", "description" : "" }, "invention" : { "type" : "string", "description" : "" }, "number" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息视图对象 zjk_expert_paper" } } }, "description" : "" } } } } } } }, "/expertPaper/getExpertPaperCount" : { "get" : { "summary" : "获取在库论文总数", "description" : "获取在库论文总数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } }, "description" : "" } } } } } } }, "/expertRecommend/list" : { "get" : { "summary" : "查询专家推荐信息列表", "description" : "查询专家推荐信息列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "推荐专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPhone", "in" : "query", "description" : "专家手机号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reason", "in" : "query", "description" : "推荐理由", "required" : false, "schema" : { "maxLength" : 200, "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "推荐状态 1 待审批 2 通过 3 驳回", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "推荐专家姓名" }, "expertPhone" : { "type" : "string", "description" : "专家手机号" }, "reason" : { "type" : "string", "description" : "推荐理由" }, "status" : { "type" : "string", "description" : "推荐状态 1 待审批 2 通过 3 驳回" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "专家推荐信息视图对象 zjk_expert_recommend" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertRecommend/queryExpertRecommendList" : { "get" : { "summary" : "查询专家推荐信息列表", "description" : "查询专家推荐信息列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "推荐专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPhone", "in" : "query", "description" : "专家手机号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reason", "in" : "query", "description" : "推荐理由", "required" : false, "schema" : { "maxLength" : 200, "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "推荐状态 1 待审批 2 通过 3 驳回", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "推荐专家姓名" }, "expertPhone" : { "type" : "string", "description" : "专家手机号" }, "reason" : { "type" : "string", "description" : "推荐理由" }, "status" : { "type" : "string", "description" : "推荐状态 1 待审批 2 通过 3 驳回" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "专家推荐信息视图对象 zjk_expert_recommend" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertRecommend/export" : { "post" : { "summary" : "导出专家推荐信息列表", "description" : "导出专家推荐信息列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "userId", "in" : "query", "description" : "用户 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertName", "in" : "query", "description" : "推荐专家姓名", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "expertPhone", "in" : "query", "description" : "专家手机号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "reason", "in" : "query", "description" : "推荐理由", "required" : false, "schema" : { "maxLength" : 200, "type" : "string", "nullable" : false } }, { "name" : "status", "in" : "query", "description" : "推荐状态 1 待审批 2 通过 3 驳回", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertRecommend/{id}" : { "get" : { "summary" : "获取专家推荐信息详细信息", "description" : "获取专家推荐信息详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "推荐专家姓名" }, "expertPhone" : { "type" : "string", "description" : "专家手机号" }, "reason" : { "type" : "string", "description" : "推荐理由" }, "status" : { "type" : "string", "description" : "推荐状态 1 待审批 2 通过 3 驳回" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "数据对象" } } } } } } } } }, "/expertRecommend" : { "put" : { "summary" : "修改专家推荐信息", "description" : "修改专家推荐信息", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertName", "expertPhone", "reason" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "推荐专家姓名" }, "expertPhone" : { "type" : "string", "description" : "专家手机号" }, "reason" : { "type" : "string", "description" : "推荐理由" }, "status" : { "type" : "string", "description" : "推荐状态 1 待审批 2 通过 3 驳回" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertRecommend/{ids}" : { "delete" : { "summary" : "删除专家推荐信息", "description" : "删除专家推荐信息", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertPatent/list" : { "get" : { "summary" : "查询专家专利信息列表", "description" : "查询专家专利信息列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "pageSize", "in" : "query", "description" : "分页大小", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "pageNum", "in" : "query", "description" : "当前页数", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "orderByColumn", "in" : "query", "description" : "排序列", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "isAsc", "in" : "query", "description" : "排序的方向desc或者asc", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "total" : { "type" : "integer", "description" : "总记录数", "format" : "int64" }, "rows" : { "type" : "array", "description" : "列表数据", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" } }, "description" : "专家专利信息视图对象 zjk_expert_patent" } }, "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" } } } } } } } } }, "/expertPatent/export" : { "post" : { "summary" : "导出专家专利信息列表", "description" : "导出专家专利信息列表", "parameters" : [ { "name" : "createDept", "in" : "query", "description" : "创建部门", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createBy", "in" : "query", "description" : "创建者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "createTime", "in" : "query", "description" : "创建时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "updateBy", "in" : "query", "description" : "更新者", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "updateTime", "in" : "query", "description" : "更新时间", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "params.key.key", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "", "nullable" : false } }, { "name" : "id", "in" : "query", "description" : "id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "expertId", "in" : "query", "description" : "专家 id", "required" : false, "schema" : { "type" : "integer", "format" : "int64", "nullable" : false } }, { "name" : "patentNumber", "in" : "query", "description" : "专利号", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "nameInvention", "in" : "query", "description" : "发明创造名称", "required" : false, "schema" : { "type" : "string", "nullable" : false } }, { "name" : "patentPath", "in" : "query", "description" : "附件路径", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "No Content" } } } }, "/expertPatent/{id}" : { "get" : { "summary" : "获取专家专利信息详细信息", "description" : "获取专家专利信息详细信息", "parameters" : [ { "name" : "id", "in" : "path", "description" : "主键", "required" : true, "schema" : { "type" : "integer" } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" } }, "description" : "数据对象" } } } } } } } } }, "/expertPatent" : { "put" : { "summary" : "修改专家专利信息", "description" : "修改专家专利信息", "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "expertId", "id", "nameInvention", "patentNumber", "patentPath" ], "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" } }, "description" : "" } } } }, "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertPatent/{ids}" : { "delete" : { "summary" : "删除专家专利信息", "description" : "删除专家专利信息", "parameters" : [ { "name" : "ids", "in" : "path", "description" : "主键串", "required" : true, "schema" : { "type" : "array", "items" : { "type" : "integer" } } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "string", "description" : "数据对象" } } } } } } } } }, "/expertPatent/patent/list" : { "get" : { "summary" : "通过项目id 喝项目阶段 获取", "description" : "通过项目id 喝项目阶段 获取", "parameters" : [ { "name" : "productId", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "integer", "nullable" : false } }, { "name" : "reviewSn", "in" : "query", "description" : "", "required" : false, "schema" : { "type" : "string", "nullable" : false } } ], "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "array", "description" : "数据对象", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" } }, "description" : "专家专利信息视图对象 zjk_expert_patent" } } }, "description" : "" } } } } } } }, "/expertPatent/getExpertPatentCount" : { "get" : { "summary" : "获取在库专利总数", "description" : "获取在库专利总数", "responses" : { "200" : { "description" : "", "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "code" : { "type" : "integer", "description" : "消息状态码" }, "msg" : { "type" : "string", "description" : "消息内容" }, "data" : { "type" : "integer", "description" : "数据对象", "format" : "int64" } }, "description" : "" } } } } } } } }, "components" : { "schemas" : { "com.alibaba.fastjson.JSONObject" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "模板渲染参数" }, "专家库 专业关系表对象 zjk_expert_major" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" }, "专家库技术资格关系表对象 zjk_expert_professional" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" }, "专家获奖情况对象 zjk_expert_awards" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" }, "专家论文信息对象 zjk_expert_paper" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" }, "专家专利信息对象 zjk_expert_patent" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" }, "年检管理对象 zjk_annual_inspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "文件信息" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" }, "expert视图对象 zjk_expert" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" }, "抽取条件视图对象 zjk_review_phase" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" }, "专家抽取视图对象 zjk_item_extreation" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "expertSum" : { "type" : "integer", "description" : "专家数量" }, "extractionCount" : { "type" : "integer", "description" : "抽取次数" }, "extractedSum" : { "type" : "integer", "description" : "已抽取次数" }, "extractionStatus" : { "type" : "integer", "description" : "抽取状态" }, "extractionTime" : { "type" : "string", "description" : "抽取时间" }, "extractionUser" : { "type" : "string", "description" : "抽取人" }, "extractionSn" : { "type" : "string", "description" : "抽取流水号" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkRewboExpertVos" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProductVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "zjkReviewPhase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumbers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } }, "avoidanceUnitList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "avoidanceUnits" : { "type" : "string", "description" : "" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "isSure" : { "type" : "integer", "description" : "是否确认", "format" : "int64" } }, "description" : "数据对象" }, "java.lang.Object" : { "type" : "object", "properties" : { }, "description" : "信用得分" }, "项目管理视图对象 zjk_product" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "项目管理对象 zjk_product" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "" }, "productName" : { "type" : "string", "description" : "" }, "productType" : { "type" : "string", "description" : "" }, "productScale" : { "type" : "integer", "description" : "" }, "productUnit" : { "type" : "string", "description" : "" }, "unitBy" : { "type" : "string", "description" : "" }, "unitConcat" : { "type" : "string", "description" : "" }, "productBrief" : { "type" : "string", "description" : "" }, "productDataUrl" : { "type" : "string", "description" : "" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "delFlag" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "项目管理对象 zjk_product" }, "org.dromara.zjk.domain.vo.ProductPanoramaDeptVo" : { "type" : "object", "properties" : { "deptName" : { "type" : "string", "description" : "" }, "deptId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "org.dromara.zjk.domain.vo.ProductPanoramaDeptVo" }, "org.dromara.zjk.domain.vo.ProductPanoramaVo" : { "type" : "object", "properties" : { "productId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productType" : { "type" : "string", "description" : "项目类型" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewId" : { "type" : "integer", "description" : "评审id", "format" : "int64" }, "workUnit" : { "type" : "string", "description" : "单位i" }, "productScale" : { "type" : "integer", "description" : "项目规模" }, "maxProductScale" : { "type" : "integer", "description" : "最大规模" }, "minProductScale" : { "type" : "integer", "description" : "最小规模" }, "startTime" : { "type" : "string", "description" : "" }, "endTime" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "deptId" : { "type" : "integer", "description" : "评审id", "format" : "int64" } }, "description" : "org.dromara.zjk.domain.vo.ProductPanoramaVo" }, "项目总结评价对象 zjk_project_evaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" }, "项目总结视图对象 zjk_product_summarize" : { "type" : "object", "properties" : { "search" : { "type" : "string", "description" : "" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "总结类型" }, "productSummarizeTypeName" : { "type" : "string", "description" : "" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "statusName" : { "type" : "string", "description" : "状态名称" }, "remark" : { "type" : "string", "description" : "备注" }, "reviewTime" : { "type" : "string", "description" : "" }, "zjkExpertList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "productName" : { "type" : "string", "description" : "" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "数据对象" }, "expert对象 zjk_expert" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" }, "org.dromara.zjk.domain.vo.ProductPanoramaDetailVo" : { "type" : "object", "properties" : { "reviewSn" : { "type" : "string", "description" : "阶段" }, "reviewTime" : { "type" : "string", "description" : "阶段" }, "zjkReviewPhaseVoList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "抽取地域" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "source" : { "type" : "integer", "description" : "数据来源 1:补抽" }, "isSummarize" : { "type" : "integer", "description" : "是否总结 0未总结 1总结", "format" : "int64" }, "zjkExpertVoList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } } }, "description" : "抽取条件视图对象 zjk_review_phase" } }, "zjkProductSummarizeVoList" : { "type" : "array", "description" : "阶段总结", "items" : { "type" : "object", "properties" : { "search" : { "type" : "string", "description" : "" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "总结类型" }, "productSummarizeTypeName" : { "type" : "string", "description" : "" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "statusName" : { "type" : "string", "description" : "状态名称" }, "remark" : { "type" : "string", "description" : "备注" }, "reviewTime" : { "type" : "string", "description" : "" }, "zjkExpertList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "productName" : { "type" : "string", "description" : "" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "项目总结视图对象 zjk_product_summarize" } }, "productSummarizeTime" : { "type" : "string", "description" : "总结时间" }, "zjkExpertList" : { "type" : "array", "description" : "阶段专家", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert对象 zjk_expert" } } }, "description" : "org.dromara.zjk.domain.vo.ProductPanoramaDetailVo" }, "org.dromara.zjk.domain.ProductCountReport" : { "type" : "object", "properties" : { "month" : { "type" : "string", "description" : "月份" }, "governmentInformation" : { "type" : "integer", "description" : "政务信息" }, "researchProjects" : { "type" : "integer", "description" : "科研项目" }, "technologyInformation" : { "type" : "integer", "description" : "技术信息" } }, "description" : "org.dromara.zjk.domain.ProductCountReport" }, "org.dromara.zjk.domain.vo.ProjectSummaryStatisticsVo" : { "type" : "object", "properties" : { "mon" : { "type" : "string", "description" : "月份" }, "approval" : { "type" : "integer", "description" : "立项" }, "bids" : { "type" : "integer", "description" : "招标" }, "initialInspection" : { "type" : "integer", "description" : "初验" }, "finalInspection" : { "type" : "integer", "description" : "终验" } }, "description" : "org.dromara.zjk.domain.vo.ProjectSummaryStatisticsVo" }, "org.dromara.zjk.domain.dto.ProjectSummaryStatistics" : { "type" : "object", "properties" : { "projectAuditSum" : { "type" : "integer", "description" : "项目审核数量", "format" : "int64" }, "projectSummaryQuantity" : { "type" : "integer", "description" : "完成项目总结数量", "format" : "int64" }, "quantitySummarized" : { "type" : "integer", "description" : "待总结数量", "format" : "int64" }, "summaryNumberApproved" : { "type" : "integer", "description" : "待审批总结数量", "format" : "int64" }, "quantityEvaluated" : { "type" : "integer", "description" : "待评价数量", "format" : "int64" }, "numberItems" : { "type" : "integer", "description" : "项目数量", "format" : "int64" } }, "description" : "数据对象" }, "信用资料视图对象 zjk_learning_materials" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "delFalg" : { "type" : "string", "description" : "逻辑删除(1,失效,0.正常)" }, "materialsUrl" : { "type" : "string", "description" : "url地址" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "createName" : { "type" : "string", "description" : "创建人" } }, "description" : "数据对象" }, "【请填写功能名称】视图对象 zjk_learning_credit_record" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "learningId" : { "type" : "integer", "description" : "资料id", "format" : "int64" }, "viewingTime" : { "type" : "string", "description" : "观看时间" }, "delFalg" : { "type" : "integer", "description" : "删除字段", "format" : "int64" }, "zjkLearningMaterialsVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "materialsId" : { "type" : "string", "description" : "资料id" }, "materialsName" : { "type" : "string", "description" : "资料名称" }, "materialsCount" : { "type" : "string", "description" : "观看次数" }, "status" : { "type" : "string", "description" : "状态(0,失效,1.正常)" }, "delFalg" : { "type" : "string", "description" : "逻辑删除(1,失效,0.正常)" }, "materialsUrl" : { "type" : "string", "description" : "url地址" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "createName" : { "type" : "string", "description" : "创建人" } }, "description" : "" } }, "description" : "【请填写功能名称】视图对象 zjk_learning_credit_record" }, "总结日志表视图对象 zjk_product_summarize_log" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "summarizeId" : { "type" : "integer", "description" : "专家抽取id", "format" : "int64" }, "reviewId" : { "type" : "integer", "description" : "抽取id", "format" : "int64" }, "productSummarizeName" : { "type" : "string", "description" : "项目总结名称" }, "productSummarizeType" : { "type" : "string", "description" : "项目总结分类" }, "productGeneral" : { "type" : "string", "description" : "项目概况" }, "reviewScope" : { "type" : "string", "description" : "评审范围" }, "reviewConclusion" : { "type" : "string", "description" : "v评审结论" }, "feedback" : { "type" : "string", "description" : "反馈" }, "subsequent" : { "type" : "string", "description" : "后续改进措施" }, "attachment" : { "type" : "string", "description" : "附件" }, "expertIds" : { "type" : "string", "description" : "专家id" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "auditStatus" : { "type" : "string", "description" : "审核状态" }, "auditRemark" : { "type" : "string", "description" : "审核备注" }, "auditBy" : { "type" : "integer", "description" : "审核人", "format" : "int64" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "subBy" : { "type" : "string", "description" : "提交人" }, "subTime" : { "type" : "string", "description" : "提交时间" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "productName" : { "type" : "string", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "reviewTime" : { "type" : "string", "description" : "" }, "isEvaluate" : { "type" : "integer", "description" : "" }, "zjkProjectEvaluation" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" }, "appraiser" : { "type" : "string", "description" : "" }, "appraiserTime" : { "type" : "string", "description" : "" } }, "description" : "" } }, "description" : "数据对象" }, "审批流程记录视图对象 zjk_approval_process_logs" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "actionItem" : { "type" : "string", "description" : "操作项" }, "actionContent" : { "type" : "string", "description" : "操作内容" }, "approvalOpinions" : { "type" : "string", "description" : "审批意见" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "修改时间" } }, "description" : "数据对象" }, "专家评价" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "evaluateUser" : { "type" : "string", "description" : "待评人" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "userId" : { "type" : "string", "description" : "待评人" }, "reviewTime" : { "type" : "string", "description" : "" }, "acceptStatus" : { "type" : "string", "description" : "接受状态" }, "leaveStatus" : { "type" : "string", "description" : "请假状态" }, "productName" : { "type" : "string", "description" : "项目名称" }, "productSn" : { "type" : "string", "description" : "项目编号" }, "unitBy" : { "type" : "string", "description" : "单位负责人" }, "productUnit" : { "type" : "string", "description" : "负责单位" }, "expertPost" : { "type" : "string", "description" : "专家职务" }, "itemId" : { "type" : "string", "description" : "项目id" }, "isPresent" : { "type" : "string", "description" : "出席情况1:出席;0:未出席" }, "itemStage" : { "type" : "string", "description" : "项目阶段" }, "itemStageName" : { "type" : "string", "description" : "项目阶段" }, "leaveReason" : { "type" : "string", "description" : "请假原因" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "startDate" : { "type" : "string", "description" : "" }, "endDate" : { "type" : "string", "description" : "" }, "busLevelScore" : { "type" : "number", "description" : "业务水平得分" }, "workAttitudeScore" : { "type" : "number", "description" : "工作态度得分" }, "rightApprovalScore" : { "type" : "number", "description" : "合规评审得分" }, "expertComment" : { "type" : "string", "description" : "专家评语" }, "evaluateFile" : { "type" : "string", "description" : "专家评价文件id集合" }, "status" : { "type" : "string", "description" : "评价状态;1:已评价;0:未评价" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "isXmAdmin" : { "type" : "string", "description" : "" }, "sourceRoleStr" : { "type" : "string", "description" : "评价来源" }, "sortWay" : { "type" : "integer", "description" : "1均分倒叙;2均分正序\n3总分倒叙;4总分正序" }, "xmEvaluateStatus" : { "type" : "integer", "description" : "0.项目管理员评价为未出席\n1.正常评价,不进行控制" } }, "description" : "专家评价" }, "请假统计vo" : { "type" : "object", "properties" : { "numsSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "请假次数统计" }, "daysSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "请假天数统计" }, "persSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "请假人数统计" }, "prosSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "项目请假次数统计" }, "approvalSts" : { "type" : "object", "properties" : { "agreeNum" : { "type" : "integer", "description" : "通过数" }, "rejectNum" : { "type" : "integer", "description" : "驳回数" }, "waitNum" : { "type" : "integer", "description" : "待审批数" } }, "description" : "" }, "whoSts" : { "type" : "object", "properties" : { "xLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "yLine" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "" } }, "description" : "数据对象" }, "专家费用管理视图对象 zjk_expert_money_config" : { "type" : "object", "properties" : { "moneyId" : { "type" : "string", "description" : "" }, "moneyType" : { "type" : "string", "description" : "专家费用标准类型(引用字典money_type)" }, "moneyCycle" : { "type" : "string", "description" : "专家费用周期" }, "moneyNumber" : { "type" : "integer", "description" : "专家费用", "format" : "int64" }, "moneyMethod" : { "type" : "string", "description" : "" }, "remark" : { "type" : "string", "description" : "备注" }, "createTime" : { "type" : "string", "description" : "" }, "updateTime" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "org.dromara.zjk.domain.vo.SelectOptionVo" : { "type" : "object", "properties" : { "value" : { "type" : "string", "description" : "下拉选项 value 值" }, "label" : { "type" : "string", "description" : "下拉选项 标签 值" }, "moneyCycle" : { "type" : "string", "description" : "" } }, "description" : "org.dromara.zjk.domain.vo.SelectOptionVo" }, "业务数据变更记录视图对象 zjk_data_changes_logs" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "changeType" : { "type" : "string", "description" : "操作类型" }, "businessType" : { "type" : "string", "description" : "业务类型 1.专家信息变更 2.项目信息变更" }, "beforeOper" : { "type" : "string", "description" : "操作前数据" }, "afterOper" : { "type" : "string", "description" : "操作后数据" }, "operIp" : { "type" : "string", "description" : "操作 ip" }, "createBy" : { "type" : "integer", "description" : "操作人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "操作时间" } }, "description" : "业务数据变更记录视图对象 zjk_data_changes_logs" }, "org.dromara.zjk.domain.vo.ZjkDataChangesLogsDetailVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "changeType" : { "type" : "string", "description" : "操作类型" }, "businessType" : { "type" : "string", "description" : "业务类型 1.专家信息变更 2.项目信息变更" }, "operIp" : { "type" : "string", "description" : "操作 ip" }, "createBy" : { "type" : "integer", "description" : "操作人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "操作时间" }, "beforeChange" : { "type" : "string", "description" : "变更前的实体类" }, "afterChange" : { "type" : "string", "description" : "变更后的实体类" } }, "description" : "数据对象" }, "【请填写功能名称】视图对象 zjk_credit_lv" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" }, "信用用户管理视图对象 zjk_credit_user" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "creditCount" : { "type" : "integer", "description" : "总信用", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "changeTime" : { "type" : "string", "description" : "信用变动时间" }, "zjkExpert" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名\n注解判断修改什么内容" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除" }, "tenantId" : { "type" : "string", "description" : "租户ID" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "idCard" : { "type" : "string", "description" : "" }, "province" : { "type" : "string", "description" : "" }, "city" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "address" : { "type" : "string", "description" : "" }, "majorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "creditCount" : { "type" : "integer", "description" : "信用分" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "专家信息" }, "lvId" : { "type" : "integer", "description" : "等级Id", "format" : "int64" }, "zjkCreditLvVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "creditName" : { "type" : "string", "description" : "信用等级名称" }, "creditSectionLe" : { "type" : "integer", "description" : "信用区间>", "format" : "int64" }, "creditSectionGe" : { "type" : "integer", "description" : "信用区间<", "format" : "int64" }, "personSum" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" } }, "description" : "数据对象" }, "专家信用趋势" : { "type" : "object", "properties" : { "pointX" : { "type" : "array", "description" : "", "items" : { "type" : "integer" } }, "nameY" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "数据对象" }, "信用规则视图对象 zjk_credit_rule" : { "type" : "object", "properties" : { "ID" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "ruleName" : { "type" : "string", "description" : "规则名称" }, "expireTime" : { "type" : "string", "description" : "到期时间" }, "isForever" : { "type" : "integer", "description" : "是否永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "eachScore" : { "type" : "integer", "description" : "每次得分", "format" : "int64" }, "ruleKey" : { "type" : "integer", "description" : "信用规则code", "format" : "int64" }, "pointReason" : { "type" : "string", "description" : "信用获得事由" }, "dataNumber" : { "type" : "integer", "description" : "数据编号", "format" : "int64" } }, "description" : "信用规则视图对象 zjk_credit_rule" }, "专家画像" : { "type" : "object", "properties" : { "id" : { "type" : "string", "description" : "租户号" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "scorePerformWork" : { "type" : "object", "properties" : { }, "description" : "业务领域得分" }, "scorePaper" : { "type" : "object", "properties" : { }, "description" : "论文得分" }, "scorePatent" : { "type" : "object", "properties" : { }, "description" : "专利得分" }, "scoreWorkYear" : { "type" : "object", "properties" : { }, "description" : "工作经历得分" }, "scoreAwards" : { "type" : "object", "properties" : { }, "description" : "荣誉奖项得分" }, "scoreEvaluate" : { "type" : "object", "properties" : { }, "description" : "评价得分" }, "scoreJoinTime" : { "type" : "object", "properties" : { }, "description" : "合作历史得分" }, "scoreCredit" : { "type" : "object", "properties" : { }, "description" : "信用得分" }, "createDept" : { "type" : "string", "description" : "创建部门" }, "tenantId" : { "type" : "string", "description" : "租户id" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" } }, "description" : "专家画像" }, "入库记录视图对象 zjk_expert_log" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "姓名" }, "contactInfo" : { "type" : "string", "description" : "手机号" }, "organization" : { "type" : "string", "description" : "工作单位" }, "position" : { "type" : "string", "description" : "职务" }, "entryResult" : { "type" : "integer", "description" : "入库结果" }, "applicationTime" : { "type" : "string", "description" : "申请时间" }, "rejectionReason" : { "type" : "string", "description" : "驳回理由" }, "expertId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "数据对象" }, "org.dromara.zjk.domain.vo.JgStatisticsVO" : { "type" : "object", "properties" : { "totalRegisteredExperts" : { "type" : "integer", "description" : "入库专家总人数", "format" : "int64" }, "totalProjectReviews" : { "type" : "integer", "description" : "项目评审总数", "format" : "int64" }, "totalExpertLeaves" : { "type" : "integer", "description" : "专家请假总次数", "format" : "int64" }, "blacklistedExperts" : { "type" : "integer", "description" : "黑名单专家人数", "format" : "int64" }, "outstandingCreditExperts" : { "type" : "integer", "description" : "优秀信用专家人数", "format" : "int64" }, "totalCompletedSummaries" : { "type" : "integer", "description" : "项目总结完成总数", "format" : "int64" } }, "description" : "数据对象" }, "信用奖励视图对象 zjk_credit_reward" : { "type" : "object", "properties" : { "ID" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "信用奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值credit_reward_type", "format" : "int64" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 信用", "format" : "int64" }, "effectFlag" : { "type" : "string", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "integer", "description" : "生效标准;临界分值", "format" : "int64" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久", "format" : "int64" }, "status" : { "type" : "integer", "description" : "启用标识", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "personCount" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "数据对象" }, "专家记录变更历史表视图对象 zjk_expert_history" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "oldData" : { "type" : "string", "description" : "旧数据" }, "newData" : { "type" : "string", "description" : "新数据" }, "modifiedFields" : { "type" : "string", "description" : "变更字段" }, "remark" : { "type" : "string", "description" : "备注" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" } }, "description" : "数据对象" }, "积分规则表" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "ruleName" : { "type" : "string", "description" : "规则名称" }, "expireTime" : { "type" : "string", "description" : "到期时间" }, "isForever" : { "type" : "integer", "description" : "是否永久", "format" : "int64" }, "ruleKey" : { "type" : "string", "description" : "规则编码" }, "status" : { "type" : "object", "properties" : { }, "description" : "启用标识" }, "eachScore" : { "type" : "number", "description" : "积分分值" } }, "description" : "积分规则表" }, "积分奖励" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "rewardName" : { "type" : "string", "description" : "积分奖励名称" }, "rewardType" : { "type" : "integer", "description" : "激励类型;字典值reward_type" }, "rewardContent" : { "type" : "string", "description" : "激励内容" }, "rewardObj" : { "type" : "integer", "description" : "激励标的;字典值 积分" }, "effectFlag" : { "type" : "integer", "description" : "生效符号;><=" }, "effectStandard" : { "type" : "number", "description" : "生效标准;临界分值" }, "rewardUntil" : { "type" : "string", "description" : "激励截至时间" }, "isForever" : { "type" : "integer", "description" : "是否永久;1:永久;0不永久" }, "status" : { "type" : "integer", "description" : "启用标识" } }, "description" : "数据对象" }, "积分记录" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "integer", "description" : "租户号" }, "points" : { "type" : "number", "description" : "积分数值" }, "pointReason" : { "type" : "string", "description" : "积分事由外键" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" } }, "description" : "积分记录" }, "专家积分趋势" : { "type" : "object", "properties" : { "pointX" : { "type" : "array", "description" : "", "items" : { "type" : "number" } }, "nameY" : { "type" : "array", "description" : "", "items" : { "type" : "string" } } }, "description" : "数据对象" }, "积分用户" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "id" : { "type" : "string", "description" : "租户号" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rewardId" : { "type" : "string", "description" : "奖励id" }, "rewardTitle" : { "type" : "string", "description" : "奖励内容" }, "pointCount" : { "type" : "number", "description" : "总积分" }, "checkStatus" : { "type" : "integer", "description" : "审核状态;1:已审核;2:审核不通过;0:初始不需审核" }, "remark" : { "type" : "string", "description" : "备注" }, "checkTime" : { "type" : "string", "description" : "创建时间" }, "changeTime" : { "type" : "string", "description" : "积分变更时间" } }, "description" : "数据对象" }, "【请填写功能名称】视图对象 zjk_leave" : { "type" : "object", "properties" : { "gid" : { "type" : "string", "description" : "$column.columnComment" }, "leaveType" : { "type" : "string", "description" : "$column.columnComment" }, "startDate" : { "type" : "string", "description" : "$column.columnComment" }, "endDate" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDays" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "leaveReason" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "string", "description" : "$column.columnComment" }, "approvalUser" : { "type" : "string", "description" : "$column.columnComment" }, "approvalMsg" : { "type" : "string", "description" : "$column.columnComment" }, "createBy" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "expertName" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "【请填写功能名称】视图对象 zjk_leave_rule" : { "type" : "object", "properties" : { "GID" : { "type" : "string", "description" : "$column.columnComment" }, "leaveDay" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "beforeDay" : { "type" : "string", "description" : "$column.columnComment" }, "proBeforeHour" : { "type" : "string", "description" : "$column.columnComment" }, "createBy" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "$column.columnComment" }, "updateBy" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "$column.columnComment" } }, "description" : "数据对象" }, "抽取条件对象 zjk_review_phase" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "revision" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "评审阶段" }, "reviewTime" : { "type" : "string", "description" : "评审时间" }, "reviewPlace" : { "type" : "string", "description" : "评审地点" }, "plannedIntake" : { "type" : "integer", "description" : "计划抽取人数" }, "extractionMode" : { "type" : "string", "description" : "抽取方式" }, "extractioRestriction" : { "type" : "string", "description" : "抽取限制" }, "avoidanceExpert" : { "type" : "string", "description" : "回避专家" }, "avoidanceUnit" : { "type" : "string", "description" : "回避单位" }, "itemId" : { "type" : "integer", "description" : "", "format" : "int64" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" }, "designatedNumber" : { "type" : "string", "description" : "" }, "area" : { "type" : "string", "description" : "" }, "effective" : { "type" : "integer", "description" : "" }, "causeRepum" : { "type" : "string", "description" : "" }, "parentId" : { "type" : "integer", "description" : "f父id", "format" : "int64" }, "extractArea" : { "type" : "string", "description" : "" }, "source" : { "type" : "integer", "description" : "数据来源" }, "isSummarize" : { "type" : "integer", "description" : "是否总结", "format" : "int64" }, "confirmCode" : { "type" : "string", "description" : "确认code" }, "refuseCode" : { "type" : "string", "description" : "拒绝code" } }, "description" : "" }, "专家项目对应视图对象 zjk_expert_item" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "itemId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "leaveStatus" : { "type" : "string", "description" : "专家请假状态(1:已请假;0:未请假)" }, "acceptStatus" : { "type" : "string", "description" : "接受状态(1:已接受;0:未接受)" }, "zjkExpertVo" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "sex" : { "type" : "integer", "description" : "性别", "format" : "int64" }, "birthDate" : { "type" : "string", "description" : "生日" }, "idCard" : { "type" : "string", "description" : "身份证号" }, "contact" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "politics" : { "type" : "string", "description" : "政治面貌" }, "graduateSchool" : { "type" : "string", "description" : "毕业学校" }, "major" : { "type" : "string", "description" : "专业" }, "email" : { "type" : "string", "description" : "邮箱" }, "professional" : { "type" : "string", "description" : "专业技术资格" }, "professionalAcquisitionDate" : { "type" : "string", "description" : "专业技术资格取得时间" }, "workProfessial" : { "type" : "string", "description" : "从事专业" }, "workProfessialYear" : { "type" : "integer", "description" : "从事专业年限" }, "photograph" : { "type" : "string", "description" : "照片" }, "performWorkId" : { "type" : "string", "description" : "从事工作或研究领域" }, "otherDescribe" : { "type" : "string", "description" : "其他领域描述" }, "workExperience" : { "type" : "string", "description" : "主要工作经历" }, "workPluralistic" : { "type" : "string", "description" : "社会兼职情况" }, "achievement" : { "type" : "string", "description" : "主要论著、业绩成果及获奖情况" }, "paperpath" : { "type" : "string", "description" : "论文" }, "patentpath" : { "type" : "string", "description" : "专利" }, "remark" : { "type" : "string", "description" : "备注" }, "createdBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "integer", "description" : "修改人", "format" : "int64" }, "updatedTime" : { "type" : "string", "description" : "修改时间" }, "deleteFlag" : { "type" : "integer", "description" : "是否删除", "format" : "int64" }, "useFlag" : { "type" : "integer", "description" : "是否启用" }, "status" : { "type" : "integer", "description" : "状态: 0:暂存 1:待审批 2:正常 3:拒绝 4 离职 5退休" }, "userId" : { "type" : "integer", "description" : "登录用户id", "format" : "int64" }, "approvalType" : { "type" : "integer", "description" : "审批类型 0 专家申请 1 信息变更" }, "unitType" : { "type" : "string", "description" : "单位类型 1企业,2高校,3政府单位" }, "isRecommend" : { "type" : "integer", "description" : "是否专家推荐 1 是 2 否" }, "province" : { "type" : "string", "description" : "省" }, "city" : { "type" : "string", "description" : "市" }, "area" : { "type" : "string", "description" : "区" }, "address" : { "type" : "string", "description" : "详细地址" }, "majorList" : { "type" : "array", "description" : "专业关系表对象", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "professionalList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库技术资格关系表对象 zjk_expert_professional" } }, "zjkExpertAwardsList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "registerSn" : { "type" : "string", "description" : "" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" } }, "description" : "专家获奖情况对象 zjk_expert_awards" } }, "zjkExpertPaperList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } }, "modifiedFields" : { "type" : "string", "description" : "发生变化的字段" }, "acceptStatus" : { "type" : "integer", "description" : "" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "annualInspectionTime" : { "type" : "string", "description" : "年检时间" }, "approvalTime" : { "type" : "string", "description" : "审批时间" }, "userName" : { "type" : "string", "description" : "" }, "avatar" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "expertSources" : { "type" : "string", "description" : "专家来源 1 省内 2 省外" }, "otherPath" : { "type" : "string", "description" : "其他附件" }, "retirementTime" : { "type" : "string", "description" : "离职退休息时间" }, "zjkAnnualInspection" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "" }, "rewardType" : { "type" : "string", "description" : "" }, "otherPathList" : { "type" : "array", "description" : "其他附件集合", "items" : { "type" : "object", "properties" : { "ossId" : { "type" : "integer", "description" : "oss主键", "format" : "int64" }, "name" : { "type" : "string", "description" : "文件名称" }, "url" : { "type" : "string", "description" : "文件地址" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" } }, "description" : "文件信息" } }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "positionTitleLevel" : { "type" : "integer", "description" : "职称等级", "format" : "int64" }, "positionTitleLevelStr" : { "type" : "string", "description" : "" }, "isSource" : { "type" : "integer", "description" : "" }, "extractionStatus" : { "type" : "integer", "description" : "2024/12/3 add返回字段 抽取状态(0:取消,1:确认,2:重抽) 页面进行显示 枚举类ExtractionStatusEnum" }, "origin" : { "type" : "string", "description" : "" }, "unitTypeDescribe" : { "type" : "string", "description" : "" } }, "description" : "expert视图对象 zjk_expert" } }, "zjkProjectVo" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "productSn" : { "type" : "string", "description" : "$column.columnComment" }, "productName" : { "type" : "string", "description" : "$column.columnComment" }, "productType" : { "type" : "string", "description" : "$column.columnComment" }, "productScale" : { "type" : "integer", "description" : "$column.columnComment" }, "productUnit" : { "type" : "string", "description" : "$column.columnComment" }, "unitBy" : { "type" : "string", "description" : "$column.columnComment" }, "unitConcat" : { "type" : "string", "description" : "$column.columnComment" }, "productBrief" : { "type" : "string", "description" : "$column.columnComment" }, "productDataUrl" : { "type" : "string", "description" : "$column.columnComment" }, "status" : { "type" : "integer", "description" : "$column.columnComment", "format" : "int64" }, "remark" : { "type" : "string", "description" : "$column.columnComment" }, "reviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "statusList" : { "type" : "array", "description" : "", "items" : { "type" : "string" } }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "isItem" : { "type" : "integer", "description" : "" }, "reviewSn" : { "type" : "string", "description" : "" }, "productReviewId" : { "type" : "integer", "description" : "", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "" }, "zjkExpertPaperList" : { "type" : "array", "description" : "项目论文", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "url" : { "type" : "string", "description" : "url" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息对象 zjk_expert_paper" } }, "zjkExpertPatentsList" : { "type" : "array", "description" : "项目专利", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "delFlag" : { "type" : "integer", "description" : "逻辑删除", "format" : "int64" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "url" : { "type" : "string", "description" : "url" }, "productId" : { "type" : "integer", "description" : "", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "" } }, "description" : "专家专利信息对象 zjk_expert_patent" } } }, "description" : "" }, "reviewId" : { "type" : "integer", "description" : "规则id", "format" : "int64" }, "productCount" : { "type" : "integer", "description" : "", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "concat" : { "type" : "string", "description" : "联系方式" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "major" : { "type" : "string", "description" : "职务" }, "performWorkName" : { "type" : "string", "description" : "研究领域" }, "isSource" : { "type" : "integer", "description" : "数据来源" }, "extractionStatus" : { "type" : "integer", "description" : "专家状态" }, "duty" : { "type" : "string", "description" : "" }, "zjkExpertMajorList" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户编号" }, "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "专家库 专业关系表对象 zjk_expert_major" } }, "reviewSn" : { "type" : "string", "description" : "阶段" }, "itemExtreationId" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "专家项目对应视图对象 zjk_expert_item" }, "专家关联用户" : { "type" : "object", "properties" : { "curUser" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" }, "schoolUsers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" } }, "workUsers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" } }, "performUsers" : { "type" : "array", "description" : "", "items" : { "type" : "object", "properties" : { "userId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "姓名" }, "contact" : { "type" : "string", "description" : "联系电话" }, "workUnit" : { "type" : "string", "description" : "工作单位" } }, "description" : "" } } }, "description" : "数据对象" }, "项目总结评价视图对象 zjk_project_evaluation" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "productSummarizeId" : { "type" : "integer", "description" : "项目总结id", "format" : "int64" }, "goalAchievement" : { "type" : "integer", "description" : "目标达成", "format" : "int64" }, "deliveryQuality" : { "type" : "integer", "description" : "交付质量", "format" : "int64" }, "costControl" : { "type" : "integer", "description" : "成本控制", "format" : "int64" }, "riskManagement" : { "type" : "integer", "description" : "风险管理", "format" : "int64" }, "projectValue" : { "type" : "integer", "description" : "项目价值", "format" : "int64" }, "evaluateFile" : { "type" : "string", "description" : "项目总结评价文件id集合" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "REVISION" : { "type" : "integer", "description" : "乐观锁", "format" : "int64" }, "createdBy" : { "type" : "string", "description" : "创建人" }, "createdTime" : { "type" : "string", "description" : "创建时间" }, "updatedBy" : { "type" : "string", "description" : "更新人" }, "updatedTime" : { "type" : "string", "description" : "更新时间" }, "projectSummaryEvaluation" : { "type" : "string", "description" : "项目总结评价" } }, "description" : "数据对象" }, "项目阶段文档管理视图对象 zjk_product_reviewsn" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "productId" : { "type" : "integer", "description" : "项目id", "format" : "int64" }, "reviewSn" : { "type" : "string", "description" : "项目阶段" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "originalName" : { "type" : "string", "description" : "" }, "url" : { "type" : "string", "description" : "" }, "type" : { "type" : "integer", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "productName" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "专家库 专业关系表视图对象 zjk_expert_major" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "major" : { "type" : "string", "description" : "专业" }, "degree" : { "type" : "integer", "description" : "学历" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" }, "专家费用管理表" : { "type" : "object", "properties" : { "createDept" : { "type" : "integer", "description" : "创建部门", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建者", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新者", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "params" : { "type" : "object", "properties" : { "key" : { "type" : "object", "properties" : { } } }, "description" : "请求参数", "default" : "new HashMap<>()" }, "tenantId" : { "type" : "string", "description" : "租户号" }, "moneyId" : { "type" : "integer", "description" : "主键", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型" }, "expertId" : { "type" : "string", "description" : "专家ID" }, "expertMoney" : { "type" : "number", "description" : "专家费金额" }, "expertNoPayMoney" : { "type" : "number", "description" : "未支付金额" }, "expertPayMoney" : { "type" : "number", "description" : "已支付金额" }, "expertName" : { "type" : "string", "description" : "专家姓名" }, "expertUnit" : { "type" : "string", "description" : "专家单位" }, "assignId" : { "type" : "object", "properties" : { }, "description" : "逻辑删除标志(0为正常,2为已删除)" }, "remark" : { "type" : "string", "description" : "备注" }, "expertMoneyFlag" : { "type" : "string", "description" : "是否支付(已支付,未支付)" }, "expertMoneyFile" : { "type" : "string", "description" : "支付凭证上传附件" }, "productId" : { "type" : "string", "description" : "项目ID" }, "productType" : { "type" : "string", "description" : "项目阶段" }, "productName" : { "type" : "string", "description" : "项目名称" }, "reviewDate" : { "type" : "string", "description" : "服务日期" }, "settlementDate" : { "type" : "string", "description" : "结算日期" }, "settlementSn" : { "type" : "string", "description" : "结算单号" }, "paySn" : { "type" : "string", "description" : "费用单号" }, "status" : { "type" : "string", "description" : "是否结算" }, "expertTypeMoneyFee" : { "type" : "number", "description" : "费用" }, "expertIdcard" : { "type" : "string", "description" : "身份证" }, "expertContact" : { "type" : "string", "description" : "联系方式" }, "reviewCount" : { "type" : "string", "description" : "评审次数" }, "moneyCycle" : { "type" : "string", "description" : "结算周期" }, "payMethod" : { "type" : "string", "description" : "支付方式" } }, "description" : "数据对象" }, "org.dromara.zjk.domain.ExpertBaseInfo" : { "type" : "object", "properties" : { "expertName" : { "type" : "string", "description" : "姓名" }, "photograph" : { "type" : "string", "description" : "头像" }, "workUnit" : { "type" : "string", "description" : "工作单位" }, "duty" : { "type" : "string", "description" : "职务" }, "pointCount" : { "type" : "number", "description" : "积分" }, "creditName" : { "type" : "string", "description" : "信用等级" }, "reviewProjectCount" : { "type" : "integer", "description" : "评审项目次数", "format" : "int64" }, "leaveCount" : { "type" : "integer", "description" : "请假总次数", "format" : "int64" }, "evaluateCount" : { "type" : "integer", "description" : "专家互评人数", "format" : "int64" }, "startDate" : { "type" : "string", "description" : "请假开始时间" }, "endDate" : { "type" : "string", "description" : "请假结束时间" }, "performWorkId" : { "type" : "string", "description" : "领域" }, "status" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "org.dromara.zjk.domain.vo.ExpertPerformWorkCountVO" : { "type" : "object", "properties" : { "performWork" : { "type" : "string", "description" : "领域字典类型" }, "count" : { "type" : "integer", "description" : "数量" }, "unitType" : { "type" : "integer", "description" : "单位类型" }, "totalCount" : { "type" : "integer", "description" : "" }, "politics" : { "type" : "integer", "description" : "政治面貌" } }, "description" : "org.dromara.zjk.domain.vo.ExpertPerformWorkCountVO" }, "信用记录视图对象 zjk_credit" : { "type" : "object", "properties" : { "creditId" : { "type" : "integer", "description" : "租户号", "format" : "int64" }, "credit" : { "type" : "integer", "description" : "信用数值", "format" : "int64" }, "ruleId" : { "type" : "integer", "description" : "信用事由外键", "format" : "int64" }, "createBy" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "createTime" : { "type" : "string", "description" : "创建时间" }, "updateBy" : { "type" : "integer", "description" : "更新人", "format" : "int64" }, "updateTime" : { "type" : "string", "description" : "更新时间" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" } }, "description" : "数据对象" }, "专家库技术资格关系表视图对象 zjk_expert_professional" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "professional" : { "type" : "string", "description" : "技术资格" }, "professionalDate" : { "type" : "string", "description" : "技术资格取得时间" }, "tenantId" : { "type" : "string", "description" : "租户 id" }, "status" : { "type" : "integer", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" }, "发票视图对象 zjk_invoice" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "发票表id", "format" : "int64" }, "invoiceNumber" : { "type" : "integer", "description" : "发票号码", "format" : "int64" }, "invoiceMoney" : { "type" : "number", "description" : "发票金额" }, "startDate" : { "type" : "string", "description" : "开票日期" }, "expertName" : { "type" : "string", "description" : "专家名称" }, "expertPhone" : { "type" : "string", "description" : "联系电话" }, "expertIdNumber" : { "type" : "string", "description" : "专家身份证号" }, "expertTitleLevel" : { "type" : "string", "description" : "专家类型" }, "invoiceAttached" : { "type" : "string", "description" : "电子发票附件相关 外键ossid" }, "invoiceAttachedName" : { "type" : "string", "description" : "电子发票名字 由表invoice的invoiceAttached ossid 查出名字和地址" }, "invoiceAttachedAddr" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "发票统计及报表返回VO 中的单位VO" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "单位名称" }, "count" : { "type" : "integer", "description" : "数量" } }, "description" : "发票统计及报表返回VO 中的单位VO" }, "发票统计信息及报表VO" : { "type" : "object", "properties" : { "count" : { "type" : "integer", "description" : "数量" }, "totalMoney" : { "type" : "number", "description" : "金额" }, "unitList" : { "type" : "array", "description" : "开票单位 /个数", "items" : { "type" : "object", "properties" : { "name" : { "type" : "string", "description" : "单位名称" }, "count" : { "type" : "integer", "description" : "数量" } }, "description" : "发票统计及报表返回VO 中的单位VO" } } }, "description" : "数据对象" }, "专家退休记录视图对象 zjk_retirement_records" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "retirementTime" : { "type" : "string", "description" : "退休时间" }, "reason" : { "type" : "string", "description" : "离职原因" }, "filePath" : { "type" : "string", "description" : "附件" }, "expertStatus" : { "type" : "string", "description" : "专家状态 4 离职 5退休" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "学习工具管理视图对象 zjk_learning_tool" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "name" : { "type" : "string", "description" : "工具名称" }, "attachment" : { "type" : "string", "description" : "附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" }, "takedownTime" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "评论视图对象 zjk_learning_commont" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "informationTitle" : { "type" : "string", "description" : "" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "commentTime" : { "type" : "string", "description" : "评论时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "expertPhotograph" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "replyName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "isDeleted" : { "type" : "boolean", "description" : "是否显示删除按钮" }, "isReply" : { "type" : "boolean", "description" : "是否显示回复按钮" }, "commontVoList" : { "type" : "array", "description" : "回复", "items" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationId" : { "type" : "integer", "description" : "资讯id", "format" : "int64" }, "informationTitle" : { "type" : "string", "description" : "" }, "reviewerId" : { "type" : "integer", "description" : "评论人", "format" : "int64" }, "replyId" : { "type" : "integer", "description" : "被回复人ID", "format" : "int64" }, "comment" : { "type" : "string", "description" : "评论" }, "commentTime" : { "type" : "string", "description" : "评论时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "takedownTime" : { "type" : "string", "description" : "撤销时间" }, "parentId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "expertPhotograph" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "replyName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "isDeleted" : { "type" : "boolean", "description" : "是否显示删除按钮" }, "isReply" : { "type" : "boolean", "description" : "是否显示回复按钮" }, "commontVoList" : { "type" : "array", "description" : "回复", "items" : { "type" : "object", "properties" : { }, "description" : "评论视图对象 zjk_learning_commont" } } }, "description" : "评论视图对象 zjk_learning_commont" } } }, "description" : "数据对象" }, "问题管理视图对象 zjk_problem" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "problemTitle" : { "type" : "string", "description" : "问题标题" }, "problem" : { "type" : "string", "description" : "问题" }, "reply" : { "type" : "string", "description" : "回复内容" }, "userId" : { "type" : "integer", "description" : "提问人", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "userPhotograph" : { "type" : "string", "description" : "" }, "replyId" : { "type" : "integer", "description" : "回复人", "format" : "int64" }, "replyName" : { "type" : "string", "description" : "" }, "replyDeptName" : { "type" : "string", "description" : "" }, "replyPhotograph" : { "type" : "string", "description" : "" }, "problemTime" : { "type" : "string", "description" : "提问时间" }, "replyTime" : { "type" : "string", "description" : "答复时间" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" }, "社区管理视图对象 zjk_learning_community" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "communityName" : { "type" : "string", "description" : "社区名称" }, "communityIntroduce" : { "type" : "string", "description" : "社区介绍" }, "status" : { "type" : "integer", "description" : "状态", "format" : "int64" }, "remark" : { "type" : "string", "description" : "备注" }, "createBy" : { "type" : "integer", "description" : "", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "org.apache.poi.hpsf.Decimal" : { "type" : "object", "properties" : { "field_1_wReserved" : { "maximum" : 32767, "minimum" : -32768, "type" : "integer", "description" : "" }, "field_2_scale" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_3_sign" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_4_hi32" : { "type" : "integer", "description" : "" }, "field_5_lo64" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" }, "学习记录视图对象 zjk_learning_records" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseId" : { "type" : "integer", "description" : "课程id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家id", "format" : "int64" }, "rate" : { "type" : "string", "description" : "视频时长" }, "viewDuration" : { "type" : "string", "description" : "观看时长" }, "learningSessionLength" : { "type" : "integer", "description" : "学习时长", "format" : "int64" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "expertLearningHours" : { "type" : "object", "properties" : { "field_1_wReserved" : { "maximum" : 32767, "minimum" : -32768, "type" : "integer", "description" : "" }, "field_2_scale" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_3_sign" : { "maximum" : 128, "minimum" : -127, "type" : "integer", "description" : "" }, "field_4_hi32" : { "type" : "integer", "description" : "" }, "field_5_lo64" : { "type" : "integer", "description" : "", "format" : "int64" } }, "description" : "" }, "expertName" : { "type" : "string", "description" : "" }, "learningHours" : { "type" : "number", "description" : "学时" }, "systemLearningHours" : { "type" : "number", "description" : "系统学时" }, "compliance" : { "type" : "boolean", "description" : "是否达标" } }, "description" : "数据对象" }, "活动管理视图对象 zjk_learning_activity" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "activityName" : { "type" : "string", "description" : "活动名称" }, "activityClassify" : { "type" : "string", "description" : "活动分类" }, "activityStartTime" : { "type" : "string", "description" : "活动开始时间" }, "activityEndTime" : { "type" : "string", "description" : "活动结束时间" }, "activityAddress" : { "type" : "string", "description" : "活动地点" }, "activityNum" : { "type" : "integer", "description" : "活动数量", "format" : "int64" }, "activityPic" : { "type" : "string", "description" : "封面图" }, "activityContent" : { "type" : "string", "description" : "活动内容" }, "isPublic" : { "type" : "string", "description" : "是否发布" }, "status" : { "type" : "string", "description" : "状态" }, "activityStatus" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userName" : { "type" : "string", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" } }, "description" : "数据对象" }, "资讯视图对象 zjk_learning_Information" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "informationClassifyId" : { "type" : "string", "description" : "资讯类型" }, "informationImage" : { "type" : "string", "description" : "资讯封面" }, "informationTitle" : { "type" : "string", "description" : "资讯标题" }, "informationDetail" : { "type" : "string", "description" : "资讯详情" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userId" : { "type" : "integer", "description" : "用户id", "format" : "int64" }, "userName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "" }, "commentCount" : { "type" : "integer", "description" : "" }, "deptName" : { "type" : "string", "description" : "" }, "photograph" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "创建时间" } }, "description" : "数据对象" }, "课程视图对象 zjk_learning_course" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "courseName" : { "type" : "string", "description" : "课程名称" }, "courseClassify" : { "type" : "string", "description" : "课程分类" }, "teachingType" : { "type" : "string", "description" : "授课方式" }, "courseBrief" : { "type" : "string", "description" : "课程简介" }, "coursePic" : { "type" : "string", "description" : "课程图片" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "courseAttachment" : { "type" : "string", "description" : "附件" }, "userName" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "recommended" : { "type" : "boolean", "description" : "" }, "performWorkId" : { "type" : "string", "description" : "" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" } }, "description" : "数据对象" }, "资源管理视图对象 zjk_learning_resource" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "resourceName" : { "type" : "string", "description" : "资源编号" }, "resourceClassify" : { "type" : "string", "description" : "资源分类" }, "resourceType" : { "type" : "string", "description" : "资源类型" }, "resourceBrief" : { "type" : "string", "description" : "资源简介" }, "resourceTime" : { "type" : "string", "description" : "发布时间" }, "author" : { "type" : "string", "description" : "作者" }, "publishJournal" : { "type" : "string", "description" : "发表期刊" }, "journalNo" : { "type" : "string", "description" : "期刊号" }, "paperTitle" : { "type" : "string", "description" : "论文标题" }, "paperAccessory" : { "type" : "string", "description" : "论文附件" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "userName" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" }, "updateTime" : { "type" : "string", "description" : "" }, "takedownTime" : { "type" : "string", "description" : "上下架时间" }, "userId" : { "type" : "integer", "description" : "创建人", "format" : "int64" }, "url" : { "type" : "string", "description" : "附件 url" }, "originalName" : { "type" : "string", "description" : "附件名称" } }, "description" : "数据对象" }, "报表分析视图对象 zjk_money_analyse_statement" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "proportion" : { "type" : "number", "description" : "占比;占比" }, "tendency" : { "type" : "number", "description" : "变化趋势;变化趋势" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" }, "专家费用报表视图对象 zjk_money_expert_statement" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "专家姓名;专家姓名" }, "expertType" : { "type" : "string", "description" : "专家类型;专家类型" }, "sumFee" : { "type" : "number", "description" : "总费用;总费用" }, "noPayFee" : { "type" : "number", "description" : "未支付费用;未支付费用" }, "payFee" : { "type" : "number", "description" : "已支付费用;已支付费用" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" }, "费用报表视图对象 zjk_money_statement" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "statementSn" : { "type" : "string", "description" : "编号;编号" }, "type" : { "type" : "string", "description" : "类型(年报,月报);类型(年报,月报)" }, "period" : { "type" : "string", "description" : "周期(每年,每月);周期(每年,每月)" }, "scopeStartTime" : { "type" : "string", "description" : "时间范围开始" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" }, "scopeEndTime" : { "type" : "string", "description" : "时间范围结束" }, "nameDate" : { "type" : "string", "description" : "报表时间" } }, "description" : "数据对象" }, "报表统计视图对象 zjk_money_collect_statement" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "sumFee" : { "type" : "number", "description" : "支付总金额;支付总金额" }, "noPayMoney" : { "type" : "number", "description" : "未支付金额;未支付金额" }, "payMoney" : { "type" : "number", "description" : "支付金额;支付金额" }, "expertCount" : { "type" : "integer", "description" : "专家人数;专家人数", "format" : "int64" }, "moneyCycle" : { "type" : "string", "description" : "结算周期;结算周期" }, "status" : { "type" : "string", "description" : "状态" }, "remark" : { "type" : "string", "description" : "备注" } }, "description" : "数据对象" }, "年检管理视图对象 zjk_annual_inspection" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "用户 id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "annualInspectionSn" : { "type" : "string", "description" : "年检编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "annualInspectionType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" }, "reason" : { "type" : "string", "description" : "审核原因" } }, "description" : "数据对象" }, "年检记录视图对象 zjk_annual_inspection_records" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "userId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "" }, "contact" : { "type" : "string", "description" : "" }, "idCard" : { "type" : "string", "description" : "" }, "workUnit" : { "type" : "string", "description" : "" }, "recordsSn" : { "type" : "string", "description" : "年检记录编号" }, "annualInspectionSn" : { "type" : "string", "description" : "年检审核编号" }, "annualInspectionName" : { "type" : "string", "description" : "年检名称" }, "auditType" : { "type" : "string", "description" : "审核方式(1 人工年检 2 自动年检)" }, "annualInspectionStatus" : { "type" : "string", "description" : "年检状态(1 待年检 2 已通过 3 未通过)" }, "auditTime" : { "type" : "string", "description" : "审核时间" } }, "description" : "数据对象" }, "专家获奖情况视图对象 zjk_expert_awards" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "awardsPath" : { "type" : "string", "description" : "获奖证书文件路径" }, "awardsContent" : { "type" : "string", "description" : "获奖内容" }, "originalName" : { "type" : "string", "description" : "原名" }, "fileSuffix" : { "type" : "string", "description" : "文件后缀名" }, "registerSn" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "专家论文信息视图对象 zjk_expert_paper" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "paperName" : { "type" : "string", "description" : "论文名称" }, "periodicalNumber" : { "type" : "string", "description" : "期刊号" }, "paperPath" : { "type" : "string", "description" : "论文附件" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" }, "expertName" : { "type" : "string", "description" : "" }, "type" : { "type" : "integer", "description" : "" }, "invention" : { "type" : "string", "description" : "" }, "number" : { "type" : "string", "description" : "" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "专家论文信息视图对象 zjk_expert_paper" }, "专家推荐信息视图对象 zjk_expert_recommend" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "", "format" : "int64" }, "expertName" : { "type" : "string", "description" : "推荐专家姓名" }, "expertPhone" : { "type" : "string", "description" : "专家手机号" }, "reason" : { "type" : "string", "description" : "推荐理由" }, "status" : { "type" : "string", "description" : "推荐状态 1 待审批 2 通过 3 驳回" }, "createTime" : { "type" : "string", "description" : "" } }, "description" : "数据对象" }, "专家专利信息视图对象 zjk_expert_patent" : { "type" : "object", "properties" : { "id" : { "type" : "integer", "description" : "id", "format" : "int64" }, "expertId" : { "type" : "integer", "description" : "专家 id", "format" : "int64" }, "patentNumber" : { "type" : "string", "description" : "专利号" }, "nameInvention" : { "type" : "string", "description" : "发明创造名称" }, "patentPath" : { "type" : "string", "description" : "附件路径" }, "fileName" : { "type" : "string", "description" : "文件名" }, "originalName" : { "type" : "string", "description" : "原名" }, "url" : { "type" : "string", "description" : "URL地址" } }, "description" : "专家专利信息视图对象 zjk_expert_patent" } } } }