openapi: 3.0.1 info: title: QC description: '' version: 1.0.0 tags: - name: 青字号 - name: 青字号/青字号管理 - name: 青字号/青字号管理/突击队 - name: 青字号/青字号管理/文明号 - name: 青字号/青字号管理/青安岗 - name: 青字号/青字号管理/青安岗/青安岗审核 - name: 青字号/青字号管理/青安岗/青安岗申报 - name: 青字号/青字号管理/维权岗 - name: 青字号/模范集体建设 - name: 青字号/模范集体建设/突击队信息统计 - name: 青字号/模范集体建设/应知应会考试 - name: 青字号/模范集体建设/应知应会考试/试题库 - name: 青字号/模范集体建设/应知应会考试/考试 - name: 青字号/模范集体建设/指标体系评价 - name: 青字号/模范集体建设/指标体系管理 - name: 青字号/模范集体建设/日常监督管理 - name: 青字号/模范集体建设/app在线考试 - name: 青字号/政策指引 - name: 青字号/政策指引/政策发布 - name: 青字号/政策指引/政策发布/web管理 - name: 青字号/政策指引/政策发布/app - name: 青字号/政策指引/公告公示 - name: 青字号/政策指引/公告公示/web - name: 青字号/政策指引/公告公示/app - name: 青字号/政策指引/风采展示 paths: /requiredSkillExam/topicListQuery: post: summary: 题目列表分页查询 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: topicListQuery tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/TopicListQueryReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/TopicRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107398669-run x-spring-paginated: 'true' /SupervisionManageController/pageSupervisionManage: post: summary: 日常监督管理分页 x-apifox-folder: 青字号/模范集体建设/日常监督管理 x-apifox-status: developing deprecated: false description: '' operationId: pageSupervisionManage tags: - 青字号/模范集体建设/日常监督管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: ID: type: string title: id additionalProperties: false file: type: array items: type: object properties: fileId: type: string additionalProperties: false title: 附件id x-apifox-orders: - fileId required: - fileId x-apifox-ignore-properties: [] title: 附件id集合 collectiveName: type: string title: 集体名称 locationUnit: type: string title: 所在单位 fullName: type: string title: 号长姓名 content: type: string title: 内容描述 createUserName: type: string title: 发布者 createTimeStart: type: string title: 发布开始时间 createTimeEnd: type: string title: 发布结束时间 x-apifox-orders: - 01HA1TBFB7C7EREYPSSG1KBSQB x-apifox-refs: 01HA1TBFB7C7EREYPSSG1KBSQB: $ref: '#/components/schemas/SupervisionManageReqDTO' required: - ID - file - collectiveName - locationUnit - fullName - content - createUserName - createTimeStart - createTimeEnd x-apifox-ignore-properties: - ID - file - collectiveName - locationUnit - fullName - content - createUserName - createTimeStart - createTimeEnd example: pageNo: '1' pageSize: '10' query: collectiveName: string locationUnit: string supervisionResult: 0 createUserName: string createTimeStart: string createTimeEnd: string responses: '200': description: 成功 content: application/json: schema: type: object properties: id: type: integer title: id additionalProperties: false serialNumber: type: integer title: 序号 additionalProperties: false collectiveName: type: string title: 集体名称 additionalProperties: false locationUnit: type: string title: 所在单位 additionalProperties: false fullName: type: string title: 号长姓名 additionalProperties: false idCard: type: string title: 身份证 additionalProperties: false contactInformation: type: string title: 联系方式 additionalProperties: false createUser: type: string title: 发布人 additionalProperties: false createTime: type: string title: 发布时间 additionalProperties: false content: type: string title: 内容 additionalProperties: false files: type: array items: type: string additionalProperties: false title: 图片/视频 x-apifox-orders: - 01HA1TB06GKBEH08AN72025CR4 required: - id - serialNumber - collectiveName - locationUnit - fullName - idCard - contactInformation - createUser - createTime - content - files x-apifox-refs: 01HA1TB06GKBEH08AN72025CR4: $ref: '#/components/schemas/SupervisionManageRespDTO' x-apifox-ignore-properties: - id - serialNumber - collectiveName - locationUnit - fullName - idCard - contactInformation - createUser - createTime - content - files x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107511823-run x-spring-paginated: 'true' /ycqQzhCommandoController/save: post: summary: 创建突击队 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: 新增突击队 operationId: save tags: - 青字号/青字号管理/突击队 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/SaveCommandoReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107148429-run /documentController/createDocument: post: summary: 创建政策 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107612200-run /civilizationController/saveReport: post: summary: 文明号申报新增 x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: saveReport tags: - 青字号/青字号管理/文明号 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CivilizationSaveReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107223129-run /examController/queryExamList: post: summary: app考试列表查询 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: 考试列表 operationId: queryExamList tags: - 青字号/模范集体建设/app在线考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/AppExamListRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107356768-run /commandoCountInfoController/countGroupInfo: post: summary: 青年突击队信息查询统计 x-apifox-folder: 青字号/模范集体建设/突击队信息统计 x-apifox-status: developing deprecated: false description: '' operationId: countGroupInfo tags: - 青字号/模范集体建设/突击队信息统计 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: description: 必须 $ref: '#/components/schemas/CommandoCountInfoCommonReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CommandoGroupInfoRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107382885-run /indicatorAppraiseController/queryAppraiseList: post: summary: 指标体系评价列表 x-apifox-folder: 青字号/模范集体建设/指标体系评价 x-apifox-status: developing deprecated: false description: '' operationId: queryAppraiseList tags: - 青字号/模范集体建设/指标体系评价 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/indicatorAppraiseReqDTO' responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/indicatorAppraiseRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107577672-run /activityController/createYcqQzhActivity: post: summary: 创建风采 x-apifox-folder: 青字号/政策指引/风采展示 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/风采展示 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateActivityReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108627415-run /announcementController/createAnnouncement: post: summary: 创建公告/公示 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateAnnouncementReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107833873-run /ycqQzhCommandoController/queryCommandoByExamine: post: summary: 突击队分页审批人查询 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: queryCommandoByExamine tags: - 青字号/青字号管理/突击队 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/QueryCommandoReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/QueryCommandoRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107350438-run x-spring-paginated: 'true' /indicatorAppraiseController/appraiseMienPage: post: summary: 指标体系评价-评定分页 x-apifox-folder: 青字号/模范集体建设/指标体系评价 x-apifox-status: developing deprecated: false description: '' operationId: appraiseMienPage tags: - 青字号/模范集体建设/指标体系评价 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/indicatorAppraiseDecideReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/indicatorAppraiseDecideRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107599829-run x-spring-paginated: 'true' /auth/SupervisionManageController/createSupervisionManage: post: summary: 日常监督管理新增 x-apifox-folder: 青字号/模范集体建设/日常监督管理 x-apifox-status: developing deprecated: false description: '' operationId: createSupervisionManage tags: - 青字号/模范集体建设/日常监督管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: ID: type: string title: id additionalProperties: false file: type: array items: type: object properties: fileId: type: string additionalProperties: false title: 附件id x-apifox-orders: - fileId required: - fileId x-apifox-ignore-properties: [] title: 附件id集合 collectiveName: type: string title: 集体名称 locationUnit: type: string title: 所在单位 fullName: type: string title: 号长姓名 content: type: string title: 内容描述 createUserName: type: string title: 发布者 createTimeStart: type: string title: 发布开始时间 createTimeEnd: type: string title: 发布结束时间 x-apifox-orders: - 01HA1TFX94N7CRV5B5VC2KK4WB required: - ID - file - collectiveName - locationUnit - fullName - content - createUserName - createTimeStart - createTimeEnd x-apifox-refs: 01HA1TFX94N7CRV5B5VC2KK4WB: $ref: '#/components/schemas/SupervisionManageReqDTO' x-apifox-ignore-properties: - ID - file - collectiveName - locationUnit - fullName - content - createUserName - createTimeStart - createTimeEnd responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107677324-run /YcqYzYhTestController/pageTest: post: summary: 考试列表分页查询 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: pageTest tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YcqYzyhTestReqDto' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YcqYzyhTestRespDto' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107424489-run x-spring-paginated: 'true' /indicatorSystemManageController/pageIndicatorVersion: post: summary: 指标版本分页 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: pageIndicatorVersion tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: object properties: id: type: integer title: id versionName: type: string title: 版本名称 x-apifox-orders: - 01HA1J3DK17FB8SC7RBQGNN4S8 required: - id - versionName x-apifox-refs: 01HA1J3DK17FB8SC7RBQGNN4S8: $ref: '#/components/schemas/IndicatorVersionRespDTO' x-apifox-ignore-properties: - id - versionName x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107592393-run x-spring-paginated: 'true' /documentController/pageDocument: post: summary: 分页查询政策 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/PageDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/PageDocumentRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107612704-run x-spring-paginated: 'true' /rightsProtectionController/inventoryPage: post: summary: 申报清单分页查询 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: inventoryPage tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionInventoryPageReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/RightsProtectionInventoryPageRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107321229-run x-spring-paginated: 'true' /commandoCountInfoController/activeIntegralPage: post: summary: 青年青年突击队活跃度积分分页 x-apifox-folder: 青字号/模范集体建设/突击队信息统计 x-apifox-status: developing deprecated: false description: '' operationId: activeIntegralPage tags: - 青字号/模范集体建设/突击队信息统计 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: description: 必须 $ref: '#/components/schemas/CommandoCountInfoCommonReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CommandoActiveIntegralRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107481554-run x-spring-paginated: 'true' /examController/queryExamById/{id}: post: summary: 获取本次考试内容 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: 点击去考试,获取考试内容 operationId: queryExamById tags: - 青字号/模范集体建设/app在线考试 parameters: - name: id in: path description: '' required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/AppExamContentRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107391459-run /activityController/pageYcqQzhActivity: post: summary: 分页查询风采 x-apifox-folder: 青字号/政策指引/风采展示 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/风采展示 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/PageActivityReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/pageActivityRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108628102-run x-spring-paginated: 'true' /announcementController/pageAnnouncement: post: summary: 分页查询公示公告 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/PageAnnouncementReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/PageAnnouncementRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107837754-run x-spring-paginated: 'true' /indicatorAppraiseController/findIndexSystemVersion: post: summary: 查询指标体系版本下拉 x-apifox-folder: 青字号/模范集体建设/指标体系评价 x-apifox-status: developing deprecated: false description: '' operationId: findIndexSystemVersion tags: - 青字号/模范集体建设/指标体系评价 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/IndexSystemSimpleRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107618354-run /activityController/updateYcqQzhActivity: post: summary: 修改风采 x-apifox-folder: 青字号/政策指引/风采展示 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/风采展示 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateActivityReqDTO' responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-ignore-properties: [] x-apifox-orders: [] x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108629189-run /ycqQzhCommandoController/queryCommandoByApplicant: post: summary: 突击队分页申请人查询 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: queryCommandoByApplicant tags: - 青字号/青字号管理/突击队 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/QueryCommandoReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/QueryCommandoRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107350650-run x-spring-paginated: 'true' /examController/doSubmit: post: summary: 提交试卷 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: 提交试卷查看结果 operationId: doSubmit tags: - 青字号/模范集体建设/app在线考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/AppExamReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107423470-run /requiredSkillExam/topicDetailQuery/{id}: post: summary: 题目详情查询 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: topicDetailQuery tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: id in: path description: '' required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/TopicDetailRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107427574-run /indicatorSystemManageController/pageIndicatorSystem: post: summary: 指标体系分页 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: pageIndicatorSystem tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer title: id indicatorVersionId: type: integer title: 指标版本id evaluationPoints: type: string title: 评价要点 primaryIndicators: type: string title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 x-apifox-orders: - 01HA1SE3HSDYN5MAPEAT7ASXWA required: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score x-apifox-refs: 01HA1SE3HSDYN5MAPEAT7ASXWA: $ref: '#/components/schemas/IndicatorSystemReqDTO' x-apifox-ignore-properties: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score example: pageNo: 0 pageSize: 0 qurey: indicatorVersionId: 0 responses: '200': description: 成功 content: application/json: schema: type: object properties: id: type: integer additionalProperties: false title: ID evaluationPoints: type: string additionalProperties: false title: 评价要点 primaryIndicators: type: string additionalProperties: false title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 x-apifox-orders: - 01HA1SHFB9ZHZBCZFX2RGHWREH required: - id - evaluationPoints - primaryIndicators - secondaryIndicators - score x-apifox-refs: 01HA1SHFB9ZHZBCZFX2RGHWREH: $ref: '#/components/schemas/IndicatorSystemRespDTO' x-apifox-ignore-properties: - id - evaluationPoints - primaryIndicators - secondaryIndicators - score x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107592613-run x-spring-paginated: 'true' /announcementController/findAnnouncementDetailsById: post: summary: 查看公示公告详情 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer x-apifox-orders: - id required: - id x-apifox-ignore-properties: [] responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/AnnouncementDetailsRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107613310-run /rightsProtectionController/get/{id}: post: summary: 申报查看 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: get tags: - 青字号/青字号管理/维权岗 parameters: - name: id in: path description: 序号 required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/RightsProtectionDetailsRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107321310-run /commandoCountInfoController/findTypeAndNumber: post: summary: 青年突击队各类别占比与各队人数 x-apifox-folder: 青字号/模范集体建设/突击队信息统计 x-apifox-status: developing deprecated: false description: '' operationId: findTypeAndNumber tags: - 青字号/模范集体建设/突击队信息统计 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: description: 必须 $ref: '#/components/schemas/CommandoCountInfoCommonReqDTO' responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/CommandoTypeRatioRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107483591-run /civilizationController/getCivilizationList: post: summary: 文明号清单分页查询(申报清单模块) x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: getCivilizationList tags: - 青字号/青字号管理/文明号 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CivilizationListReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CivilizationListRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107510909-run x-spring-paginated: 'true' /documentController/findDocumentDetailsById: post: summary: 查看政策详情 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: 只传id tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/BrowseDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/DocumentDetailsRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107845978-run /rightsProtectionController/operate: post: summary: 申报评审 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: operate tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionOperateReqDTO' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107322252-run /YcqYzYhTestController/examDetailsCount: post: summary: 考试情况统计分页查询 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: examDetailsCount tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YcqYzyhTestCountReqDto' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YcqYzyhTestCountRespDto' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107485495-run x-spring-paginated: 'true' /examController/queryExamAnswerById/{id}: post: summary: 查看答案 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: '' operationId: queryExamAnswerById tags: - 青字号/模范集体建设/app在线考试 parameters: - name: id in: path description: '' required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/ExamTopicRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107486550-run /indicatorAppraiseController/findPostInformation: post: summary: 查询符合条件的维权岗信息 x-apifox-folder: 青字号/模范集体建设/指标体系评价 x-apifox-status: developing deprecated: false description: '' operationId: findPostInformation tags: - 青字号/模范集体建设/指标体系评价 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/CoincidenceOrgrationRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107620619-run /activityController/doFindDetails: post: summary: 查看风采详情 x-apifox-folder: 青字号/政策指引/风采展示 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/风采展示 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/OperationActivityReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/ActivityDetailsRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108630957-run /ycqQzhCommandoController/queryById/{id}: post: summary: 突击队详情查询 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: queryById tags: - 青字号/青字号管理/突击队 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CommandoDetailsRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107351014-run /requiredSkillExam/topicAdd: post: summary: 题目添加 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: topicAdd tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/TopicAddReqDTO' example: topic: http://dummyimage.com/400x400 topicOptions: - optionContent: officia elit cillum nulla mollit isAnswer: '0' - optionContent: irure in aliqua nulla isAnswer: '0' - optionContent: nulla cillum veniam isAnswer: '0' - optionContent: anim reprehenderit isAnswer: '0' topicType: '3' responses: '200': description: 成功 content: application/json: schema: type: integer x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107502940-run /commandoActiveDetailsController/loginScorePage: post: summary: 积分明细-登录明细f分页 x-apifox-folder: 青字号/模范集体建设/突击队信息统计 x-apifox-status: developing deprecated: false description: '' operationId: loginScorePage tags: - 青字号/模范集体建设/突击队信息统计 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/integrationDetailsCommonReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CommandoActiveDetailsLoginRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107503934-run x-spring-paginated: 'true' /indicatorSystemManageController/createIndicatorVersion: post: summary: 指标版本新增 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: createIndicatorVersion tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: string title: id versionName: type: string title: 版本名称 effectiveTimeStart: type: string title: effectiveTimeStart effectiveTimeEnd: type: string title: effectiveTimeEnd x-apifox-orders: - 01HA1J682EW8BHGP1X1FKW4NP8 required: - id - versionName - effectiveTimeStart - effectiveTimeEnd x-apifox-refs: 01HA1J682EW8BHGP1X1FKW4NP8: $ref: '#/components/schemas/IndicatorVersionReqDTO' x-apifox-ignore-properties: - id - versionName - effectiveTimeStart - effectiveTimeEnd responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107593881-run /documentController/updateDocument: post: summary: 编辑政策 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107614411-run /announcementController/updateAnnouncement: post: summary: 编辑公告公示 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CreateAnnouncementReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107883139-run /indicatorSystemManageController/deleteIndicatorVersion{id}: post: summary: 指标版本删除 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: deleteIndicatorVersion tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107594740-run /rightsProtectionController/create: post: summary: 申报创建 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: create tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionCreateReqDTO' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107417980-run /examController/queryExamRank/{id}: post: summary: 查看排名 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: 提交试卷后查看考试排名 operationId: queryExamRank tags: - 青字号/模范集体建设/app在线考试 parameters: - name: id in: path description: '' required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/AppExamRankRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107492219-run /documentController/doDownDocument: post: summary: 修改政策状态 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/OperationDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107622682-run /activityController/deleteYcqQzhActivity: post: summary: 删除风采 x-apifox-folder: 青字号/政策指引/风采展示 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/风采展示 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/OperationActivityReqDTO' responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-ignore-properties: [] x-apifox-orders: [] x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108632914-run /commandoActiveDetailsController/IssueScorePage: post: summary: 积分明细-发布积分明细分页 x-apifox-folder: 青字号/模范集体建设/突击队信息统计 x-apifox-status: developing deprecated: false description: '' operationId: IssueScorePage tags: - 青字号/模范集体建设/突击队信息统计 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/integrationDetailsCommonReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CommandoActiveDetailsIssueRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107558309-run x-spring-paginated: 'true' /ycqQzhCommandoController/examineCommando: post: summary: 突击队审核 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: examineCommando tags: - 青字号/青字号管理/突击队 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/ExamineCommandoReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107351685-run /YcqYzYhTestController/addTest: post: summary: 创建考试 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: addTest tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/AddYcqYzyhTestReqDto' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107539299-run /requiredSkillExam/topicDelete: post: summary: 题目删除 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: topicDelete tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/IdArraysReqDTO' example: - 54 - 33 - 57 responses: '200': description: 成功 content: application/json: schema: type: integer x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107504198-run /indicatorAppraiseController/exportIndexSystemContent: post: summary: 导出指标评价 x-apifox-folder: 青字号/模范集体建设/指标体系评价 x-apifox-status: developing deprecated: false description: '' operationId: exportIndexSystemContent tags: - 青字号/模范集体建设/指标体系评价 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/IndexSystemExportReqDTO' responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-ignore-properties: [] x-apifox-orders: [] x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107624146-run /civilizationController/updateExamine: post: summary: 文明号初核 x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: updateExamine tags: - 青字号/青字号管理/文明号 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CivilizationEvaluateReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107511422-run /announcementController/doDownAnnouncement: post: summary: 修改公示公告状态 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: developing deprecated: false description: 下架state传4 tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/OperationAnnouncementReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107893896-run /YcqYzYhTestController/chooseTopic: post: summary: 抽取题目 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: chooseTopic tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/ChooseTopicReqDto' responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/TestTopicRespDto' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107551327-run /indicatorAppraiseController/doMienAppraise: post: summary: 指标体系评价-风采评定 x-apifox-folder: 青字号/模范集体建设/指标体系评价 x-apifox-status: developing deprecated: false description: '' operationId: doMienEvaluate tags: - 青字号/模范集体建设/指标体系评价 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/MienAppraiseReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107625387-run /rightsProtectionController/check: post: summary: 申报复核 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: check tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionCheckReqDTO' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107419182-run /indicatorSystemManageController/createIndicatorSystem: post: summary: 指标体系新增 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: createIndicatorSystem tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer title: id indicatorVersionId: type: integer title: 指标版本id evaluationPoints: type: string title: 评价要点 primaryIndicators: type: string title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 x-apifox-orders: - 01HA1SK303FRGMS6JYZYYKQ8MK required: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score x-apifox-refs: 01HA1SK303FRGMS6JYZYYKQ8MK: $ref: '#/components/schemas/IndicatorSystemReqDTO' x-apifox-ignore-properties: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107603808-run /examController/queryExamInfoById/{id}: post: summary: 考试信息 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: 本次考试信息 operationId: queryExamInfoById tags: - 青字号/模范集体建设/app在线考试 parameters: - name: id in: path description: '' required: true example: '' schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/AppExamInfoRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107499121-run /requiredSkillExam/topicEdit: post: summary: 题目编辑 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: topicEdit tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/TopicEditReqDTO' responses: '200': description: 成功 content: application/json: schema: type: integer x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107528850-run /activityController/doForwardYcqQzhActivity: post: summary: 转发风采 x-apifox-folder: 青字号/政策指引/风采展示 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/风采展示 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/OperationActivityReqDTO' responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-ignore-properties: [] x-apifox-orders: [] x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108633766-run /ycqQzhCommandoController/rankingCommandoList: post: summary: 突击队排行榜 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: rankingCommandoList tags: - 青字号/青字号管理/突击队 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CommandoRankListRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107590263-run /documentController/deleteDocument: post: summary: 删除政策 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer x-apifox-refs: {} x-apifox-orders: - id required: - id x-apifox-ignore-properties: [] responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107623863-run /commandoCountInfoController/findCoincidenceOrganization: post: summary: 青年突击队页面组织下拉查询 x-apifox-folder: 青字号/模范集体建设/突击队信息统计 x-apifox-status: developing deprecated: false description: '' operationId: findCoincidenceOrganization tags: - 青字号/模范集体建设/突击队信息统计 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: {} x-apifox-ignore-properties: [] x-apifox-orders: [] responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/commandoOrgrationRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-109346323-run /announcementController/deleteAnnouncement: post: summary: 删除公示公告 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer x-apifox-refs: {} x-apifox-orders: - id required: - id x-apifox-ignore-properties: [] responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-orders: [] x-apifox-ignore-properties: [] x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107894622-run /YcqYzYhTestController/updateTest: post: summary: 编辑考试 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: updateTest tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/AddYcqYzyhTestReqDto' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107578779-run /examController/queryOrgByUser: post: summary: 查询所在文明号集体 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: 参考信息中查询所在文明号集体 operationId: queryOrgByUser tags: - 青字号/模范集体建设/app在线考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/CivilizationOrgRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107551701-run /indicatorSystemManageController/deleteIndicatorSystem{id}: post: summary: 指标体系删除 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: deleteIndicatorSystem tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107603871-run /ycqQzhCommandoController/updateCommando: post: summary: 突击队修改 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: updateCommando tags: - 青字号/青字号管理/突击队 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CommandoUpdateReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107691297-run /activityController/doBrowseActivity: post: summary: 记录风采浏览量 x-apifox-folder: 青字号/政策指引/风采展示 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/风采展示 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/OperationActivityReqDTO' responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-ignore-properties: [] x-apifox-orders: [] x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108635071-run /requiredSkillExam/questionBankQuery: post: summary: 题库列表分页查询 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: questionBankQuery tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/QuestionBankQueryReqDTO' example: id: 57 questionBankName: 了口半元 singleOptionCount: 96 mulityOptionCount: 10 judgmentCount: 71 publisher: magna publishTime: '1985-12-15 09:24:06' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/QuestionBankRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107540940-run x-spring-paginated: 'true' /documentController/doTopDocument: post: summary: 置顶政策与取消置顶 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/PutTopDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107624141-run /civilizationController/updateEvaluate: post: summary: 文明号初评 x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: updateEvaluate tags: - 青字号/青字号管理/文明号 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CivilizationExamineReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107916933-run /announcementController/doTopAnnouncement: post: summary: 置顶/取消置顶公示公告 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/PutTopAnnouncementReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107896841-run /ycqQzhCommandoController/deleteCommando/{id}: post: summary: 突击队删除 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: deleteCommando tags: - 青字号/青字号管理/突击队 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108306425-run /YcqYzYhTestController/delTest: post: summary: 删除考试 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: delTest tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: array items: type: string title: id集合 responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107579570-run /indicatorSystemManageController/updateIndicatorSystem: post: summary: 指标体系修改 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: updateIndicatorSystem tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer title: id indicatorVersionId: type: integer title: 指标版本id evaluationPoints: type: string title: 评价要点 primaryIndicators: type: string title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 x-apifox-orders: - 01HA1SNF9QJ2PMGQD0ZHYG01TR required: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score x-apifox-refs: 01HA1SNF9QJ2PMGQD0ZHYG01TR: $ref: '#/components/schemas/IndicatorSystemReqDTO' x-apifox-ignore-properties: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107658994-run /examController/doCheckUserInfo: post: summary: 校验用户信息接口 x-apifox-folder: 青字号/模范集体建设/app在线考试 x-apifox-status: developing deprecated: false description: 校验用户信息接口 operationId: doCheckUserInfo tags: - 青字号/模范集体建设/app在线考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/AppExamUserReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107553252-run /rightsProtectionController/delete/{id}: post: summary: 申报删除 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: delete tags: - 青字号/青字号管理/维权岗 parameters: - name: id in: path description: 序号 required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107500035-run /documentController/doFindDocumentByApplyType: post: summary: 文明号申报查询可关联政策 x-apifox-folder: 青字号/政策指引/政策发布/web管理 x-apifox-status: developing deprecated: false description: '' tags: - 青字号/政策指引/政策发布/web管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: applyType: type: integer description: 1新建,2复核 title: 申请类型 x-apifox-orders: - applyType required: - applyType x-apifox-ignore-properties: [] responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/DocumentListRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107807863-run /requiredSkillExam/questionBankAdd: post: summary: 题库添加 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: questionBankAdd tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/QuestionBankAddReqDTO' responses: '200': description: 成功 content: application/json: schema: type: integer x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107548338-run /civilizationController/updateIdentify: post: summary: 文明号认定 x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: updateIdentify tags: - 青字号/青字号管理/文明号 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CivilizationIdentifyReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107917732-run /announcementController/doFindYouthSafety: post: summary: 查询归属对象 x-apifox-folder: 青字号/政策指引/公告公示/web x-apifox-status: deprecated deprecated: true description: '' tags: - 青字号/政策指引/公告公示/web parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: type: type: integer x-apifox-orders: - type required: - type x-apifox-ignore-properties: [] responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/ParentYouthSafetyRsp' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107950174-run /YcqYzYhTestController/doTest: post: summary: 操作考试 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: doTest tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/OperateTestRepDto' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107582572-run /indicatorSystemManageController/exportIndicatorSystem: post: summary: 指标体系导出 x-apifox-folder: 青字号/模范集体建设/指标体系管理 x-apifox-status: developing deprecated: false description: '' operationId: exportIndicatorSystem tags: - 青字号/模范集体建设/指标体系管理 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer title: id indicatorVersionId: type: integer title: 指标版本id evaluationPoints: type: string title: 评价要点 primaryIndicators: type: string title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 x-apifox-orders: - 01HA1SRZ8G80E2T63CB62G5MZX required: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score x-apifox-refs: 01HA1SRZ8G80E2T63CB62G5MZX: $ref: '#/components/schemas/IndicatorSystemReqDTO' x-apifox-ignore-properties: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107659081-run /ycqQzhCommandoController/changeCommandoLeader: post: summary: 突击队修改队长 x-apifox-folder: 青字号/青字号管理/突击队 x-apifox-status: developing deprecated: false description: '' operationId: changeCommandoLeader tags: - 青字号/青字号管理/突击队 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/ChangeLeaderCommandoReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108709822-run /requiredSkillExam/questionBankEdit: post: summary: 题库编辑 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: questionBankEdit tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/QuestionBankEditReqDTO' responses: '200': description: 成功 content: application/json: schema: type: integer x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107550597-run /civilizationController/getCivilizationView/{id}: post: summary: 文明号清单详细查看(申报清单模块查看功能) x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: getCivilizationView tags: - 青字号/青字号管理/文明号 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/CivilizationViewRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107980027-run /documentController/doBrowseDocument: post: summary: 记录政策/风采浏览量 x-apifox-folder: 青字号/政策指引/政策发布/app x-apifox-status: developing deprecated: false description: 公告与政策共用 tags: - 青字号/政策指引/政策发布/app parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/BrowseDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107682510-run /rightsProtectionController/recordPage: post: summary: 申报记录分页查询 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: recordPage tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: {} x-apifox-orders: [] x-apifox-ignore-properties: [] responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/RightsProtectionRecordPageRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108523875-run x-spring-paginated: 'true' /YcqYzYhTestController/viewTest/{id}: post: summary: 查看考试 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: viewTest tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: {} x-apifox-ignore-properties: [] x-apifox-orders: [] responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/TestDetailRespDto' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107583851-run /requiredSkillExam/topicImport: post: summary: 题目批量导入 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: topicImport tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: multipart/form-data: schema: type: object properties: questionBankId: type: integer description: 题库ID file: type: string description: 文件 format: binary responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107565533-run /civilizationController/updateReport: post: summary: 文明号申报编辑 x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: updateReport tags: - 青字号/青字号管理/文明号 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/CivilizationSaveReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108106988-run /announcementController/doBrowseAnnouncement: post: summary: 记录公告浏览量/点赞 x-apifox-folder: 青字号/政策指引/公告公示/app x-apifox-status: developing deprecated: false description: 公告与政策共用 tags: - 青字号/政策指引/公告公示/app parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/BrowseDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107902404-run /YcqYzYhTestController/examDetailsCountExport: post: summary: 考试情况统计导出 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: examDetailsCountExport tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YcqYzyhTestCountReqDto' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107623767-run /rightsProtectionController/createQuery/{id}: post: summary: 申报创建查询 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: createQuery tags: - 青字号/青字号管理/维权岗 parameters: - name: id in: path description: 序号 required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: object x-apifox-refs: 01H9MG676HM4NC19H3A18HV4XD: $ref: '#/components/schemas/RightsProtectionCreateQueryRespDTO' x-apifox-overrides: {} properties: policyId: type: string title: 关联政策 unitName: type: string title: 单位名称 organization: type: string title: 所属系统 system: type: string title: 所属团组织 municipalLevelInternalInstitutions: type: boolean title: 市级内设机构 phone: type: string title: 联系电话 address: type: string title: 通讯地址 zipCode: type: string title: 邮编 notes: type: string title: 备注 programme: type: string title: 创建方案 scanAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 盖章版扫描件 otherAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 其他附件 x-apifox-orders: - 01H9MG676HM4NC19H3A18HV4XD required: - policyId - unitName - organization - system - municipalLevelInternalInstitutions - phone - address - zipCode - notes - programme - scanAnnex - otherAnnex x-apifox-ignore-properties: - policyId - unitName - organization - system - municipalLevelInternalInstitutions - phone - address - zipCode - notes - programme - scanAnnex - otherAnnex x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108525440-run /requiredSkillExam/questionBankDelete: post: summary: 题库删除 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: questionBankDelete tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/IdArraysReqDTO' responses: '200': description: 成功 content: application/json: schema: type: integer x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107569779-run /civilizationController/deleteReport{id}: post: summary: 文明号申报删除 x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: deleteReport tags: - 青字号/青字号管理/文明号 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108108336-run /announcementController/doBackBrowseAnnouncement: post: summary: 取消点赞 x-apifox-folder: 青字号/政策指引/公告公示/app x-apifox-status: developing deprecated: false description: 仅公示有点赞操作 tags: - 青字号/政策指引/公告公示/app parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: type: object properties: id: type: integer description: 公示id x-apifox-orders: - id required: - id x-apifox-ignore-properties: [] responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107905030-run /rightsProtectionController/checkQuery/{id}: post: summary: 申报复核查询 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: checkQuery tags: - 青字号/青字号管理/维权岗 parameters: - name: id in: path description: 序号 required: true schema: type: integer - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/RightsProtectionCheckQueryRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108525441-run /YcqYzYhTestController/topicsImport: post: summary: 批量导入题目 x-apifox-folder: 青字号/模范集体建设/应知应会考试/考试 x-apifox-status: developing deprecated: false description: '' operationId: topicsImport tags: - 青字号/模范集体建设/应知应会考试/考试 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: multipart/form-data: schema: type: object properties: file: type: string format: binary responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/TestTopicRespDto' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107624139-run /requiredSkillExam/topicImportTemplateDownload: post: summary: 题目导入模板下载 x-apifox-folder: 青字号/模范集体建设/应知应会考试/试题库 x-apifox-status: developing deprecated: false description: '' operationId: topicImportTemplateDownload tags: - 青字号/模范集体建设/应知应会考试/试题库 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: string title: 文件ID x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107577678-run /documentController/doBackBrowseDocument: post: summary: 取消点赞 x-apifox-folder: 青字号/政策指引/政策发布/app x-apifox-status: developing deprecated: false description: 仅公示有点赞操作 tags: - 青字号/政策指引/政策发布/app parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/BrowseDocumentReqDTO' responses: '200': description: 成功 content: application/json: schema: type: string x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107925562-run /civilizationController/getStatic: post: summary: 文明号申报自评默认表查询(点击创建/复核默认查询) x-apifox-folder: 青字号/青字号管理/文明号 x-apifox-status: developing deprecated: false description: '' operationId: getStatic tags: - 青字号/青字号管理/文明号 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: multipart/form-data: schema: type: object properties: {} responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/CivilizationSelfListRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108489510-run /rightsProtectionController/listQuery: post: summary: 已申报列表查询 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: /listQuery tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionInventorylistQueryReqDTO' responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: >- #/components/schemas/RightsProtectionInventorylistQueryRespDTO x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108538729-run /rightsProtectionController/publicity: post: summary: 申报公示 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: publicity tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionPublicityReqDTO' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-109496731-run /rightsProtectionController/CommitteeCheck: post: summary: 市级团委复核 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: CommitteeCheck tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionCommitteeCheckReqDTO' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-110081608-run /rightsProtectionController/SupervisorCheck: post: summary: 市级主管单位复核 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: SupervisorCheck tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionSupervisorCheckReqDTO' responses: '200': description: 成功 content: application/json: schema: type: boolean x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-110081609-run /rightsProtectionController/checkListQuery: post: summary: 复核列表查询 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: checkListQuery tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionCheckListQueryReqDTO' responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/RightsProtectionCheckListQueryRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-110081610-run /rightsProtectionController/downloadAnnex: post: summary: 附件下载 x-apifox-folder: 青字号/青字号管理/维权岗 x-apifox-status: developing deprecated: false description: '' operationId: downloadAnnex tags: - 青字号/青字号管理/维权岗 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/RightsProtectionDownloadAnnexReqDTO' responses: '200': description: 成功 content: application/json: schema: type: array items: $ref: '#/components/schemas/RightsProtectionDownloadAnnexRespDTO' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-110185009-run /youthSafetyManagement/apply/saveApply: post: summary: 青安岗申报新增 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗申报 x-apifox-status: released deprecated: false description: '' operationId: saveApply tags: - 青字号/青字号管理/青安岗/青安岗申报 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YouthSafetyApplyAddReqDTO' description: '' responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-orders: [] x-apifox-ignore-properties: [] examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: false x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107682485-run /youthSafetyManagement/audit/pageByCondition: post: summary: 分页条件查询审核信息 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗审核 x-apifox-status: released deprecated: false description: '' operationId: pageByCondition tags: - 青字号/青字号管理/青安岗/青安岗审核 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YouthSafetyConditionPageReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YouthSafetyAuditPageRespDTO' examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: pageNo: 0 pageSize: 0 result: - policyFileNumber: '' type: '' policyFileName: '' declareOrgNumber: 0 auditOrgNumber: 0 policyCreatorName: '' policyValidTime: '' totalNum: 0 hasNext: false x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108293108-run x-spring-paginated: 'true' /youthSafetyManagement/audit/audit: post: summary: 批量审核 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗审核 x-apifox-status: released deprecated: false description: '' operationId: audit tags: - 青字号/青字号管理/青安岗/青安岗审核 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YouthSafetyAuditReqDTO' description: '' responses: '200': description: 成功 content: application/json: schema: description: '' type: object properties: {} examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: false x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107682396-run /youthSafetyManagementRecommend/recommend/saveRecommend: post: summary: 青安岗推荐申报新增 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗申报 x-apifox-status: released deprecated: false description: '' operationId: saveRecommend tags: - 青字号/青字号管理/青安岗/青安岗申报 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YouthSafetyRecommendReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YouthSafetyRecommendReqDTO' examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: false x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108238488-run /youthSafetyManagement/apply/updateApply: post: summary: 青安岗申报修改 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗申报 x-apifox-status: released deprecated: false description: '' operationId: updateApply tags: - 青字号/青字号管理/青安岗/青安岗申报 parameters: - name: token in: header description: '' example: '{{token}}' schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/YouthSafetyApplyUpdateReqDTO' responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YouthSafetyApplyDetailRespDTO' examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: id: 0 declareOrgName: '' staffCount: 0 youthPeopleCount: 0 managerName: '' identity: '' tel: '' orgId: 0 remark: '' mainStory: '' status: 0 attachments: - '' applyTime: '' auditTime: '' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107687556-run /youthSafetyManagement/apply/getApplyById/{id}: post: summary: 青安岗申报详情 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗申报 x-apifox-status: released deprecated: false description: '' operationId: getApplyById tags: - 青字号/青字号管理/青安岗/青安岗申报 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YouthSafetyApplyDetailRespDTO' examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: id: 0 declareOrgName: '' staffCount: 0 youthPeopleCount: 0 managerName: '' identity: '' tel: '' orgId: 0 remark: '' mainStory: '' status: 0 attachments: - '' applyTime: '' auditTime: '' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107682487-run /youthSafetyManagementRecommend/recommend/getRecommendById/{id}: post: summary: 青安岗推荐申报详情 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗申报 x-apifox-status: released deprecated: false description: '' operationId: getRecommendById tags: - 青字号/青字号管理/青安岗/青安岗申报 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YouthSafetyRecommendRespDTO' examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: id: 0 declareOrgName: '' staffCount: 0 youthPeopleCount: 0 managerName: '' identity: '' tel: '' orgId: 0 remark: '' mainStory: '' status: 0 attachments: - '' applyTime: '' auditTime: '' x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-108241333-run /youthSafetyManagement/apply/pageApply/{orgId}: post: summary: 分页查询申报记录 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗申报 x-apifox-status: released deprecated: false description: '' operationId: pageApply tags: - 青字号/青字号管理/青安岗/青安岗申报 parameters: - name: orgId in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: $ref: '#/components/schemas/YouthSafetyPageRespDTO' description: '' examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: pageNo: 0 pageSize: 0 result: - id: 0 declareOrgName: '' staffCount: 0 youthPeopleCount: 0 managerName: '' identity: '' tel: '' orgId: 0 remark: '' mainStory: '' status: 0 attachments: - '' applyTime: '' auditTime: '' totalNum: 0 hasNext: false x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107682488-run x-spring-paginated: 'true' /youthSafetyManagement/apply/deleteApplyById/{id}: post: summary: 删除申报信息 x-apifox-folder: 青字号/青字号管理/青安岗/青安岗申报 x-apifox-status: released deprecated: false description: '' operationId: deleteApplyById tags: - 青字号/青字号管理/青安岗/青安岗申报 parameters: - name: id in: path description: '' required: true schema: type: string - name: token in: header description: '' example: '{{token}}' schema: type: string responses: '200': description: 成功 content: application/json: schema: type: object properties: {} x-apifox-orders: [] x-apifox-ignore-properties: [] examples: '1': summary: 成功示例 value: success: false code: '' msg: '' data: false x-run-in-apifox: https://app.apifox.com/web/project/3220849/apis/api-107682489-run components: schemas: YouthSafetyPageRespDTO: type: object properties: id: type: string title: 主键 description: |- 当返回的数据为单对象是实用此属性 业务数据 applyId: type: string title: 申报编号 applyOrgName: type: string title: 申报单位名称 applyType: type: string title: 申报类型 groupOrgName: type: string title: 所属团组织 managerName: type: string title: 岗长 identity: type: string title: 身份证 tel: type: string title: 岗长手机号 createBy: type: string title: 申请人 createTime: type: string title: 申请时间 status: type: integer title: 状态 x-apifox-orders: - id - applyId - applyOrgName - applyType - groupOrgName - managerName - identity - tel - createBy - createTime - status title: 青安岗申报分页查询响应 required: - applyId - identity - managerName - groupOrgName - applyOrgName - status - tel - createTime - createBy - applyType - id x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyRecommendRespDTO: type: object properties: id: type: string title: 主键id description: 主键id managementApplyId: type: string title: 申报表id applyOrgName: type: string description: 申报单位名称 title: 申报单位名称 groupOrgName: type: string title: 所属团组织 description: 所属团组织 staffCount: type: integer description: 创建单位职工人数 title: 创建单位职工人数 youthPeopleCount: type: integer description: 35 岁以下青年人数 title: 35 岁以下青年人数 managerName: type: string description: 岗长姓名 title: 岗长姓名 identity: type: string description: 岗长身份证号 title: 岗长身份证号 tel: type: string description: 联系电话 title: 联系电话 mainStory: type: string description: 主要事迹 title: 主要事迹 applyType: type: string title: 申报类别 x-apifox-orders: - id - managementApplyId - applyOrgName - groupOrgName - staffCount - youthPeopleCount - managerName - identity - tel - mainStory - applyType title: 青安岗推荐申报详情响应 required: - groupOrgName - id - applyOrgName - staffCount - youthPeopleCount - managerName - identity - tel - applyType - managementApplyId x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyApplyDetailRespDTO: type: object properties: id: type: string title: 青安岗申请表id applyOrgName: type: string title: 申报单位名称 applyOrgId: type: string title: 申报单位id groupOrgName: type: string title: 所属组织名称 groupOrgId: type: string title: 所属组织id applyId: type: string title: 申报id staffCount: type: integer title: 创建单位职工人数 youthPeopleCount: type: integer title: 35 岁以下青年人数 managerName: type: string title: 岗长 identity: type: string title: 身份证 tel: type: string title: 电话号码 applyType: type: string title: 申报类型 policyFileName: type: string title: 政策文件名称 x-apifox-orders: - id - applyOrgName - applyOrgId - groupOrgName - groupOrgId - applyId - staffCount - youthPeopleCount - managerName - identity - tel - applyType - policyFileName required: - id - staffCount - tel - identity - managerName - groupOrgId - groupOrgName - applyOrgId - applyOrgName - policyFileName - applyType - youthPeopleCount - applyId title: 青安岗申报详情响应 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyApplyUpdateReqDTO: type: object properties: id: type: string title: 主键id description: 主键id applyOrgName: type: string description: 申报单位名称 title: 申报单位名称 applyOrgId: type: string description: 申报编号 title: 申报编号 staffCount: type: integer title: 创建单位职工人数 description: 创建单位职工人数 youthPeopleCount: type: integer title: 35 岁以下青年人数 description: 35 岁以下青年人数 managerName: type: string title: 岗长姓名 description: 岗长姓名 identity: type: string title: 岗长身份证号 description: 岗长身份证号 tel: type: string title: 联系电话 description: 联系电话 applyType: type: string title: 申报类型 description: 申报类型 recommendId: type: string title: 推荐申报表id description: 推荐申报表id policyFileName: type: string description: 政策文件名称 title: 政策文件名称 groupOrgName: type: string description: 所属团组织 title: 所属团组织 groupOrgId: type: string title: 所属团组织id description: 所属团组织id updateId: type: string title: 修改人id description: 修改人id updateBy: type: string description: 修改人姓名 title: 修改人姓名 x-apifox-orders: - id - applyOrgName - applyOrgId - staffCount - youthPeopleCount - managerName - identity - tel - applyType - recommendId - policyFileName - groupOrgName - groupOrgId - updateId - updateBy title: '青安岗申报修改入参 ' required: - updateBy - id - updateId x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyRecommendReqDTO: type: object properties: id: type: string title: 青安岗申报id managementApplyId: type: string title: 申报表主键id applyOrgName: type: string description: 申报单位名称 title: 单位名称 applyOrgId: type: string title: 单位id groupOrgId: type: string title: 所属团组织id groupOrgName: type: string description: 所属团组织 title: 所属团组织 managerName: type: string description: 岗长姓名 title: 岗长姓名 identity: type: string description: 岗长身份证号 title: 岗长身份证号 tel: type: string description: 联系电话 title: 联系电话 staffCount: type: integer description: 创建单位职工人数 title: 创建单位职工人数 youthPeopleCount: type: integer description: 35 岁以下青年人数 title: 35 岁以下青年人数 mainStory: type: string title: 主要事迹 description: 主要事迹 applyType: type: string title: 申报类别 createId: type: string title: 创建人id createBy: type: string title: 创建人姓名 x-apifox-orders: - id - managementApplyId - applyOrgName - applyOrgId - groupOrgId - groupOrgName - managerName - identity - tel - staffCount - youthPeopleCount - mainStory - applyType - createId - createBy title: 青安岗推荐申报新增入参 required: - groupOrgName - id - applyOrgId - groupOrgId - createId - createBy - applyOrgName - managerName - identity - tel - staffCount - youthPeopleCount - mainStory - applyType - managementApplyId x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyAuditReqDTO: type: object properties: idList: type: array items: type: string title: 审核id列表 audit: type: integer title: 是否通过 0否 1是 description: 是否通过 0否 1是 reason: type: string description: 审核原因 title: 原因 updateBy: type: string title: 修改人 updateId: type: string title: 修改人id x-apifox-orders: - idList - audit - reason - updateBy - updateId title: 青安岗审核入参 required: - idList - updateBy - updateId x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyAuditPageRespDTO: type: object properties: id: type: string title: 主键 description: |- 当返回的数据为单对象是实用此属性 业务数据 applyId: type: string title: 申报编号 applyOrgName: type: string title: 申报单位名称 groupOrgName: type: string title: 所属团组织 managerName: type: string title: 岗长 identity: type: string title: 身份证 tel: type: string title: 岗长手机号 applyType: type: string title: 申请类别 createBy: type: string title: 申请人 createTime: type: string title: 申请时间 policyFileName: type: string title: 政策名称 status: type: integer title: 状态 x-apifox-orders: - id - applyId - applyOrgName - groupOrgName - managerName - identity - tel - applyType - createBy - createTime - policyFileName - status title: 青安岗审核分页查询响应 required: - applyId - identity - managerName - groupOrgName - applyOrgName - status - tel - applyType - createBy - id - createTime - policyFileName x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyConditionPageReqDTO: type: object properties: applyOrgName: type: string title: 申报单位名称 applyOrgId: type: string title: 当前登陆人单位id groupOrgId: type: string title: 所属团组织od status: type: integer title: 状态 applyType: type: string title: 申报类别 managerName: type: string title: 岗长姓名 createBy: type: string title: 申请人 startTime: type: string title: 申请开始时间 endTime: type: string title: 申请结束时间 policyFileId: type: string title: 关联政策id x-apifox-orders: - applyOrgName - applyOrgId - groupOrgId - status - applyType - managerName - createBy - startTime - endTime - policyFileId title: 青安岗审核分页条件查询入参 required: - applyOrgId x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 YouthSafetyApplyAddReqDTO: type: object properties: applyOrgName: type: string description: 申报单位名称 applyOrgId: type: string description: 申报编号 staffCount: type: integer description: 创建单位职工人数 youthPeopleCount: type: integer description: 35 岁以下青年人数 managerName: type: string description: 岗长姓名 identity: type: string description: 岗长身份证号 tel: type: string description: 联系电话 applyType: type: string description: 申报类型 policyFileName: type: string description: 政策文件名称 policyFileId: type: string description: 政策文件id groupOrgName: type: string description: 所属团组织 groupOrgId: type: string description: 所属团组织id createId: type: string description: 创建人id createBy: type: string description: 创建人姓名 x-apifox-orders: - applyOrgName - applyOrgId - staffCount - youthPeopleCount - managerName - identity - tel - applyType - policyFileName - policyFileId - groupOrgName - groupOrgId - createId - createBy title: 青安岗申报新增入参 required: - policyFileName - applyOrgId - groupOrgName - createBy - createId - applyOrgName - staffCount - youthPeopleCount - managerName - identity - tel - applyType - groupOrgId - policyFileId x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/青安岗 RightsProtectionDownloadAnnexRespDTO: type: object properties: applicantCode: type: string title: 编号 annex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 附件 title: 附件下载响应参数 x-apifox-orders: - applicantCode - annex required: - applicantCode - annex x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionAnnexDTO: type: object properties: id: type: integer title: 序号 fileName: type: string title: 文件名称 fileType: type: string title: 文件类型 fileUrl: type: string title: 文件地址 businessId: type: string title: 业务ID title: 附件参数 x-apifox-orders: - id - fileName - fileType - fileUrl - businessId required: - fileName - businessId - fileUrl - fileType - id x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionDownloadAnnexReqDTO: type: object properties: ids: type: array items: type: integer title: 序号列表 title: 附件下载请求参数 x-apifox-orders: - ids required: - ids x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionCheckListQueryRespDTO: type: object properties: id: type: integer title: 序号 system: type: string title: 系统 unitName: type: string title: 命名单位 title: 复核列表查询响应参数 x-apifox-orders: - id - system - unitName required: - id - unitName - system x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionCheckListQueryReqDTO: type: object properties: link: type: string title: 环节 system: type: string title: 系统 title: 复核列表查询请求参数 x-apifox-orders: - link - system required: - system - link x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionSupervisorCheckReqDTO: type: object properties: {} title: 市级主管单位复核请求参数 x-apifox-ignore-properties: [] x-apifox-orders: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionCommitteeCheckReqDTO: type: object properties: {} title: 市级团委复核请求参数 x-apifox-ignore-properties: [] x-apifox-orders: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionPublicityReqDTO: type: object properties: ids: type: array items: type: integer title: 序号列表 opinion: type: string title: 公示结果 title: 申报公示请求参数 x-apifox-orders: - ids - opinion required: - ids - opinion x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionInventorylistQueryRespDTO: type: object properties: id: type: integer title: 序号 applicantCode: type: string title: 编号 applyType: type: string title: 类型 unitName: type: string title: 单位名称 address: type: string title: 通讯地址 phone: type: string title: 联系电话 zipCode: type: string title: 邮编 system: type: string title: 所属系统 applicant: type: string title: 申请人 applyTime: type: string title: 申请时间 title: 已申报列表查询响应参数 x-apifox-orders: - id - applicantCode - applyType - unitName - address - phone - zipCode - system - applicant - applyTime required: - id - applicantCode - applyType - unitName - address - phone - zipCode - system - applyTime - applicant x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionInventorylistQueryReqDTO: type: object properties: applyType: type: string title: 类型 applyStartTime: type: string title: 申请开始时间 applyEndTime: type: string title: 申请结束时间 title: 已申报列表查询请求参数 x-apifox-orders: - applyType - applyStartTime - applyEndTime required: - applyType - applyStartTime - applyEndTime x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 CivilizationSelfListRespDTO: type: object properties: selfId: type: integer title: 自评静态ID oneCode: type: string title: 一级模块编码 oneContent: type: string title: 一级模块内容 twoContent: type: string title: 二级模块内容 threeContent: type: string title: 三级模块内容 version: type: string title: 版本号 standardFraction: type: string title: 标准分数 sort: type: integer title: 排序 x-apifox-orders: - selfId - oneCode - oneContent - twoContent - threeContent - version - standardFraction - sort title: 文明号自评静态值配置RespDTO required: - selfId - oneCode - oneContent - twoContent - threeContent - version - standardFraction - sort x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp RightsProtectionCheckQueryRespDTO: title: 申报复核查询响应参数 type: object properties: unitName: type: string title: 单位名称 organization: type: string title: 所属团组织 municipalLevelInternalInstitutions: type: boolean title: 市级内设机构 system: type: string title: 所属系统 address: type: string title: 通讯地址 applicant: type: string title: 权益岗负责人 phone: type: string title: 联系电话 namingTime: type: string title: 命名时间 fileCode: type: string title: 命名文件号 scanAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 盖章版扫描件 otherAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 其他附件 reviewIndicators: type: string title: 复核指标 x-apifox-refs: {} x-apifox-orders: - unitName - organization - municipalLevelInternalInstitutions - system - address - applicant - phone - namingTime - fileCode - scanAnnex - otherAnnex - reviewIndicators required: - unitName - address - organization - system - applicant - phone - namingTime - fileCode - otherAnnex - reviewIndicators - scanAnnex - municipalLevelInternalInstitutions x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionCreateQueryRespDTO: title: 申报创建查询响应参数 type: object properties: policyId: type: string title: 关联政策 unitName: type: string title: 单位名称 organization: type: string title: 所属系统 system: type: string title: 所属团组织 municipalLevelInternalInstitutions: type: boolean title: 市级内设机构 phone: type: string title: 联系电话 address: type: string title: 通讯地址 zipCode: type: string title: 邮编 notes: type: string title: 备注 programme: type: string title: 创建方案 scanAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 盖章版扫描件 otherAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 其他附件 x-apifox-refs: {} x-apifox-orders: - policyId - unitName - organization - system - municipalLevelInternalInstitutions - phone - address - zipCode - notes - programme - scanAnnex - otherAnnex required: - unitName - organization - address - phone - zipCode - notes - programme - system - policyId - otherAnnex - scanAnnex - municipalLevelInternalInstitutions x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 TestDetailRespDto: title: 试卷详情响应体 type: object properties: id: type: string title: 考试id title: type: string title: 试卷标题 imageCover: type: string title: 封面图 testTime: type: string title: 考试有效期 effectiveTime: type: string title: 答题时长 totalTimes: type: string title: 可考次数 joinNum: type: integer title: 已考人数 passScore: type: string title: 合格分数 totalScore: type: string title: 总分数 publishWorkerName: type: string title: 发布者姓名 publishTime: type: string title: 发布时间 state: type: integer title: 状态 description: 0未开始 1进行中 2已结束 topicType: type: integer title: 选题模式 description: 1系统随机选题 2自定义选题 3批量导入题目 topicList: type: array items: $ref: '#/components/schemas/TestTopicRespDto' x-apifox-refs: {} x-apifox-orders: - id - title - imageCover - testTime - effectiveTime - totalTimes - joinNum - passScore - totalScore - publishWorkerName - publishTime - state - topicType - topicList required: - id - title - testTime - joinNum - passScore - totalScore - publishWorkerName - imageCover - effectiveTime - totalTimes - topicType - topicList x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 TestTopicRespDto: type: object properties: id: type: integer description: 序号 topic: type: string description: 题目 topicType: type: integer description: 题目类型 x-apifox-refs: {} x-apifox-orders: - id - topic - topicType required: - id - topic - topicType title: 试卷题目响应体 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 RightsProtectionRecordPageRespDTO: title: 申报记录分页查询响应参数 type: object properties: id: type: integer title: 序号 applicantCode: type: string title: 编号 applyType: type: string title: 类型 unitName: type: string title: 单位名称 address: type: string title: 通讯地址 phone: type: string title: 联系电话 zipCode: type: string title: 邮编 system: type: string title: 所属系统 organization: type: string title: 所属团组织 applicant: type: string title: 申请人 applyTime: type: string title: 申请时间 link: type: string title: 当前环节 status: type: string title: 状态 x-apifox-refs: {} x-apifox-orders: - id - applicantCode - applyType - unitName - address - phone - zipCode - system - organization - applicant - applyTime - link - status required: - applicantCode - unitName - address - phone - zipCode - system - applicant - applyTime - status - applyType - id - link - organization x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 CivilizationViewRespDTO: type: object properties: policy_id: type: string title: 关联政策ID id: type: string title: 主键 applyReport: title: 文明号申报表 $ref: '#/components/schemas/CivilizationApplyReportRespDTO' standbyReport: title: 文明号报备表 $ref: '#/components/schemas/CivilizationStandbyReportRespDTO' selfOutside: title: 文明号自评表 $ref: '#/components/schemas/CivilizationSelfRespDTO' types: type: string title: 类型 description: 1 创建,2复核 state: type: string description: 创建和复核的时候默认待初评 状态为1 title: 状态 x-apifox-orders: - policy_id - id - applyReport - standbyReport - selfOutside - types - state required: - policy_id - id - applyReport - standbyReport - selfOutside - types - state x-apifox-refs: {} title: 文明号查看/编辑详细RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp CivilizationSelfRespDTO: type: object properties: id: type: string title: 主键 applyOrgId: type: string title: 填报单位ID applyOrgName: type: string title: 填报单位名称 applyTime: type: string title: 填报时间 youthCollectiveName: type: string title: 青年集体名称 youthCollectiveCategory: type: string title: 青年集体类别 workerPeoples: type: string title: 职工总人数 belowThirtyfivePeoples: type: string title: 35岁及以下:青年人数 belowFortyName: type: string title: 40周岁及以下:负责人姓名 duties: type: string title: 职务 bornTime: type: string title: 出生年月 mailAddress: type: string title: 通讯地址 telephone: type: string title: 联系电话 zipCode: type: string title: 邮编 selfFraction: type: array items: $ref: '#/components/schemas/CivilizationFractionRespDTO' title: 自评分数 mainId: type: string title: 关联清单ID required: - applyOrgId - applyTime - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - bornTime - mailAddress - telephone - zipCode - applyOrgName - selfFraction - mainId - id x-apifox-orders: - id - applyOrgId - applyOrgName - applyTime - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - bornTime - mailAddress - telephone - zipCode - selfFraction - mainId title: 文明号自评表RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp CivilizationFractionRespDTO: type: object properties: selfId: type: integer title: 自评静态ID oneCode: type: string title: 一级模块编码 oneContent: type: string title: 一级模块内容 twoContent: type: string title: 二级模块内容 threeContent: type: string title: 三级模块内容 version: type: string title: 版本号 standardFraction: type: string title: 标准分数 sort: type: integer title: 排序 fraction: type: string title: 分数 x-apifox-orders: - selfId - oneCode - oneContent - twoContent - threeContent - version - standardFraction - sort - fraction title: 文明号自评分数RespDTO required: - selfId - oneCode - oneContent - twoContent - threeContent - version - standardFraction - sort - fraction x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp CivilizationStandbyReportRespDTO: type: object properties: id: type: string title: 主键 collectivenessName: type: string title: 集体名称 applyOrgId: type: string title: 所在单位ID applyOrgName: type: string title: 所在单位名称 category: type: string title: 创建(复核)类别(1创建 2复核) description: 1市级2市级杰出3市级优秀 groupOrgId: type: string title: 所属团组织ID groupOrgName: type: string title: 所属团组织名称 callLeaderName: type: string title: 号长姓名 callLeaderId: type: string title: 号长ID idCard: type: string title: 身份证 mobilePhone: type: string title: 手机 weChatNumber: type: string title: 微信号 oldCategory: type: string title: 曾被认定类别 annex: type: array items: $ref: '#/components/schemas/CivilizationAnnexRespDTO' mainId: type: string title: 关联清单ID required: - collectivenessName - applyOrgId - category - groupOrgId - callLeaderName - callLeaderId - idCard - mobilePhone - weChatNumber - oldCategory - applyOrgName - groupOrgName - annex - mainId - id x-apifox-orders: - id - collectivenessName - applyOrgId - applyOrgName - category - groupOrgId - groupOrgName - callLeaderName - callLeaderId - idCard - mobilePhone - weChatNumber - oldCategory - annex - mainId title: 文明号报备表RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp CivilizationAnnexRespDTO: type: object properties: fileName: type: string title: 文件名称 fileType: type: string title: 文件类型 fileUrl: type: string title: 文件地址 mainId: type: string title: 关联ID title: 文明号附件RespDTO x-apifox-orders: - fileName - fileType - fileUrl - mainId required: - fileName - fileType - fileUrl - mainId x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp CivilizationApplyReportRespDTO: type: object properties: id: type: string title: 主键 youthCollectiveName: type: string title: 青年集体名称 youthCollectiveCategory: type: string title: 青年集体类别 workerPeoples: type: string title: 职工总人数 belowThirtyfivePeoples: type: string title: 35岁及以下:青年人数 belowFortyName: type: string title: 40周岁及以下:负责人姓名 duties: type: string title: 职务 age: type: string title: 年龄 mailAddress: type: string title: 通讯地址 officePhone: type: string title: 办公电话 mobilePhone: type: string title: 手机 zipCode: type: string title: 邮编 kzqsnSituation: type: string title: 开展青年成长计划情况 kzwxSituation: type: string title: 开展“五小”创新活动情况 kztpSituation: type: string title: 开展脱贫攻坚帮扶贫困家庭情况 qscxSituation: type: string title: 牵手城乡社区市民学校情况 hnbpCivilization: type: string title: 何年被评为区县级或市级青年青年文明号 mainId: type: string title: 关联清单表 required: - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - age - mailAddress - officePhone - mobilePhone - zipCode - kzqsnSituation - kzwxSituation - kztpSituation - qscxSituation - mainId - id x-apifox-orders: - id - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - age - mailAddress - officePhone - mobilePhone - zipCode - kzqsnSituation - kzwxSituation - kztpSituation - qscxSituation - hnbpCivilization - mainId title: 文明号申报表RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp QuestionBankEditReqDTO: type: object properties: id: type: integer title: 题库ID questionBankName: type: string title: 题库名称 title: 题库编辑请求参数 x-apifox-orders: - id - questionBankName required: - id - questionBankName x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 ChangeLeaderCommandoReqDTO: type: object properties: teamLeaderName: type: string title: 队长名字 teamLeaderCard: type: string title: 队长名字身份证 teamLeaderPhone: type: string title: 队长电话 id: type: string title: id x-apifox-orders: - teamLeaderName - teamLeaderCard - teamLeaderPhone - id required: - teamLeaderName - teamLeaderCard - teamLeaderPhone - id title: 突击队修改队长 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 OperateTestRepDto: type: object properties: testId: type: string title: 试卷id operate: type: integer title: 操作 description: 1开始2结束 x-apifox-orders: - testId - operate required: - testId - operate title: 操作考试请求体 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 ParentYouthSafetyRsp: type: object properties: id: type: integer name: type: string title: 对象名称 title: 归属对象返回参数 x-apifox-orders: - id - name required: - id - name x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/公告公示 CivilizationIdentifyReqDTO: type: object properties: ids: type: array items: type: string IdentifyState: type: string title: 认定:1通过 0驳回 reason: type: string title: 原因 ratingLevel: type: string title: 评定等级 title: 文明号认定ReqDTO x-apifox-orders: - ids - IdentifyState - reason - ratingLevel required: - ids - IdentifyState - ratingLevel x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req QuestionBankAddReqDTO: type: object properties: questionBankName: type: string title: 题库名称 maxLength: 20 minLength: 1 title: 题库添加请求参数 x-apifox-orders: - questionBankName required: - questionBankName x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 DocumentListRsp: type: object properties: id: type: integer documentTitle: type: string title: 政策标题 title: 政策列表返回参数 x-apifox-orders: - id - documentTitle required: - id - documentTitle x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 AppExamUserReqDTO: type: object properties: orgId: type: integer title: 文明号集体Id description: 文明号集体Id username: type: string title: 用户名 description: 用户名 userIdCard: type: string title: 身份证 description: 身份证 phoneNumber: type: string title: 手机号 description: 手机号 x-apifox-orders: - orgId - username - userIdCard - phoneNumber required: - orgId - username - userIdCard - phoneNumber title: 个人参考信息请求参数 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 PutTopAnnouncementReqDTO: type: object properties: id: type: integer whetherTop: type: boolean title: 是否置顶 x-apifox-orders: - id - whetherTop required: - id - whetherTop title: 置顶公示公告请求参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/公告公示 CivilizationExamineReqDTO: type: object properties: ids: type: array items: type: string examineState: type: string title: 初评:1通过 0驳回 annex: type: array items: $ref: '#/components/schemas/CivilizationAnnexReqDTO' title: 文明号初评ReqDTO x-apifox-orders: - ids - examineState - annex required: - ids - examineState - annex x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req CivilizationAnnexReqDTO: type: object properties: fileName: type: string title: 文件名称 fileType: type: string title: 文件类型 fileUrl: type: string title: 文件地址 title: 文明号附件ReqDTO x-apifox-orders: - fileName - fileType - fileUrl required: - fileName - fileType - fileUrl x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req PutTopDocumentReqDTO: type: object properties: id: type: integer whetherTop: type: boolean title: 是否置顶 description: 置顶true,取消置顶false title: 置顶政策参数 x-apifox-orders: - id - whetherTop required: - id - whetherTop x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 QuestionBankRespDTO: type: object properties: id: type: integer title: 题库ID questionBankName: type: string title: 题库名称 singleOptionCount: type: integer title: 单选题数量 mulityOptionCount: type: integer title: 多选题数量 judgmentCount: type: integer title: 判断题数量 publisher: type: string title: 发布者 publishTime: type: string title: 发布时间 title: 题库列表返回值 x-apifox-orders: - id - questionBankName - singleOptionCount - mulityOptionCount - judgmentCount - publisher - publishTime required: - id - questionBankName - singleOptionCount - mulityOptionCount - judgmentCount - publisher - publishTime x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 QuestionBankQueryReqDTO: type: object properties: questionBankName: type: string title: 题库名称 startPublishTime: type: string title: 发布开始时间 endPublishTime: type: string title: 发布结束时间 x-apifox-orders: - questionBankName - startPublishTime - endPublishTime title: 题库列表请求参数 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 CommandoUpdateReqDTO: type: object properties: commandoName: type: string description: 突击队名称 projectName: type: string description: 建设项目名称 type: type: string description: ' 所属类别' teamLeaderName: type: string description: 队长姓名 teamLeaderCard: type: string description: 队长身份证号 teamLeaderPhone: type: string description: 队长电话 personNum: type: string description: 人数 workSituation: type: string description: 工作任务情况 fileUrl: type: string description: 附件地址 fileType: type: string description: 文件类型 businessId: type: string description: 文件id fileName: type: string description: 文件名字 id: type: string description: 突击队id groupOrgId: type: string description: 所属团组织id title: 所属团组织 groupOrgName: type: string description: 所属团组织名字 havaThreeYearPlan: type: integer description: 是否为三年行动计划突击队(1是 0否) x-apifox-orders: - commandoName - projectName - type - teamLeaderName - teamLeaderCard - teamLeaderPhone - personNum - workSituation - fileUrl - fileType - businessId - fileName - id - groupOrgId - groupOrgName - havaThreeYearPlan title: 突击队跟新参数 required: - groupOrgId - groupOrgName - commandoName - projectName - type - teamLeaderName - teamLeaderCard - teamLeaderPhone - personNum - workSituation - fileUrl - id - fileType - businessId - fileName - havaThreeYearPlan x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 CivilizationOrgRespDTO: type: object properties: orgId: type: integer title: 文明号组织id description: 文明号集体id orgName: type: string title: 文明号组织名称 description: 文明号组织名称 x-apifox-orders: - orgId - orgName required: - orgId - orgName title: 文明号集体 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 commandoOrgrationRespDTO: type: object properties: orgId: type: string title: 组织ID orgName: type: string title: 组织名称 title: 青年突击队页面组织下拉RespDTO x-apifox-orders: - orgId - orgName required: - orgId - orgName x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 CommandoRankListRespDTO: type: object properties: updateTime: type: string title: 跟新时间 list: type: array items: $ref: '#/components/schemas/CommandoRankListDetilRespDTO' x-apifox-refs: {} x-apifox-orders: - updateTime - list title: 突击队排行榜返回 required: - updateTime - list x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 CommandoRankListDetilRespDTO: type: object properties: rankNum: type: integer title: 排行 commandoName: type: string title: 名字 collectNum: type: string title: 收藏数 title: 突击队排名详情 x-apifox-orders: - rankNum - commandoName - collectNum required: - rankNum - commandoName - collectNum x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 TopicEditReqDTO: type: object properties: id: type: integer title: 题目ID topic: type: string title: 标题 topicOptions: type: array items: $ref: '#/components/schemas/TopicOptionDTO' title: 选项 topicType: type: integer description: 1单选题2多选题3判断题 title: 题目编辑请求参数 x-apifox-orders: - id - topic - topicOptions - topicType required: - topic - topicOptions - id - topicType x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 TopicOptionDTO: type: object properties: optionContent: type: string title: 选项内容 isAnswer: type: integer title: 是否为答案 description: 1是答案0不是答案 option: type: string title: 选项 title: 题目选项 x-apifox-orders: - optionContent - isAnswer - option required: - optionContent - isAnswer x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 AppExamInfoRespDTO: type: object properties: id: type: integer title: 试卷ID description: 试卷ID examName: type: string title: 试卷名称 description: 试卷名称 totalScore: type: number title: 试卷总分 description: 试卷总分 passScore: type: number title: 试卷及格分 description: 试卷及格分 topicCount: type: integer title: 总题数 description: 总题数 examTime: type: string title: 考试时长 description: 考试时长 examTimes: type: integer title: 已考次数 description: 已考次数 residueTimes: type: integer title: 剩余次数 description: 剩余次数 examStartTime: type: string title: 考试有效开始时间 description: 考试有效开始时间 examEndTime: type: string title: 考试有效结束时间 description: 考试有效结束时间 examTarget: type: string title: 考试对象 description: 考试对象 examState: type: integer title: 考试状态 description: '-1已结束,0未开始,1进行中且已考次数=0,2已考次数>0且可考次数>0,3可考次数=0' x-apifox-orders: - id - examName - totalScore - passScore - topicCount - examTime - examTimes - residueTimes - examStartTime - examEndTime - examTarget - examState required: - id - examName - totalScore - passScore - topicCount - examTime - examTimes - residueTimes - examStartTime - examEndTime - examTarget - examState title: 考试信息响应类 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 RightsProtectionCheckReqDTO: title: 申报复核请求参数 type: object x-apifox-refs: {} x-apifox-orders: - id - isCorrelation - unitName - organization - municipalLevelInternalInstitutions - system - address - applicant - phone - namingTime - fileCode - scanAnnex - otherAnnex - reviewIndicators - isDraft properties: id: type: integer title: 序号 isCorrelation: type: boolean title: 是否关联已有创建内容 unitName: type: string title: 单位名称 organization: type: string title: 所属团组织 municipalLevelInternalInstitutions: type: boolean title: 市级内设机构 system: type: string title: 所属系统 address: type: string title: 通讯地址 applicant: type: string title: 权益岗负责人 phone: type: string title: 联系电话 namingTime: type: string title: 命名时间 fileCode: type: string title: 命名文件号 scanAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 盖章版扫描件 otherAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 其他附件 reviewIndicators: type: string title: 复核指标 isDraft: type: boolean title: 是否保存为草稿 required: - unitName - address - organization - system - applicant - phone - namingTime - fileCode - otherAnnex - reviewIndicators - isCorrelation - id - isDraft - municipalLevelInternalInstitutions - scanAnnex x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 MienAppraiseReqDTO: type: object properties: ids: type: array items: type: integer description: 指标体系与风采关联表主键 title: 主键列表 label: type: boolean title: 标识 description: 解释:通过:true;驳回:false indexId: type: integer title: 指标体系ID x-apifox-orders: - ids - label - indexId required: - ids - label - indexId title: 风采评定ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 TopicListQueryReqDTO: type: object properties: topic: type: string title: 题目 topicType: type: integer title: 题目类型 description: 1单选题2多选题3判断题 questionBankId: type: integer title: 所属题库ID x-apifox-orders: - topic - topicType - questionBankId title: 题目列表请求参数 required: - questionBankId x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 ChooseTopicReqDto: type: object properties: singleNum: type: string title: 单选题抽取数量 multiNum: type: string title: 多选题抽取数量 judgeNum: type: string title: 判断题抽取数量 topicLibraryId: type: string title: 题库id title: 抽取题目请求体 x-apifox-orders: - singleNum - multiNum - judgeNum - topicLibraryId required: - singleNum - multiNum - judgeNum - topicLibraryId x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 OperationAnnouncementReqDTO: type: object properties: id: type: integer state: type: integer title: 状态 description: 状态,(1已公示,2已退回,3已下架) x-apifox-orders: - id - state required: - id - state title: 操作公示公告请求参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/公告公示 CivilizationEvaluateReqDTO: type: object properties: ids: type: array items: type: string evaluateState: type: string title: 初核:1通过 0驳回 reason: type: string title: 原因 title: 文明号初核ReqDTO x-apifox-orders: - ids - evaluateState - reason required: - ids - evaluateState x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req IndexSystemExportReqDTO: type: object properties: id: type: string title: 主键 description: 指标版本的主键 x-apifox-orders: - id required: - id title: 指标体系版本导出ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 IdArraysReqDTO: type: object properties: ids: type: array items: type: integer title: 数组参数 x-apifox-orders: - ids required: - ids x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 AddYcqYzyhTestReqDto: type: object properties: title: type: string title: 试卷标题 fileIds: type: array items: type: string title: 封面图Ids testTime: type: array items: type: string title: 考试时间 effectiveTime: type: integer title: 答题时长 passScore: type: integer title: 合格分数 totalScore: type: integer title: 总分数 totalTimes: type: integer title: 可考次数 examType: type: string title: 试卷类型 topicType: type: integer description: 1系统随机选题 2自定义选题 3批量导入题目 title: 选题模式 singleRule: type: integer title: 单选题分数 singleNum: type: integer title: 单选题数量 description: 系统抽题 multiRule: type: integer title: 多选题分数 multiNum: type: integer title: 多选题数量 judgeRule: type: integer title: 判断题分数 judgeNum: type: integer title: 多选题数量 topicNum: type: integer title: 总题数 topicList: type: array items: type: integer title: 题目id集合 id: type: string title: 试卷id title: 添加试卷请求体 x-apifox-orders: - title - fileIds - testTime - effectiveTime - passScore - totalScore - totalTimes - examType - topicType - singleRule - singleNum - multiRule - multiNum - judgeRule - judgeNum - topicNum - topicList - id required: - effectiveTime - totalTimes - passScore - examType - multiRule - singleRule - judgeRule - topicList - totalScore - topicType - fileIds - singleNum - multiNum - judgeNum - id - testTime - topicNum x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 ExamineCommandoReqDTO: type: object properties: examineResult: type: integer description: 审核结果 3通过 4是驳回 examineReason: type: string description: 审核-原因 commandoId: type: string description: 突击队id x-apifox-orders: - examineResult - examineReason - commandoId required: - examineResult - examineReason - commandoId title: 突击队审核参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 CommandoActiveDetailsIssueRespDTO: type: object properties: IssueNumber: type: integer title: 发布次数 orderNumber: type: integer title: 序号 title: type: string title: 标题 commandoName: type: string title: 所属对象 description: 突击队名 workerName: type: string title: 发布人 description: 用户 IssueTime: type: string title: 发布时间 score: type: integer title: 得分 title: 积分明细-发布详情RespDTO x-apifox-orders: - IssueNumber - orderNumber - title - commandoName - workerName - IssueTime - score required: - IssueNumber - orderNumber - title - commandoName - workerName - IssueTime - score x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 OperationDocumentReqDTO: type: object properties: id: type: integer state: type: integer title: 状态 description: (1已公示,2已退回,3已下架) reason: type: string title: 原因 x-apifox-orders: - id - state - reason required: - id - state title: 操作政策请求参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 AppExamRankRespDTO: type: object properties: sort: type: integer title: 排序 description: 排序 username: type: string title: 用户 description: 用户 score: type: number title: 成绩 description: 成绩 answerTime: type: string title: 答题耗时 description: 答题耗时 x-apifox-orders: - sort - username - score - answerTime required: - sort - username - score - answerTime title: 考试排名 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 RightsProtectionCreateReqDTO: type: object properties: id: type: integer title: 序号 policyId: type: string title: 关联政策 unitName: type: string title: 单位名称 system: type: string title: 所属系统 organization: type: string title: 所属团组织 municipalLevelInternalInstitutions: type: boolean title: 市级内设机构 phone: type: string title: 联系电话 address: type: string title: 通讯地址 zipCode: type: string title: 邮编 notes: type: string title: 备注 programme: type: string title: 创建方案 scanAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 盖章版扫描件 otherAnnex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 其他附件 isDraft: type: boolean title: 是否保存为草稿 title: 申报创建请求参数 x-apifox-orders: - id - policyId - unitName - system - organization - municipalLevelInternalInstitutions - phone - address - zipCode - notes - programme - scanAnnex - otherAnnex - isDraft required: - unitName - otherAnnex - programme - notes - zipCode - phone - address - organization - policyId - system - id - isDraft - municipalLevelInternalInstitutions - scanAnnex x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 IndicatorVersionReqDTO: type: object properties: id: type: string title: id versionName: type: string title: 版本名称 effectiveTimeStart: type: string title: effectiveTimeStart effectiveTimeEnd: type: string title: effectiveTimeEnd title: 指标版本ReqDTO x-apifox-orders: - id - versionName - effectiveTimeStart - effectiveTimeEnd required: - id - versionName - effectiveTimeStart - effectiveTimeEnd x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系管理 CommandoActiveDetailsLoginRespDTO: type: object properties: loginNumber: type: integer title: 登录次数 orderNumber: type: integer title: 序号 workerName: type: string title: 姓名 commandoName: type: string title: 所属青年青年突击队 description: 突击队名 phone: type: string title: 手机号 loginTime: type: string title: 登录时间 score: type: string title: 得分 x-apifox-orders: - loginNumber - orderNumber - workerName - commandoName - phone - loginTime - score required: - loginNumber - orderNumber - workerName - commandoName - phone - loginTime - score title: 积分明细-登录详情RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 integrationDetailsCommonReqDTO: type: object properties: id: type: string title: 突击队的主键id title: 积分明细通用请求ReqDTO(应该会变动) x-apifox-orders: - id required: - id x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 TopicAddReqDTO: type: object properties: questionBankId: type: integer title: 题库ID topic: type: string title: 标题 minLength: 1 maxLength: 100 topicOptions: type: array items: $ref: '#/components/schemas/TopicOptionDTO' title: 选项 topicType: type: integer title: 题目类型 description: 1单选题2多选题3判断题 x-apifox-orders: - questionBankId - topic - topicOptions - topicType required: - topic - topicOptions - topicType - questionBankId title: 题目添加请求参数 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 CommandoDetailsRespDTO: type: object properties: commandoName: type: string description: 突击队名称 projectName: type: string description: 建设项目名称 type: type: string description: ' 所属类别' teamLeaderName: type: string description: 队长姓名 teamLeaderIdCard: type: string description: 队长身份证号 teamLeaderPhone: type: string description: 队长电话 personNum: type: string description: 人数 workSituation: type: string description: 工作任务情况 fileUrl: type: string description: 附件地址 fileType: type: string description: 文件类型 businessId: type: string description: 文件id fileName: type: string description: 文件名字 id: type: string description: 突击队id groupOrgId: type: string description: 所属团组织id title: 所属团组织 groupOrgName: type: string description: 所属团组织名字 havaThreeYearPlan: type: integer description: 是否为三年行动计划突击队(1是 0否) x-apifox-orders: - commandoName - projectName - type - teamLeaderName - teamLeaderIdCard - teamLeaderPhone - personNum - workSituation - fileUrl - fileType - businessId - fileName - id - groupOrgId - groupOrgName - havaThreeYearPlan title: 突击队跟新返回 required: - groupOrgId - groupOrgName - commandoName - projectName - type - teamLeaderName - teamLeaderIdCard - teamLeaderPhone - personNum - workSituation - fileUrl - id - fileType - businessId - fileName - havaThreeYearPlan x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 ActivityDetailsRsp: type: object properties: id: type: integer ActivityTitle: type: string title: 风采标题 ActivityType: type: integer title: 风采类型 description: 1突击队,2文明号,3示范岗,4权益岗 ActivityTypeName: type: string title: 风采类型 parentName: type: string title: 所属对象 openCompetenceName: type: string title: 公开范围名称 openCompetence: type: integer description: (1对内,2对外,3全部) title: 公开范围 createUserName: type: string title: 创建人 createTime: type: string title: 创建时间 ActivityText: type: string title: 风采内容 ikesTotal: type: integer title: 点赞数量 title: 风采详情返回参数 x-apifox-orders: - id - ActivityTitle - ActivityType - ActivityTypeName - parentName - openCompetenceName - openCompetence - createUserName - createTime - ActivityText - ikesTotal required: - id - ActivityTitle - ActivityType - parentName - openCompetenceName - openCompetence - createUserName - createTime - ActivityTypeName - ActivityText - ikesTotal x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/风采展示 OperationActivityReqDTO: type: object properties: id: type: integer title: 操作风采请求参数 x-apifox-orders: - id required: - id x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/风采展示 CoincidenceOrgrationRespDTO: type: object properties: id: type: integer title: 组织ID unitName: type: string title: 维权岗单位名称 title: 维权岗信息RespDTO x-apifox-orders: - id - unitName required: - id - unitName x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 ExamTopicRespDTO: type: object properties: topic_id: type: integer title: 题目id description: 题目id topicType: type: string title: 出题类型 description: 单选/多选/判断 topicName: type: string title: 题目 description: 题目 examOptions: type: array items: $ref: '#/components/schemas/ExamOptionRespDTO' x-apifox-orders: - topic_id - topicType - topicName - examOptions required: - topicType - topicName - examOptions - topic_id x-apifox-refs: {} title: 考试题目集合类 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 ExamOptionRespDTO: type: object properties: id: type: integer title: 数据id description: 数据id option: type: string title: 选项 description: A/B/C/D optionContent: type: string title: 选项内容 description: 选项内容 isAnswer: type: integer title: 是否为正确答案 description: 是否为正确答案 topic_id: type: integer title: 选项id description: 选项id x-apifox-orders: - id - option - optionContent - isAnswer - topic_id required: - id - option - optionContent - topic_id title: 考试选项 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 YcqYzyhTestCountRespDto: type: object properties: workerCode: type: string title: 工号 workerName: type: string title: 考生姓名 identityNum: type: string title: 身份证号 collectiveness: type: string title: 所在集体 orgName: type: string title: 团组织名称 examScore: type: string title: 最高成绩 examTimes: type: integer title: 考试次数 correctNum: type: integer title: 正确题数 totalNum: type: string title: 总题数 totalTime: type: string title: 用时 isPass: type: integer title: 状态 description: 0未通过 1已通过 ranking: type: integer title: 排名 title: 考试情况统计响应体 x-apifox-orders: - workerCode - workerName - identityNum - collectiveness - orgName - examScore - examTimes - correctNum - totalNum - totalTime - isPass - ranking required: - workerCode - orgName - workerName - examScore - examTimes - totalNum - totalTime - isPass - ranking - identityNum - collectiveness x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 YcqYzyhTestCountReqDto: type: object properties: state: type: integer title: 状态 description: 0未通过 1已通过 orgId: type: string title: 团组织Id teamId: type: string title: 集体Id keyWord: type: string title: 关键字 title: 考试情况统计请求体 x-apifox-orders: - state - orgId - teamId - keyWord required: - state - orgId - keyWord - teamId x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 RightsProtectionOperateReqDTO: type: object properties: ids: type: array items: type: integer title: 序号列表 opinion: type: string title: 审核意见 annex: type: array items: $ref: '#/components/schemas/RightsProtectionAnnexDTO' title: 附件 reason: type: string title: 原因 title: 申报评审请求参数 x-apifox-orders: - ids - opinion - annex - reason required: - annex - opinion - reason - ids x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 DocumentDetailsRsp: type: object properties: documentTitle: type: string title: 政策标题 documentType: type: integer title: 政策类型 description: 1突击队,2文明号,3示范岗,4权益岗 documentTypeName: type: string title: 政策类型名称 state: type: integer title: 状态 description: 状态(1已发布,2已退回,3已下架) stateName: type: string title: 状态名称 documentNum: type: string title: 政策文件号 coverImageFile: type: array items: $ref: '#/components/schemas/CoverImageDto' title: 封面数组 subsidiaryFile: type: array items: $ref: '#/components/schemas/AnnexDto' title: 附件数组 openCompetence: type: integer title: 开放范围 description: (1对内,2全部) openCompetenceName: type: string title: 开放范围名称 documentText: type: string title: 政策内容 id: type: integer applyName: type: string title: 申请类型 beginTime: type: string title: 有效开始时间 endTime: type: string title: 有效结束时间 reviewState: type: string title: 审核状态 whetherApply: type: string title: 是否填写申请入口 x-apifox-orders: - documentTitle - documentType - documentTypeName - state - stateName - documentNum - coverImageFile - subsidiaryFile - openCompetence - openCompetenceName - documentText - id - applyName - beginTime - endTime - reviewState - whetherApply required: - documentTitle - documentType - state - documentNum - coverImageFile - subsidiaryFile - openCompetence - documentText - id - applyName - beginTime - endTime - reviewState - whetherApply - stateName - documentTypeName - openCompetenceName title: 查看政策详情返回参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 AnnexDto: type: object properties: fileId: type: integer title: 文件id fileName: type: string title: 文件名字 fileKey: type: string title: 文件key fileType: type: string title: 文件类型 fileSize: type: string title: 文件大小 fileUrl: type: string title: 文件地址 title: 附件信息 x-apifox-orders: - fileId - fileName - fileKey - fileType - fileSize - fileUrl required: - fileId - fileName - fileKey - fileType - fileSize - fileUrl x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 CoverImageDto: type: object properties: fileId: type: integer title: 文件id fileName: type: string title: 文件名称 fileType: type: string title: 文件类型 fileSize: type: string title: 文件大小 picWidth: type: integer title: 图片宽度 picHeight: type: integer title: 图片宽度 fileKey: type: string title: 图片key fileUrl: type: string title: 图片地址 title: 封面图片 x-apifox-orders: - fileId - fileName - fileType - fileSize - picWidth - picHeight - fileKey - fileUrl required: - fileId - fileName - fileType - fileSize - picWidth - picHeight - fileKey - fileUrl x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 BrowseDocumentReqDTO: type: object properties: id: type: integer description: id operationType: type: integer description: 1点赞,2取消点赞 title: 浏览或点赞请求参数 x-apifox-orders: - id - operationType required: - id x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 CivilizationListRespDTO: type: object properties: id: type: string title: 主键 declarationNumber: type: string title: 申报编号 types: type: string title: 类型 description: 1创建 2复核 collectivenessName: type: string title: 集体名称 policyId: type: string title: 关联政策ID policyName: type: string title: 关联政策 applyOrgId: type: string title: 所在单位ID applyOrgName: type: string title: 所在单位名称 category: type: string title: 创建(复核)类别 groupOrganizationName: type: string title: 所属团组织名称 groupOrganizationId: type: string title: 所属团组织ID callLeaderId: type: string title: 号长ID callLeaderName: type: string title: 号长名称 idCard: type: string title: 身份证 telephone: type: string title: 电话 state: type: string title: 状态 description: 1待初评2待审核3待公示4已公示 createBy: type: string title: 申请人 create_time: type: string title: 申请时间 delFlag: type: string title: 删除标识 rvaluateReason: type: string title: 初核原因 identifyReason: type: string title: 认定原因 recognitionLevel: type: string title: 认定等级 required: - id - declarationNumber - collectivenessName - applyOrgId - applyOrgName - category - groupOrganizationName - groupOrganizationId - callLeaderName - idCard - telephone - state - createBy - create_time - policyId - policyName - types - delFlag - rvaluateReason - identifyReason - recognitionLevel x-apifox-orders: - id - declarationNumber - types - collectivenessName - policyId - policyName - applyOrgId - applyOrgName - category - groupOrganizationName - groupOrganizationId - callLeaderId - callLeaderName - idCard - telephone - state - createBy - create_time - delFlag - rvaluateReason - identifyReason - recognitionLevel x-apifox-refs: {} title: 文明号申报清单RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/resp CivilizationListReqDTO: type: object properties: collectivenessCode: type: string title: 集体名称 groupOrganizationCode: type: string title: 所属团组织 unitCode: type: string title: 所在单位 callLeaderName: type: string title: 号长 state: type: string title: 状态 description: 1待初评2待审核3待公示4已公示 applyName: type: string title: 申请人 applyStartTime: type: string title: 申请开始时间 applyEndTime: type: string title: 申请结束时间 policyId: type: string title: 关联政策ID types: type: string title: 类型 description: 1创建2复核 category: type: string title: 创建(复核)类别 description: 1市级2市级杰出3市级优秀 ids: type: array items: type: string title: 批量id x-apifox-orders: - collectivenessCode - groupOrganizationCode - unitCode - callLeaderName - state - applyName - applyStartTime - applyEndTime - policyId - types - category - ids x-apifox-refs: {} title: 文明号申报清单ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req CommandoTypeRatioRespDTO: type: object properties: typeTitle: type: string description: 突击队类别名称:例如, 临时型 typeNumber: type: integer description: 当前类别突击队个数 typeTeamMemberNumber: type: integer description: 当前类别突击队人员总数 x-apifox-orders: - typeTitle - typeNumber - typeTeamMemberNumber required: - typeTitle - typeNumber - typeTeamMemberNumber title: 青年突击队类别信息RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 RightsProtectionDetailsRespDTO: type: object properties: unitName: type: string title: 单位名称 organization: type: string title: 所属团组织 address: type: string title: 通讯地址 phone: type: string title: 联系电话 zipCode: type: string title: 邮编 notes: type: string title: 备注 programme: type: string title: 创建方案 title: 申报查看响应参数 x-apifox-orders: - unitName - organization - address - phone - zipCode - notes - programme required: - unitName - organization - address - phone - zipCode - notes - programme x-apifox-refs: {} x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 AnnouncementDetailsRsp: type: object properties: announcementTitle: type: string title: 标题 announcementTypeName: type: string title: 公示公告类型 description: 突击队,文明号,示范岗,权益岗 coverImageFileId: type: array items: $ref: '#/components/schemas/CoverImageDto' title: 封面文件id subsidiaryFile: type: array items: $ref: '#/components/schemas/AnnexDto' title: 附件 documentText: type: string title: 公示公告内容 id: type: integer createTime: type: string title: 创建时间 createUser: type: string title: 创建者 viewTotal: type: integer title: 浏览量 ikesTotal: type: integer title: 点赞数量 x-apifox-orders: - announcementTitle - announcementTypeName - coverImageFileId - subsidiaryFile - documentText - id - createTime - createUser - viewTotal - ikesTotal required: - announcementTitle - announcementTypeName - subsidiaryFile - documentText - id - createTime - createUser - viewTotal - ikesTotal - coverImageFileId title: app查看公告详情返回参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/公告公示 IndicatorSystemRespDTO: type: object properties: id: type: integer additionalProperties: false title: ID evaluationPoints: type: string additionalProperties: false title: 评价要点 primaryIndicators: type: string additionalProperties: false title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 title: 指标体系RespDTO x-apifox-orders: - id - evaluationPoints - primaryIndicators - secondaryIndicators - score required: - id - evaluationPoints - primaryIndicators - secondaryIndicators - score x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系管理 IndicatorSystemReqDTO: type: object properties: id: type: integer title: id indicatorVersionId: type: integer title: 指标版本id evaluationPoints: type: string title: 评价要点 primaryIndicators: type: string title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 title: 指标体系ReqDTO x-apifox-orders: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score required: - id - indicatorVersionId - evaluationPoints - primaryIndicators - secondaryIndicators - score x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系管理 TopicDetailRespDTO: type: object properties: questionBankId: type: integer title: 题库ID questionBankName: type: string title: 所属题库 branchBelong: type: string title: 所属支部 topic: type: string title: 标题 topicOptions: type: array items: $ref: '#/components/schemas/TopicOptionDTO' title: 选项 topicType: type: integer title: 题目类型 description: 1单选题2多选题3判断题 title: 题目详情返回值 x-apifox-orders: - questionBankId - questionBankName - branchBelong - topic - topicOptions - topicType required: - questionBankName - branchBelong - topic - topicOptions - topicType - questionBankId x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 AppExamReqDTO: type: object properties: id: type: integer title: 试卷id description: 试卷id appExamSubmits: type: array items: $ref: '#/components/schemas/AppExamSubmitReqDTO' title: 考试答案提交数据 description: 提交试卷时必填!!! x-apifox-orders: - id - appExamSubmits required: - id title: app考试相关入参 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 AppExamSubmitReqDTO: type: object properties: topicId: type: integer title: 题目id description: 题目id topicType: type: string title: 题目类型 optionIds: type: array items: type: integer title: 所选选项的数据id description: 所选选项的数据id x-apifox-orders: - topicId - topicType - optionIds required: - topicId - optionIds - topicType title: 提交试卷时的请求参数 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 IndexSystemSimpleRespDTO: type: object properties: id: type: integer title: 主键 description: 指标体系版本表主键 versionName: type: string title: 版本名称 title: 指标体系版本简单RespDTO x-apifox-orders: - id - versionName required: - id - versionName x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 PageAnnouncementRsp: type: object properties: id: type: integer announcementTitle: type: string title: 公告标题 announcementType: type: string title: 公告类型 openCompetenceName: type: string title: 开放范围 createUserName: type: string title: 发布者 createTime: type: string title: 发布时间 viewTotal: type: string title: 浏览量 stateName: type: string title: 状态 whetherTop: type: boolean title: 是否置顶 x-apifox-orders: - id - announcementTitle - announcementType - openCompetenceName - createUserName - createTime - viewTotal - stateName - whetherTop required: - id - announcementTitle - announcementType - openCompetenceName - createUserName - createTime - viewTotal - stateName - whetherTop title: web管理分页查询政策响应参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/公告公示 PageAnnouncementReqDTO: type: object properties: announcementTitle: type: string title: 公告标题 openCompetence: type: integer title: 开放范围 state: type: string description: 状态,(1已公示,2已退回,3已下架) title: 状态 createUserName: type: string title: 发布者 announcementType: type: integer title: 公告类型 description: 1突击队,2文明号,3示范岗,4权益岗 id: type: integer description: 查看详情时传参 title: web管理分页查询公示公告请求参数 x-apifox-orders: - announcementTitle - openCompetence - state - createUserName - announcementType - id required: - announcementTitle - openCompetence - state - createUserName - announcementType x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/公告公示 pageActivityRsp: type: object properties: id: type: integer ActivityTitle: type: string title: 风采标题 ActivityType: type: integer title: 风采类型 description: 1突击队,2文明号,3示范岗,4权益岗 ActivityTypeName: type: string title: 风采类型 parentName: type: string title: 所属对象 state: type: integer title: 状态 description: (1待审核,2已退回,3已公示,4已下架) stateName: type: string title: 状态名称 coverImageFile: type: array items: $ref: '#/components/schemas/CoverImageDto' openCompetenceName: type: string title: 公开范围名称 openCompetence: type: integer description: (1对内,2对外,3全部) title: 公开范围 viewTotal: type: integer title: 浏览量 ikesTotal: type: integer title: 点赞数量 createUserName: type: string title: 创建人 createTime: type: string title: 创建时间 title: 分页查询风采返回参数 x-apifox-orders: - id - ActivityTitle - ActivityType - ActivityTypeName - parentName - state - stateName - coverImageFile - openCompetenceName - openCompetence - viewTotal - ikesTotal - createUserName - createTime required: - id - ActivityTitle - ActivityType - parentName - state - coverImageFile - openCompetenceName - openCompetence - viewTotal - createUserName - createTime - ActivityTypeName - stateName - ikesTotal x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/风采展示 PageActivityReqDTO: type: object properties: activityTitle: type: string title: 风采标题 openCompetence: type: integer title: 开放范围 state: type: string description: (1待审核,2已退回,3已公示,4已下架) title: 状态 createUserName: type: string title: 发布者 ActivityType: type: integer title: 风采类型 description: 1突击队,2文明号,3示范岗,4权益岗 id: type: integer description: 查看详情时传参 title: web分页查询风采请求参数 x-apifox-orders: - activityTitle - openCompetence - state - createUserName - ActivityType - id required: - activityTitle - openCompetence - state - createUserName - ActivityType x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/风采展示 AppExamContentRespDTO: type: object properties: id: type: integer title: 试卷id description: 试卷id examName: type: string title: 考试名称 description: 考试名称 examResidueTime: type: integer title: 考试剩余时间 description: 考试剩余时间 examTopics: type: array items: $ref: '#/components/schemas/ExamTopicRespDTO' x-apifox-orders: - id - examName - examResidueTime - examTopics required: - id - examName - examResidueTime - examTopics title: 考试内容查询响应 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 TopicRespDTO: type: object properties: id: type: integer title: 序号 topic: type: string title: 题目 topicType: type: integer title: 题目类型 description: 1单选题2多选题3判断题 x-apifox-orders: - id - topic - topicType required: - id - topic - topicType title: 题目列表 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/试题库 CommandoActiveIntegralRespDTO: type: object properties: orderNumber: type: integer title: 序号 commandoName: type: string title: 突击队名称 type: type: string title: 突击队类别 teanLeaderName: type: string title: 队长姓名 teanLeaderPhone: type: string title: 联系电话 description: 队长电话 orgName: type: string title: 所属团组织 mienIssueNumber: type: integer title: 风采发布总量 loginAmount: type: integer title: 总登录次数 score: type: integer title: 得分 title: 青年青年突击队活跃度积分RespDTO x-apifox-orders: - orderNumber - commandoName - type - teanLeaderName - teanLeaderPhone - orgName - mienIssueNumber - loginAmount - score required: - commandoName - type - teanLeaderName - teanLeaderPhone - orgName - mienIssueNumber - loginAmount - score x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 RightsProtectionInventoryPageRespDTO: type: object properties: id: type: integer title: 序号 applicantCode: type: string title: 申报编号 applyType: type: string title: 类型 unitName: type: string title: 单位名称 address: type: string title: 通讯地址 phone: type: string title: 联系电话 zipCode: type: string title: 邮编 organization: type: string title: 所属团组织 applicant: type: string title: 申请人 policy: type: string title: 关联政策 applyTime: type: string title: 申请时间 opinion: type: string title: 上一环节审核意见 status: type: string title: 状态 title: 申报清单分页查询响应参数 x-apifox-orders: - id - applicantCode - applyType - unitName - address - phone - zipCode - organization - applicant - policy - applyTime - opinion - status required: - id - applicantCode - unitName - address - phone - zipCode - organization - applicant - applyTime - status - opinion - policy - applyType x-apifox-refs: {} x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 RightsProtectionInventoryPageReqDTO: type: object properties: unitName: type: string title: 单位名称 organization: type: string title: 所属团组织 applicant: type: string title: 申请人 applyStartTime: type: string title: 申请开始时间 applyEndTime: type: string title: 申请结束时间 status: type: string title: 状态 applyType: type: string title: 类型 policyId: type: string title: 关联政策 title: 申报清单分页查询请求参数 x-apifox-orders: - unitName - organization - applicant - applyStartTime - applyEndTime - status - applyType - policyId required: - unitName - organization - applicant - status - applyType - applyEndTime - applyStartTime - policyId x-apifox-refs: {} x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/维权岗 PageDocumentRsp: type: object properties: id: type: integer documentTitle: type: string title: 政策标题 documentType: type: string title: 政策类型 openCompetenceName: type: string title: 开放范围 createUserName: type: string title: 发布者 createTime: type: string title: 发布时间 viewTotal: type: integer title: 浏览量 stateName: type: string title: 状态 whetherTop: type: boolean title: 是否置顶 coverImageFile: type: array items: $ref: '#/components/schemas/CoverImageDto' title: 封面数组 x-apifox-orders: - id - documentTitle - documentType - openCompetenceName - createUserName - createTime - viewTotal - stateName - whetherTop - coverImageFile required: - id - documentTitle - documentType - openCompetenceName - createUserName - createTime - viewTotal - stateName - whetherTop - coverImageFile title: web管理分页查询政策响应参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 PageDocumentReqDTO: type: object properties: documentTitle: type: string title: 政策标题 openCompetence: type: integer title: 开放范围 state: type: integer title: 状态 description: 状态(1已发布,2已退回,3已下架) createUserName: type: string title: 发布者 beginTime: type: string title: 开始时间 endTime: type: string title: 结束时间 documentType: type: integer title: 政策类型 description: 1突击队,2文明号,3示范岗,4权益岗 id: type: integer description: 查看详情时传参 title: web管理分页查询政策请求参数 x-apifox-orders: - documentTitle - openCompetence - state - createUserName - beginTime - endTime - documentType - id required: - documentType x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 IndicatorVersionRespDTO: type: object properties: id: type: integer title: id versionName: type: string title: 版本名称 x-apifox-orders: - id - versionName required: - id - versionName title: 指标版本RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系管理 YcqYzyhTestRespDto: type: object properties: id: type: string title: 考试id title: type: string title: 试卷标题 testTime: type: string title: 考试有效期 examType: type: string title: 试卷类型 topicType: type: integer description: 1系统随机选题 2自定义选题 3批量导入题目 title: 选题模式 joinNum: type: integer title: 已考人数 countScore: type: string title: 合格分/总分 totalScore: type: integer title: 总分数 publishWorkerName: type: string title: 发布者姓名 publishTime: type: string title: 发布时间 state: type: integer title: 状态 description: 0未开始 1进行中 2已结束 topicList: type: array items: $ref: '#/components/schemas/TestTopicRespDto' description: 试卷题目集合(回显) singleRule: type: integer title: 单选题分数 singleNum: type: integer title: 单选题数量 description: 系统抽题 multiRule: type: integer title: 多选题分数 multiNum: type: integer title: 多选题数量 judgeRule: type: integer title: 判断题分数 judgeNum: type: integer title: 多选题数量 x-apifox-orders: - id - title - testTime - examType - topicType - joinNum - countScore - totalScore - publishWorkerName - publishTime - state - topicList - singleRule - singleNum - multiRule - multiNum - judgeRule - judgeNum required: - id - testTime - topicType - joinNum - countScore - totalScore - publishWorkerName - examType - multiRule - singleRule - judgeRule - singleNum - multiNum - judgeNum - topicList title: 考试列表响应体 x-apifox-refs: {} x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 YcqYzyhTestReqDto: type: object properties: state: type: integer title: 状态 description: 0未开始 1进行中 2已结束 testTime: type: array items: type: string title: 考试时间 examType: type: string title: 试卷类型 title: type: string title: 试卷标题 x-apifox-orders: - state - testTime - examType - title required: - state - title - examType - testTime title: 考试列表请求体 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/应知应会考试/考试 indicatorAppraiseDecideRespDTO: type: object properties: orderNumber: type: integer title: 序号 title: type: string title: 风采标题 state: type: integer description: 解释:0:待评定;1:已通过;2:已驳回 title: 状态 stateName: type: string title: 状态中文解释 description: 0:待评定;1:已通过;2:已驳回 title: 指标体系评定风采RespDTO x-apifox-orders: - orderNumber - title - state - stateName required: - orderNumber - title - state - stateName x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 indicatorAppraiseDecideReqDTO: type: object properties: ids: type: string title: 风采主键字符串 title: 指标体系评定风采ReqDTO x-apifox-orders: - ids required: - ids x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 QueryCommandoRespDTO: type: object properties: commandoName: type: string description: 突击队名称 havaThreeYearPlan: type: integer description: 是否为三年行动计划突击队(1是 0否) projectName: type: string description: 建设项目名称 groupOrgName: type: string description: 所属团组织 type: type: string description: 突击队类别 teamLeaderName: type: string description: 队长姓名 teamLeaderIdCard: type: string description: 队长身份证号 teamLeaderPhone: type: string description: 队长电话 personNum: type: string description: 队友人数 commandoState: type: string description: 队伍状态 state: type: string description: 状态(草稿 1 待审核2 已通过3 已驳回4) applyTime: type: string description: 申请时间 applicant: type: string description: 申请人 id: type: string x-apifox-orders: - commandoName - havaThreeYearPlan - projectName - groupOrgName - type - teamLeaderName - teamLeaderIdCard - teamLeaderPhone - personNum - commandoState - state - applyTime - applicant - id required: - commandoName - projectName - groupOrgName - type - teamLeaderName - teamLeaderIdCard - teamLeaderPhone - personNum - commandoState - state - applyTime - applicant - id - havaThreeYearPlan title: 突击队查询返回 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 QueryCommandoReqDTO: type: object properties: commandoName: type: string description: 突击队名字 type: type: string description: 青年突击队类别 groupOrgId: type: string description: 所属团组织 state: type: string description: 状态(草稿 1 待审核2 已通过3 已驳回4) commandoState: type: string description: 队伍状态 teanLeaderName: type: string description: 队长 applicant: type: string description: 申请人 startTime: type: string endTime: type: string havaThreeYearPlan: type: integer description: 是否为三年行动计划突击队(1是 0否) x-apifox-orders: - commandoName - type - groupOrgId - state - commandoState - teanLeaderName - applicant - startTime - endTime - havaThreeYearPlan required: - commandoName - groupOrgId - state - teanLeaderName - applicant - startTime - endTime - commandoState - type - havaThreeYearPlan title: 突击队查询参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 CreateAnnouncementReqDTO: type: object properties: id: type: integer description: 编辑时传参 announcementTitle: type: string title: 公告标题 announcementType: type: integer title: 公告类型 description: 1突击队,2文明号,3示范岗,4权益岗 state: type: integer title: 状态 description: 状态,(1已公示,2已退回,3已下架) coverImageFileId: type: array items: $ref: '#/components/schemas/CoverImageDto' title: 封面 subsidiaryFile: type: array items: $ref: '#/components/schemas/AnnexDto' title: 附件 openCompetence: type: integer title: 开放范围 description: (1对内,2全部) documentText: type: string title: 公告内容 documentId: type: integer title: 政策id description: 新增公示时传参 nullable: true x-apifox-orders: - id - announcementTitle - announcementType - state - coverImageFileId - subsidiaryFile - openCompetence - documentText - documentId required: - announcementTitle - announcementType - state - documentText title: 创建公示/公告 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/公告公示 CreateActivityReqDTO: type: object properties: id: type: integer description: 编辑时传参 ActivityTitle: type: string title: 风采标题 ActivityType: type: integer title: 风采类型 description: 1突击队,2文明号,3示范岗,4权益岗 coverImageFile: type: array items: $ref: '#/components/schemas/CoverImageDto' title: 封面信息 openCompetence: type: integer title: 开放范围 description: (1对内,2对外,3全部) ActivityText: type: string title: 风采内容 parentId: type: integer title: 所属对象 targetId: type: integer title: 指标id x-apifox-orders: - id - ActivityTitle - ActivityType - coverImageFile - openCompetence - ActivityText - parentId - targetId required: - ActivityTitle - ActivityType - ActivityText - parentId - targetId title: 创建风采 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/风采展示 indicatorAppraiseRespDTO: type: object properties: evaluationPoints: type: string title: 评价要点 primaryIndicators: type: string title: 一级指标 secondaryIndicators: type: string title: 二级指标 score: type: integer title: 分值 activeNumber: type: string title: 关联活动/个 description: 关联的风采数 ids: type: string title: 风险的主键数组 title: 指标体系评价RespDTO x-apifox-orders: - evaluationPoints - primaryIndicators - secondaryIndicators - score - activeNumber - ids required: - evaluationPoints - primaryIndicators - secondaryIndicators - score - activeNumber - ids x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 indicatorAppraiseReqDTO: type: object properties: evaluationPoints: type: string title: 评价要点 primaryIndicators: type: string title: 一级指标 secondaryIndicators: type: string title: 二级指标 id: type: integer title: 主键 description: 指标体系表主键id rightsId: type: integer title: 权益岗主键 x-apifox-orders: - evaluationPoints - primaryIndicators - secondaryIndicators - id - rightsId title: 指标体系评价ReqDTO required: - id x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/指标体系评价 CommandoGroupInfoRespDTO: type: object properties: commandoTotalNumber: type: integer description: ' 青年突击队总数' commandoMemberNumber: type: integer description: 青年突击队员总数 ranksFreezeNumber: type: integer description: ' 队伍状态冻结数' teamLeaderAgeNumber: type: integer description: ' 队长40岁以下' teamLeaderCardList: type: string description: 队长年龄信息字符串 fengcaiReleaseTotalNumber: type: integer description: 风采发布总数 x-apifox-orders: - commandoTotalNumber - commandoMemberNumber - ranksFreezeNumber - teamLeaderAgeNumber - teamLeaderCardList - fengcaiReleaseTotalNumber required: - commandoTotalNumber - commandoMemberNumber - ranksFreezeNumber - teamLeaderAgeNumber - fengcaiReleaseTotalNumber - teamLeaderCardList title: 青年突击队信息查询统计RespDTO x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 CommandoCountInfoCommonReqDTO: type: object properties: startDate: type: string title: 开始时间 endDate: type: string title: 结束时间 orgId: type: string title: 组织 x-apifox-orders: - startDate - endDate - orgId title: 青年突击队信息查询统计通用请求ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/突击队信息统计 AppExamListRespDTO: type: object properties: id: type: integer description: 考试课程id title: 考试课程id examName: type: string description: 考试名称 title: 考试名称 examTime: type: integer description: 考试时长 title: 考试时长 examTotalScore: type: integer description: 考试总分 title: 考试总分 topicNum: type: integer description: 题目个数 title: 题目个数 completeNum: type: integer description: 完成人数 title: 完成人数 examIcon: type: string description: 考试图标 title: 考试图标 x-apifox-orders: - id - examName - examTime - examTotalScore - topicNum - completeNum - examIcon required: - id - examName - examTime - examTotalScore - topicNum - completeNum - examIcon title: 考试列表响应 x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/app在线考试 CivilizationSaveReqDTO: type: object properties: policy_id: type: string title: 关联政策ID id: type: string title: 主键 applyReport: $ref: '#/components/schemas/CivilizationApplyReportReqDTO' title: 文明号申报表 standbyReport: $ref: '#/components/schemas/CivilizationStandbyReportReqDTO' title: 文明号报备表 selfOutside: title: 文明号自评表 $ref: '#/components/schemas/CivilizationSelfReqDTO' annexs: type: array items: $ref: '#/components/schemas/CivilizationAnnexReqDTO' title: 附件url types: type: string title: 类型 description: 1 创建,2复核 state: type: string title: 状态 reportCode: type: string title: 申报编号 description: 后端生成,前端不用传 x-apifox-orders: - policy_id - id - applyReport - standbyReport - selfOutside - annexs - types - state - reportCode required: - applyReport - standbyReport - selfOutside - annexs - types - state - reportCode x-apifox-refs: {} title: 文明号创建ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req CivilizationSelfReqDTO: type: object properties: applyOrgId: type: string title: 填报单位ID applyOrgName: type: string title: 填报单位名称 applyTime: type: string title: 填报时间 youthCollectiveName: type: string title: 青年集体名称 youthCollectiveCategory: type: string title: 青年集体类别 workerPeoples: type: string title: 职工总人数 belowThirtyfivePeoples: type: string title: 35岁及以下:青年人数 belowFortyName: type: string title: 40周岁及以下:负责人姓名 duties: type: string title: 职务 bornTime: type: string title: 出生年月 mailAddress: type: string title: 通讯地址 telephone: type: string title: 联系电话 zipCode: type: string title: 邮编 selfFraction: type: array items: $ref: '#/components/schemas/CivilizationFractionReqDTO' title: 自评分数 required: - applyOrgId - applyTime - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - bornTime - mailAddress - telephone - zipCode - applyOrgName - selfFraction x-apifox-orders: - applyOrgId - applyOrgName - applyTime - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - bornTime - mailAddress - telephone - zipCode - selfFraction title: 文明号自评表ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req CivilizationFractionReqDTO: type: object properties: fractionId: type: string title: 自评对应ID fraction: type: string title: 分数 title: 文明号自评分数ReqDTO x-apifox-orders: - fractionId - fraction required: - fractionId - fraction x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req CivilizationStandbyReportReqDTO: type: object properties: collectivenessName: type: string title: 集体名称 applyOrgId: type: string title: 所在单位ID applyOrgName: type: string title: 所在单位名称 category: type: string title: 创建(复核)类别(1创建 2复核) description: 1市级2市级杰出3市级优秀 groupOrgId: type: string title: 所属团组织ID groupOrgName: type: string title: 所属团组织名称 callLeaderName: type: string title: 号长姓名 callLeaderId: type: string title: 号长ID idCard: type: string title: 身份证 mobilePhone: type: string title: 手机 weChatNumber: type: string title: 微信号 oldCategory: type: string title: 曾被认定类别 annex: type: array items: $ref: '#/components/schemas/CivilizationAnnexReqDTO' required: - collectivenessName - applyOrgId - category - groupOrgId - callLeaderName - callLeaderId - idCard - mobilePhone - weChatNumber - oldCategory - applyOrgName - groupOrgName - annex x-apifox-orders: - collectivenessName - applyOrgId - applyOrgName - category - groupOrgId - groupOrgName - callLeaderName - callLeaderId - idCard - mobilePhone - weChatNumber - oldCategory - annex title: 文明号报备表ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req CivilizationApplyReportReqDTO: type: object properties: youthCollectiveName: type: string title: 青年集体名称 youthCollectiveCategory: type: string title: 青年集体类别 workerPeoples: type: string title: 职工总人数 belowThirtyfivePeoples: type: string title: 35岁及以下:青年人数 belowFortyName: type: string title: 40周岁及以下:负责人姓名 duties: type: string title: 职务 age: type: string title: 年龄 mailAddress: type: string title: 通讯地址 officePhone: type: string title: 办公电话 mobilePhone: type: string title: 手机 zipCode: type: string title: 邮编 kzqsnSituation: type: string title: 开展青年成长计划情况 kzwxSituation: type: string title: 开展“五小”创新活动情况 kztpSituation: type: string title: 开展脱贫攻坚帮扶贫困家庭情况 qscxSituation: type: string title: 牵手城乡社区市民学校情况 hnbpCivilization: type: string title: 何年被评为区县级或市级青年青年文明号 required: - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - age - mailAddress - officePhone - mobilePhone - zipCode - kzqsnSituation - kzwxSituation - kztpSituation - qscxSituation x-apifox-orders: - youthCollectiveName - youthCollectiveCategory - workerPeoples - belowThirtyfivePeoples - belowFortyName - duties - age - mailAddress - officePhone - mobilePhone - zipCode - kzqsnSituation - kzwxSituation - kztpSituation - qscxSituation - hnbpCivilization title: 文明号申报表ReqDTO x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/文明号/req CreateDocumentReqDTO: type: object properties: id: type: integer description: 编辑时传参 documentTitle: type: string title: 政策标题 documentType: type: integer title: 政策类型 description: 1突击队,2文明号,3示范岗,4权益岗 state: type: integer title: 状态 description: 状态(1已发布,2已退回,3已下架) documentNum: type: string title: 政策文件号 coverImageFile: type: array items: $ref: '#/components/schemas/CoverImageDto' title: 封面信息 subsidiaryFile: type: array items: $ref: '#/components/schemas/AnnexDto' title: 附件 openCompetence: type: integer title: 开放范围 description: (1对内,2全部) documentText: type: string title: 政策内容 apply: type: integer title: 申请类型 description: 1新建,2复核 beginTime: type: string title: 有效开始时间 endTime: type: string title: 有效结束时间 authorityOrgs: type: string title: 权限组织 x-apifox-orders: - id - documentTitle - documentType - state - documentNum - coverImageFile - subsidiaryFile - openCompetence - documentText - apply - beginTime - endTime - authorityOrgs required: - documentTitle - documentType - state - documentText - authorityOrgs title: 创建政策 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/政策指引/政策发布 SaveCommandoReqDTO: type: object properties: commandoName: type: string description: 突击队名称 projectName: type: string description: 建设项目名称 groupOrgId: type: string description: 所属团组织 groupOrgName: type: string description: 所属团组织名字 type: type: string description: ' 所属类别' teamLeaderName: type: string description: 队长姓名 teamLeaderCard: type: string description: 队长身份证号 teamLeaderPhone: type: string description: 队长电话 personNum: type: string description: 人数 workSituation: type: string description: 工作任务情况 fileUrl: type: string description: 附件地址 fileName: type: string description: 文件名 businessId: type: string description: 文件id fileType: type: string description: 文件类型 havaThreeYearPlan: type: integer description: 是否为三年行动计划突击队(1是 0否) x-apifox-orders: - commandoName - projectName - groupOrgId - groupOrgName - type - teamLeaderName - teamLeaderCard - teamLeaderPhone - personNum - workSituation - fileUrl - fileName - businessId - fileType - havaThreeYearPlan required: - commandoName - projectName - groupOrgId - type - teamLeaderName - teamLeaderCard - teamLeaderPhone - personNum - workSituation - fileUrl - fileName - businessId - fileType - groupOrgName - havaThreeYearPlan title: 申请突击队参数 x-apifox-ignore-properties: [] x-apifox-folder: 青字号/青字号管理/突击队 SupervisionManageRespDTO: type: object properties: id: type: integer title: id additionalProperties: false serialNumber: type: integer title: 序号 additionalProperties: false collectiveName: type: string title: 集体名称 additionalProperties: false locationUnit: type: string title: 所在单位 additionalProperties: false fullName: type: string title: 号长姓名 additionalProperties: false idCard: type: string title: 身份证 additionalProperties: false contactInformation: type: string title: 联系方式 additionalProperties: false createUser: type: string title: 发布人 additionalProperties: false createTime: type: string title: 发布时间 additionalProperties: false content: type: string title: 内容 additionalProperties: false files: type: array items: type: string additionalProperties: false title: 图片/视频 title: 日常监督RespDTO x-apifox-orders: - id - serialNumber - collectiveName - locationUnit - fullName - idCard - contactInformation - createUser - createTime - content - files required: - id - serialNumber - collectiveName - locationUnit - fullName - idCard - contactInformation - createUser - createTime - content - files x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/日常监督管理 SupervisionManageReqDTO: type: object properties: ID: type: string title: id additionalProperties: false file: type: array items: type: object properties: fileId: type: string additionalProperties: false title: 附件id x-apifox-orders: - fileId required: - fileId x-apifox-ignore-properties: [] title: 附件id集合 collectiveName: type: string title: 集体名称 locationUnit: type: string title: 所在单位 fullName: type: string title: 号长姓名 content: type: string title: 内容描述 createUserName: type: string title: 发布者 createTimeStart: type: string title: 发布开始时间 createTimeEnd: type: string title: 发布结束时间 title: 日常监督ReqDTO x-apifox-orders: - ID - file - collectiveName - locationUnit - fullName - content - createUserName - createTimeStart - createTimeEnd required: - ID - file - collectiveName - locationUnit - fullName - content - createUserName - createTimeStart - createTimeEnd x-apifox-ignore-properties: [] x-apifox-folder: 模范集体建设/日常监督管理 servers: - url: /qzh description: qzh青字号服务前置