From d0c3fe50840648e1371bf82d6c534f3eafdacec1 Mon Sep 17 00:00:00 2001 From: RISE Date: Mon, 12 Jan 2026 19:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=B0=E5=A2=9E=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.development | 2 +- docs/默认模块.openapi.json | 60940 ++++++++++++++++ package.json | 8 + src/api/stuwork/classRoomHygieneDaily.ts | 16 +- src/api/stuwork/classcheckdaily.ts | 54 + src/api/stuwork/classhygienedaily.ts | 67 + src/api/stuwork/classmasterresume.ts | 102 + src/api/stuwork/weekPlan.ts | 16 +- src/excel/Export2Excel.js | 6 +- src/router/backEnd.ts | 9 +- .../stuwork/classRoomHygieneDaily/detail.vue | 157 + .../stuwork/classRoomHygieneDaily/form.vue | 361 +- .../stuwork/classRoomHygieneDaily/index.vue | 284 +- src/views/stuwork/classcheckdaily/detail.vue | 157 + src/views/stuwork/classcheckdaily/form.vue | 291 + src/views/stuwork/classcheckdaily/index.vue | 279 + .../stuwork/classhygienedaily/detail.vue | 157 + src/views/stuwork/classhygienedaily/form.vue | 219 + src/views/stuwork/classhygienedaily/index.vue | 255 + .../stuwork/classmasterresume/detail.vue | 157 + src/views/stuwork/classmasterresume/form.vue | 306 + src/views/stuwork/classmasterresume/index.vue | 213 + src/views/stuwork/weekPlan/detail.vue | 217 + src/views/stuwork/weekPlan/form.vue | 282 +- src/views/stuwork/weekPlan/index.vue | 249 +- vite.config.ts | 1 + 27 files changed, 64347 insertions(+), 460 deletions(-) create mode 100644 docs/默认模块.openapi.json create mode 100644 src/api/stuwork/classcheckdaily.ts create mode 100644 src/api/stuwork/classhygienedaily.ts create mode 100644 src/api/stuwork/classmasterresume.ts create mode 100644 src/views/stuwork/classRoomHygieneDaily/detail.vue create mode 100644 src/views/stuwork/classcheckdaily/detail.vue create mode 100644 src/views/stuwork/classcheckdaily/form.vue create mode 100644 src/views/stuwork/classcheckdaily/index.vue create mode 100644 src/views/stuwork/classhygienedaily/detail.vue create mode 100644 src/views/stuwork/classhygienedaily/form.vue create mode 100644 src/views/stuwork/classhygienedaily/index.vue create mode 100644 src/views/stuwork/classmasterresume/detail.vue create mode 100644 src/views/stuwork/classmasterresume/form.vue create mode 100644 src/views/stuwork/classmasterresume/index.vue create mode 100644 src/views/stuwork/weekPlan/detail.vue diff --git a/.env b/.env index b9fbcc0..4894efd 100644 --- a/.env +++ b/.env @@ -14,7 +14,7 @@ VITE_PUBLIC_PATH = / VITE_API_URL = /api # ADMIN 服务地址 -VITE_ADMIN_PROXY_PATH = http://localhost:9999 +VITE_ADMIN_PROXY_PATH = http://scj-v3.zhxy.link/ # 前端加密密钥 VITE_PWD_ENC_KEY='pigxpigxpigxpigx' diff --git a/.env.development b/.env.development index ec6071e..1e95990 100644 --- a/.env.development +++ b/.env.development @@ -8,4 +8,4 @@ VITE_OPEN = true ENV = 'development' # ADMIN 服务地址 -VITE_ADMIN_PROXY_PATH = http://localhost:9999 +VITE_ADMIN_PROXY_PATH = http://scj-v3.zhxy.link/api diff --git a/docs/默认模块.openapi.json b/docs/默认模块.openapi.json new file mode 100644 index 0000000..93ccea3 --- /dev/null +++ b/docs/默认模块.openapi.json @@ -0,0 +1,60940 @@ +{ + "openapi": "3.0.1", + "info": { + "title": "默认模块", + "description": "cloud-purchase 模块:采购品目、特殊情况管理接口", + "version": "1.0.0" + }, + "tags": [ + { + "name": "采购品目" + }, + { + "name": "特殊情况" + }, + { + "name": "招标代理" + } + ], + "paths": { + "/api/stuwork/weekPlan/page": { + "get": { + "summary": "每周计划列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "2025-2026", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "example": "史慧", + "schema": { + "type": "string" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "每页数量", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"a7129e0b874bd5875590074f33d870a7\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-12-26 17:36:16\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"tenantId\": null,\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"title\": \"第十八周(1.2-1.5)学生工作安排\",//标题\r\n \"content\": \"测试\",//内容\r\n \"author\": \"史慧\"//作者\r\n }\r\n ],\r\n \"total\": 1,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/weekPlan": { + "post": { + "summary": "新增每周计划", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": " {\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"title\": \"第十八周(1.2-1.5)学生工作安排\",//标题\r\n \"content\":\"测试\",//内容\r\n \"author\": \"史慧\"//作者\r\n }" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/weekPlan/edit": { + "post": { + "summary": "更新每周计划", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 8c7a784c-4ad5-4211-906e-2fff5829ec3d", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": " {\r\n \"id\": \"31fe1d152858f8506636ca919f805c4a\",\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"title\": \"第十八周(1.2-1.5)学生工作安排\",\r\n \"content\":\"测试\",//内容\r\n \"author\": \"史慧\"\r\n }" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/weekPlan/delete": { + "post": { + "summary": "删除每周计划", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 8c7a784c-4ad5-4211-906e-2fff5829ec3d", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "[\"31fe1d152858f8506636ca919f805c4a\"]//id集合" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/weekPlan/detail": { + "get": { + "summary": "查看每周计划详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "087ef26aabf385019c4bb36e3f9a403d", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"id\": \"087ef26aabf385019c4bb36e3f9a403d\",\n \"createBy\": \"00632\",\n \"createTime\": \"2024-04-30 09:18:47\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"remarks\": null,\n \"tenantId\": null,\n \"schoolYear\": \"2023-2024\",//学年\n \"schoolTerm\": \"2\",//学期\n \"title\": \"第九周(4.22-4.26)学生工作安排\",//标题\n \"content\": \"

一、临时工作:

通知:14:00-17:00,省发改委一行到校参观调研,梅书记孙校带领参观,保持实训室及校园卫生整洁,班级注意放学管理

二、运动会

1、运动会现场站位,医药共14路(路标以运动场小长方形状排水沟为标记)一路为2个班级,班主任站于队伍第一个班级管理,邵璟提前到位引导入场秩序,08:20前全体师生入场到位,闭幕式时间初定14:15后续等具体通知。

2、运动会前班级利用晨会课做一次安全教育,包括赛前各种热身,赛后身体反应的应对等等,赛中学校医务组的位置在主席台下方正中位置,如有受伤及时就医

3、运动会卫生工作,班级引导自我管理,班主任及班委干部监督管理,做到运动会期间不留一片垃圾。

4、看台班级安排:2339、2340、2341、2342、2343、2344,班主任一同入座,开幕式和闭幕式都在看台,特别注意卫生工作、班级风貌、为运动员和方阵选手加油助威。

5、检录处在篮球场,请提前做好检录工作,班主任在现场管理,关注成绩发布

6、班级宣传工作,稿件经班主任签字后上传给广播人员,每班安排人员采集运动员风采(照片、视频形式自拟),特别是吉尼斯项目。

7、留住体育之美摄影比赛,图文并茂,文字简洁干练,每班级提交不少于3副作品5.6号前以班级为单位打包发给黄飞老师,学院挑选作品参加校级评

三、优秀班主任评比,学院推选4-5人:基本条件必须满足,新增3个附加项目,利用五月份时间充分准备

1、班级建设方案,如有完善,如无可以新做

2、一份主题班会课教案,内容不限制

3、典型教育案例一份,正向和负向都可以,1000字左右

四、关于诈骗,每学期公布诈骗金额排行榜,截止目前学校排行榜共2名,都在本学院,分别为2241班芮同学600元,2130班宋同学198元,班主任如何恰当处理报警问题?

五、关于抽烟问题

1、明确未成年人禁止抽烟

2、班级抽烟情况摸底,屡教不改的做调研,和家长沟通文字留痕允许在校抽烟的具体名单5.26号前报综合科邵璟科长处

3、教学、宿舍区域严禁抽烟,下一阶段学校联动学院严格抽烟学生管理和违纪处理

六、文明仪表整改

下一阶段重点仍然为美甲和头发的整理,各班级本周自我整改,下周起学院抽查和集中检查。

七、卫生工作

教室门口区域放学后部分班级还是零零散散有垃圾,下一阶段重点为班级卫生包含教室门口公共区域,特别是教室四边角落,课桌椅整齐度,门窗等,本周班级自我整改,下周起卫生检查力度加大,年级组长共同参与检查。

八、近期利用班会课时间开一场生命教育的主题班会,各班做好资料记录

九、班主任值完班刷脸

4月16日晚8:02分刷脸

十、“三创”学院上报名单

\",//内容\n \"author\": \"邵璟\"//作者\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily/page": { + "get": { + "summary": "教室卫生列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "query", + "description": "部门编码", + "required": false, + "example": "13", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级编码", + "required": false, + "example": "1317092428", + "schema": { + "type": "string" + } + }, + { + "name": "recordDate", + "in": "query", + "description": "日期", + "required": false, + "example": "2025-12-16", + "schema": { + "type": "string" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily": { + "post": { + "summary": "教室卫生新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"classCode\": \"1317092428\",//班级代码\r\n \"score\": 5.00,//扣分\r\n \"note\": \"板槽有灰\",//检查记录\r\n \"recordDate\": \"2025-12-16\"//检查日期\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily/edit": { + "post": { + "summary": "教室卫生编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 8c7a784c-4ad5-4211-906e-2fff5829ec3d", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\": \"122b0c01e6d3dab038422289c9356e87\",//id\r\n \"classCode\": \"1317092428\",//班级代码\r\n \"score\": 5.00,//扣分\r\n \"note\": \"板槽有灰\",//检查记录\r\n \"recordDate\": \"2025-12-16\"//检查日期\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily/delete": { + "post": { + "summary": "教室卫生删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 8c7a784c-4ad5-4211-906e-2fff5829ec3d", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "[\"122b0c01e6d3dab038422289c9356e87\"]//id集合" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily/detail": { + "get": { + "summary": "教室卫生详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "部门编码", + "required": false, + "example": "63da344db8051ad0c5635b757275fb2a", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": { + "code": 0, + "msg": null, + "data": { + "id": "63da344db8051ad0c5635b757275fb2a", + "createBy": "admin", + "createTime": "2025-12-26 10:44:36", + "updateBy": null, + "updateTime": null, + "delFlag": "0", + "tenantId": null, + "remarks": null, + "classCode": "1317092428", + "classNo": "2428", + "className": "信息服务2428", + "score": 5, + "note": "板槽有灰", + "schoolYear": null, + "schoolTerm": null, + "recordDate": "2025-12-16", + "deptCode": "13", + "deptName": "信息服务学院" + }, + "ok": true + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/file/exportClassRoomHygieneMonth": { + "post": { + "summary": "导入教室月卫生", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "type": "object", + "properties": { + "file": { + "format": "binary", + "type": "string", + "description": "文件", + "example": "file://C:\\Users\\49384\\Downloads\\教室月卫生导入模板.xlsx" + }, + "date": { + "description": "月份", + "example": "2025-12", + "type": "string" + } + } + }, + "examples": {} + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/checkClassRoomHygieneMonthly": { + "post": { + "summary": "教室卫生考核", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"month\": \"2025-10\"//月份\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/page": { + "get": { + "summary": "教室卫生列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年 ", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "month", + "in": "query", + "description": "月份", + "required": false, + "example": "2019-11", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "0317111616", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院编码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"00432afdfdf547d194b8c8b0b7ab19e2\",\r\n \"createBy\": \"25d1a798d6214bae98e56ded336d050c\",\r\n \"createTime\": \"2019-11-12 21:36:40\",\r\n \"updateBy\": \"25d1a798d6214bae98e56ded336d050c\",\r\n \"updateTime\": \"2019-11-12 21:36:40\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"classCode\": \"0317111616\",//班级代码\r\n \"classNo\": null,//班级号\r\n \"className\": null,//班级\r\n \"score\": 100.00,//评分\r\n \"note\": \"卫生检查无情况\",//检查记录\r\n \"schoolYear\": \"2019-2020\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"month\": \"2019-11\",//月份\r\n \"deptCode\": null,//学员编码\r\n \"deptName\": null,//学院\r\n \"teacherNo\": null,//班主任工号\r\n \"classMasterName\": null,//班主任姓名\r\n \"buildingNo\": null,//教学楼号\r\n \"position\": null//教室号\r\n }\r\n ],\r\n \"total\": 1,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/delete": { + "post": { + "summary": "教室卫生删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 6ab6b5cc-fa0a-4524-af57-af169749581c", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "122b0c01e6d3dab038422289c9356e87" + ] + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/detail": { + "get": { + "summary": "教室卫生详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "00432afdfdf547d194b8c8b0b7ab19e2", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"id\": \"00432afdfdf547d194b8c8b0b7ab19e2\",\n \"createBy\": \"25d1a798d6214bae98e56ded336d050c\",\n \"createTime\": \"2019-11-12 21:36:40\",\n \"updateBy\": \"25d1a798d6214bae98e56ded336d050c\",\n \"updateTime\": \"2019-11-12 21:36:40\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"classCode\": \"0317111616\",//班级代码\n \"classNo\": null,//班级号\n \"className\": null,//班级\n \"score\": 100.00,//评分\n \"note\": \"卫生检查无情况\",//检查记录\n \"schoolYear\": \"2019-2020\",//学年\n \"schoolTerm\": \"1\",//学期\n \"month\": \"2019-11\",//月份\n \"deptCode\": null,//学员编码\n \"deptName\": null,//学院\n \"teacherNo\": null,//班主任工号\n \"classMasterName\": null,//班主任姓名\n \"buildingNo\": null,//教学楼号\n \"position\": null//教室号\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院编码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "1617012437", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "班主任姓名", + "required": false, + "example": "何", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "2025-2026", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"classCode\": \"1523042355\",//班级代码\r\n \"recordTime\":\"2025-12-29\",//记录时间\r\n \"realName\": \"何文斌\",//学生姓名\r\n \"stuNo\": \"152304235510\",//学号\r\n \"score\": -1.00,//分数\r\n \"note\": \"扣分1分,宿舍打闹\"//检查记录\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "122b0c01e6d3dab038422289c9356e87" + ] + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "c81b302866d075c362d34f10278483fd", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily/exportData": { + "post": { + "summary": "导出", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": "1617012437", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "example": "何", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "2025-2026", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"deptCode\": \"12\",//学院编码\r\n \"classCode\": \"2320\",//班级代码\r\n \"realName\": \"1\",//学生姓名\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\"//学期\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily/rank": { + "get": { + "summary": "学期统计", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "2025-2026", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhygienedaily/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": [ + "0212131603" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院编码", + "required": false, + "example": "11", + "schema": { + "type": "string" + } + }, + { + "name": "startTime", + "in": "query", + "description": "开始时间", + "required": false, + "example": "2018-11-01", + "schema": { + "type": "string" + } + }, + { + "name": "endTime", + "in": "query", + "description": "结束时间", + "required": false, + "example": "2025-12-31", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhygienedaily": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 397834ed-052c-4586-acf1-fc22def0f3a7", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"classCode\": \"0212131603\",//班级代码\r\n \"score\": 10.00,//分数\r\n \"note\": \"晚自习随意下座位2人\",//检查记录\r\n \"recordDate\": \"2025-12-29\"//记录时间\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhygienedaily/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 397834ed-052c-4586-acf1-fc22def0f3a7", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "122b0c01e6d3dab038422289c9356e87" + ] + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhygienedaily/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "ae567ac2c6d769ef09c3e184727fa59e", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhygienedaily/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "required": false, + "example": "Bearer 397834ed-052c-4586-acf1-fc22def0f3a7", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\": \"ae567ac2c6d769ef09c3e184727fa59e\",\r\n \"classCode\": \"0212131603\",//班级代码\r\n \"score\": 10.00,//分数\r\n \"note\": \"晚自习随意下座位2人\",//检查记录\r\n \"recordDate\": \"2025-12-29\"//记录时间\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhonor/queryClassHonorByClassCode": { + "get": { + "summary": "班级概况-班级荣誉", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": "0223251708", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": [\n {\n \"id\": \"d098bbdd597d408b9b793b615a629b61\",\n \"createBy\": \"00206\",\n \"createTime\": \"2020-12-15 17:42:41\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2020-12-15 17:42:41\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2020-2021\",//学年\n \"schoolTerm\": \"1\",//学期\n \"title\": \"荣誉证书\",//标题\n \"author\": \"张彩霞\",//作者\n \"belong\": \"\",//归档级别\n \"attachment\": \"\"//附件\n },\n {\n \"id\": \"d8a940dc3a964cd79cb6decf5d22c042\",\n \"createBy\": \"00206\",\n \"createTime\": \"2019-12-30 10:10:04\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2019-12-30 10:10:04\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2019-2020\",\n \"schoolTerm\": \"1\",\n \"title\": \"优秀学生干部\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"f96d6112a8644e508d834043c201071d\",\n \"createBy\": \"00206\",\n \"createTime\": \"2019-12-19 08:22:36\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2019-12-19 08:22:36\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2019-2020\",\n \"schoolTerm\": \"1\",\n \"title\": \"智能装备学院星级教室评比奖状\",\n \"author\": \"张彩霞\",\n \"belong\": \"3\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"fdee2d671b4344cf9bc8dd524be2aa1a\",\n \"createBy\": \"00206\",\n \"createTime\": \"2019-12-12 12:34:16\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2019-12-12 12:34:16\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2019-2020\",\n \"schoolTerm\": \"1\",\n \"title\": \"技能节荣誉证书\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"51874f71e1f8447d993c4dbeb1d748b6\",\n \"createBy\": \"00206\",\n \"createTime\": \"2019-09-10 14:26:46\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2019-09-10 14:26:46\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2019-2020\",\n \"schoolTerm\": \"1\",\n \"title\": \"创业创新大赛院优秀奖荣誉证书\",\n \"author\": \"张彩霞\",\n \"belong\": \"7\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"a9c2c91f0add4ad2b9a63365f59319c8\",\n \"createBy\": \"00206\",\n \"createTime\": \"2019-06-20 09:18:54\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2019-06-20 09:18:54\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2018-2019\",\n \"schoolTerm\": \"2\",\n \"title\": \"中德国际班LOGO设计大赛\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"00497443849148f0b4e2fbb98cff3563\",\n \"createBy\": \"00206\",\n \"createTime\": \"2019-05-07 15:00:41\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2019-05-07 15:00:41\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2018-2019\",\n \"schoolTerm\": \"2\",\n \"title\": \"争创“宋彪班” 流动红旗授旗仪式\",\n \"author\": \"张彩霞\",\n \"belong\": \"7\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"6a00f2b8d3344fb5bf1d8ec7f6f5bbb0\",\n \"createBy\": \"00635\",\n \"createTime\": \"2018-12-07 11:16:14\",\n \"updateBy\": \"00635\",\n \"updateTime\": \"2018-12-07 11:16:14\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2018-2019\",\n \"schoolTerm\": \"1\",\n \"title\": \"学院技能节得奖\",\n \"author\": \"李天杰\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"343d37a5620f4796b05eb5d3ea92e85f\",\n \"createBy\": \"00635\",\n \"createTime\": \"2018-11-26 07:09:49\",\n \"updateBy\": \"00635\",\n \"updateTime\": \"2018-11-26 07:09:49\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2018-2019\",\n \"schoolTerm\": \"1\",\n \"title\": \"获2017-2018学年第二学期中德国际班日常考核第一名\",\n \"author\": \"李天杰\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"95589801ac88477fa252590eb584ac2f\",\n \"createBy\": \"00635\",\n \"createTime\": \"2018-09-28 20:36:06\",\n \"updateBy\": \"00635\",\n \"updateTime\": \"2018-09-28 20:36:06\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2018-2019\",\n \"schoolTerm\": \"1\",\n \"title\": \"获全院“美丽班级”称号\",\n \"author\": \"李天杰\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"4b590db8c765462991de4dc0c602099a\",\n \"createBy\": \"00635\",\n \"createTime\": \"2018-09-11 14:55:48\",\n \"updateBy\": \"00635\",\n \"updateTime\": \"2018-09-11 14:55:48\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2018-2019\",\n \"schoolTerm\": \"1\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"李天杰\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"de9ab57019d6446685555a266034e515\",\n \"createBy\": \"00635\",\n \"createTime\": \"2018-09-11 14:54:39\",\n \"updateBy\": \"00635\",\n \"updateTime\": \"2018-09-11 14:54:39\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2018-2019\",\n \"schoolTerm\": \"1\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"李天杰\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"46354323f06f415ba8c45bbe792a5327\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-07-01 07:02:39\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-07-01 07:02:39\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"获全院“美丽班级”称号\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"5031a4a316f74e63967a57bcdc88be7e\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-07-01 06:58:10\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-07-01 06:59:21\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"荣获学院第四届班主任技能大赛之主题班会二等奖\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"84695c20ba074e6cb356ea3d360a5f0f\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-06-30 09:13:23\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-06-30 09:13:23\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"de5d3bc7a9fe41d2849fd15c36198758\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-06-29 13:20:22\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-06-29 13:20:22\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"6cb603facb66463eaf00b5222966baaf\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-06-28 08:08:49\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-06-28 08:08:49\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"ab764ee41efb4757b9ad96602e3ac6bc\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-06-28 08:07:42\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-06-28 08:07:42\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"c904b6f66c0d428586f2b73504a5223f\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-06-28 07:38:44\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-06-28 07:38:44\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"e499c5f81b7b439b8304da2b9db462db\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-06-28 07:35:24\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-06-28 07:36:54\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"通过歌德学院A1\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"13a9ca3ca071486f9b53b932fcb27246\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-05-03 10:07:20\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-05-03 10:07:20\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"中德国际班“我爱记德语单词”比赛一等奖\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"f817ece8e0ba4fa6aad309b5b230821e\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-05-03 10:00:57\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-05-03 10:00:57\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"文明宿舍\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"82c50f9791074c329e5dbbeb9106eb75\",\n \"createBy\": \"00206\",\n \"createTime\": \"2018-03-14 17:43:16\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2018-03-14 17:43:16\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"2\",\n \"title\": \"2017-2018学年第一学期中德国际班日常考核\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"95ba93b54c134881b922fcdd0a79a741\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-12-14 14:10:02\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-12-14 14:10:02\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"江苏省常州技师学院第四届技能节“数独”竞赛\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"96c50111a74c476ebd15a02a7f11e2fb\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-12-13 15:40:47\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-12-13 15:40:47\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"“2017年江苏省机器人公开赛”志愿服务工作\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"bb2298d99a924bbda9528966599fc0ee\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-12-12 11:30:52\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-12-12 11:30:52\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"江苏省常州技师学院第四届技能节暨机械系技能节\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"49d432acb9e847d18fa56b61275e625b\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-12-12 11:29:22\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-12-12 11:29:22\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"江苏省常州技师学院第四届技能节暨机械系技能节\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"8be6df13512d461e93917592b16a0780\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-12-12 11:28:12\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-12-12 11:28:12\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"江苏省常州技师学院第四届技能节暨机械系技能节\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"ce38f0b8ad714b49889a493ed33e45f8\",\n \"createBy\": \"00421\",\n \"createTime\": \"2017-11-30 09:38:45\",\n \"updateBy\": \"00421\",\n \"updateTime\": \"2017-11-30 09:38:45\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"2017秋季游艺运动群体类综合投篮项目三等奖\",\n \"author\": \"马小燕\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"baac8c11bec0419a9e4b1018e98a9ed6\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-11-02 09:25:19\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-12-16 19:20:28\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"最美家书评比\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"c554470df2694419ae64591d13229c25\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-10-10 14:49:40\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-10-10 14:49:40\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"2017级新生军训综合评比一等奖\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n },\n {\n \"id\": \"c8a43b3c72674cd6aafab4e3c7a18d49\",\n \"createBy\": \"00206\",\n \"createTime\": \"2017-10-10 14:47:43\",\n \"updateBy\": \"00206\",\n \"updateTime\": \"2017-10-10 14:47:43\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0223251708\",\n \"schoolYear\": \"2017-2018\",\n \"schoolTerm\": \"1\",\n \"title\": \"2017级新生军训会操一等奖\",\n \"author\": \"张彩霞\",\n \"belong\": \"\",\n \"attachment\": \"\"\n }\n ],\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/teachclassroomassign/getClassRoomByClassCode": { + "get": { + "summary": "班级概况-班级教室安排", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": [ + "0223251708" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"id\": null,\r\n \"createBy\": null,\r\n \"createTime\": null,\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": null,//楼栋号\r\n \"position\": null,//教室号\r\n \"classCode\": null,\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudent/queryStuNumByClassCode": { + "get": { + "summary": "班级概况-学生概况", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": [ + "0223251708" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/fearchStuNumByClassCode": { + "get": { + "summary": "班级概况-学生住宿", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": [ + "0223251708" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"id\": null,\n \"createBy\": null,\n \"createTime\": null,\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": null,\n \"tenantId\": null,\n \"remarks\": null,\n \"roomNo\": null,\n \"stuNo\": null,\n \"isLeader\": null,\n \"bedNo\": null,\n \"pic\": null,\n \"realName\": null,\n \"classNo\": null,\n \"phone\": null,\n \"tel\": null,\n \"teacherRealName\": null,\n \"teacherPhone\": null,\n \"teacherNo\": null,\n \"deptName\": null,\n \"bedNum\": null,\n \"notBedNo\": null,\n \"stuNum\": 0,//住宿人数\n \"manStuNum\": 0,//住宿男生人数\n \"girlStuNum\": 0,//住宿女生人数\n \"classCode\": null,\n \"nums\": null,\n \"buildingNo\": null,\n \"bedNo1\": null,\n \"bedNo2\": null,\n \"bedNo3\": null,\n \"bedNo4\": null,\n \"bedNo5\": null,\n \"bedNo6\": null,\n \"isHaveAir\": null,\n \"deptCode\": null\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stupunlish/queryPunlishNumByClass": { + "get": { + "summary": "班级概况-处罚处分", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": [ + "0223251708" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpublicity/queryDataByClassCode": { + "get": { + "summary": "班级概况-宣传记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": [ + "0223251708" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/classExportData": { + "post": { + "summary": "班级信息导出", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"grade\": \"\",//入学年份\r\n \"teacherRealName\": \"\",//班主任姓名\r\n \"classStatus\": \"\",//班级状态\r\n \"deptCode\": \"\",//学院\r\n \"isUnion\": 0,//联院\r\n \"classNo\": \"\",//班号\r\n \"stuLoseRate\": \"\"//流失率\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "grade", + "in": "query", + "description": "入学年份", + "required": false, + "example": "2025", + "schema": { + "type": "string" + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "班主任姓名", + "required": false, + "example": "杨", + "schema": { + "type": "string" + } + }, + { + "name": "classStatus", + "in": "query", + "description": "班级状态", + "required": false, + "example": "0", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院编码", + "required": false, + "example": "16", + "schema": { + "type": "string" + } + }, + { + "name": "isUnion", + "in": "query", + "description": "是否联院", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "example": "2530", + "schema": { + "type": "string" + } + }, + { + "name": "stuLoseRate", + "in": "query", + "description": "流失率", + "required": false, + "example": "0", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"classCode\": \"1123022608\",//班级代码\r\n \"className\": \"智能装备2608\",//班级名称\r\n \"classNo\": \"2608\",//班号\r\n \"classProName\": \"25机电一体化技术[四](高)(星宇)\",//班级规范名称\r\n \"majorCode\": \"112302\",//专业代码\r\n \"enterDate\": \"2025-09-01 00:00:00\",//入学时间\r\n \"teacherNo\": \"00562\",//班主任工号\r\n \"teacherRealName\": \"莫玉华\",//班主任姓名\r\n \"grade\": \"2026\",//入学年份\r\n \"preStuNum\": 100,//预计人数\r\n \"deptCode\": \"11\"//学院编码\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "c7b6d0ae50b0cd3e8f20b7e5f4bd20bc", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"c7b6d0ae50b0cd3e8f20b7e5f4bd20bc\",\r\n \"classCode\": \"1123022608\",//班级代码\r\n \"className\": \"智能装备2608\",//班级名称\r\n \"classNo\": \"2608\",//班号\r\n \"classProName\": \"25机电一体化技术[四](高)(星宇)\",//班级规范名称\r\n \"majorCode\": \"112302\",//专业代码\r\n \"enterDate\": \"2025-09-01 00:00:00\",//入学时间\r\n \"teacherNo\": \"00562\",//班主任工号\r\n \"teacherRealName\": \"莫玉华\",//班主任姓名\r\n \"grade\": \"2026\",//入学年份\r\n \"preStuNum\": 100,//预计人数\r\n \"deptCode\": \"11\"//学院编码\r\n}" + } + } + }, + "responses": { + "424": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "string" + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudentinfo/queryDataByPage": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "stuStatus", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "isRoom", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "enrollStatus", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "temporaryyeYear", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "parkingNo", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classStatus", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "completeRate", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "isUnion", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5e4e567950fe4122a6c5d149a4cacb52\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",//学院编码\r\n \"deptName\": \"新能源学院\",//学院\r\n \"majorCode\": null,//专业代码\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",//专业名称\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"张裕涛\",//姓名\r\n \"gender\": \"1\",//性别\r\n \"idCard\": \"320581********251x\",//身份证号\r\n \"idNumber\": null,\r\n \"phone\": \"151****0386\",//手机号\r\n \"teacherNo\": \"00306\",//班主任工哈\r\n \"education\": \"4\",//文化程度\r\n \"enrollStatus\": \"0\",//学籍状态\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253534\",//学号\r\n \"isClassLeader\": \"0\",//是否班干部\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",//班级代码\r\n \"className\": \"新能源2535\",//班级名称\r\n \"stuStatus\": \"1\",//学生状态\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",//是否允许进出\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"961e00ea4c724123b967a84e2807b71b\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"鲁佳宏\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"361127********5735\",\r\n \"idNumber\": null,\r\n \"phone\": \"184****1121\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江西省上饶市余干县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253532\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ff626ea29b4547a6b9ba028472ca2965\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"郁修远\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"321322********2414\",\r\n \"idNumber\": null,\r\n \"phone\": \"193****0630\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省宿迁市沭阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253531\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"21d4b25c784b4209a4f1dd74cbe99ca0\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"阙思诺\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"341523********5514\",\r\n \"idNumber\": null,\r\n \"phone\": \"134****1675\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省六安市舒城县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253529\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"c3c52f3e7e5b4639a4014d38692d1504\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"韦金城\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320721********4625\",\r\n \"idNumber\": null,\r\n \"phone\": \"197****7191\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省连云港市赣榆县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253528\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ac48dafb5914435b8cbce13e0bcb6340\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"胡艳\",\r\n \"gender\": \"0\",\r\n \"idCard\": \"340823********4440\",\r\n \"idNumber\": null,\r\n \"phone\": \"173****0557\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省安庆市枞阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253527\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"6aa4be3b099f472094629dd3710f3a3a\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"吴易轩\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320481********0812\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省常州市溧阳市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253526\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"520d95db3b4940cf93ed94220256bfd8\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟宣文\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"510321********3791\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"四川省自贡市荣县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253524\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"8412fd8172ed441eac4bd04b10561ee9\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟前峰\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320382********3652\",\r\n \"idNumber\": null,\r\n \"phone\": \"188****2481\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省徐州市邳州市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253523\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"4778abee6f654bd3970123af43690ef5\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"赵朴单\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320282********0391\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省无锡市宜兴市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253522\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n }\r\n ],\r\n \"total\": 41039,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 4104\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudent/saveStu": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"idCard\": \"620000196402091674\",//身份证号\r\n \"gender\": \"1\",//性别\r\n \"birthday\": \"2010-03-23\",//出生日期\r\n \"realName\": \"张大风\",//姓名\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"classCode\": \"1515072544\",//班级代码\r\n \"stuNo\": \"111111111111\",//学号\r\n \"colourSense\": \"1\",//辨色力\r\n \"veteran\": \"0\",//退伍军人\r\n \"politicsStatus\": \"共青团员\",//政治面貌\r\n \"national\": \"81b0a10496edfdea81d9db6a25331be9\",//民族id\r\n \"isLower\": \"0\",//是否10万以下民族\r\n \"seekText\": \"1111\",//既往病史\r\n \"education\": \"1\",//入学前文化程度\r\n \"schoolName\": \"111\",//入学前毕业院校\r\n \"schoolProvince\": \"1\"//毕业学校省市\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5e4e567950fe4122a6c5d149a4cacb52\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",//学院编码\r\n \"deptName\": \"新能源学院\",//学院\r\n \"majorCode\": null,//专业代码\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",//专业名称\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"张裕涛\",//姓名\r\n \"gender\": \"1\",//性别\r\n \"idCard\": \"320581********251x\",//身份证号\r\n \"idNumber\": null,\r\n \"phone\": \"151****0386\",//手机号\r\n \"teacherNo\": \"00306\",//班主任工哈\r\n \"education\": \"4\",//文化程度\r\n \"enrollStatus\": \"0\",//学籍状态\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253534\",//学号\r\n \"isClassLeader\": \"0\",//是否班干部\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",//班级代码\r\n \"className\": \"新能源2535\",//班级名称\r\n \"stuStatus\": \"1\",//学生状态\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",//是否允许进出\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"961e00ea4c724123b967a84e2807b71b\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"鲁佳宏\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"361127********5735\",\r\n \"idNumber\": null,\r\n \"phone\": \"184****1121\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江西省上饶市余干县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253532\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ff626ea29b4547a6b9ba028472ca2965\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"郁修远\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"321322********2414\",\r\n \"idNumber\": null,\r\n \"phone\": \"193****0630\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省宿迁市沭阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253531\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"21d4b25c784b4209a4f1dd74cbe99ca0\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"阙思诺\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"341523********5514\",\r\n \"idNumber\": null,\r\n \"phone\": \"134****1675\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省六安市舒城县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253529\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"c3c52f3e7e5b4639a4014d38692d1504\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"韦金城\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320721********4625\",\r\n \"idNumber\": null,\r\n \"phone\": \"197****7191\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省连云港市赣榆县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253528\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ac48dafb5914435b8cbce13e0bcb6340\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"胡艳\",\r\n \"gender\": \"0\",\r\n \"idCard\": \"340823********4440\",\r\n \"idNumber\": null,\r\n \"phone\": \"173****0557\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省安庆市枞阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253527\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"6aa4be3b099f472094629dd3710f3a3a\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"吴易轩\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320481********0812\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省常州市溧阳市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253526\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"520d95db3b4940cf93ed94220256bfd8\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟宣文\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"510321********3791\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"四川省自贡市荣县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253524\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"8412fd8172ed441eac4bd04b10561ee9\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟前峰\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320382********3652\",\r\n \"idNumber\": null,\r\n \"phone\": \"188****2481\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省徐州市邳州市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253523\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"4778abee6f654bd3970123af43690ef5\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"赵朴单\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320282********0391\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省无锡市宜兴市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253522\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n }\r\n ],\r\n \"total\": 41039,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 4104\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudent/stuDataExport": { + "post": { + "summary": "学生信息导出", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n\t\"classCode\": \"\",//班级代码\r\n\t\"grade\": \"\",//入学年份\r\n\t\"stuStatus\": \"\",//学生状态\r\n\t\"isRoom\": \"\",//是否住宿\r\n\t\"deptCode\": \"13\",//学院编码\r\n //基础信息要导出的字段\r\n\t\"basicStudentInfo\": [\r\n\t\t\"realName\", // 姓名\r\n\t\t\"oldName\", // 曾用名\r\n\t\t\"idCard\", // 身份证\r\n\t\t\"gender\", // 性别\r\n\t\t\"birthday\", // 出生日期\r\n\t\t\"householdAddress\", // 户口所在地\r\n\t\t\"politicsStatus\", // 政治面貌\r\n\t\t\"national\", // 民族\r\n\t\t\"isLower\", // 是否10万以下民族\r\n\t\t\"colourSense\", // 辨色力\r\n\t\t\"eyeLeft\", // 裸眼视力(左)\r\n\t\t\"eyeRight\", // 裸眼视力(右)\r\n\t\t\"weight\", // 体重\r\n\t\t\"height\", // 身高\r\n\t\t\"careType\", // 需关爱类型\r\n\t\t\"email\", // 电子邮箱\r\n\t\t\"qq\", // QQ号/微信号\r\n\t\t\"phone\", // 本人电话\r\n\t\t\"veteran\", // 退伍军人\r\n\t\t\"seekText\", // 既往病史\r\n\t\t\"advantage\" // 本人特长\r\n\t],\r\n //学习经历要导出的字段\r\n\t\"basicStudentEducation\": [\r\n\t\t\"education\", // 入学前文化程度\r\n\t\t\"examScore\", // 中考分数\r\n\t\t\"examNo\", // 中考准考证号\r\n\t\t\"temporaryyeYear\", // 本校借读学年\r\n\t\t\"schoolName\", // 入学前毕业学校\r\n\t\t\"schoolProvince\", // 毕业学校省市\r\n\t\t\"position\" // 曾任职务\r\n\t],\r\n //家庭信息要导出的字段\r\n\t\"basicStudentHome\": [\r\n\t\t\"detailedHouseholdAddress\", // 户口详细地址\r\n\t\t\"householdProperties\", // 户口性质\r\n\t\t\"liveAddress\", // 居住详细地址\r\n\t\t\"isTemp\", // 是否租住\r\n\t\t\"incomeSource\", // 家庭主要收入来源\r\n\t\t\"incomeMoney\", // 家庭年收入(万)\r\n\t\t\"incomePerMoney\", // 家庭人均收入(万)\r\n\t\t\"homeDifficulty\", // 是否低保\r\n\t\t\"livewith\", // 共同居住人\r\n\t\t\"fatherName\", // 父亲姓名\r\n\t\t\"fatherPhone\", // 父亲手机号\r\n\t\t\"fatcherIdCard\", // 父亲身份证号\r\n\t\t\"fatherWorkAddress\", // 父亲工作单位\r\n\t\t\"matherName\", // 母亲姓名\r\n\t\t\"matherPhone\", // 母亲手机号\r\n\t\t\"matherIdCard\", // 母亲身份证号\r\n\t\t\"matherWorkAddress\" // 母亲工作单位\r\n\t],\r\n //专业信息要导出的字段\r\n\t\"basicStudentMajorClass\": [\r\n\t\t\"enterDate\", // 入学日期\r\n\t\t\"deptName\", // 学院\r\n\t\t\"deptCode\", // 专业系部\r\n\t\t\"majorName\", // 专业名称\r\n\t\t\"stuNo\", // 学号\r\n\t\t\"schoolRollNumber\", // 学籍号\r\n\t\t\"schoolRoll\", // 学籍\r\n\t\t\"studentStatus\", // 状态\r\n\t\t\"majorLevel\", // 培养层次\r\n\t\t\"majorYears\", // 学制\r\n\t\t\"studyType\", // 学习形式\r\n\t\t\"unionStuNo\", // 联院学号\r\n\t\t\"middleNumber\", // 中技证号\r\n\t\t\"middleTime\", // 中技段结束时间\r\n\t\t\"highNumber\", // 高技证号\r\n\t\t\"highTime\", // 高技段结束时间\r\n\t\t\"technicianNumber\", // 技师证号\r\n\t\t\"graduateNumber\", // 毕业证号\r\n\t\t\"graduateDate\", // 毕业时间\r\n\t\t\"pauseDate\" // 结业时间\r\n\t],\r\n //班级信息要导出的字段\r\n\t\"basicStudentClass\": [\r\n\t\t\"className\", // 班级名称\r\n\t\t\"classNo\", // 班号\r\n\t\t\"classRoomPosition\", // 教室位置\r\n\t\t\"isRoomNo\", // 就读方式\r\n\t\t\"teacherRealName\", // 班主任\r\n\t\t\"teacherTel\", // 班主任联系电话\r\n\t\t\"roomNo\", // 宿舍号\r\n\t\t\"dormBuildingPhone\", // 宿舍联系电话\r\n\t\t\"bankName\", // 中职卡开户行\r\n\t\t\"bankCard\", // 中职卡号\r\n\t\t\"socialBank\", // 社保卡开户行\r\n\t\t\"socialBankNo\", // 社保卡号\r\n\t\t\"parkingNo\", // 停车证号\r\n\t\t\"classQq\", // 班级QQ群号\r\n\t\t\"currentGrade\" // 年级\r\n\t],\r\n //成教信息要导出的字段\r\n\t\"basicStudentAdultEducation\": [\r\n\t\t\"adultSchoolName\", // 成教学院\r\n\t\t\"adultEducation\", // 成教学历\r\n\t\t\"adultExamNo\", // 成教考试号\r\n\t\t\"adultEnterDate\", // 成教入籍日期\r\n\t\t\"adultNo\", // 成教学号\r\n\t\t\"adultMajorName\", // 成教专业\r\n\t\t\"computerScore\", // 成教计算机成绩\r\n\t\t\"englishScore\" // 成教英语成绩\r\n\t],\r\n //学籍状态\r\n\t\"enrollStatus\": \"\"\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5e4e567950fe4122a6c5d149a4cacb52\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",//学院编码\r\n \"deptName\": \"新能源学院\",//学院\r\n \"majorCode\": null,//专业代码\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",//专业名称\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"张裕涛\",//姓名\r\n \"gender\": \"1\",//性别\r\n \"idCard\": \"320581********251x\",//身份证号\r\n \"idNumber\": null,\r\n \"phone\": \"151****0386\",//手机号\r\n \"teacherNo\": \"00306\",//班主任工哈\r\n \"education\": \"4\",//文化程度\r\n \"enrollStatus\": \"0\",//学籍状态\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253534\",//学号\r\n \"isClassLeader\": \"0\",//是否班干部\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",//班级代码\r\n \"className\": \"新能源2535\",//班级名称\r\n \"stuStatus\": \"1\",//学生状态\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",//是否允许进出\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"961e00ea4c724123b967a84e2807b71b\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"鲁佳宏\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"361127********5735\",\r\n \"idNumber\": null,\r\n \"phone\": \"184****1121\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江西省上饶市余干县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253532\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ff626ea29b4547a6b9ba028472ca2965\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"郁修远\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"321322********2414\",\r\n \"idNumber\": null,\r\n \"phone\": \"193****0630\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省宿迁市沭阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253531\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"21d4b25c784b4209a4f1dd74cbe99ca0\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"阙思诺\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"341523********5514\",\r\n \"idNumber\": null,\r\n \"phone\": \"134****1675\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省六安市舒城县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253529\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"c3c52f3e7e5b4639a4014d38692d1504\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"韦金城\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320721********4625\",\r\n \"idNumber\": null,\r\n \"phone\": \"197****7191\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省连云港市赣榆县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253528\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ac48dafb5914435b8cbce13e0bcb6340\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"胡艳\",\r\n \"gender\": \"0\",\r\n \"idCard\": \"340823********4440\",\r\n \"idNumber\": null,\r\n \"phone\": \"173****0557\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省安庆市枞阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253527\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"6aa4be3b099f472094629dd3710f3a3a\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"吴易轩\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320481********0812\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省常州市溧阳市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253526\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"520d95db3b4940cf93ed94220256bfd8\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟宣文\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"510321********3791\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"四川省自贡市荣县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253524\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"8412fd8172ed441eac4bd04b10561ee9\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟前峰\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320382********3652\",\r\n \"idNumber\": null,\r\n \"phone\": \"188****2481\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省徐州市邳州市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253523\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"4778abee6f654bd3970123af43690ef5\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"赵朴单\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320282********0391\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省无锡市宜兴市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253522\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n }\r\n ],\r\n \"total\": 41039,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 4104\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudent/getDownPic": { + "get": { + "summary": "TODO:导出头像", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n\t\"classCode\": \"\",//班级代码必填\r\n\t\"grade\": \"\",//入学年份\r\n\t\"stuStatus\": \"\",//学生状态\r\n\t\"isRoom\": \"\",//是否住宿\r\n\t\"deptCode\": \"13\",//学院编码\r\n //学籍状态\r\n\t\"enrollStatus\": \"\"\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5e4e567950fe4122a6c5d149a4cacb52\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",//学院编码\r\n \"deptName\": \"新能源学院\",//学院\r\n \"majorCode\": null,//专业代码\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",//专业名称\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"张裕涛\",//姓名\r\n \"gender\": \"1\",//性别\r\n \"idCard\": \"320581********251x\",//身份证号\r\n \"idNumber\": null,\r\n \"phone\": \"151****0386\",//手机号\r\n \"teacherNo\": \"00306\",//班主任工哈\r\n \"education\": \"4\",//文化程度\r\n \"enrollStatus\": \"0\",//学籍状态\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253534\",//学号\r\n \"isClassLeader\": \"0\",//是否班干部\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",//班级代码\r\n \"className\": \"新能源2535\",//班级名称\r\n \"stuStatus\": \"1\",//学生状态\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",//是否允许进出\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"961e00ea4c724123b967a84e2807b71b\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"鲁佳宏\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"361127********5735\",\r\n \"idNumber\": null,\r\n \"phone\": \"184****1121\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江西省上饶市余干县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253532\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ff626ea29b4547a6b9ba028472ca2965\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"郁修远\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"321322********2414\",\r\n \"idNumber\": null,\r\n \"phone\": \"193****0630\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省宿迁市沭阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253531\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"21d4b25c784b4209a4f1dd74cbe99ca0\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"阙思诺\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"341523********5514\",\r\n \"idNumber\": null,\r\n \"phone\": \"134****1675\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省六安市舒城县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253529\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"c3c52f3e7e5b4639a4014d38692d1504\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"韦金城\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320721********4625\",\r\n \"idNumber\": null,\r\n \"phone\": \"197****7191\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省连云港市赣榆县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253528\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ac48dafb5914435b8cbce13e0bcb6340\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"胡艳\",\r\n \"gender\": \"0\",\r\n \"idCard\": \"340823********4440\",\r\n \"idNumber\": null,\r\n \"phone\": \"173****0557\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省安庆市枞阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253527\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"6aa4be3b099f472094629dd3710f3a3a\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"吴易轩\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320481********0812\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省常州市溧阳市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253526\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"520d95db3b4940cf93ed94220256bfd8\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟宣文\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"510321********3791\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"四川省自贡市荣县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253524\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"8412fd8172ed441eac4bd04b10561ee9\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟前峰\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320382********3652\",\r\n \"idNumber\": null,\r\n \"phone\": \"188****2481\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省徐州市邳州市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253523\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"4778abee6f654bd3970123af43690ef5\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"赵朴单\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320282********0391\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省无锡市宜兴市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253522\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n }\r\n ],\r\n \"total\": 41039,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 4104\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/add": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"fd83965c0fd033e945d71990a25122ca\",\r\n \"remarks\": \"16:30分2216-1#赵雨在1#2#宿舍大门口捡到现金上交、拾金不昧!\", //情况说明\r\n \"classCode\": \"1223012310\", //班级代码\r\n \"assessmentCategory\": \"3\", //考核项目\r\n \"assessmentPoint\": \"10\", //考核指标\r\n \"score\": 5.00, //分数\r\n \"type\": \"1\", //类型\r\n \"recordDate\": \"2026-01-05\" //考核时间\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "type", + "in": "query", + "description": "类型(加减分类型)", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "startTime", + "in": "query", + "description": "开始时间", + "required": false, + "example": "2022-01-05", + "schema": { + "type": "string" + } + }, + { + "name": "endTime", + "in": "query", + "description": "结束时间", + "required": false, + "example": "2026-01-05", + "schema": { + "type": "string" + } + }, + { + "name": "assessmentCategory", + "in": "query", + "description": "考核项目", + "required": false, + "example": "3", + "schema": { + "type": "string" + } + }, + { + "name": "assessmentPoint", + "in": "query", + "description": "考核指标", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5b998434112a44eea24b7cc9e743d9bd\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-05 16:59:42\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"16:30分2216-1#赵雨在1#2#宿舍大门口捡到现金上交、拾金不昧!\",//情况说明\r\n \"classMasterCode\": \"00498\",//班主任工号\r\n \"virtualClassNo\": \"2310\",//班号\r\n \"classCode\": \"1223012310\",//班级代码\r\n \"assessmentCategory\": \"3\",//考核项目\r\n \"assessmentPoint\": \"10\",//考核指标\r\n \"score\": 5.00,//分数\r\n \"type\": \"1\",//类型\r\n \"recordDate\": \"2024-01-05\",//考核时间\r\n \"outerId\": \"e9e033e0a69056de29363afe616007e2\",\r\n \"realName\": \"陈惠忠\",//班主任姓名\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"9ac4d501d60b1f1def3c5ddbd56f55e7\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-05 11:48:29\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"中午2001班4125舍李骏阳,周園靖带饭丛窗户翻进宿舍\",\r\n \"classMasterCode\": \"00644\",\r\n \"virtualClassNo\": \"2001\",\r\n \"classCode\": \"1215092001\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 5.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-05\",\r\n \"outerId\": \"ef52b6f8991771594593fdd4c77c7c27\",\r\n \"realName\": \"许佳妮\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"3fd74ac3a94a0cc7dabf3c7c8ce5b7cf\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-05 07:55:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1112舍晚巡视吵闹\",\r\n \"classMasterCode\": \"00720\",\r\n \"virtualClassNo\": \"2313\",\r\n \"classCode\": \"1112062313\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-05\",\r\n \"outerId\": \"e30ff9a20bb6e195a48b49a1a3582d35\",\r\n \"realName\": \"孙萍\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"64dd8fa171b4997d64ea871dd51e1da8\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-04 07:48:49\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1628舍提醒三次后还吵闹。\",\r\n \"classMasterCode\": \"00614\",\r\n \"virtualClassNo\": \"2238\",\r\n \"classCode\": \"1412052238\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-04\",\r\n \"outerId\": \"9c2c4324d1675fbe1eb3e48ce332438a\",\r\n \"realName\": \"孙剑锋\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"baaf1880604dcbd5bd96ad2b6e5740c5\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-03 17:54:17\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"傍晚巡视发现4623舍有同学放鞭炮\",\r\n \"classMasterCode\": \"00726\",\r\n \"virtualClassNo\": \"2251\",\r\n \"classCode\": \"1517042251\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 5.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-03\",\r\n \"outerId\": \"0612cd2ba21299ad92ac8e805820e6ce\",\r\n \"realName\": \"曹鲁政\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"c125f91d2b6fdfbf07633b8ba641bf7c\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-03 07:51:49\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1619宿舍提醒三次不熄灯而且吵闹\",\r\n \"classMasterCode\": \"00629\",\r\n \"virtualClassNo\": \"2240\",\r\n \"classCode\": \"1417012240\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-03\",\r\n \"outerId\": \"2c26820e2c7f9e8cf6671e19ef1aa989\",\r\n \"realName\": \"王林涛\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"91f2016f200ba9f61fd8051af70f42bd\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-28 07:51:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1630宿舍十一点后吵闹\",\r\n \"classMasterCode\": \"00614\",\r\n \"virtualClassNo\": \"2238\",\r\n \"classCode\": \"1412052238\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-28\",\r\n \"outerId\": \"49409176782b59421ef95fb499bc0f5f\",\r\n \"realName\": \"孙剑锋\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"912d02caf66a6782f47b5792deb8f72a\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-28 07:50:22\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1628宿舍十一点后吵闹\",\r\n \"classMasterCode\": \"00614\",\r\n \"virtualClassNo\": \"2238\",\r\n \"classCode\": \"1412052238\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-28\",\r\n \"outerId\": \"ec7b8d98ebcd829eb9caec986d7c1f0b\",\r\n \"realName\": \"孙剑锋\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"1e41f7f648e170dc7f38746c6a239121\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-27 08:10:46\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"3117晚上吵闹,在宿舍开店卖零食\",\r\n \"classMasterCode\": \"00175\",\r\n \"virtualClassNo\": \"2309\",\r\n \"classCode\": \"1217032309\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 5.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-27\",\r\n \"outerId\": \"7d1350124a89f288436d10c95e4561f7\",\r\n \"realName\": \"郭成东\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"77a0cfa81a0cbaf6a7b5e99ef7ae2c03\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-27 07:51:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1622宿舍提醒三次后仍吵闹\",\r\n \"classMasterCode\": \"00410\",\r\n \"virtualClassNo\": \"2239\",\r\n \"classCode\": \"1412062239\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-27\",\r\n \"outerId\": \"00e600799b549f47e5a85385c03a7ca7\",\r\n \"realName\": \"徐吉婷\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n }\r\n ],\r\n \"total\": 4178,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 418\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "111" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/exportData": { + "post": { + "summary": "导出", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "startTime": "2025-06-03", + "endTime": "2026-01-31", + "assessmentCategory": "", + "assessmentPoint": "", + "deptCode": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "学院代码", + "required": false, + "example": "fd83965c0fd033e945d71990a25122ca", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5b998434112a44eea24b7cc9e743d9bd\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-05 16:59:42\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"16:30分2216-1#赵雨在1#2#宿舍大门口捡到现金上交、拾金不昧!\",//情况说明\r\n \"classMasterCode\": \"00498\",//班主任工号\r\n \"virtualClassNo\": \"2310\",//班号\r\n \"classCode\": \"1223012310\",//班级代码\r\n \"assessmentCategory\": \"3\",//考核项目\r\n \"assessmentPoint\": \"10\",//考核指标\r\n \"score\": 5.00,//分数\r\n \"type\": \"1\",//类型\r\n \"recordDate\": \"2024-01-05\",//考核时间\r\n \"outerId\": \"e9e033e0a69056de29363afe616007e2\",\r\n \"realName\": \"陈惠忠\",//班主任姓名\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"9ac4d501d60b1f1def3c5ddbd56f55e7\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-05 11:48:29\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"中午2001班4125舍李骏阳,周園靖带饭丛窗户翻进宿舍\",\r\n \"classMasterCode\": \"00644\",\r\n \"virtualClassNo\": \"2001\",\r\n \"classCode\": \"1215092001\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 5.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-05\",\r\n \"outerId\": \"ef52b6f8991771594593fdd4c77c7c27\",\r\n \"realName\": \"许佳妮\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"3fd74ac3a94a0cc7dabf3c7c8ce5b7cf\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-05 07:55:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1112舍晚巡视吵闹\",\r\n \"classMasterCode\": \"00720\",\r\n \"virtualClassNo\": \"2313\",\r\n \"classCode\": \"1112062313\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-05\",\r\n \"outerId\": \"e30ff9a20bb6e195a48b49a1a3582d35\",\r\n \"realName\": \"孙萍\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"64dd8fa171b4997d64ea871dd51e1da8\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-04 07:48:49\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1628舍提醒三次后还吵闹。\",\r\n \"classMasterCode\": \"00614\",\r\n \"virtualClassNo\": \"2238\",\r\n \"classCode\": \"1412052238\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-04\",\r\n \"outerId\": \"9c2c4324d1675fbe1eb3e48ce332438a\",\r\n \"realName\": \"孙剑锋\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"baaf1880604dcbd5bd96ad2b6e5740c5\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-03 17:54:17\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"傍晚巡视发现4623舍有同学放鞭炮\",\r\n \"classMasterCode\": \"00726\",\r\n \"virtualClassNo\": \"2251\",\r\n \"classCode\": \"1517042251\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 5.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-03\",\r\n \"outerId\": \"0612cd2ba21299ad92ac8e805820e6ce\",\r\n \"realName\": \"曹鲁政\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"c125f91d2b6fdfbf07633b8ba641bf7c\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2024-01-03 07:51:49\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1619宿舍提醒三次不熄灯而且吵闹\",\r\n \"classMasterCode\": \"00629\",\r\n \"virtualClassNo\": \"2240\",\r\n \"classCode\": \"1417012240\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2024-01-03\",\r\n \"outerId\": \"2c26820e2c7f9e8cf6671e19ef1aa989\",\r\n \"realName\": \"王林涛\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"91f2016f200ba9f61fd8051af70f42bd\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-28 07:51:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1630宿舍十一点后吵闹\",\r\n \"classMasterCode\": \"00614\",\r\n \"virtualClassNo\": \"2238\",\r\n \"classCode\": \"1412052238\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-28\",\r\n \"outerId\": \"49409176782b59421ef95fb499bc0f5f\",\r\n \"realName\": \"孙剑锋\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"912d02caf66a6782f47b5792deb8f72a\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-28 07:50:22\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1628宿舍十一点后吵闹\",\r\n \"classMasterCode\": \"00614\",\r\n \"virtualClassNo\": \"2238\",\r\n \"classCode\": \"1412052238\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-28\",\r\n \"outerId\": \"ec7b8d98ebcd829eb9caec986d7c1f0b\",\r\n \"realName\": \"孙剑锋\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"1e41f7f648e170dc7f38746c6a239121\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-27 08:10:46\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"3117晚上吵闹,在宿舍开店卖零食\",\r\n \"classMasterCode\": \"00175\",\r\n \"virtualClassNo\": \"2309\",\r\n \"classCode\": \"1217032309\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 5.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-27\",\r\n \"outerId\": \"7d1350124a89f288436d10c95e4561f7\",\r\n \"realName\": \"郭成东\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n },\r\n {\r\n \"id\": \"77a0cfa81a0cbaf6a7b5e99ef7ae2c03\",\r\n \"createBy\": \"12103\",\r\n \"createTime\": \"2023-12-27 07:51:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"1622宿舍提醒三次后仍吵闹\",\r\n \"classMasterCode\": \"00410\",\r\n \"virtualClassNo\": \"2239\",\r\n \"classCode\": \"1412062239\",\r\n \"assessmentCategory\": \"3\",\r\n \"assessmentPoint\": \"10\",\r\n \"score\": 1.00,\r\n \"type\": \"2\",\r\n \"recordDate\": \"2023-12-27\",\r\n \"outerId\": \"00e600799b549f47e5a85385c03a7ca7\",\r\n \"realName\": \"徐吉婷\",\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"deptCode\": null,\r\n \"commonDeptCode\": null,\r\n \"deptName\": null,\r\n \"commonDeptName\": null,\r\n \"classNum\": 0,\r\n \"classMasterNum\": 0,\r\n \"aveScore\": null,\r\n \"pointScore\": null,\r\n \"classScore\": null,\r\n \"classMasterScore\": null\r\n }\r\n ],\r\n \"total\": 4178,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 418\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "老师员工号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume/fetchDetailList": { + "get": { + "summary": "班主任履历详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "query", + "description": "老师员工号必填", + "required": false, + "example": "00562", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume": { + "post": { + "summary": "新增班主任履历", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"teacherNo\": \"00562\", //班主任员工号\r\n \"classCode\": \"1615062530\", //班级代码\r\n \"beginTime\": \"2025-12-31 18:01:43\", //开始时间\r\n \"endTime\": \"2026-12-31 18:01:43\", //结束时间\r\n \"resumeRemark\": \"2025年12月31日 开始 担任25机电一体化技术[四](高)(星宇) 班主任\"//履历备注\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume/edit": { + "post": { + "summary": "编辑班主任履历", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"8ed2be740d082f036787edfbb2627471\",\r\n \"teacherNo\": \"00562\", //班主任员工号\r\n \"classCode\": \"1123022608\", //班级代码\r\n \"beginTime\": \"2025-12-31 18:01:43\", //开始时间\r\n \"endTime\": \"2026-12-31 18:01:43\", //结束时间\r\n \"resumeRemark\": \"2025年12月31日 开始 担任25机电一体化技术[四](高)(星宇) 班主任111\"//履历备注\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "[\"1\"]//id集合" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classassessmentsettle/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "1223012254", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "2025-2026学年", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"dc0e5fd30a69b1768bec5ceffbf72fa4\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1223012254\",//班级代码\n \"virtualClassNo\": \"2254\",//班号\n \"schoolYear\": \"2022-2023\",//学年\n \"schoolTerm\": \"1\"//学期\n },\n {\n \"id\": \"68b00597589a7b4734d7a55a1a7f9e34\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1523042253\",\n \"virtualClassNo\": \"2253\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"5d289bb2c98d011f70bd2c8061839394\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1517032252\",\n \"virtualClassNo\": \"2252\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"a0dec53a89c648b97cfd1f37b26ec498\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1517042251\",\n \"virtualClassNo\": \"2251\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"42ee4348dc17a39be50733a87e41e349\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1517012250\",\n \"virtualClassNo\": \"2250\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"817d7c27601111de29830259f5c3c715\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1512072249\",\n \"virtualClassNo\": \"2249\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"8d416910eea8f880f51f73bf6a2aa893\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1512062248\",\n \"virtualClassNo\": \"2248\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"3849f5c0d37f3e5f9143c5bcb300eadf\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1512032247\",\n \"virtualClassNo\": \"2247\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"ec939c9d613236553f50aae330f0e924\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1512082246\",\n \"virtualClassNo\": \"2246\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n },\n {\n \"id\": \"2f6ec476a77f81d51cef05c23d22c054\",\n \"createBy\": \"admin\",\n \"createTime\": \"2022-10-17 16:31:26\",\n \"updateBy\": \"2022-09-17 16:31:26\",\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1432072244\",\n \"virtualClassNo\": \"2244\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\"\n }\n ],\n \"total\": 1009,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 101\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classassessmentsettle/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classassessmentsettle": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"classCode\": \"1223012254\", //班级代码\r\n \"virtualClassNo\": \"2254\", //班号\r\n \"deptCode\": \"13\", //学院代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\" //学期\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classassessmentsettle/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"dc0e5fd30a69b1768bec5ceffbf72fa4\",\r\n \"classCode\": \"1223012254\", //班级代码\r\n \"virtualClassNo\": \"2254\", //班号\r\n \"deptCode\": \"13\", //学院代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\" //学期\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classassessmentsettle/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "[\"dc0e5fd30a69b1768bec5ceffbf72fa4\"]//id集合" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/openHoliday": { + "post": { + "summary": "关闭假期模式", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n\t\"id\":\"a99d9ddbfd03e7f67953d309edb97c9a\",\r\n\t\"isHoliday\": \"0\"//假期模式开启\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "a99d9ddbfd03e7f67953d309edb97c9a", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n\t\"ruleName\": \"二期实习(在校班)\",//规则名称\r\n\t\"isHoliday\": \"0\",//假期模式默认给0\r\n\t//大门特殊规则\r\n\t\"positionDisableRule\": {\r\n\t\t\"weekList\": [\"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"1\"], //从1到7周日为1周一为7,以此类推\r\n\t\t\"positionList\": [\"8\", \"29\"]//位置id 禁用的位置,即配置了规则后,此位置不允许进出\r\n\t\t},\r\n\t//走读生大门时段(进)\r\n\t\"dayRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",//周几\r\n\t\t\t\"weekNo\": \"2\",//从1到7周日为1周一为7,以此类推\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",//开始时间\r\n\t\t\t\t\t\"endTime\": \"20:00\"//结束时间\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//走读生大门时段(出)\r\n\t\"outDayRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"14:59\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生大门时段(进)\r\n\t\"dormRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生大门时段(出)\r\n\t\"outDormRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"14:59\",\r\n\t\t\t\t\t\"endTime\": \"20:30\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"05:00\",\r\n\t\t\t\t\t\"endTime\": \"20:30\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"05:00\",\r\n\t\t\t\t\t\"endTime\": \"18:30\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生宿舍时段(进)\r\n\t\"roomInRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生宿舍时段(出)\r\n\t\"roomOutRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n\t\"id\":\"a99d9ddbfd03e7f67953d309edb97c9a\",\r\n \"ruleName\": \"二期实习(在校班)\",//规则名称\r\n\t\"isHoliday\": \"0\",//假期模式默认给0\r\n\t//大门特殊规则\r\n\t\"positionDisableRule\": {\r\n\t\t\"weekList\": [\"2\", \"3\", \"4\", \"5\", \"6\", \"7\", \"1\"], //从1到7周日为1周一为7,以此类推\r\n\t\t\"positionList\": [\"8\", \"29\"]//位置id 禁用的位置,即配置了规则后,此位置不允许进出\r\n\t\t},\r\n\t//走读生大门时段(进)\r\n\t\"dayRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",//周几\r\n\t\t\t\"weekNo\": \"2\",//从1到7周日为1周一为7,以此类推\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",//开始时间\r\n\t\t\t\t\t\"endTime\": \"20:00\"//结束时间\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"04:00\",\r\n\t\t\t\t\t\"endTime\": \"21:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//走读生大门时段(出)\r\n\t\"outDayRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"16:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"14:59\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"05:00\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dayRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生大门时段(进)\r\n\t\"dormRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生大门时段(出)\r\n\t\"outDormRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"14:59\",\r\n\t\t\t\t\t\"endTime\": \"20:30\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"05:00\",\r\n\t\t\t\t\t\"endTime\": \"20:30\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"05:00\",\r\n\t\t\t\t\t\"endTime\": \"18:30\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生宿舍时段(进)\r\n\t\"roomInRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\t//住宿生宿舍时段(出)\r\n\t\"roomOutRuleList\": [\r\n\t\t{\r\n\t\t\t\"week\": \"周一\",\r\n\t\t\t\"weekNo\": \"2\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周二\",\r\n\t\t\t\"weekNo\": \"3\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周三\",\r\n\t\t\t\"weekNo\": \"4\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周四\",\r\n\t\t\t\"weekNo\": \"5\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周五\",\r\n\t\t\t\"weekNo\": \"6\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周六\",\r\n\t\t\t\"weekNo\": \"7\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"week\": \"周日\",\r\n\t\t\t\"weekNo\": \"1\",\r\n\t\t\t\"dormRuleList\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"00:00\",\r\n\t\t\t\t\t\"endTime\": \"23:59\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startTime\": \"\",\r\n\t\t\t\t\t\"endTime\": \"\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "[\"1\"]//id集合" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"teacherNo\": \"00562\",//员工号\n \"telPhone\": \"********\",//电话\n \"teacherNoVal\": \"莫玉华\"//姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudentinfo/queryXJDataByPage": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "phone", + "in": "query", + "description": "电话", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "stuStatus", + "in": "query", + "description": "默认传1", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "example": "3", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "example": "陈", + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "example": "3", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicyear/queryAllSchoolYear": { + "get": { + "summary": "学年列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "text/html": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicyear/getNowSchoolYear": { + "get": { + "summary": "当前学年", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "text/html": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/listByRole": { + "get": { + "summary": "班级列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "text/html": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicdept/getDeptList": { + "get": { + "summary": "二级学院列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "secondFlag", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "text/html": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/getGradeList": { + "get": { + "summary": "入学年份", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "text/html": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/professional/teacherbase/TeacherBaseList": { + "get": { + "summary": "老师列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "commonDeptCode", + "in": "query", + "description": "二级学院代码", + "required": false, + "example": "11", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "text/html": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding/newPage": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"076b30c88327c9e09894c609f0b11762\",//id\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 09:44:47\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:00:59\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"1\",//楼号\n \"layers\": 6,//层数\n \"phone\": \"81162201\",//电话号码\n \"nowNum\": 877,//现住人数\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 317,//剩余可住人数\n \"roomEmptyNum5\": 2,//空5人宿舍数\n \"roomEmptyNum4\": 3,//空4人宿舍数\n \"roomEmptyNum3\": 9,//空3人宿舍数\n \"roomEmptyNum2\": 22,//空2人宿舍数\n \"roomEmptyNum1\": 50,//空1人宿舍数\n \"allAlreadyNum\": 877,//已住人数\n \"occupancyRate\": null,\n \"roomEmptyNum\": 29,//空宿舍数\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"061d0e8f5a1971bcd05b18258236092a\",\n \"createBy\": \"admin\",\n \"createTime\": \"2026-01-08 13:17:27\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"10086\",\n \"layers\": 1,\n \"phone\": \"123\",\n \"nowNum\": 0,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 0,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 0,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 0,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 0,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"80ada9540e7a54855838f5e9b9fb88d1\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:05\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:22\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"2\",\n \"layers\": 6,\n \"phone\": \"81162201\",\n \"nowNum\": 810,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 366,\n \"roomEmptyNum5\": 3,\n \"roomEmptyNum4\": 13,\n \"roomEmptyNum3\": 21,\n \"roomEmptyNum2\": 28,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 810,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 21,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"bb62ec24cf504d912d5680780c7db222\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:20\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:38\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"3\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 215,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 3,\n \"roomEmptyNum3\": 10,\n \"roomEmptyNum2\": 29,\n \"roomEmptyNum1\": 55,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 10,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"d29610b7a6b60f51558c65fa29b429ab\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:29:10\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:07\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"4\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 856,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 324,\n \"roomEmptyNum5\": 4,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 15,\n \"roomEmptyNum2\": 27,\n \"roomEmptyNum1\": 46,\n \"allAlreadyNum\": 856,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 24,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"8e09893f7c5542e25aaa0e455fcac625\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:35:00\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:19\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"5\",\n \"layers\": 6,\n \"phone\": \"81162206\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 225,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 12,\n \"roomEmptyNum2\": 26,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 11,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"0a82852a8166d44156cd3737012ffc23\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 10:54:15\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:34\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"6\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 628,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 338,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 4,\n \"roomEmptyNum3\": 9,\n \"roomEmptyNum2\": 21,\n \"roomEmptyNum1\": 32,\n \"allAlreadyNum\": 628,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 36,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"ce9d2dae424722b42a12cb9083f60972\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-09-24 21:17:29\",\n \"updateBy\": \"00353\",\n \"updateTime\": \"2024-05-16 09:41:14\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"7\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 1,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 439,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 1,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 1,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 109,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n }\n ],\n \"total\": 8,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"buildingNo\": \"10086\",//楼号\r\n \"layers\": 1,//层数\r\n \"phone\": \"123\"//电话\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/queryEmptyRoomWithBuildingNo": { + "get": { + "summary": "空宿舍列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "buildingNo", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"076b30c88327c9e09894c609f0b11762\",//id\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 09:44:47\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:00:59\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"1\",//楼号\n \"layers\": 6,//层数\n \"phone\": \"81162201\",//电话号码\n \"nowNum\": 877,//现住人数\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 317,//剩余可住人数\n \"roomEmptyNum5\": 2,//空5人宿舍数\n \"roomEmptyNum4\": 3,//空4人宿舍数\n \"roomEmptyNum3\": 9,//空3人宿舍数\n \"roomEmptyNum2\": 22,//空2人宿舍数\n \"roomEmptyNum1\": 50,//空1人宿舍数\n \"allAlreadyNum\": 877,//已住人数\n \"occupancyRate\": null,\n \"roomEmptyNum\": 29,//空宿舍数\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"061d0e8f5a1971bcd05b18258236092a\",\n \"createBy\": \"admin\",\n \"createTime\": \"2026-01-08 13:17:27\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"10086\",\n \"layers\": 1,\n \"phone\": \"123\",\n \"nowNum\": 0,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 0,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 0,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 0,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 0,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"80ada9540e7a54855838f5e9b9fb88d1\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:05\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:22\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"2\",\n \"layers\": 6,\n \"phone\": \"81162201\",\n \"nowNum\": 810,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 366,\n \"roomEmptyNum5\": 3,\n \"roomEmptyNum4\": 13,\n \"roomEmptyNum3\": 21,\n \"roomEmptyNum2\": 28,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 810,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 21,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"bb62ec24cf504d912d5680780c7db222\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:20\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:38\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"3\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 215,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 3,\n \"roomEmptyNum3\": 10,\n \"roomEmptyNum2\": 29,\n \"roomEmptyNum1\": 55,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 10,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"d29610b7a6b60f51558c65fa29b429ab\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:29:10\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:07\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"4\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 856,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 324,\n \"roomEmptyNum5\": 4,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 15,\n \"roomEmptyNum2\": 27,\n \"roomEmptyNum1\": 46,\n \"allAlreadyNum\": 856,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 24,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"8e09893f7c5542e25aaa0e455fcac625\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:35:00\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:19\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"5\",\n \"layers\": 6,\n \"phone\": \"81162206\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 225,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 12,\n \"roomEmptyNum2\": 26,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 11,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"0a82852a8166d44156cd3737012ffc23\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 10:54:15\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:34\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"6\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 628,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 338,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 4,\n \"roomEmptyNum3\": 9,\n \"roomEmptyNum2\": 21,\n \"roomEmptyNum1\": 32,\n \"allAlreadyNum\": 628,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 36,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"ce9d2dae424722b42a12cb9083f60972\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-09-24 21:17:29\",\n \"updateBy\": \"00353\",\n \"updateTime\": \"2024-05-16 09:41:14\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"7\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 1,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 439,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 1,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 1,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 109,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n }\n ],\n \"total\": 8,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/queryEmtryRoomDetail": { + "get": { + "summary": "空几人宿舍列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "buildingNo", + "in": "query", + "description": "楼栋号", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "roomType", + "in": "query", + "description": "空几人", + "required": false, + "example": "5", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"076b30c88327c9e09894c609f0b11762\",//id\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 09:44:47\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:00:59\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"1\",//楼号\n \"layers\": 6,//层数\n \"phone\": \"81162201\",//电话号码\n \"nowNum\": 877,//现住人数\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 317,//剩余可住人数\n \"roomEmptyNum5\": 2,//空5人宿舍数\n \"roomEmptyNum4\": 3,//空4人宿舍数\n \"roomEmptyNum3\": 9,//空3人宿舍数\n \"roomEmptyNum2\": 22,//空2人宿舍数\n \"roomEmptyNum1\": 50,//空1人宿舍数\n \"allAlreadyNum\": 877,//已住人数\n \"occupancyRate\": null,\n \"roomEmptyNum\": 29,//空宿舍数\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"061d0e8f5a1971bcd05b18258236092a\",\n \"createBy\": \"admin\",\n \"createTime\": \"2026-01-08 13:17:27\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"10086\",\n \"layers\": 1,\n \"phone\": \"123\",\n \"nowNum\": 0,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 0,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 0,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 0,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 0,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"80ada9540e7a54855838f5e9b9fb88d1\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:05\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:22\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"2\",\n \"layers\": 6,\n \"phone\": \"81162201\",\n \"nowNum\": 810,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 366,\n \"roomEmptyNum5\": 3,\n \"roomEmptyNum4\": 13,\n \"roomEmptyNum3\": 21,\n \"roomEmptyNum2\": 28,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 810,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 21,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"bb62ec24cf504d912d5680780c7db222\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:20\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:38\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"3\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 215,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 3,\n \"roomEmptyNum3\": 10,\n \"roomEmptyNum2\": 29,\n \"roomEmptyNum1\": 55,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 10,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"d29610b7a6b60f51558c65fa29b429ab\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:29:10\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:07\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"4\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 856,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 324,\n \"roomEmptyNum5\": 4,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 15,\n \"roomEmptyNum2\": 27,\n \"roomEmptyNum1\": 46,\n \"allAlreadyNum\": 856,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 24,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"8e09893f7c5542e25aaa0e455fcac625\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:35:00\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:19\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"5\",\n \"layers\": 6,\n \"phone\": \"81162206\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 225,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 12,\n \"roomEmptyNum2\": 26,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 11,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"0a82852a8166d44156cd3737012ffc23\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 10:54:15\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:34\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"6\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 628,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 338,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 4,\n \"roomEmptyNum3\": 9,\n \"roomEmptyNum2\": 21,\n \"roomEmptyNum1\": 32,\n \"allAlreadyNum\": 628,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 36,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"ce9d2dae424722b42a12cb9083f60972\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-09-24 21:17:29\",\n \"updateBy\": \"00353\",\n \"updateTime\": \"2024-05-16 09:41:14\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"7\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 1,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 439,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 1,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 1,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 109,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n }\n ],\n \"total\": 8,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"061d0e8f5a1971bcd05b18258236092a\",\r\n \"buildingNo\": \"10085\",//楼号\r\n \"layers\": 1,//层数\r\n \"phone\": \"123\"//电话\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "061d0e8f5a1971bcd05b18258236092a" + ] + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "061d0e8f5a1971bcd05b18258236092a", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"id\": \"061d0e8f5a1971bcd05b18258236092a\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-08 13:17:27\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2026-01-08 14:57:14\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"10086\",//楼号\r\n \"layers\": 1,//楼层\r\n \"phone\": \"33333\"//电话\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding/list": { + "get": { + "summary": "楼号列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/room_stu_num": { + "get": { + "summary": "几人间", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"deptCode\": \"\",//二级学院编码\r\n \"buildingNo\": \"7\",//楼号\r\n \"roomNo\": \"1000000001\",//宿舍号\r\n \"bedNum\": \"6\",//几人间\r\n \"livedNum\": \"\",\r\n \"remarks\": \"测试\"//备注\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/editDept": { + "post": { + "summary": "学院安排", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"deptCode\": \"13\",//二级学院编码\r\n \"ids\": [\"7\"]\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/fetchDormRoomTreeList": { + "get": { + "summary": "宿舍树状列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "dormdataType", + "in": "query", + "description": "宿舍空几人类型", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/dormitory_occupancy_type": { + "get": { + "summary": "宿舍空几人类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "buildingNo", + "in": "query", + "description": "", + "required": false, + "example": "3", + "schema": { + "type": "string" + } + }, + { + "name": "gender", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + } + } + }, + "security": [] + } + }, + "/api/basic/basicclass/getListByRole": { + "get": { + "summary": "选择班级列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/list": { + "get": { + "summary": "宿舍号选择列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "roomNo": "1000000001", + "bedNo": "1", + "stuNo": "151203254615", + "isLeader": "0" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/fearchRoomStuNum": { + "get": { + "summary": "床位号", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "roomNo", + "in": "query", + "description": "宿舍号", + "required": false, + "example": "1000000001", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/edit": { + "post": { + "summary": "转宿", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "id": "8819d710dfcff2c8a6e0d050f5d1a915", + "roomNo": "1000000001", + "bedNo": "2", + "stuNo": "151203254615", + "isLeader": "0" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/delete": { + "post": { + "summary": "退宿", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienedaily/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "buildingNo", + "in": "query", + "description": "楼栋号 6", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年如2024-2025", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"82e37c27ea89fcf1b23b2ab8207494e0\",\n \"createBy\": \"12103\",\n \"createTime\": \"2024-10-14 11:12:56\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2024-2025\",//学年\n \"schoolTerm\": \"1\",//学期\n \"buildingNo\": \"6\",//楼栋号\n \"roomNo\": \"6602\",//宿舍号\n \"recordDate\": \"2024-10-14 00:00:00\",\n \"note\": \"未打扫\"//情况记录\n },\n {\n \"id\": \"d97a1d46d069afa997bbfee8bf2d7b8e\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:35:37\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5626\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"1#被未曡,6#垃圾未丢,4#5#凳,窗帘,镜,阳地边角。\"\n },\n {\n \"id\": \"ce8e37bafbe8c431d3ebe1f2e102838f\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:34:23\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5621\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"6#被未曡,2#4#柜门开,阳地,便池,舍地边角。\"\n },\n {\n \"id\": \"8b3289fb47b262ffeb9b43c85a5a2666\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:32:52\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5519\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"舍地,阳地,便池,3#桌面乱,镜 ,阳,厠灯未关。\"\n },\n {\n \"id\": \"444d7b4f4691f078e5d565afc916048d\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:31:22\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5515\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"大门未锁,1#凳,4#53被未曡,4#垃圾未丢镜 ,阳地。\"\n },\n {\n \"id\": \"14f5605438537862913f22b028a98a74\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:29:39\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5509\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"大门未锁,窗帘,3#凳,阳地,便池,镜。\"\n },\n {\n \"id\": \"07ada1498eaec631bb07f6a17b96a2a0\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-11-01 10:13:34\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"3\",\n \"roomNo\": \"3127\",\n \"recordDate\": \"2021-11-01 00:00:00\",\n \"note\": \"未锁门,未打扫\"\n },\n {\n \"id\": \"adf279dd54c4ef5b997c6a20c86fa568\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:00\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5637\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n },\n {\n \"id\": \"548791eb2dd8346142e0cd730fc85c94\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:52\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5627\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n },\n {\n \"id\": \"0b5b8869c317ab569a77be0dea2a5ce8\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:27\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5616\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n }\n ],\n \"total\": 40,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 4\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienedaily": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"buildingNo\": \"1\",//楼栋号\r\n \"roomNo\": \"1103\",//宿舍号\r\n \"recordDate\": \"2026-01-09 13:21:51\",//记录时间\r\n \"note\": \"测试\"//情况记录\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienedaily/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"b723e179c074372c8b4033e81114b2b6\",\r\n \"buildingNo\": \"1\",//楼栋号\r\n \"roomNo\": \"1103\",//宿舍号\r\n \"recordDate\": \"2026-01-09 13:21:51\",//记录时间\r\n \"note\": \"测试\"//情况记录\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienedaily/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienedaily/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "b723e179c074372c8b4033e81114b2b6", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": { + "code": 0, + "msg": null, + "data": { + "id": "b723e179c074372c8b4033e81114b2b6", + "createBy": "admin", + "createTime": "2026-01-09 13:23:11", + "updateBy": "admin", + "updateTime": "2026-01-09 13:24:42", + "delFlag": "0", + "tenantId": null, + "remarks": null, + "schoolYear": "2025-2026", + "schoolTerm": "1", + "buildingNo": "1", + "roomNo": "1103", + "recordDate": "2026-01-09 00:00:00", + "note": "测试" + }, + "ok": true + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "buildingNo", + "in": "query", + "description": "楼栋号 6", + "required": false, + "example": [ + "" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年如2024-2025", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "宿舍号1101", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "month", + "in": "query", + "description": "月份2026-01", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"82e37c27ea89fcf1b23b2ab8207494e0\",\n \"createBy\": \"12103\",\n \"createTime\": \"2024-10-14 11:12:56\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2024-2025\",//学年\n \"schoolTerm\": \"1\",//学期\n \"buildingNo\": \"6\",//楼栋号\n \"roomNo\": \"6602\",//宿舍号\n \"recordDate\": \"2024-10-14 00:00:00\",\n \"note\": \"未打扫\"//情况记录\n },\n {\n \"id\": \"d97a1d46d069afa997bbfee8bf2d7b8e\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:35:37\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5626\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"1#被未曡,6#垃圾未丢,4#5#凳,窗帘,镜,阳地边角。\"\n },\n {\n \"id\": \"ce8e37bafbe8c431d3ebe1f2e102838f\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:34:23\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5621\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"6#被未曡,2#4#柜门开,阳地,便池,舍地边角。\"\n },\n {\n \"id\": \"8b3289fb47b262ffeb9b43c85a5a2666\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:32:52\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5519\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"舍地,阳地,便池,3#桌面乱,镜 ,阳,厠灯未关。\"\n },\n {\n \"id\": \"444d7b4f4691f078e5d565afc916048d\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:31:22\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5515\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"大门未锁,1#凳,4#53被未曡,4#垃圾未丢镜 ,阳地。\"\n },\n {\n \"id\": \"14f5605438537862913f22b028a98a74\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:29:39\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5509\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"大门未锁,窗帘,3#凳,阳地,便池,镜。\"\n },\n {\n \"id\": \"07ada1498eaec631bb07f6a17b96a2a0\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-11-01 10:13:34\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"3\",\n \"roomNo\": \"3127\",\n \"recordDate\": \"2021-11-01 00:00:00\",\n \"note\": \"未锁门,未打扫\"\n },\n {\n \"id\": \"adf279dd54c4ef5b997c6a20c86fa568\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:00\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5637\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n },\n {\n \"id\": \"548791eb2dd8346142e0cd730fc85c94\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:52\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5627\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n },\n {\n \"id\": \"0b5b8869c317ab569a77be0dea2a5ce8\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:27\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5616\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n }\n ],\n \"total\": 40,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 4\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"remarks\": \"舍地,阳地边,便池\", //备注\r\n \"buildingNo\": \"1\", //楼号\r\n \"roomNo\": \"1102\", //宿舍号\r\n \"month\": \"2025-11\", //月份\r\n \"score\": 85.00 //分数\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"cbf2d012af85c407c4986c00d9c3c61d\",\r\n \"remarks\": \"舍地,阳地边,便池\", //备注\r\n \"buildingNo\": \"1\", //楼号\r\n \"roomNo\": \"1102\", //宿舍号\r\n \"month\": \"2025-11\", //月份\r\n \"score\": 85.00 //分数\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "cbf2d012af85c407c4986c00d9c3c61d", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": { + "code": 0, + "msg": null, + "data": { + "id": "b723e179c074372c8b4033e81114b2b6", + "createBy": "admin", + "createTime": "2026-01-09 13:23:11", + "updateBy": "admin", + "updateTime": "2026-01-09 13:24:42", + "delFlag": "0", + "tenantId": null, + "remarks": null, + "schoolYear": "2025-2026", + "schoolTerm": "1", + "buildingNo": "1", + "roomNo": "1103", + "recordDate": "2026-01-09 00:00:00", + "note": "测试" + }, + "ok": true + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/reform_status": { + "get": { + "summary": "整改状态", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormreform/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": "13", + "schema": { + "type": "string" + } + }, + { + "name": "classNos", + "in": "query", + "description": "班号", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "1101", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "reformStatus", + "in": "query", + "description": "整改结果", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "2025-2026", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "month", + "in": "query", + "description": "2026-02", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"82e37c27ea89fcf1b23b2ab8207494e0\",\n \"createBy\": \"12103\",\n \"createTime\": \"2024-10-14 11:12:56\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2024-2025\",//学年\n \"schoolTerm\": \"1\",//学期\n \"buildingNo\": \"6\",//楼栋号\n \"roomNo\": \"6602\",//宿舍号\n \"recordDate\": \"2024-10-14 00:00:00\",\n \"note\": \"未打扫\"//情况记录\n },\n {\n \"id\": \"d97a1d46d069afa997bbfee8bf2d7b8e\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:35:37\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5626\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"1#被未曡,6#垃圾未丢,4#5#凳,窗帘,镜,阳地边角。\"\n },\n {\n \"id\": \"ce8e37bafbe8c431d3ebe1f2e102838f\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:34:23\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5621\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"6#被未曡,2#4#柜门开,阳地,便池,舍地边角。\"\n },\n {\n \"id\": \"8b3289fb47b262ffeb9b43c85a5a2666\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:32:52\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5519\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"舍地,阳地,便池,3#桌面乱,镜 ,阳,厠灯未关。\"\n },\n {\n \"id\": \"444d7b4f4691f078e5d565afc916048d\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:31:22\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5515\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"大门未锁,1#凳,4#53被未曡,4#垃圾未丢镜 ,阳地。\"\n },\n {\n \"id\": \"14f5605438537862913f22b028a98a74\",\n \"createBy\": \"12103\",\n \"createTime\": \"2023-09-14 10:29:39\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2023-2024\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5509\",\n \"recordDate\": \"2023-09-14 00:00:00\",\n \"note\": \"大门未锁,窗帘,3#凳,阳地,便池,镜。\"\n },\n {\n \"id\": \"07ada1498eaec631bb07f6a17b96a2a0\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-11-01 10:13:34\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"3\",\n \"roomNo\": \"3127\",\n \"recordDate\": \"2021-11-01 00:00:00\",\n \"note\": \"未锁门,未打扫\"\n },\n {\n \"id\": \"adf279dd54c4ef5b997c6a20c86fa568\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:00\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5637\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n },\n {\n \"id\": \"548791eb2dd8346142e0cd730fc85c94\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:52\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5627\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n },\n {\n \"id\": \"0b5b8869c317ab569a77be0dea2a5ce8\",\n \"createBy\": \"12103\",\n \"createTime\": \"2021-10-08 10:37:27\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"schoolYear\": \"2021-2022\",\n \"schoolTerm\": \"1\",\n \"buildingNo\": \"5\",\n \"roomNo\": \"5616\",\n \"recordDate\": \"2021-10-08 00:00:00\",\n \"note\": \"未打扫\"\n }\n ],\n \"total\": 40,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 4\n },\n \"ok\": true\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormreform": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"roomNo\": \"1117\",//房间号\r\n \"reformDate\": \"2026-01-09\",//整改日期\r\n \"reformContent\": \"测试\"//整改内容\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormreform/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"0001b8ca6ba941478ab4895ce1dd82d0\",\r\n \"reformStatus\":\"\",//整改状态 合格不合格整改填充此字段即可\r\n \"roomNo\": \"1117\",//房间号\r\n \"reformDate\": \"2026-01-09\",//整改日期\r\n \"reformContent\": \"测试\"//整改内容\r\n}" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormreform/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormreform/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "cbf2d012af85c407c4986c00d9c3c61d", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "" + } + } + }, + "responses": { + "500": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "timestamp": { + "type": "string" + }, + "status": { + "type": "integer" + }, + "error": { + "type": "string" + }, + "path": { + "type": "string" + } + }, + "required": [ + "timestamp", + "status", + "error", + "path" + ] + }, + "example": { + "code": 0, + "msg": null, + "data": { + "id": "b723e179c074372c8b4033e81114b2b6", + "createBy": "admin", + "createTime": "2026-01-09 13:23:11", + "updateBy": "admin", + "updateTime": "2026-01-09 13:24:42", + "delFlag": "0", + "tenantId": null, + "remarks": null, + "schoolYear": "2025-2026", + "schoolTerm": "1", + "buildingNo": "1", + "roomNo": "1103", + "recordDate": "2026-01-09 00:00:00", + "note": "测试" + }, + "ok": true + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/queryStudentAbnormal": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": [\r\n {\r\n \"classNo\": \"2334\",//班级号\r\n \"realName\": \"陆静怡\",//姓名\r\n \"bedNo\": \"1\",//床位号\r\n \"roomNo\": \"2421\",//宿舍号\r\n \"stuNo\": \"131711233421\",//学号\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谈彦\",//班主任姓名\r\n \"teacherPhone\": null,//班主任电话\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[六](初)\",//专业\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"//学院\r\n },\r\n {\r\n \"classNo\": \"2453\",\r\n \"realName\": \"周仁杰\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4226\",\r\n \"stuNo\": \"151701245343\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"华晨磊\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2423\",\r\n \"realName\": \"李陆逸\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"6513\",\r\n \"stuNo\": \"131510242334\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"耿敬茹\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"现代物流管理(联院大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2407\",\r\n \"realName\": \"王辰昕\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"5610\",\r\n \"stuNo\": \"111710240728\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谢村善\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"工业机械自动化装调[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2416\",\r\n \"realName\": \"崔凯\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3637\",\r\n \"stuNo\": \"121708241609\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘星宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2429\",\r\n \"realName\": \"顾茗语\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"2133\",\r\n \"stuNo\": \"131711242916\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"张威威\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2410\",\r\n \"realName\": \"王静\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"2217\",\r\n \"stuNo\": \"121203241002\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"韩渴望\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控编程[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2301\",\r\n \"realName\": \"陈浩然\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3215\",\r\n \"stuNo\": \"121204230111\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"朱琪\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2331\",\r\n \"realName\": \"徐嘉辉\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6602\",\r\n \"stuNo\": \"131202233152\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"吴伟杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"王瑞\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"6521\",\r\n \"stuNo\": \"132301243045\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2323\",\r\n \"realName\": \"樊帅\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6224\",\r\n \"stuNo\": \"111702232310\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"赵李凤\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2442\",\r\n \"realName\": \"仲馨怡\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"1414\",\r\n \"stuNo\": \"141208244243\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"卜清\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"健康与社会照护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2429\",\r\n \"realName\": \"杨梦洁\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"2235\",\r\n \"stuNo\": \"131711242935\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"张威威\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2456\",\r\n \"realName\": \"薛仲盛\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4117\",\r\n \"stuNo\": \"122301245640\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"夏涛\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造技术应用[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2445\",\r\n \"realName\": \"尹楠\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"1308\",\r\n \"stuNo\": \"141703244532\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"朱鑫仙\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"中药[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2341\",\r\n \"realName\": \"肖茗皓\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"4207\",\r\n \"stuNo\": \"141702234153\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"郑舸\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药物分析与检验[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2322\",\r\n \"realName\": \"耿圆圆\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"1118\",\r\n \"stuNo\": \"111702232201\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"翟雳\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"谢俊辉\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"6522\",\r\n \"stuNo\": \"132301243051\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2459\",\r\n \"realName\": \"仲馨悦\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1637\",\r\n \"stuNo\": \"141702245943\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谈丽\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药物分析与检验[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2343\",\r\n \"realName\": \"曹鑫悦\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"1314\",\r\n \"stuNo\": \"141701234301\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"殳叶婷\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药物制剂[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2412\",\r\n \"realName\": \"张明豪\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"4135\",\r\n \"stuNo\": \"141707241246\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"唐大美\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数字化设计与制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2308\",\r\n \"realName\": \"王敏威\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3115\",\r\n \"stuNo\": \"121702230832\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"高进祥\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控加工(数控铣)[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2436\",\r\n \"realName\": \"徐子轩\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"6127\",\r\n \"stuNo\": \"161205243637\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"邹婷婷\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修(氢能制备设备方向)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2453\",\r\n \"realName\": \"王柏霖\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4228\",\r\n \"stuNo\": \"151701245330\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"华晨磊\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2442\",\r\n \"realName\": \"李涵\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1414\",\r\n \"stuNo\": \"141208244212\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"卜清\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"健康与社会照护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2301\",\r\n \"realName\": \"杨思远\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3624\",\r\n \"stuNo\": \"121204230136\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"朱琪\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2402\",\r\n \"realName\": \"袁加轩\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"5329\",\r\n \"stuNo\": \"111206240237\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"王锐\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"焊接加工[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2426\",\r\n \"realName\": \"李泽成\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"6511\",\r\n \"stuNo\": \"131202242642\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"徐丹\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2413\",\r\n \"realName\": \"刘锦豪\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"3626\",\r\n \"stuNo\": \"121713241330\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"潘杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造设备装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2444\",\r\n \"realName\": \"黄亦涵\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1602\",\r\n \"stuNo\": \"141701244412\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"邵璟\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药物制剂[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2350\",\r\n \"realName\": \"赵振轩\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4302\",\r\n \"stuNo\": \"151206235045\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"许航\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"无人机应用技术[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2007\",\r\n \"realName\": \"朱万谦\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"3619\",\r\n \"stuNo\": \"121701200742\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"薛龙\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造技术\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"1916\",\r\n \"realName\": \"胡博涛\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"7609\",\r\n \"stuNo\": \"121703191614\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"黄科峰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控编程[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2031\",\r\n \"realName\": \"邱孟飞\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"6422\",\r\n \"stuNo\": \"131703203129\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"吕兆华\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机网络应用[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2047\",\r\n \"realName\": \"蔡子阳\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4403\",\r\n \"stuNo\": \"151703204710\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"丁怡\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"城市轨道交通车辆运用与检修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2416\",\r\n \"realName\": \"曹新杰\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"3637\",\r\n \"stuNo\": \"121708241606\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘星宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2424\",\r\n \"realName\": \"程燕\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"2606\",\r\n \"stuNo\": \"131512242405\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"何山\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"跨境电子商务(联院大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2351\",\r\n \"realName\": \"侍根源\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4308\",\r\n \"stuNo\": \"151704235129\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"李解\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2445\",\r\n \"realName\": \"李晶晶\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1308\",\r\n \"stuNo\": \"141703244511\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"朱鑫仙\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"中药[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2304\",\r\n \"realName\": \"张绘绘\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"2213\",\r\n \"stuNo\": \"121208230407\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘帆\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2336\",\r\n \"realName\": \"李坤\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"6319\",\r\n \"stuNo\": \"132302233618\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"沈田予\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2428\",\r\n \"realName\": \"白卓阳\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6514\",\r\n \"stuNo\": \"131709242831\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"奚一飞\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"云计算技术应用[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2304\",\r\n \"realName\": \"徐浩然\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3133\",\r\n \"stuNo\": \"121208230432\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘帆\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2429\",\r\n \"realName\": \"程宇\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6516\",\r\n \"stuNo\": \"131711242945\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"张威威\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2416\",\r\n \"realName\": \"邢腾飞\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3526\",\r\n \"stuNo\": \"121708241636\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘星宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2411\",\r\n \"realName\": \"陈孝睿\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3607\",\r\n \"stuNo\": \"121704241109\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"蒋羽兴\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2440\",\r\n \"realName\": \"刘嘉玲\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"1220\",\r\n \"stuNo\": \"141205244017\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"李允\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药品服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2449\",\r\n \"realName\": \"陈洪杰\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4328\",\r\n \"stuNo\": \"151507244906\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"薛枫\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修技术(联院大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2334\",\r\n \"realName\": \"尤梓涵\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"2420\",\r\n \"stuNo\": \"131711233433\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谈彦\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"唐玥妍\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"2230\",\r\n \"stuNo\": \"132301243014\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2407\",\r\n \"realName\": \"赵起豪\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"5617\",\r\n \"stuNo\": \"111710240745\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谢村善\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"工业机械自动化装调[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2403\",\r\n \"realName\": \"吴梦瑶\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"1112\",\r\n \"stuNo\": \"111208240308\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"徐建锋\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"服务机器人应用与维护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2459\",\r\n \"realName\": \"孙俪苇\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"1426\",\r\n \"stuNo\": \"141702245925\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谈丽\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药物分析与检验[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2440\",\r\n \"realName\": \"蒋雨雯\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1219\",\r\n \"stuNo\": \"141205244013\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"李允\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药品服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2436\",\r\n \"realName\": \"刘墨轩\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"6129\",\r\n \"stuNo\": \"161205243618\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"邹婷婷\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修(氢能制备设备方向)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2413\",\r\n \"realName\": \"程龙\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3623\",\r\n \"stuNo\": \"121713241311\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"潘杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造设备装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2450\",\r\n \"realName\": \"黄涛涛\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4412\",\r\n \"stuNo\": \"151205245020\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"许双双\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"城市轨道交通车辆运用与检修[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2407\",\r\n \"realName\": \"潘顺鑫\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"5616\",\r\n \"stuNo\": \"111710240718\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谢村善\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"工业机械自动化装调[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2333\",\r\n \"realName\": \"王世杨\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"6601\",\r\n \"stuNo\": \"131709233342\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周坤\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"云计算技术应用[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"曹俊云\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"2229\",\r\n \"stuNo\": \"132301243001\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2408\",\r\n \"realName\": \"彭梓轩\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"4121\",\r\n \"stuNo\": \"121509240822\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"魏小燕\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"机电一体化技术(数控车方向)(大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2332\",\r\n \"realName\": \"钱磊\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"6602\",\r\n \"stuNo\": \"131213233250\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"李月\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务(跨境电子商务)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2304\",\r\n \"realName\": \"张子涵\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"2213\",\r\n \"stuNo\": \"121208230408\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘帆\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2442\",\r\n \"realName\": \"董颖\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1415\",\r\n \"stuNo\": \"141208244206\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"卜清\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"健康与社会照护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2352\",\r\n \"realName\": \"蒋之中\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4329\",\r\n \"stuNo\": \"151704235217\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周松岳\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"周文钟\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4614\",\r\n \"stuNo\": \"151207224937\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"孙毓苑\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"2312\",\r\n \"stuNo\": \"151207224905\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2234\",\r\n \"realName\": \"梁士麟\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"6312\",\r\n \"stuNo\": \"131711223443\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"姜秀坤\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2251\",\r\n \"realName\": \"梁涛\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"4622\",\r\n \"stuNo\": \"151704225125\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"曹鲁政\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2229\",\r\n \"realName\": \"倪文文\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"2518\",\r\n \"stuNo\": \"131202222913\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"邵佳琦\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2243\",\r\n \"realName\": \"孙家宁\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1603\",\r\n \"stuNo\": \"141707224324\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"陈胜姝\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"烹饪(中西式面点)[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2247\",\r\n \"realName\": \"冯利明\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4605\",\r\n \"stuNo\": \"151203224719\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"胡卫锋\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"城市轨道交通车辆运用与检修[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"殷俊\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4612\",\r\n \"stuNo\": \"151207224932\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2207\",\r\n \"realName\": \"巢孙阳\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3205\",\r\n \"stuNo\": \"121704220705\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"葛汶鑫\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2239\",\r\n \"realName\": \"祁馨蕊\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"1623\",\r\n \"stuNo\": \"141206223914\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"徐吉婷\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"旅游服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2233\",\r\n \"realName\": \"姚爱欣\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"2504\",\r\n \"stuNo\": \"131709223318\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"史轲\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"云计算技术应用[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2212\",\r\n \"realName\": \"王家鹏\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3333\",\r\n \"stuNo\": \"122301221218\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周青\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造技术应用[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2241\",\r\n \"realName\": \"张忻妤\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"1418\",\r\n \"stuNo\": \"141702224136\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"蒋达丁\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药物分析与检验[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2250\",\r\n \"realName\": \"张柯梓\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4618\",\r\n \"stuNo\": \"151701225031\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"郑巧云\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"程浩栋\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"4614\",\r\n \"stuNo\": \"151207224909\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"程涵栋\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"4613\",\r\n \"stuNo\": \"151207224908\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"蒋家闰\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4612\",\r\n \"stuNo\": \"151207224913\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2238\",\r\n \"realName\": \"童艳\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"1627\",\r\n \"stuNo\": \"141205223828\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"孙剑锋\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药品服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2251\",\r\n \"realName\": \"顾博楷\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"4624\",\r\n \"stuNo\": \"151704225111\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"曹鲁政\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2246\",\r\n \"realName\": \"顾嘉诚\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"4603\",\r\n \"stuNo\": \"151208224610\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"林丹\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车检测[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2208\",\r\n \"realName\": \"钱子灏\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"3207\",\r\n \"stuNo\": \"121713220815\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谢尧\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造设备装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"庞金楠\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4613\",\r\n \"stuNo\": \"151207224918\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"胡蓉\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"2312\",\r\n \"stuNo\": \"151207224901\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2209\",\r\n \"realName\": \"马振祥\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3201\",\r\n \"stuNo\": \"121707220922\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"陈烨妍\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数字化设计与制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2230\",\r\n \"realName\": \"孙守成\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6304\",\r\n \"stuNo\": \"131205223037\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"曹菁\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"网络营销[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2321\",\r\n \"realName\": \"张阳光\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"5405\",\r\n \"stuNo\": \"111710222229\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"皋龙成\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"工业机械自动化装调[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"季欣娜\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"2312\",\r\n \"stuNo\": \"151207224902\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2251\",\r\n \"realName\": \"武冬妮\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"2314\",\r\n \"stuNo\": \"151704225102\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"曹鲁政\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2208\",\r\n \"realName\": \"刘子凡\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3207\",\r\n \"stuNo\": \"121713220812\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谢尧\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造设备装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2231\",\r\n \"realName\": \"李小冉\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"2508\",\r\n \"stuNo\": \"131213223112\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周欣\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务(跨境电子商务)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2219\",\r\n \"realName\": \"刘睿\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"5627\",\r\n \"stuNo\": \"111701221917\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"陈海游\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"机电一体化技术[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2252\",\r\n \"realName\": \"冯祺\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"2314\",\r\n \"stuNo\": \"151703225201\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘纹\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"城市轨道交通车辆运用与检修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2205\",\r\n \"realName\": \"周靖\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"3325\",\r\n \"stuNo\": \"121206220532\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周剑\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控加工(数控车工)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2248\",\r\n \"realName\": \"张涛\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4611\",\r\n \"stuNo\": \"151206224836\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"韩壮\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"无人机应用技术[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2231\",\r\n \"realName\": \"张瑶\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"2511\",\r\n \"stuNo\": \"131213223133\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周欣\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务(跨境电子商务)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"阮盛杰\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4614\",\r\n \"stuNo\": \"151207224919\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"徐涛\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"4614\",\r\n \"stuNo\": \"151207224926\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2251\",\r\n \"realName\": \"顾曦文\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4621\",\r\n \"stuNo\": \"151704225114\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"曹鲁政\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2219\",\r\n \"realName\": \"蒋磊\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"5624\",\r\n \"stuNo\": \"111701221914\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"陈海游\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"机电一体化技术[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2214\",\r\n \"realName\": \"蔡铭骐\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6237\",\r\n \"stuNo\": \"111202221402\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"董城浩\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"4615\",\r\n \"stuNo\": \"151207224910\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"王瑞年\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"4612\",\r\n \"stuNo\": \"151207224922\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2251\",\r\n \"realName\": \"朱宇航\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"4620\",\r\n \"stuNo\": \"151704225149\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"曹鲁政\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2209\",\r\n \"realName\": \"管宝龙\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"3201\",\r\n \"stuNo\": \"121707220915\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"陈烨妍\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数字化设计与制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2231\",\r\n \"realName\": \"圣宇萱\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"2509\",\r\n \"stuNo\": \"131213223120\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周欣\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务(跨境电子商务)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2252\",\r\n \"realName\": \"陈星池\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4626\",\r\n \"stuNo\": \"151703225210\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘纹\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"城市轨道交通车辆运用与检修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"阚仔言\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4614\",\r\n \"stuNo\": \"151207224915\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"李子阳\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4612\",\r\n \"stuNo\": \"151207224917\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2207\",\r\n \"realName\": \"李绍康\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"3205\",\r\n \"stuNo\": \"121704220717\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"葛汶鑫\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2215\",\r\n \"realName\": \"李家祥\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"5524\",\r\n \"stuNo\": \"111204221509\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"申如意\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"机电设备安装与维修[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"靳余明\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4613\",\r\n \"stuNo\": \"151207224914\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2457\",\r\n \"realName\": \"唐钤冰\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"2622\",\r\n \"stuNo\": \"131709245719\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"张南\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"云计算技术应用[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2215\",\r\n \"realName\": \"汪杰\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"5526\",\r\n \"stuNo\": \"111204221521\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"申如意\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"机电设备安装与维修[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"吴正阔\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"4613\",\r\n \"stuNo\": \"151207224924\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2236\",\r\n \"realName\": \"吴旭\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"6316\",\r\n \"stuNo\": \"132302223627\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"孙萌谣\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2231\",\r\n \"realName\": \"龙余婷\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"2509\",\r\n \"stuNo\": \"131213223116\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周欣\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务(跨境电子商务)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"杨子锐\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"4615\",\r\n \"stuNo\": \"151207224931\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2204\",\r\n \"realName\": \"朱子轩\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3317\",\r\n \"stuNo\": \"121204220437\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"张成\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2416\",\r\n \"realName\": \"王宇溢\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"3526\",\r\n \"stuNo\": \"121708241632\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘星宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2221\",\r\n \"realName\": \"胡周炜\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6213\",\r\n \"stuNo\": \"111702222113\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周玲\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"杨岷沣\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4615\",\r\n \"stuNo\": \"151207224929\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"常云鹏\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"4614\",\r\n \"stuNo\": \"151207224906\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"严海林\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"4615\",\r\n \"stuNo\": \"151207224927\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2252\",\r\n \"realName\": \"王玉\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"4625\",\r\n \"stuNo\": \"151703225233\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘纹\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"城市轨道交通车辆运用与检修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2249\",\r\n \"realName\": \"杨凯斌\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4613\",\r\n \"stuNo\": \"151207224928\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"管军\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"飞机维修(省交通联办班)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2106\",\r\n \"realName\": \"李志鹏\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"3525\",\r\n \"stuNo\": \"121705210611\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"姜利彬\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控机床装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2301\",\r\n \"realName\": \"赵子轩\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3624\",\r\n \"stuNo\": \"121204230141\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"朱琪\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2301\",\r\n \"realName\": \"徐子恒\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"3215\",\r\n \"stuNo\": \"121204230134\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"朱琪\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2439\",\r\n \"realName\": \"李敏\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"1225\",\r\n \"stuNo\": \"141205243915\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"查炀烁\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药品服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2416\",\r\n \"realName\": \"武佳豪\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"3526\",\r\n \"stuNo\": \"121708241635\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘星宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2352\",\r\n \"realName\": \"徐辉\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4311\",\r\n \"stuNo\": \"151704235237\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周松岳\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2425\",\r\n \"realName\": \"潘子轩\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"6527\",\r\n \"stuNo\": \"131211242545\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"杨奇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2440\",\r\n \"realName\": \"黄惜文\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"1219\",\r\n \"stuNo\": \"141205244012\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"李允\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药品服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2424\",\r\n \"realName\": \"陈佳铃\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"2614\",\r\n \"stuNo\": \"131512242403\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"何山\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"跨境电子商务(联院大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"常雅涵\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"2229\",\r\n \"stuNo\": \"132301243002\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2413\",\r\n \"realName\": \"姚美华\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"3627\",\r\n \"stuNo\": \"121713241343\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"潘杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造设备装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2403\",\r\n \"realName\": \"宋家娣\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"1121\",\r\n \"stuNo\": \"111208240306\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"徐建锋\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"服务机器人应用与维护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2406\",\r\n \"realName\": \"王仁昊\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"5225\",\r\n \"stuNo\": \"111710240630\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"唐成宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"工业机械自动化装调[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2432\",\r\n \"realName\": \"刘佳程\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"5110\",\r\n \"stuNo\": \"161506243222\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"彭凤丽\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"机电一体化技术(电气方向)(大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2438\",\r\n \"realName\": \"祁天茹\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"5203\",\r\n \"stuNo\": \"161701243823\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"王新叶\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2413\",\r\n \"realName\": \"顾睿\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3625\",\r\n \"stuNo\": \"121713241315\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"潘杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造设备装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2313\",\r\n \"realName\": \"周梦杰\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"5531\",\r\n \"stuNo\": \"111206231342\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"孙萍\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"焊接加工[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2340\",\r\n \"realName\": \"吴典\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"1325\",\r\n \"stuNo\": \"141208234035\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"杨荣\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"健康与社会照护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2424\",\r\n \"realName\": \"彭雨茜\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"2614\",\r\n \"stuNo\": \"131512242413\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"何山\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"跨境电子商务(联院大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2456\",\r\n \"realName\": \"吴泽云\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4119\",\r\n \"stuNo\": \"122301245653\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"夏涛\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造技术应用[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2406\",\r\n \"realName\": \"安臣铭\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"5221\",\r\n \"stuNo\": \"111710240604\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"唐成宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"工业机械自动化装调[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2456\",\r\n \"realName\": \"方佳乐\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"4118\",\r\n \"stuNo\": \"122301245650\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"夏涛\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造技术应用[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2335\",\r\n \"realName\": \"袁旭栋\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"6321\",\r\n \"stuNo\": \"132301233541\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2327\",\r\n \"realName\": \"汤静雯\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"2330\",\r\n \"stuNo\": \"131509232720\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"丁翊\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"广告艺术设计(联院大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2338\",\r\n \"realName\": \"陈穗玲\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"1437\",\r\n \"stuNo\": \"141205233802\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"黄飞\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药品服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2442\",\r\n \"realName\": \"卢丽苹\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1407\",\r\n \"stuNo\": \"141208244217\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"卜清\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"健康与社会照护[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2417\",\r\n \"realName\": \"庄晓霖\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"4108\",\r\n \"stuNo\": \"122301241752\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"高阿兴\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造技术应用[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2348\",\r\n \"realName\": \"苗锦程\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"4426\",\r\n \"stuNo\": \"151208234825\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周璇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车检测[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2405\",\r\n \"realName\": \"缪京轩\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"5606\",\r\n \"stuNo\": \"111701240519\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"余震\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"机电一体化技术[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2322\",\r\n \"realName\": \"桑爱爽\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6221\",\r\n \"stuNo\": \"111702232224\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"翟雳\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2107\",\r\n \"realName\": \"刘豪\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3312\",\r\n \"stuNo\": \"121702210720\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"王宏宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控加工(数控铣)[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2451\",\r\n \"realName\": \"周鑫\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4511\",\r\n \"stuNo\": \"151206245148\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"陈颖\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"无人机应用技术[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2332\",\r\n \"realName\": \"孔梦婷\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"2413\",\r\n \"stuNo\": \"131213233216\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"李月\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务(跨境电子商务)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"沈聪\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6521\",\r\n \"stuNo\": \"132301243041\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2353\",\r\n \"realName\": \"吴榆炜\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"4315\",\r\n \"stuNo\": \"151701235328\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"戚家文\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2416\",\r\n \"realName\": \"陈辰\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3637\",\r\n \"stuNo\": \"121708241607\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘星宇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2413\",\r\n \"realName\": \"陈聪\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3623\",\r\n \"stuNo\": \"121713241309\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"潘杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"智能制造设备装配与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2431\",\r\n \"realName\": \"李亚豪\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"5107\",\r\n \"stuNo\": \"161506243122\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"高扬\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"机电一体化技术(电气方向)(大专)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2317\",\r\n \"realName\": \"廖越\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"5321\",\r\n \"stuNo\": \"111204231717\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周熠\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"机电设备安装与维修[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n },\r\n {\r\n \"classNo\": \"2452\",\r\n \"realName\": \"张雷昊\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"4619\",\r\n \"stuNo\": \"151704245242\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"张风密\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"新能源汽车检测与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2331\",\r\n \"realName\": \"朱国强\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"6603\",\r\n \"stuNo\": \"131202233155\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"吴伟杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2453\",\r\n \"realName\": \"李奥鹏\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"4407\",\r\n \"stuNo\": \"151701245319\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"华晨磊\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2342\",\r\n \"realName\": \"伊梦雨\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"1205\",\r\n \"stuNo\": \"141702234234\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"张爱华\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药物分析与检验[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2312\",\r\n \"realName\": \"张睿\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"6101\",\r\n \"stuNo\": \"111202231240\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"赵烨菊\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2104\",\r\n \"realName\": \"马恩强\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3308\",\r\n \"stuNo\": \"121704210424\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"姜利彬\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"工业机器人应用与维护[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2439\",\r\n \"realName\": \"宦依萱\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"1225\",\r\n \"stuNo\": \"141205243911\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"查炀烁\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"药品服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2331\",\r\n \"realName\": \"杨家宝\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"6602\",\r\n \"stuNo\": \"131202233154\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"吴伟杰\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2304\",\r\n \"realName\": \"毛佳琪\",\r\n \"bedNo\": \"5\",\r\n \"roomNo\": \"3137\",\r\n \"stuNo\": \"121208230419\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘帆\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2308\",\r\n \"realName\": \"张文强\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3115\",\r\n \"stuNo\": \"121702230844\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"高进祥\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控加工(数控铣)[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2437\",\r\n \"realName\": \"汪子康\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"5128\",\r\n \"stuNo\": \"161701243730\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"殷庆武\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"16\",\r\n \"majorName\": \"电气自动化设备安装与维修[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"新能源学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"吴婧升\",\r\n \"bedNo\": \"3\",\r\n \"roomNo\": \"2231\",\r\n \"stuNo\": \"132301243017\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2344\",\r\n \"realName\": \"汤明慧\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"1316\",\r\n \"stuNo\": \"141703234431\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"高颖\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"中药[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2303\",\r\n \"realName\": \"杨兵兵\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"3213\",\r\n \"stuNo\": \"121206230328\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"魏君一\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控加工(数控车工)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2105\",\r\n \"realName\": \"赵志远\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"3530\",\r\n \"stuNo\": \"121708210535\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"徐燕\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"模具制造[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2303\",\r\n \"realName\": \"孙俊杰\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"3213\",\r\n \"stuNo\": \"121206230322\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"魏君一\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"12\",\r\n \"majorName\": \"数控加工(数控车工)[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能制造学院\"\r\n },\r\n {\r\n \"classNo\": \"2334\",\r\n \"realName\": \"梁天晴\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"2421\",\r\n \"stuNo\": \"131711233415\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谈彦\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"计算机广告制作[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2339\",\r\n \"realName\": \"从欢欢\",\r\n \"bedNo\": \"2\",\r\n \"roomNo\": \"1307\",\r\n \"stuNo\": \"141206233905\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"俞应进\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"14\",\r\n \"majorName\": \"旅游服务与管理[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"医药康养学院\"\r\n },\r\n {\r\n \"classNo\": \"2336\",\r\n \"realName\": \"陈伟杰\",\r\n \"bedNo\": \"1\",\r\n \"roomNo\": \"6317\",\r\n \"stuNo\": \"132302233614\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"沈田予\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"电子商务[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2430\",\r\n \"realName\": \"周梓怡\",\r\n \"bedNo\": \"6\",\r\n \"roomNo\": \"2231\",\r\n \"stuNo\": \"132301243023\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"刘智志\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"13\",\r\n \"majorName\": \"视觉传达艺术设计[四](高)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"信息服务学院\"\r\n },\r\n {\r\n \"classNo\": \"2348\",\r\n \"realName\": \"薛怡晨\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"2315\",\r\n \"stuNo\": \"151208234809\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"周璇\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"15\",\r\n \"majorName\": \"汽车检测[五](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"交通运输学院\"\r\n },\r\n {\r\n \"classNo\": \"2407\",\r\n \"realName\": \"邵明阳\",\r\n \"bedNo\": \"4\",\r\n \"roomNo\": \"5616\",\r\n \"stuNo\": \"111710240722\",\r\n \"buildingNo\": null,\r\n \"teacherRealName\": \"谢村善\",\r\n \"teacherPhone\": null,\r\n \"deptCode\": \"11\",\r\n \"majorName\": \"工业机械自动化装调[六](初)\",\r\n \"teacherNo\": null,\r\n \"deptName\": \"智能装备学院\"\r\n }\r\n ],\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuildingmanger/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"c3574396b6f9f28b6472e3d890a9424b\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-09-21 14:29:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"1\",\r\n \"username\": \"00383\"\r\n },\r\n {\r\n \"id\": \"971194a979f2caab47aa5fd153dcfbc4\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-09-21 14:29:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"1\",\r\n \"username\": \"00039\"\r\n },\r\n {\r\n \"id\": \"ad40c3ed7aef15ddda201e415af07c55\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-09-21 14:29:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"1\",\r\n \"username\": \"00511\"\r\n },\r\n {\r\n \"id\": \"c424efb392cd021eade8d126acf373e6\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-07-14 20:01:39\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"2\",\r\n \"username\": \"00383\"\r\n },\r\n {\r\n \"id\": \"09de4fc72fbc2d52f7c35c02a1249265\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-07-14 20:01:39\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"2\",\r\n \"username\": \"00511\"\r\n },\r\n {\r\n \"id\": \"2018845f744a82d6277a21219f8a0ca1\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-07-14 20:01:39\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"2\",\r\n \"username\": \"00301\"\r\n },\r\n {\r\n \"id\": \"6a4ff75b18a661adc1641e7dbfd2d83b\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-07-15 10:49:34\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2020-09-21 19:22:33\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"3\",\r\n \"username\": \"00039\"\r\n },\r\n {\r\n \"id\": \"328919d166801391fb37f047b8752b77\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-07-15 12:19:20\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"3\",\r\n \"username\": \"00039\"\r\n },\r\n {\r\n \"id\": \"edd6fef5cf99bc5683859ae508bc843f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-07-15 10:49:34\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2020-09-21 19:22:42\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"3\",\r\n \"username\": \"00511\"\r\n },\r\n {\r\n \"id\": \"4bae1ec544835b8797a1c19458210544\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-07-15 12:19:20\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": \"3\",//楼号\r\n \"username\": \"00301\"//管理员工号\r\n }\r\n ],\r\n \"total\": 22,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 3\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudentchange/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "changeType", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"67dc1880a20e51c5ee26ad76c6148110\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-09 11:44:41\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"151203254615\",//学号\r\n \"changeType\": \"1\",//异动类型\r\n \"roomNo\": null,//原宿舍号\r\n \"bedNo\": null,//原床号\r\n \"newRoomNo\": \"1000000001\",//新楼号\r\n \"newBedNo\": \"1\",//新床号\r\n \"deptCode\": null,\r\n \"deptName\": null,//学院\r\n \"classNo\": null,//班号\r\n \"classCode\": null,\r\n \"realName\": null//姓名\r\n },\r\n {\r\n \"id\": \"168505e1595ba7a3cc08253efb9d23d3\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-09-01 15:12:45\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"112301250712\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"2110\",\r\n \"newBedNo\": \"5\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"d797590362d42c04fe746706a071d631\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-03-10 12:54:11\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"131507241906\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"2101\",\r\n \"newBedNo\": \"6\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"9b183f7310fc7e73aad2f168e3a70fc5\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-03-04 10:16:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"131202233149\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"6602\",\r\n \"newBedNo\": \"3\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"3bb4a1684902a72472c285b3df68c301\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-03-04 10:15:48\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"131202233146\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"6602\",\r\n \"newBedNo\": \"4\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"35808012a88429570776ef193ba51b3c\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-02-28 13:13:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"151701225030\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"4617\",\r\n \"newBedNo\": \"1\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"dfcdf04daa4524acd7a35858d728a67b\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-02-25 08:09:55\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"121203241044\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"3602\",\r\n \"newBedNo\": \"6\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"74a3e1b239e81fd5ac39d0d67a923fc0\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-02-21 15:49:11\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"151701235318\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"4313\",\r\n \"newBedNo\": \"5\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"aceec75160d9a93d5ca1a970a4bc2ce8\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-02-21 15:48:23\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"151701235334\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"4314\",\r\n \"newBedNo\": \"3\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n },\r\n {\r\n \"id\": \"cd726704e80adc67f15984b95626b657\",\r\n \"createBy\": \"14142\",\r\n \"createTime\": \"2025-02-21 15:47:39\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"151701235337\",\r\n \"changeType\": \"1\",\r\n \"roomNo\": null,\r\n \"bedNo\": null,\r\n \"newRoomNo\": \"4314\",\r\n \"newBedNo\": \"2\",\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"classCode\": null,\r\n \"realName\": null\r\n }\r\n ],\r\n \"total\": 8982,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 899\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/change_type": { + "get": { + "summary": "异动类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "宿舍号", + "required": false, + "example": "1101", + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "学年", + "required": false, + "example": "2023-2024", + "schema": { + "type": "string" + } + }, + { + "name": "period", + "in": "query", + "description": "学期", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/dorm_water_source_type": { + "get": { + "summary": "类型字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/dorm_water_payment_type": { + "get": { + "summary": "充值类型字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/dorm_water_charge_state": { + "get": { + "summary": "充值结果字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/dorm_water_state": { + "get": { + "summary": "状态", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"roomNo\": \"1101\",//房号\r\n \"year\": \"2025-2026\",//学年\r\n \"period\": \"2\",//学期\r\n \"orderNum\": \"\",\r\n \"type\": \"1\",//类型\r\n \"paymentCode\": \"0\",//充值类型\r\n \"money\": 1000,//金额\r\n \"chargeAccount\": \"1\",//充值账户\r\n \"chargeRealname\": \"系统\",//充值人\r\n \"chargeState\": \"1\",//结果\r\n \"state\": \"1\"//状态\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n\"id\":\"1044d246566b334e745a2b7e6a8e1906\",\r\n \"roomNo\": \"1101\",//房号\r\n \"year\": \"2025-2026\",//学年\r\n \"period\": \"2\",//学期\r\n \"orderNum\": \"\",\r\n \"type\": \"1\",//类型\r\n \"paymentCode\": \"0\",//充值类型\r\n \"money\": 1000,//金额\r\n \"chargeAccount\": \"1\",//充值账户\r\n \"chargeRealname\": \"系统\",//充值人\r\n \"chargeState\": \"1\",//结果\r\n \"state\": \"1\"//状态\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1044d246566b334e745a2b7e6a8e1906" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "1044d246566b334e745a2b7e6a8e1906", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterdetail/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterdetail/initWaterOrder": { + "post": { + "summary": "初始化本学期水电", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "costMoney": 250.2 + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterdetail/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "宿舍号", + "required": false, + "example": "1101", + "schema": { + "type": "string" + } + }, + { + "name": "buildNo", + "in": "query", + "description": "1楼号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "effectiveMoney", + "in": "query", + "description": "可用余额大于多少", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "isLiveNum", + "in": "query", + "description": "已住人数是否大于0", + "required": false, + "example": "", + "schema": { + "type": "boolean" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"6ff82fbc-ea4b-11f0-9656-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-05 23:30:17\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildNo\": \"1\",//楼号\r\n \"roomNo\": \"1101\",//宿舍号\r\n \"bedNum\": 6,//几人间\r\n \"liveNum\": 0,//已住人数\r\n \"classNo\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"oddbMoney\": 0.00,//校园补贴\r\n \"costMoney\": 291.10,//已使用金额\r\n \"effectiveMoney\": -291.10,//可用金额\r\n \"rechargeMoney\": 0//充值金额\r\n }\r\n ],\r\n \"total\": 1,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterdetail": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"buildNo\": \"7\",//楼号\r\n \"roomNo\": \"9999\",//宿舍号\r\n \"bedNum\": \"4\",//床位数\r\n \"liveNum\": 0,//已住人数\r\n \"classNo\": \"1111\",//班号\r\n \"teacherNo\": \"2222\",//班主任工号\r\n \"teacherRealName\": \"222\",//班主任姓名\r\n \"oddbMoney\": 200,//充值金额\r\n \"rechargeMoney\": \"\",\r\n \"costMoney\": 100,//已花费金额\r\n \"effectiveMoney\": 0\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterdetail/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\": \"6ff82fbc-ea4b-11f0-9656-0242ac120002\",\r\n \"roomNo\": \"1102\",//宿舍号\r\n \"year\": \"2025\",//年份\r\n \"month\": \"12\",//月份\r\n \"subiMonthSum\": \"100\",//用量\r\n \"subWatFlagSum\": \"100\",//费用\r\n \"flag\": \"2\",//用电用水\r\n \"meterNum\": \"11\"//冷水热水\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/watermonthreport/lookDetails": { + "get": { + "summary": "明细", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "roomNo", + "in": "query", + "description": "", + "required": false, + "example": "1101", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/watermonthreport/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "914deb8fc87c9a7604e57c9bd1a0dc26" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/watermonthreport/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"6ff82fbc-ea4b-11f0-9656-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-05 23:30:17\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildNo\": \"1\",//楼号\r\n \"roomNo\": \"1101\",//宿舍号\r\n \"bedNum\": 6,//几人间\r\n \"liveNum\": 0,//已住人数\r\n \"classNo\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"oddbMoney\": 0.00,//校园补贴\r\n \"costMoney\": 291.10,//已使用金额\r\n \"effectiveMoney\": -291.10,//可用金额\r\n \"rechargeMoney\": 0//充值金额\r\n }\r\n ],\r\n \"total\": 1,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/watermonthreport": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"roomNo\": \"1102\",//宿舍号\r\n \"year\": \"2025\",//年份\r\n \"month\": \"12\",//月份\r\n \"subiMonthSum\": \"100\",//用量\r\n \"subWatFlagSum\": \"100\",//费用\r\n \"flag\": \"2\",//用电用水\r\n \"meterNum\": \"11\"//冷水热水\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/watermonthreport/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "id": "6ff82fbc-ea4b-11f0-9656-0242ac120002", + "buildNo": "1", + "roomNo": "1101", + "bedNum": 6, + "liveNum": 0, + "classNo": null, + "teacherNo": null, + "teacherRealName": null, + "oddbMoney": 0, + "costMoney": 291.1, + "effectiveMoney": -291.1, + "rechargeMoney": 0 + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/watermonthreport/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "e56c0f29ce94bb27b0de133a40dd99ee", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "标题", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction": { + "post": { + "summary": "新增/初始化", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"remarks\": null,//备注\r\n \"title\": \"\",//标题\r\n \"content\": null//内容\r\n }" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "3bb31582856327f9d5789f8f7fac9b58" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "3bb31582856327f9d5789f8f7fac9b58", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": [ + "" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "状态", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "deptCode": "", + "schoolYear": "2025-2026", + "schoolTerm": "2", + "classCode": "1512032546", + "title": "222", + "createTime": "", + "status": "", + "createBy": "", + "content": "

333333

", + "$deptCode": "2546", + "$schoolYear": "2025-2026", + "$schoolTerm": "2", + "$classCode": "2546", + "$status": "2546", + "$createBy": "2546" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "id": "d66dcae122c685bece78c0ebdd8394de", + "deptCode": "", + "schoolYear": "2025-2026", + "schoolTerm": "2", + "classCode": "1512032546", + "title": "222", + "createTime": "", + "status": "", + "createBy": "", + "content": "

333333

" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "3bb31582856327f9d5789f8f7fac9b58" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "3bb31582856327f9d5789f8f7fac9b58", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "type", + "in": "query", + "description": "", + "required": false, + "example": "0", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptName\": \"\",\r\n \"classCode\": \"1517042549\",\r\n \"teacherRealName\": \"\",\r\n \"title\": \"2333\",\r\n \"type\": \"0\",//类型\r\n \"journal\": \"333\",//发表刊物\r\n \"page\": 100,//页码\r\n \"description\": \"333\",//内容\r\n \"isAddScore\": \"\",\r\n \"attachment\":\"/\"//附件地址\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"930314d98998f90c1e179b43a3b7cb98\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptName\": \"\",\r\n \"classCode\": \"1517042549\",\r\n \"teacherRealName\": \"\",\r\n \"title\": \"2333\",\r\n \"type\": \"0\",//类型\r\n \"journal\": \"333\",//发表刊物\r\n \"page\": 100,//页码\r\n \"description\": \"333\",//内容\r\n \"isAddScore\": \"\",\r\n \"attachment\":\"/\"//附件地址\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper/addScore": { + "post": { + "summary": "加分", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\": \"8e56521485ce1e8dd80c61a3da04409c\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-09 18:04:27\",\r\n \"delFlag\": \"0\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"classCode\": \"1517042549\",\r\n \"title\": \"2333\",\r\n \"journal\": \"333\",\r\n \"page\": 100,\r\n \"description\": \"333\",\r\n \"attachment\": \"\",\r\n \"isAddScore\": \"1\",//是否加分1为是\r\n \"type\": \"0\",\r\n \"teacherRealName\": \"管军\",\r\n \"deptName\": \"交通运输学院\"\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "3bb31582856327f9d5789f8f7fac9b58" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "3bb31582856327f9d5789f8f7fac9b58", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classthemerecord/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": [ + "1" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "isDb", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"3043bab5981d34af8de9420e07a29e4a\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2024-07-23 09:54:59\",\r\n \"updateBy\": \"00723\",\r\n \"updateTime\": \"2025-05-26 14:09:50\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2024-2025\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"classNo\": \"2234\",//班号\r\n \"deptCode\": \"13\",//学院代码\r\n \"count\": 5//上传次数\r\n },\r\n {\r\n \"id\": \"95c9621dd276c11ec6079ddf7256853a\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2024-07-23 09:54:59\",\r\n \"updateBy\": \"00321\",\r\n \"updateTime\": \"2025-07-03 09:38:41\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2024-2025\",\r\n \"schoolTerm\": \"1\",\r\n \"classNo\": \"2456\",\r\n \"deptCode\": \"12\",\r\n \"count\": 30\r\n }\r\n ],\r\n \"total\": 2,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classthemerecord": { + "post": { + "summary": "初始化", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\"//学期\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classthemerecord/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "3bb31582856327f9d5789f8f7fac9b58" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classthemerecord/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "3bb31582856327f9d5789f8f7fac9b58", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classtheme/page": { + "get": { + "summary": "查看上传记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "2025-2026", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "", + "required": false, + "example": "2250", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "example": "15", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": {} + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + } + } + }, + "security": [] + } + }, + "/api/stuwork/classtheme": { + "post": { + "summary": "新增主题班会", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"deptCode\": \"15\",//学院\r\n \"classNo\": \"2250\",//班号\r\n \"isDb\": \"\",\r\n \"title\": \"22\",//主题\r\n \"content\": \"

11

\",//内容\r\n \"createTime\": \"\",\r\n \"fileUrl\": \"/11\"//附件地址\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classtheme/edit": { + "post": { + "summary": "编辑主题班会", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\":\"ef575071089e765a251ccc4fbc1ee83e\",\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"deptCode\": \"15\",//学院\r\n \"classNo\": \"2250\",//班号\r\n \"isDb\": \"\",\r\n \"title\": \"22\",//主题\r\n \"content\": \"

11

\",//内容\r\n \"createTime\": \"\",\r\n \"fileUrl\": \"/11\"//附件地址\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classtheme/delete": { + "post": { + "summary": "删除主题班会", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classtheme/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "ef575071089e765a251ccc4fbc1ee83e", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": {} + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/class_paper_type": { + "get": { + "summary": "类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/status_type": { + "get": { + "summary": "状态", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsummary/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "id": "ff51b05d1a1f83e3c9de7e77b60fb72e", + "schoolYear": "2025-2026", + "schoolTerm": "1", + "deptCode": "", + "classCode": "1517042549", + "totalCnt": 0, + "boyCnt": 0, + "girlCnt": 0, + "boyDormCnt": 0, + "girlDormCnt": 0, + "keepSchoolCnt": 0, + "gigCnt": 0, + "seriousWarningCnt": 0, + "warningCnt": 0, + "revokeCnt": 0, + "dropCnt": 0, + "summary": "

2

", + "status": "1" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsummary/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "3bb31582856327f9d5789f8f7fac9b58" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsummary/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "3bb31582856327f9d5789f8f7fac9b58", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsummary/page": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "2024-2025", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"ff51b05d1a1f83e3c9de7e77b60fb72e\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-05 14:14:07\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1115081901\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 40,//总人数\r\n \"boyCnt\": 39,//男生人数\r\n \"girlCnt\": 1,//女生人数\r\n \"boyDormCnt\": 17,//男住宿\r\n \"girlDormCnt\": 1,//女住宿\r\n \"keepSchoolCnt\": 0,//留校查看\r\n \"gigCnt\": 0,//记过\r\n \"seriousWarningCnt\": 0,//严重警告\r\n \"warningCnt\": 0,//警告\r\n \"revokeCnt\": 0,//撤销处分\r\n \"dropCnt\": 0,//退学人数\r\n \"summary\": null,\r\n \"status\": \"1\"//状态\r\n },\r\n {\r\n \"id\": \"5aa9be21fa1070aa232271e26558e802\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-04 17:23:24\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"0817021842\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 35,\r\n \"boyCnt\": 35,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 10,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 1,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"0ea47ac258d53a28325078151d503bae\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-03 20:46:02\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1312061927\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 0,\r\n \"boyCnt\": 0,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 0,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"3dfed3893c5591f14e74b3d7652fce1a\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-03 10:33:30\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1132022223\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 19,\r\n \"boyCnt\": 18,\r\n \"girlCnt\": 1,\r\n \"boyDormCnt\": 15,\r\n \"girlDormCnt\": 1,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"e917297861cdefa4a48b2ec55c330b46\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-02 04:32:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1223011919\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 27,\r\n \"boyCnt\": 27,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 21,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"28869b11eebdb1cb4bca08d43011964a\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-01 00:33:06\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1123012224\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 22,\r\n \"boyCnt\": 21,\r\n \"girlCnt\": 1,\r\n \"boyDormCnt\": 20,\r\n \"girlDormCnt\": 1,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 1,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"c155f645ce1ae480fa29a065b0aa431c\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-31 13:51:43\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"0315211811\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 33,\r\n \"boyCnt\": 33,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 21,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"db2169fb2775b6a319991bd45c49a479\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-30 20:53:09\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"0912131849\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 46,\r\n \"boyCnt\": 19,\r\n \"girlCnt\": 27,\r\n \"boyDormCnt\": 0,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 1,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"2ec026a180d95f51afba64497f482881\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-30 15:06:44\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1522062147\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 11,\r\n \"boyCnt\": 11,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 9,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"0abc5fdc5a1ca64d02d61f9c01817e2c\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-30 15:06:23\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1523042148\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 11,\r\n \"boyCnt\": 11,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 10,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n }\r\n ],\r\n \"total\": 1466,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 147\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsummary": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "schoolYear": "2025-2026", + "schoolTerm": "1", + "deptCode": "", + "classCode": "1517042549", + "totalCnt": 0, + "boyCnt": 0, + "girlCnt": 0, + "boyDormCnt": 0, + "girlDormCnt": 0, + "keepSchoolCnt": 0, + "gigCnt": 0, + "seriousWarningCnt": 0, + "warningCnt": 0, + "revokeCnt": 0, + "dropCnt": 0, + "summary": "

2

", + "status": "1" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardstudent/getList": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateBy": { + "type": "null" + }, + "updateTime": { + "type": "null" + }, + "delFlag": { + "type": "string" + }, + "tenantId": { + "type": "null" + }, + "remarks": { + "type": "null" + }, + "title": { + "type": "string" + }, + "fileUrl": { + "type": "string" + }, + "content": { + "type": "null" + }, + "classNo": { + "type": "string" + }, + "deptCode": { + "type": "string" + } + }, + "required": [ + "id", + "createBy", + "createTime", + "updateBy", + "updateTime", + "delFlag", + "tenantId", + "remarks", + "title", + "fileUrl", + "content", + "classNo", + "deptCode" + ] + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + }, + "pages": { + "type": "integer" + } + }, + "required": [ + "records", + "total", + "size", + "current", + "pages" + ] + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + }, + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"ff51b05d1a1f83e3c9de7e77b60fb72e\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-05 14:14:07\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1115081901\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 40,//总人数\r\n \"boyCnt\": 39,//男生人数\r\n \"girlCnt\": 1,//女生人数\r\n \"boyDormCnt\": 17,//男住宿\r\n \"girlDormCnt\": 1,//女住宿\r\n \"keepSchoolCnt\": 0,//留校查看\r\n \"gigCnt\": 0,//记过\r\n \"seriousWarningCnt\": 0,//严重警告\r\n \"warningCnt\": 0,//警告\r\n \"revokeCnt\": 0,//撤销处分\r\n \"dropCnt\": 0,//退学人数\r\n \"summary\": null,\r\n \"status\": \"1\"//状态\r\n },\r\n {\r\n \"id\": \"5aa9be21fa1070aa232271e26558e802\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-04 17:23:24\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"0817021842\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 35,\r\n \"boyCnt\": 35,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 10,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 1,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"0ea47ac258d53a28325078151d503bae\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-03 20:46:02\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1312061927\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 0,\r\n \"boyCnt\": 0,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 0,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"3dfed3893c5591f14e74b3d7652fce1a\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-03 10:33:30\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1132022223\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 19,\r\n \"boyCnt\": 18,\r\n \"girlCnt\": 1,\r\n \"boyDormCnt\": 15,\r\n \"girlDormCnt\": 1,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"e917297861cdefa4a48b2ec55c330b46\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-02 04:32:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1223011919\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 27,\r\n \"boyCnt\": 27,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 21,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"28869b11eebdb1cb4bca08d43011964a\",\r\n \"createBy\": null,\r\n \"createTime\": \"2023-01-01 00:33:06\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1123012224\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 22,\r\n \"boyCnt\": 21,\r\n \"girlCnt\": 1,\r\n \"boyDormCnt\": 20,\r\n \"girlDormCnt\": 1,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 1,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"c155f645ce1ae480fa29a065b0aa431c\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-31 13:51:43\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"0315211811\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 33,\r\n \"boyCnt\": 33,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 21,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"db2169fb2775b6a319991bd45c49a479\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-30 20:53:09\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"0912131849\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 46,\r\n \"boyCnt\": 19,\r\n \"girlCnt\": 27,\r\n \"boyDormCnt\": 0,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 1,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"2ec026a180d95f51afba64497f482881\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-30 15:06:44\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1522062147\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 11,\r\n \"boyCnt\": 11,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 9,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n },\r\n {\r\n \"id\": \"0abc5fdc5a1ca64d02d61f9c01817e2c\",\r\n \"createBy\": null,\r\n \"createTime\": \"2022-12-30 15:06:23\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1523042148\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"totalCnt\": 11,\r\n \"boyCnt\": 11,\r\n \"girlCnt\": 0,\r\n \"boyDormCnt\": 10,\r\n \"girlDormCnt\": 0,\r\n \"keepSchoolCnt\": 0,\r\n \"gigCnt\": 0,\r\n \"seriousWarningCnt\": 0,\r\n \"warningCnt\": 0,\r\n \"revokeCnt\": 0,\r\n \"dropCnt\": 0,\r\n \"summary\": null,\r\n \"status\": \"1\"\r\n }\r\n ],\r\n \"total\": 1466,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 147\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/school_term": { + "get": { + "summary": "学期字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/yes_no_type": { + "get": { + "summary": "是否字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/student_status": { + "get": { + "summary": "学生状态字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/enroll_status": { + "get": { + "summary": "学籍状态字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/class_status": { + "get": { + "summary": "班级状态字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/pre_school_education": { + "get": { + "summary": "入学前文化程度字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicpoliticsstatusbase/getPoliticsStatusDict": { + "get": { + "summary": "政治面貌", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicnation/getNationalDict": { + "get": { + "summary": "民族", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/sexy": { + "get": { + "summary": "性别字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/color_discrimination": { + "get": { + "summary": "辨色力字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/assessmentcategory/list": { + "get": { + "summary": "班主任考核-考核项目", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/class_master_type": { + "get": { + "summary": "加分扣分类型字典", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/assessmentpoint/getAssessmentPointListByacId": { + "get": { + "summary": "班主任考核-考核指标", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "categortyId", + "in": "query", + "description": "考核项目id", + "required": false, + "example": "2", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "null" + }, + "data": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string" + }, + "dictId": { + "type": "string" + }, + "label": { + "type": "string" + }, + "dictType": { + "type": "string" + }, + "description": { + "type": "string" + }, + "sortOrder": { + "type": "integer" + }, + "createBy": { + "type": "string" + }, + "updateBy": { + "type": "string" + }, + "createTime": { + "type": "string" + }, + "updateTime": { + "type": "string" + }, + "remarks": { + "type": "string" + }, + "delFlag": { + "type": "string" + }, + "value": { + "type": "string" + } + }, + "required": [ + "id", + "dictId", + "label", + "dictType", + "description", + "sortOrder", + "createBy", + "updateBy", + "createTime", + "updateTime", + "remarks", + "delFlag", + "value" + ] + } + }, + "ok": { + "type": "boolean" + } + }, + "required": [ + "code", + "msg", + "data", + "ok" + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/professional/teacherbase/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "example": [], + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "真实姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师编号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationId", + "in": "query", + "description": "岗位信息关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationDutyLevelId", + "in": "query", + "description": "职务级别关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "retireDate", + "in": "query", + "description": "退休日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pfTitleId", + "in": "query", + "description": "职称等级主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secDeptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchInfo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "教师类别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "5": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "6": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/teacherbase/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sex", + "in": "query", + "description": "性别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "生日", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "national", + "in": "query", + "description": "民族", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nativePlace", + "in": "query", + "description": "籍贯", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthPlace", + "in": "query", + "description": "出生地", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "health", + "in": "query", + "description": "健康状况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homePhone", + "in": "query", + "description": "家庭电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhone", + "in": "query", + "description": "电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhoneTwo", + "in": "query", + "description": "手机号码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homeAddress", + "in": "query", + "description": "家庭地址", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "speciality", + "in": "query", + "description": "特长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhoto", + "in": "query", + "description": "照片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutRemarks", + "in": "query", + "description": "进出备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankNo", + "in": "query", + "description": "银行卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankOpen", + "in": "query", + "description": "开户行", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "commonDeptCode", + "in": "query", + "description": "所属二级部门(通用)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tied", + "in": "query", + "description": "是否退休", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isWeekPwd", + "in": "query", + "description": "是否弱密码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "授课类型", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherClassify", + "in": "query", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tiedYear", + "in": "query", + "description": "退休年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "religiousBelief", + "in": "query", + "description": "宗教信仰", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationId", + "in": "query", + "description": "岗位信息关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationDutyLevelId", + "in": "query", + "description": "职务级别关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "retireDate", + "in": "query", + "description": "退休日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pfTitleId", + "in": "query", + "description": "职称等级主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchInfo", + "in": "query", + "description": "教职工信息", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchKeywords", + "in": "query", + "description": "搜索关键词", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secDeptCode", + "in": "query", + "description": "子部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "教职工", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCodeList", + "in": "query", + "description": "部门代码集合", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roleCode", + "in": "query", + "description": "角色代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "atStation", + "in": "query", + "description": "在岗累呗", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getById": { + "get": { + "summary": "通过id查询教职工基础信息表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/addInformation": { + "post": { + "summary": "添加教师基本信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BaseInfoDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBase/{teacherNo}": { + "get": { + "summary": "getTeacherBase", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/updateOtherInfo": { + "post": { + "summary": "更新 职称 职业 学历 等信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/resetPassWord": { + "post": { + "summary": "重置密码", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBaseByDept/{deptNo}": { + "get": { + "summary": "getTeacherBaseByDept", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryAllTeacher": { + "get": { + "summary": "查询所有在职教师信息 deptCode 替换成部门名称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListProfessionalTeacherBase", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getAddressListByTeachBase": { + "get": { + "summary": "获取教职工通讯录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBaseByDeptCode/{deptNo}": { + "get": { + "summary": "getTeacherBaseByDeptCode", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryAllTeacherByRecruit": { + "get": { + "summary": "查询所有在职教师-招生学生预登记使用", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListProfessionalTeacherBase", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/updateInout": { + "post": { + "summary": "设置是否允许进出标记", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/exportTeacherInfo": { + "post": { + "summary": "导出教职工信息. TODO 待调整", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherBaseDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getMyTeacherNo": { + "get": { + "summary": "查询当前登录用户账号", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBaseListNew": { + "post": { + "summary": "getTeacherBaseListNew", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "教职工基础信息表" + } + }, + "examples": { + "1": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + }, + "2": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherStationInfo": { + "post": { + "summary": "查询教职工 信息 包含 学历等信息. TODO 待修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherBaseDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryMyDeptCode": { + "post": { + "summary": "查询登录用户的二级部门", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RString", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": "" + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": "" + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": "" + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": "" + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherInfoCommon": { + "get": { + "summary": "通用根据工号或者姓名查询教职工信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sex", + "in": "query", + "description": "性别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "生日", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "national", + "in": "query", + "description": "民族", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nativePlace", + "in": "query", + "description": "籍贯", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthPlace", + "in": "query", + "description": "出生地", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "health", + "in": "query", + "description": "健康状况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homePhone", + "in": "query", + "description": "家庭电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhone", + "in": "query", + "description": "电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhoneTwo", + "in": "query", + "description": "手机号码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homeAddress", + "in": "query", + "description": "家庭地址", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "speciality", + "in": "query", + "description": "特长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhoto", + "in": "query", + "description": "照片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutRemarks", + "in": "query", + "description": "进出备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankNo", + "in": "query", + "description": "银行卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankOpen", + "in": "query", + "description": "开户行", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "commonDeptCode", + "in": "query", + "description": "所属二级部门(通用)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tied", + "in": "query", + "description": "是否退休", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isWeekPwd", + "in": "query", + "description": "是否弱密码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "授课类型", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherClassify", + "in": "query", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tiedYear", + "in": "query", + "description": "退休年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "religiousBelief", + "in": "query", + "description": "宗教信仰", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationId", + "in": "query", + "description": "岗位信息关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationDutyLevelId", + "in": "query", + "description": "职务级别关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "retireDate", + "in": "query", + "description": "退休日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pfTitleId", + "in": "query", + "description": "职称等级主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchInfo", + "in": "query", + "description": "教职工信息", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchKeywords", + "in": "query", + "description": "搜索关键词", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secDeptCode", + "in": "query", + "description": "子部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "教职工", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCodeList", + "in": "query", + "description": "部门代码集合", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roleCode", + "in": "query", + "description": "角色代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "atStation", + "in": "query", + "description": "在岗累呗", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/teacherListWithPermission": { + "get": { + "summary": "查询指定部门下教职工信息是否有对应的权限 roleCode 入参", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sex", + "in": "query", + "description": "性别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "生日", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "national", + "in": "query", + "description": "民族", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nativePlace", + "in": "query", + "description": "籍贯", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthPlace", + "in": "query", + "description": "出生地", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "health", + "in": "query", + "description": "健康状况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homePhone", + "in": "query", + "description": "家庭电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhone", + "in": "query", + "description": "电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhoneTwo", + "in": "query", + "description": "手机号码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homeAddress", + "in": "query", + "description": "家庭地址", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "speciality", + "in": "query", + "description": "特长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhoto", + "in": "query", + "description": "照片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutRemarks", + "in": "query", + "description": "进出备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankNo", + "in": "query", + "description": "银行卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankOpen", + "in": "query", + "description": "开户行", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "commonDeptCode", + "in": "query", + "description": "所属二级部门(通用)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tied", + "in": "query", + "description": "是否退休", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isWeekPwd", + "in": "query", + "description": "是否弱密码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "授课类型", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherClassify", + "in": "query", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tiedYear", + "in": "query", + "description": "退休年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "religiousBelief", + "in": "query", + "description": "宗教信仰", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationId", + "in": "query", + "description": "岗位信息关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationDutyLevelId", + "in": "query", + "description": "职务级别关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "retireDate", + "in": "query", + "description": "退休日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pfTitleId", + "in": "query", + "description": "职称等级主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchInfo", + "in": "query", + "description": "教职工信息", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchKeywords", + "in": "query", + "description": "搜索关键词", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secDeptCode", + "in": "query", + "description": "子部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "教职工", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCodeList", + "in": "query", + "description": "部门代码集合", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roleCode", + "in": "query", + "description": "角色代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "atStation", + "in": "query", + "description": "在岗累呗", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/teacherListByPermission": { + "get": { + "summary": "查询指定角色的老师", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sex", + "in": "query", + "description": "性别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "生日", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "national", + "in": "query", + "description": "民族", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nativePlace", + "in": "query", + "description": "籍贯", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthPlace", + "in": "query", + "description": "出生地", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "health", + "in": "query", + "description": "健康状况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homePhone", + "in": "query", + "description": "家庭电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhone", + "in": "query", + "description": "电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhoneTwo", + "in": "query", + "description": "手机号码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homeAddress", + "in": "query", + "description": "家庭地址", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "speciality", + "in": "query", + "description": "特长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhoto", + "in": "query", + "description": "照片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutRemarks", + "in": "query", + "description": "进出备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankNo", + "in": "query", + "description": "银行卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankOpen", + "in": "query", + "description": "开户行", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "commonDeptCode", + "in": "query", + "description": "所属二级部门(通用)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tied", + "in": "query", + "description": "是否退休", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isWeekPwd", + "in": "query", + "description": "是否弱密码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "授课类型", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherClassify", + "in": "query", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tiedYear", + "in": "query", + "description": "退休年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "religiousBelief", + "in": "query", + "description": "宗教信仰", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationId", + "in": "query", + "description": "岗位信息关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationDutyLevelId", + "in": "query", + "description": "职务级别关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "retireDate", + "in": "query", + "description": "退休日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pfTitleId", + "in": "query", + "description": "职称等级主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchInfo", + "in": "query", + "description": "教职工信息", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchKeywords", + "in": "query", + "description": "搜索关键词", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secDeptCode", + "in": "query", + "description": "子部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "教职工", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCodeList", + "in": "query", + "description": "部门代码集合", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roleCode", + "in": "query", + "description": "角色代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "atStation", + "in": "query", + "description": "在岗累呗", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getByTeacherNo/{teacherNo}": { + "get": { + "summary": "getByTeacherNo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/search": { + "get": { + "summary": "模糊检索教职工信息 返回参数包含 部门名称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "keyword", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherNoSen/{teacherNo}": { + "get": { + "summary": "sensitiveTeacher", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/TeacherBaseList": { + "get": { + "summary": "查询二级部门下 教职工列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师编号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "真实姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sex", + "in": "query", + "description": "性别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "生日", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "national", + "in": "query", + "description": "民族", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nativePlace", + "in": "query", + "description": "籍贯", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthPlace", + "in": "query", + "description": "出生地", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "health", + "in": "query", + "description": "健康状况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homePhone", + "in": "query", + "description": "家庭电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhone", + "in": "query", + "description": "电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhoneTwo", + "in": "query", + "description": "手机号码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homeAddress", + "in": "query", + "description": "家庭地址", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "speciality", + "in": "query", + "description": "特长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhoto", + "in": "query", + "description": "照片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "归属部门", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutRemarks", + "in": "query", + "description": "进出备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankNo", + "in": "query", + "description": "银行卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankOpen", + "in": "query", + "description": "开户行", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "commonDeptCode", + "in": "query", + "description": "所属二级部门(通用)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tied", + "in": "query", + "description": "是否退休", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isWeekPwd", + "in": "query", + "description": "是否弱密码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "教师类别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherClassify", + "in": "query", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tiedYear", + "in": "query", + "description": "退休年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "religiousBelief", + "in": "query", + "description": "宗教信仰", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/moidfyOtherInfo": { + "post": { + "summary": "教职工宗教信仰维护", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherByInfo/{teacherInfo}": { + "get": { + "summary": "getTeacherByInfo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherInfo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherOtherInfo": { + "post": { + "summary": "查询教职工宗教信仰", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getAllInfoAboutList": { + "get": { + "summary": "职工信息 基础字典集合 TODO 原对外接口 做什么用的?", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherBase": { + "get": { + "summary": "查询所有教师信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/resetTeacherPwd": { + "get": { + "summary": "重置教职工密码", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "token", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherInfoForEmsSearch": { + "get": { + "summary": "获取教师库 用于教务指定任课教师用", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sex", + "in": "query", + "description": "性别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "生日", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "national", + "in": "query", + "description": "民族", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nativePlace", + "in": "query", + "description": "籍贯", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthPlace", + "in": "query", + "description": "出生地", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "health", + "in": "query", + "description": "健康状况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homePhone", + "in": "query", + "description": "家庭电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhone", + "in": "query", + "description": "电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhoneTwo", + "in": "query", + "description": "手机号码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homeAddress", + "in": "query", + "description": "家庭地址", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "speciality", + "in": "query", + "description": "特长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhoto", + "in": "query", + "description": "照片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutRemarks", + "in": "query", + "description": "进出备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankNo", + "in": "query", + "description": "银行卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankOpen", + "in": "query", + "description": "开户行", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "commonDeptCode", + "in": "query", + "description": "所属二级部门(通用)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tied", + "in": "query", + "description": "是否退休", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isWeekPwd", + "in": "query", + "description": "是否弱密码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "授课类型", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherClassify", + "in": "query", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tiedYear", + "in": "query", + "description": "退休年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "religiousBelief", + "in": "query", + "description": "宗教信仰", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationId", + "in": "query", + "description": "岗位信息关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationDutyLevelId", + "in": "query", + "description": "职务级别关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "retireDate", + "in": "query", + "description": "退休日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pfTitleId", + "in": "query", + "description": "职称等级主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchInfo", + "in": "query", + "description": "教职工信息", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchKeywords", + "in": "query", + "description": "搜索关键词", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secDeptCode", + "in": "query", + "description": "子部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "教职工", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCodeList", + "in": "query", + "description": "部门代码集合", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roleCode", + "in": "query", + "description": "角色代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "atStation", + "in": "query", + "description": "在岗累呗", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBase": { + "get": { + "summary": "根据教职工工号查询教师信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getMissTeacherInfo": { + "get": { + "summary": "教职工信息未填写完全名单查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sex", + "in": "query", + "description": "性别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "生日", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "national", + "in": "query", + "description": "民族", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatus", + "in": "query", + "description": "政治面貌主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nativePlace", + "in": "query", + "description": "籍贯", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthPlace", + "in": "query", + "description": "出生地", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "health", + "in": "query", + "description": "健康状况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homePhone", + "in": "query", + "description": "家庭电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhone", + "in": "query", + "description": "电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "telPhoneTwo", + "in": "query", + "description": "手机号码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "homeAddress", + "in": "query", + "description": "家庭地址", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "speciality", + "in": "query", + "description": "特长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhoto", + "in": "query", + "description": "照片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutFlag", + "in": "query", + "description": "是否允许进出", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "inoutRemarks", + "in": "query", + "description": "进出备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankNo", + "in": "query", + "description": "银行卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankOpen", + "in": "query", + "description": "开户行", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "commonDeptCode", + "in": "query", + "description": "所属二级部门(通用)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tied", + "in": "query", + "description": "是否退休", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isWeekPwd", + "in": "query", + "description": "是否弱密码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherCate", + "in": "query", + "description": "授课类型", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherClassify", + "in": "query", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tiedYear", + "in": "query", + "description": "退休年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "religiousBelief", + "in": "query", + "description": "宗教信仰", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationId", + "in": "query", + "description": "岗位信息关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stationDutyLevelId", + "in": "query", + "description": "职务级别关联主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "retireDate", + "in": "query", + "description": "退休日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pfTitleId", + "in": "query", + "description": "职称等级主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchInfo", + "in": "query", + "description": "教职工信息", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "searchKeywords", + "in": "query", + "description": "搜索关键词", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secDeptCode", + "in": "query", + "description": "子部门代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "教职工", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCodeList", + "in": "query", + "description": "部门代码集合", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roleCode", + "in": "query", + "description": "角色代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "atStation", + "in": "query", + "description": "在岗累呗", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getByTeacherNo": { + "get": { + "summary": "重复接口. 同 getTeacherBase TODO 待删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBaseByDept": { + "get": { + "summary": "根据二级部门代码查询教职工列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBaseByDeptCode": { + "get": { + "summary": "根据子部门代码查询教职工列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBaseList": { + "post": { + "summary": "根据教职工工号集合查询教职工信息. remarks 替换成 部门名称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "教职工基础信息表" + }, + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + }, + "2": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + }, + "3": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + }, + "4": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryAllTeacherInfo": { + "get": { + "summary": "查询所有教职工信息 包含退休的", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListTeacherBaseVO", + "description": "\n TODO 待修改" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/train/getTrainDeptLeaderForInner": { + "get": { + "summary": "获取二级部门下的培训审批人", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryAllTeacherInner": { + "get": { + "summary": "queryAllTeacherInner", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListProfessionalTeacherBase" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryAllTeacherNo": { + "get": { + "summary": "查询所有 非退休的教职工信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListString", + "description": "工号集合" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/list/face": { + "get": { + "summary": "查询所有 非退休的教职工信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListProfessionalTeacherBase", + "description": "基础信息全量信息" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/addTeacherInfo": { + "post": { + "summary": "addTeacherInfo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherNoSen": { + "get": { + "summary": "查询教职工 手机号码 非脱敏数据", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/deletePartStaff/{idCard}": { + "get": { + "summary": "deletePartStaff", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "idCard", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherByInfo": { + "get": { + "summary": "根据信息 匹配教职工工号或者身份证号", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherInfo", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/count": { + "post": { + "summary": "统计教职工总数 包含退休和未退休的", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/listByAtSchool": { + "post": { + "summary": "统计 未退休教职工总数", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListProfessionalTeacherBase", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherByTeacherNo": { + "post": { + "summary": "通过编码查询教师信息.", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MapString", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "": "" + } + }, + "2": { + "summary": "成功示例", + "value": { + "": "" + } + }, + "3": { + "summary": "成功示例", + "value": { + "": "" + } + }, + "4": { + "summary": "成功示例", + "value": { + "": "" + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherByTeacherNo": { + "post": { + "summary": "通过工号集合查询教师信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "教职工基础信息表" + }, + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + }, + "2": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + }, + "3": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + }, + "4": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherGroupByDept": { + "post": { + "summary": "查每个部门的老师. TODO 待修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherBaseDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TeacherBaseVO", + "description": "net.cyweb.cloud.professional.api.vo.TeacherBaseVO" + }, + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + }, + "2": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + }, + "3": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + }, + "4": { + "summary": "成功示例", + "value": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + ] + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherTelByTeacherNoList": { + "post": { + "summary": "根据教师工号集合查询教师号码", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RMapString", + "description": "工号->号码" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "": "" + } + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "": "" + } + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "": "" + } + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "": "" + } + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherListByInfo": { + "post": { + "summary": "根据 教职工姓名 工号 身份证,用工性质 教师类别 查询教职工信息(可查询离职的). TODO 待修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherInfoDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListProfessionalTeacherBase", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherListByCate": { + "post": { + "summary": "教师 中层干部 其他 三类分类查询. 返回工号集合", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherInfoDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListString", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherBaseByTeacherNo": { + "post": { + "summary": "通过编码查询教师信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MapProfessionalTeacherBase", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + } + }, + "2": { + "summary": "成功示例", + "value": { + "": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + } + }, + "3": { + "summary": "成功示例", + "value": { + "": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + } + }, + "4": { + "summary": "成功示例", + "value": { + "": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getDeptTeacherNum": { + "get": { + "summary": "统计各部门人数 TODO 待修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListDeptTeacherNumVO", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "commonDeptCode": "", + "deptName": "", + "totalNum": 0 + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "commonDeptCode": "", + "deptName": "", + "totalNum": 0 + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getTeacherByConditon": { + "post": { + "summary": "按指定条件查询教师名单", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherBaseDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListProfessionalTeacherBase", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryDeptTeacherInfo": { + "post": { + "summary": "统计各部门人数名单. TODO 待调整", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListDeptTeacherListVO", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "commonDeptCode": "", + "deptName": "", + "totalNum": 0, + "teacherNoList": [ + "" + ], + "teacherNos": "" + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + { + "commonDeptCode": "", + "deptName": "", + "totalNum": 0, + "teacherNoList": [ + "" + ], + "teacherNos": "" + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherInfoByTeacherNo/{teacherNo}": { + "get": { + "summary": "queryTeacherInfoByTeacherNo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RTeacherBaseVO" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherByPhone": { + "get": { + "summary": "根据手机号码查询用户信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "phone", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RMap", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "": null + } + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "": null + } + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "": null + } + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "": null + } + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherByIdCardForCheck": { + "get": { + "summary": "根据证件号码 判断用户数量", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "idCard", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/train/getTrainDeptLeaderForInner/{deptCode}": { + "get": { + "summary": "getTrainDeptLeaderForInner", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherByDeptCode": { + "get": { + "summary": "根据部门代码 查询 教职工工号集合", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "String", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListString", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": [ + "" + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryNoKnowExamTeacherList": { + "post": { + "summary": "根据教职工 工号集合查询 教职工信息 重复接口", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListMap", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": [ + { + "": null + } + ] + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": [ + { + "": null + } + ] + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": [ + { + "": null + } + ] + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": 0, + "msg": "", + "data": [ + { + "": null + } + ] + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/train/getTrainDeptLeader/{deptCode}": { + "get": { + "summary": "getTrainDeptLeader", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherNumsByDeptCodeAndNameList": { + "post": { + "summary": "根据部门代码 人员名单 查询匹配总人数", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherBaseDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getDeptTeacher/{deptCode}": { + "get": { + "summary": "getDeptTeacher", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherInfoByTeacherNo": { + "get": { + "summary": "queryTeacherInfoByTeacherNo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RTeacherBaseVO" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "sort": 0, + "teacherNo": "", + "realName": "", + "sex": "", + "birthday": "", + "national": "", + "politicsStatus": "", + "idCard": "", + "nativePlace": "", + "birthPlace": "", + "health": "", + "homePhone": "", + "telPhone": "", + "telPhoneTwo": "", + "homeAddress": "", + "speciality": "", + "teacherPhoto": "", + "deptCode": "", + "inoutFlag": "", + "inoutRemarks": "", + "bankNo": "", + "bankOpen": "", + "commonDeptCode": "", + "tied": "", + "isWeekPwd": "", + "teacherCate": "", + "teacherClassify": "", + "tiedYear": "", + "religiousBelief": "", + "age": "", + "employmentNature": "", + "dgreeName": "", + "dgreeNameA": "", + "deptName": "", + "oldBranchId": "", + "isMaster": "", + "teacherNos": "", + "initial": "", + "stationLevelName": "", + "pfTitleId": "", + "workId": "", + "workName": "", + "workInfo": "", + "highCer": "", + "midCer": "", + "teacherCer": "", + "dutyDesc": "", + "hasRole": false, + "stationDate": "", + "stationTypeId": "" + } + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/countTeacherTotalForCityBoard": { + "post": { + "summary": "统计有授课类型的教职工总数", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RLong", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": 0 + } + }, + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": 0 + } + }, + "3": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": 0 + } + }, + "4": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": 0 + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherBaseByNo/{query}": { + "get": { + "summary": "queryTeacherBaseByNo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "query", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherBaseByNoByAssets/{query}": { + "get": { + "summary": "资产特殊使用", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "query", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/search/{keyword}": { + "get": { + "summary": "search", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "keyword", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherInfoForEms/{query}": { + "get": { + "summary": "queryTeacherInfoForEms", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "query", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/train/getTrainDeptLeader": { + "get": { + "summary": "获取二级部门下的培训审批人", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/getDeptTeacher": { + "get": { + "summary": "根据部门编码获取部门下的成员 (子部门代码)", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "deptCode", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherBaseByNo": { + "get": { + "summary": "根据工号查询 教师信息 TODO 待修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "query", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherBaseByNoByAssets": { + "get": { + "summary": "资产特殊使用", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "query", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/teacherbase/queryTeacherInfoForEms": { + "get": { + "summary": "补考重修授权 查询教师信息. 重复接口. 同 getTeacherInfoForEmsSearch", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "query", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationtype/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "typeName", + "in": "query", + "description": "岗位类别名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationtype/getById": { + "get": { + "summary": "通过id查询岗位类别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationtype/add": { + "post": { + "summary": "新增岗位类别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalStationType", + "description": "岗位类别" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationtype/edit": { + "post": { + "summary": "修改岗位类别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalStationType", + "description": "岗位类别" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationtype/deleteById": { + "post": { + "summary": "通过id删除岗位类别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalStationType", + "description": "ProfessionalStationType" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationtype/getStationTypeList": { + "get": { + "summary": "获取岗位类别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalworktype/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "workName", + "in": "query", + "description": "工种名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalworktype/getById": { + "get": { + "summary": "通过id查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalworktype/add": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalWorkType", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalworktype/edit": { + "post": { + "summary": "修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalWorkType", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalworktype/deleteById": { + "post": { + "summary": "通过id删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalWorkType", + "description": "等级工工种" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalworktype/getWorkTypeList": { + "get": { + "summary": "getWorkTypeList", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationdutylevel/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "stationDutyLevelName", + "in": "query", + "description": "职务级别名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationdutylevel/getById": { + "get": { + "summary": "通过id查询岗位职务级别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationdutylevel/add": { + "post": { + "summary": "新增岗位职务级别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalStationDutyLevel", + "description": "岗位职务级别" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationdutylevel/edit": { + "post": { + "summary": "修改岗位职务级别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalStationDutyLevel", + "description": "岗位职务级别" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationdutylevel/deleteById": { + "post": { + "summary": "通过id删除岗位职务级别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalStationDutyLevel", + "description": "岗位职务级别" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationdutylevel/getStationDutyLevelList": { + "get": { + "summary": "获取职务级别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopicsourceconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sourceName", + "in": "query", + "description": "课题来源名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopicsourceconfig/getById": { + "get": { + "summary": "通过id查询课题来源配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopicsourceconfig/add": { + "post": { + "summary": "新增课题来源配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicSourceConfig", + "description": "课题来源配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopicsourceconfig/edit": { + "post": { + "summary": "修改课题来源配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicSourceConfig", + "description": "课题来源配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopicsourceconfig/deleteById": { + "post": { + "summary": "通过id删除课题来源配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicSourceConfig", + "description": "ProfessionalTopicSourceConfig" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopicsourceconfig/getTopicSourceList": { + "get": { + "summary": "获取课题来源列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpoliticsstatus/add": { + "post": { + "summary": "新增教师政治面貌", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPoliticsStatus", + "description": "教师政治面貌" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpoliticsstatus/deleteById": { + "post": { + "summary": "removeById", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPoliticsStatus", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachertype/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "typeName", + "in": "query", + "description": "类型名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachertype/getById": { + "get": { + "summary": "通过id查询教师类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachertype/add": { + "post": { + "summary": "新增教师类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherType", + "description": "教师类型" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachertype/edit": { + "post": { + "summary": "修改教师类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherType", + "description": "教师类型" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachertype/deleteById": { + "post": { + "summary": "通过id删除教师类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherType", + "description": "教师类型" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachertype/getTeacherTypeList": { + "get": { + "summary": "获取教师类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademiceducationtypeconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "name", + "in": "query", + "description": "类型名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademiceducationtypeconfig/getById": { + "get": { + "summary": "通过id查询教育类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademiceducationtypeconfig/add": { + "post": { + "summary": "新增教育类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicEducationTypeConfig", + "description": "教育类型配置表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademiceducationtypeconfig/edit": { + "post": { + "summary": "修改教育类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicEducationTypeConfig", + "description": "教育类型配置表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademiceducationtypeconfig/deleteById": { + "post": { + "summary": "通过id删除教育类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicEducationTypeConfig", + "description": "ProfessionalAcademicEducationTypeConfig" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademiceducationtypeconfig/getAllTypeList": { + "get": { + "summary": "getAllTypeList", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalawardcourseware/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "name", + "in": "query", + "description": "课件名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "level", + "in": "query", + "description": "颁奖等级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "unit", + "in": "query", + "description": "颁奖单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardTime", + "in": "query", + "description": "获奖时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardImg", + "in": "query", + "description": "获奖证书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "state", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalawardcourseware/staticPage": { + "get": { + "summary": "staticPage", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "name", + "in": "query", + "description": "课件名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "level", + "in": "query", + "description": "颁奖等级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "unit", + "in": "query", + "description": "颁奖单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardTime", + "in": "query", + "description": "获奖时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardImg", + "in": "query", + "description": "获奖证书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "state", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalawardcourseware/getById": { + "get": { + "summary": "通过id查询获奖课件", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalawardcourseware/add": { + "post": { + "summary": "新增获奖课件", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAwardCourseware", + "description": "获奖课件" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalawardcourseware/edit": { + "post": { + "summary": "修改获奖课件", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAwardCourseware", + "description": "获奖课件" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalawardcourseware/deleteById": { + "post": { + "summary": "通过id删除获奖课件", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAwardCourseware", + "description": "获奖课件" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalawardcourseware/updateStatus": { + "post": { + "summary": "updateStatus", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAwardCoursewareDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherhonor/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "professionalTitleConfigId", + "in": "query", + "description": "职称配置ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorStation", + "in": "query", + "description": "专业技术职务", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherhonor/getById": { + "get": { + "summary": "通过id查询综合表彰", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherhonor/add": { + "post": { + "summary": "新增综合表彰", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "综合表彰" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherhonor/edit": { + "post": { + "summary": "修改综合表彰", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherHonor", + "description": "综合表彰" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherhonor/deleteById": { + "post": { + "summary": "通过id删除综合表彰", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherHonor", + "description": "ProfessionalTeacherHonor" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherhonor/exam": { + "post": { + "summary": "审核综合表彰", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherHonor", + "description": "综合表彰" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherpaper/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "paperConfigId", + "in": "query", + "description": "论文类型id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "论文名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secondAuthor", + "in": "query", + "description": "第二作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nameOfPublication", + "in": "query", + "description": "发表刊物名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "dateOfPublication", + "in": "query", + "description": "发表日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "publicationsCompetentUnit", + "in": "query", + "description": "刊物主办单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "publicationsManageUnit", + "in": "query", + "description": "刊物主管单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardingUnit", + "in": "query", + "description": "颁奖单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "rewardLevel", + "in": "query", + "description": "获奖等级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "rewardTime", + "in": "query", + "description": "获奖时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "knowdgeImg", + "in": "query", + "description": "知网 查验截图\n知网查验截图", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pubCover", + "in": "query", + "description": "刊物封面", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "cateImg", + "in": "query", + "description": "目录页", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "contentImg", + "in": "query", + "description": "内容页", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardImg", + "in": "query", + "description": "获奖证书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "驳回理由", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backBy", + "in": "query", + "description": "驳回人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardYear", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherpaper/staticsPage": { + "get": { + "summary": "staticsPage", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "paperConfigId", + "in": "query", + "description": "论文类型id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "论文名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secondAuthor", + "in": "query", + "description": "第二作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nameOfPublication", + "in": "query", + "description": "发表刊物名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "dateOfPublication", + "in": "query", + "description": "发表日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "publicationsCompetentUnit", + "in": "query", + "description": "刊物主办单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "publicationsManageUnit", + "in": "query", + "description": "刊物主管单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardingUnit", + "in": "query", + "description": "颁奖单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "rewardLevel", + "in": "query", + "description": "获奖等级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "rewardTime", + "in": "query", + "description": "获奖时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "knowdgeImg", + "in": "query", + "description": "知网 查验截图\n知网查验截图", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pubCover", + "in": "query", + "description": "刊物封面", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "cateImg", + "in": "query", + "description": "目录页", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "contentImg", + "in": "query", + "description": "内容页", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardImg", + "in": "query", + "description": "获奖证书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "驳回理由", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backBy", + "in": "query", + "description": "驳回人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardYear", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherpaper/getById": { + "get": { + "summary": "通过id查询教师论文", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherpaper/add": { + "post": { + "summary": "新增教师论文", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherPaper", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherpaper/edit": { + "post": { + "summary": "修改教师论文", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherPaper", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherpaper/updateStatus": { + "post": { + "summary": "updateStatus", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherPaperDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherpaper/deleteById": { + "post": { + "summary": "通过id删除教师论文", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherPaper", + "description": "教师论文" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师编号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "professionalTitleConfigId", + "in": "query", + "description": "职称配置ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorStation", + "in": "query", + "description": "专业技术职务", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/getById": { + "get": { + "summary": "通过id查询人事职业资格人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/add": { + "post": { + "summary": "新增人事职业资格人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "人事职业资格人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/edit": { + "post": { + "summary": "修改人事职业资格人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalQualificationRelation", + "description": "人事职业资格人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/deleteById": { + "post": { + "summary": "通过id删除人事职业资格人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalQualificationRelation", + "description": "人事职业资格人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/getChartOption": { + "get": { + "summary": "getChartOption", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/countInfo": { + "get": { + "summary": "countInfo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/exportExcel": { + "post": { + "summary": "exportExcel", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalQualificationRelationDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationrelation/exam": { + "post": { + "summary": "审核人事职业资格人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalQualificationRelation", + "description": "人事职业资格人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalStatics/statics": { + "post": { + "summary": "statics", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ScienceStaticDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalStatics/exportData": { + "post": { + "summary": "exportData", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ScienceStaticDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalsocial/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "title", + "in": "query", + "description": "称谓", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "birthday", + "in": "query", + "description": "出生年月", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "politicsStatusId", + "in": "query", + "description": "政治面貌", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "workStation", + "in": "query", + "description": "工作单位及职务", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师编号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalsocial/getById": { + "get": { + "summary": "通过id查询社会关系", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalsocial/add": { + "post": { + "summary": "新增社会关系", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalSocial", + "description": "社会关系" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalsocial/edit": { + "post": { + "summary": "修改社会关系", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalSocial", + "description": "社会关系" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalsocial/deleteById": { + "post": { + "summary": "通过id删除社会关系", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalSocial", + "description": "社会关系" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalmajorstation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "majorStationName", + "in": "query", + "description": "专业技术职务名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalmajorstation/getById": { + "get": { + "summary": "通过id查询专业技术职务", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalmajorstation/add": { + "post": { + "summary": "新增专业技术职务", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalMajorStation", + "description": "专业技术职务" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalmajorstation/edit": { + "post": { + "summary": "修改专业技术职务", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalMajorStation", + "description": "专业技术职务" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalmajorstation/deleteById": { + "post": { + "summary": "通过id删除专业技术职务", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalMajorStation", + "description": "专业技术职务" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalmajorstation/getMajorStationList": { + "get": { + "summary": "获取专业技术职务", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师编号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "professionalTitleConfigId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorStation", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/getById": { + "get": { + "summary": "通过id查询人事职称人员关联表,一人可以有多个职称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/add": { + "post": { + "summary": "新增人事职称人员关联表,一人可以有多个职称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "人事职称人员关联表,一人可以有多个职称" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/edit": { + "post": { + "summary": "修改人事职称人员关联表,一人可以有多个职称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTitleRelation", + "description": "人事职称人员关联表,一人可以有多个职称" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/deleteById": { + "post": { + "summary": "通过id删除人事职称人员关联表,一人可以有多个职称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTitleRelation", + "description": "人事职称人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/getChartOption": { + "get": { + "summary": "getChartOption", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/countInfo": { + "get": { + "summary": "countInfo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/exportRelation": { + "post": { + "summary": "exportRelation", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTitleRelationDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/getTitleStationForInner/{teacherNo}": { + "get": { + "summary": "获取职称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlerelation/exam": { + "post": { + "summary": "修改人事职称人员关联表,一人可以有多个职称", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTitleRelation", + "description": "人事职称人员关联表,一人可以有多个职称" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacheracademicrelation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "professionalTitleConfigId", + "in": "query", + "description": "职称配置ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorStation", + "in": "query", + "description": "专业技术职务", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacheracademicrelation/edit": { + "post": { + "summary": "修改教师的学历学位关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", + "description": "教师的学历学位关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacheracademicrelation/deleteById": { + "post": { + "summary": "通过id删除教师的学历学位关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", + "description": "教师的学历学位关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacheracademicrelation/countInfo": { + "get": { + "summary": "countInfo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacheracademicrelation/exportExcel": { + "post": { + "summary": "exportExcel", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelationDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacheracademicrelation/add": { + "post": { + "summary": "新增或修改教师的学历学位关联", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacheracademicrelation/exam": { + "post": { + "summary": "审核教师的学历学位关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", + "description": "教师的学历学位关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartybranch/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "编号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标记", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "name", + "in": "query", + "description": "类别名字", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注信息", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartybranch/getById": { + "get": { + "summary": "通过id查询党支部", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartybranch/add": { + "post": { + "summary": "新增党支部", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPartyBranch", + "description": "党支部" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartybranch/edit": { + "post": { + "summary": "修改党支部", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPartyBranch", + "description": "党支部" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartybranch/deleteById": { + "post": { + "summary": "通过id删除党支部", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPartyBranch", + "description": "ProfessionalPartyBranch" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "professionalTitleConfigId", + "in": "query", + "description": "职称配置ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorStation", + "in": "query", + "description": "专业技术职务", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/getById": { + "get": { + "summary": "通过id查询教职工岗位变更记录表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/add": { + "post": { + "summary": "新增教职工岗位变更记录表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherStationChange", + "description": "教职工岗位变更记录表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/edit": { + "post": { + "summary": "修改教职工岗位变更记录表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherStationChange", + "description": "教职工岗位变更记录表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/deleteById": { + "post": { + "summary": "通过id删除教职工岗位变更记录表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherStationChange", + "description": "ProfessionalTeacherStationChange" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/print/{id}": { + "get": { + "summary": "打印调令", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/addd": { + "post": { + "summary": "新增岗位变更记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherstationchange/print": { + "get": { + "summary": "打印调令", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "professionalTitle", + "in": "query", + "description": "职称等级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/getById": { + "get": { + "summary": "通过id查询人事模块-职称等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/add": { + "post": { + "summary": "新增人事模块-职称等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTitleLevelConfig", + "description": "人事模块-职称等级配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/edit": { + "post": { + "summary": "修改人事模块-职称等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTitleLevelConfig", + "description": "人事模块-职称等级配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/deleteById": { + "post": { + "summary": "通过id删除人事模块-职称等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTitleLevelConfig", + "description": "人事模块-职称等级配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/getProfessionalTitleList": { + "get": { + "summary": "获取职称等级", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/getTitle/{id}": { + "get": { + "summary": "getProfessionalTitleLevel", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltitlelevelconfig/list": { + "get": { + "summary": "getProfessionalTitleLevelConfigList", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "professionalTitle", + "in": "query", + "description": "职称等级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "levelName", + "in": "query", + "description": "等级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationconfig/getById": { + "get": { + "summary": "通过id查询人事职业资格等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationconfig/add": { + "post": { + "summary": "新增人事职业资格等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalQualificationConfig", + "description": "人事职业资格等级配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationconfig/edit": { + "post": { + "summary": "修改人事职业资格等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalQualificationConfig", + "description": "人事职业资格等级配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationconfig/deleteById": { + "post": { + "summary": "通过id删除人事职业资格等级配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalQualificationConfig", + "description": "人事职业资格等级配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationconfig/list": { + "get": { + "summary": "getQualificationConfigList", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "levelName", + "in": "query", + "description": "等级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalqualificationconfig/getLevelList": { + "get": { + "summary": "获取职业资格等级", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalemploymentnature/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "employmentNatureName", + "in": "query", + "description": "用工性质名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalemploymentnature/getById": { + "get": { + "summary": "通过id查询用工性质", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalemploymentnature/add": { + "post": { + "summary": "新增用工性质", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalEmploymentNature", + "description": "用工性质" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalemploymentnature/edit": { + "post": { + "summary": "修改用工性质", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalEmploymentNature", + "description": "用工性质" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalemploymentnature/deleteById": { + "post": { + "summary": "通过id删除用工性质", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalEmploymentNature", + "description": "用工性质" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalemploymentnature/getEmploymentNatureList": { + "get": { + "summary": "获取用工性质", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpaperconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "typeName", + "in": "query", + "description": "论文类型名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpaperconfig/getById": { + "get": { + "summary": "通过id查询论文类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpaperconfig/add": { + "post": { + "summary": "新增论文类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPaperConfig", + "description": "论文类型配置表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpaperconfig/edit": { + "post": { + "summary": "修改论文类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPaperConfig", + "description": "论文类型配置表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpaperconfig/deleteById": { + "post": { + "summary": "通过id删除论文类型配置表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPaperConfig", + "description": "论文类型配置表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpaperconfig/getPaperConfigList": { + "get": { + "summary": "获取论文类型列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificateconf/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "cretificateName", + "in": "query", + "description": "资格证名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificateconf/getById": { + "get": { + "summary": "通过id查询教师资格证书配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificateconf/add": { + "post": { + "summary": "新增教师资格证书配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherCertificateConf", + "description": "教师资格证书配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificateconf/edit": { + "post": { + "summary": "修改教师资格证书配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherCertificateConf", + "description": "教师资格证书配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificateconf/deleteById": { + "post": { + "summary": "通过id删除教师资格证书配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherCertificateConf", + "description": "ProfessionalTeacherCertificateConf" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificateconf/getTeacherCertificateList": { + "get": { + "summary": "获取教师资格证书列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterialconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "typeName", + "in": "query", + "description": "类型名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterialconfig/getById": { + "get": { + "summary": "通过id查询教材类别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterialconfig/add": { + "post": { + "summary": "新增教材类别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterialConfig", + "description": "教材类别配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterialconfig/edit": { + "post": { + "summary": "修改教材类别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterialConfig", + "description": "教材类别配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterialconfig/deleteById": { + "post": { + "summary": "通过id删除教材类别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterialConfig", + "description": "ProfessionalTeachingMaterialConfig" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterialconfig/getTeachingMaterialList": { + "get": { + "summary": "获取教材类别列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstatuslock/getAllStatusList": { + "get": { + "summary": "查询所有状态锁定信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "statusName", + "in": "query", + "description": "状态名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "0 未锁定 1已锁定\n状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "statusCode", + "in": "query", + "description": "状态码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstatuslock/updateStatus": { + "post": { + "summary": "updateStatus", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalStatusLockDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstatuslock/checkLocked/{statusCode}": { + "get": { + "summary": "验证是否锁定", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "statusCode", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "materialName", + "in": "query", + "description": "教材名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "materialConfigId", + "in": "query", + "description": "教材类别配置id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "editor", + "in": "query", + "description": "主编", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secondEditor", + "in": "query", + "description": "副主编", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "joinEditor", + "in": "query", + "description": "参编", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "words", + "in": "query", + "description": "编写字数 千字\n编写字数", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "publishCompany", + "in": "query", + "description": "出版单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "publishTime", + "in": "query", + "description": "出版时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "mateCover", + "in": "query", + "description": "教材封面", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pubImg", + "in": "query", + "description": "出版图片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "驳回理由", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backBy", + "in": "query", + "description": "驳回人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isbn", + "in": "query", + "description": "ISBN", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "versionDate", + "in": "query", + "description": "班次日期\n版本日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/checkTitle": { + "post": { + "summary": "checkTitle", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterialDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/staticsPage": { + "get": { + "summary": "staticsPage", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "materialName", + "in": "query", + "description": "教材名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "materialConfigId", + "in": "query", + "description": "教材类别配置id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "editor", + "in": "query", + "description": "主编", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "secondEditor", + "in": "query", + "description": "副主编", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "joinEditor", + "in": "query", + "description": "参编", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "words", + "in": "query", + "description": "编写字数 千字\n编写字数", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "publishCompany", + "in": "query", + "description": "出版单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "publishTime", + "in": "query", + "description": "出版时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "mateCover", + "in": "query", + "description": "教材封面", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "pubImg", + "in": "query", + "description": "出版图片", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "驳回理由", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backBy", + "in": "query", + "description": "驳回人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isbn", + "in": "query", + "description": "ISBN", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "versionDate", + "in": "query", + "description": "班次日期\n版本日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/getById": { + "get": { + "summary": "通过id查询教材", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/add": { + "post": { + "summary": "新增教材", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterial", + "description": "教材" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/edit": { + "post": { + "summary": "修改教材", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterial", + "description": "教材" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/updateStatus": { + "post": { + "summary": "updateStatus", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterialDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachingmaterial/deleteById": { + "post": { + "summary": "通过id删除教材", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeachingMaterial", + "description": "教材" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclist/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "课题所属部门", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "topicName", + "in": "query", + "description": "课题名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "topicLeader", + "in": "query", + "description": "课题负责人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "topicJoiner", + "in": "query", + "description": "课题参与人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "topicSourceConfigId", + "in": "query", + "description": "课题来源配置id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "topicLevelConfigId", + "in": "query", + "description": "课题级别配置id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "finishTime", + "in": "query", + "description": "结题时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardingUnit", + "in": "query", + "description": "颁奖单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardingLevel", + "in": "query", + "description": "获奖等级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "otherImg", + "in": "query", + "description": "其他资料", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "conclusionBook", + "in": "query", + "description": "结题证书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "conclusionReport", + "in": "query", + "description": "结题报告", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "projectApp", + "in": "query", + "description": "立项申报书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "驳回理由", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backBy", + "in": "query", + "description": "驳回人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclist/getById": { + "get": { + "summary": "通过id查询课题列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclist/add": { + "post": { + "summary": "新增课题列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicList", + "description": "课题列表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclist/edit": { + "post": { + "summary": "修改课题列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicList", + "description": "课题列表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclist/updateStatus": { + "post": { + "summary": "updateStatus", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicListDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclist/deleteById": { + "post": { + "summary": "通过id删除课题列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicList", + "description": "ProfessionalTopicList" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherlesson/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "name", + "in": "query", + "description": "教案名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "level", + "in": "query", + "description": "颁奖等级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "unit", + "in": "query", + "description": "颁奖单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardTime", + "in": "query", + "description": "获奖时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardImg", + "in": "query", + "description": "获奖证书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "state", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherlesson/staticPage": { + "get": { + "summary": "staticPage", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "name", + "in": "query", + "description": "教案名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "level", + "in": "query", + "description": "颁奖等级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "unit", + "in": "query", + "description": "颁奖单位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardTime", + "in": "query", + "description": "获奖时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "awardImg", + "in": "query", + "description": "获奖证书", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "state", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherlesson/getById": { + "get": { + "summary": "通过id查询获奖教案", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherlesson/add": { + "post": { + "summary": "新增获奖教案", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherLesson", + "description": "获奖教案" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherlesson/edit": { + "post": { + "summary": "修改获奖教案", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherLesson", + "description": "获奖教案" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherlesson/deleteById": { + "post": { + "summary": "通过id删除获奖教案", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherLesson", + "description": "获奖教案" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteacherlesson/updateStatus": { + "post": { + "summary": "updateStatus", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherLessonDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationlevelconfig/getStationLevelList": { + "get": { + "summary": "获取岗位级别", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartychange/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "professionalTitleConfigId", + "in": "query", + "description": "职称配置ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorStation", + "in": "query", + "description": "专业技术职务", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartychange/add": { + "post": { + "summary": "新增党支部变更记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartychange/getById": { + "get": { + "summary": "通过id查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartychange/edit": { + "post": { + "summary": "修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPartyChange", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalpartychange/deleteById": { + "post": { + "summary": "通过id删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalstationrelation/getStationForInner/{teacherNo}": { + "get": { + "summary": "获取入校时间", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "teacherNo", + "in": "path", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclevelconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "levelName", + "in": "query", + "description": "课题等级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclevelconfig/getById": { + "get": { + "summary": "通过id查询课题级别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclevelconfig/add": { + "post": { + "summary": "新增课题级别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicLevelConfig", + "description": "课题级别配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclevelconfig/edit": { + "post": { + "summary": "修改课题级别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicLevelConfig", + "description": "课题级别配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclevelconfig/deleteById": { + "post": { + "summary": "通过id删除课题级别配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTopicLevelConfig", + "description": "ProfessionalTopicLevelConfig" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionaltopiclevelconfig/getTopicLevelList": { + "get": { + "summary": "获取课题级别列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpatent/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "type", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "firAuthor", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "firAuthorName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "belongPeople", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "belongPeopleName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "patentNo", + "in": "query", + "description": "专利号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "cardNo", + "in": "query", + "description": "证书号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "authTime", + "in": "query", + "description": "授权时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "materialUrl", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "驳回理由", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpatent/staticPage": { + "get": { + "summary": "staticPage", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "type", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "firAuthor", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "firAuthorName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "belongPeople", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "belongPeopleName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "patentNo", + "in": "query", + "description": "专利号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "cardNo", + "in": "query", + "description": "证书号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "authTime", + "in": "query", + "description": "授权时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "materialUrl", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "backReason", + "in": "query", + "description": "驳回理由", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "examType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpatent/getById": { + "get": { + "summary": "通过id查询专利", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpatent/add": { + "post": { + "summary": "新增专利", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPatent", + "description": "专利" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpatent/edit": { + "post": { + "summary": "修改专利", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPatent", + "description": "专利" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpatent/updateStatus": { + "post": { + "summary": "修改专利", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPatentDTO", + "description": "专利" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalpatent/deleteById": { + "post": { + "summary": "通过id删除专利", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalPatent", + "description": "专利" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademicdegreeconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "degreeName", + "in": "query", + "description": "学位名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademicdegreeconfig/getById": { + "get": { + "summary": "通过id查询学位配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademicdegreeconfig/add": { + "post": { + "summary": "新增学位配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicDegreeConfig", + "description": "学位配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademicdegreeconfig/edit": { + "post": { + "summary": "修改学位配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicDegreeConfig", + "description": "学位配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademicdegreeconfig/deleteById": { + "post": { + "summary": "通过id删除学位配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicDegreeConfig", + "description": "学位配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalacademicdegreeconfig/getDegreeList": { + "get": { + "summary": "获取学位", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalatstation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "atStationName", + "in": "query", + "description": "类型名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalatstation/getById": { + "get": { + "summary": "通过id查询在职情况", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalatstation/add": { + "post": { + "summary": "新增在职情况", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAtStation", + "description": "在职情况" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalatstation/edit": { + "post": { + "summary": "修改在职情况", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAtStation", + "description": "在职情况" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalatstation/deleteById": { + "post": { + "summary": "通过id删除在职情况", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAtStation", + "description": "在职情况" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalatstation/getAtStationList": { + "get": { + "summary": "获取在职情况", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "教师工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "professionalTitleConfigId", + "in": "query", + "description": "职称配置ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorStation", + "in": "query", + "description": "专业技术职务", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/getById": { + "get": { + "summary": "通过id查询教师资格证人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/add": { + "post": { + "summary": "新增教师资格证人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TeacherAboutInfoDTO", + "description": "教师资格证人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/edit": { + "post": { + "summary": "修改教师资格证人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherCertificateRelation", + "description": "教师资格证人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/deleteById": { + "post": { + "summary": "通过id删除教师资格证人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherCertificateRelation", + "description": "ProfessionalTeacherCertificateRelation" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "3": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "4": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/countInfo": { + "get": { + "summary": "countInfo", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + }, + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/exportExcel": { + "post": { + "summary": "exportExcel", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherCertificateRelationDTO", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/professionalteachercertificaterelation/exam": { + "post": { + "summary": "审核教师资格证人员关联表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalTeacherCertificateRelation", + "description": "教师资格证人员关联表" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/file/teacherAboutInfoUpload": { + "post": { + "summary": "学历更新", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "type": "object", + "properties": { + "file": { + "description": "学历", + "type": "string", + "format": "binary" + } + }, + "required": [ + "file" + ] + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R(bucketName, filename)" + }, + "example": { + "ok": false, + "code": null, + "msg": null, + "data": null + } + } + } + } + }, + "security": [] + } + }, + "/file/acadeShow": { + "get": { + "summary": "教职工材料信息", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "fileName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/file/showPdf": { + "get": { + "summary": "showPdf", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "fileName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + } + } + }, + "security": [] + } + }, + "/academicqualificationsconfig/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "records[0].key", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "searchCount", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "boolean" + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "id", + "in": "query", + "description": "主键", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createBy", + "in": "query", + "description": "创建人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "createTime", + "in": "query", + "description": "创建时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateBy", + "in": "query", + "description": "更新人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "updateTime", + "in": "query", + "description": "更新时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "delFlag", + "in": "query", + "description": "删除标志位", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户id", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "sort", + "in": "query", + "description": "排序", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "qualificationName", + "in": "query", + "description": "学历名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/academicqualificationsconfig/getById": { + "get": { + "summary": "通过id查询人事模块-学历配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/academicqualificationsconfig/add": { + "post": { + "summary": "新增人事模块-学历配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicQualificationsConfig", + "description": "人事模块-学历配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/academicqualificationsconfig/edit": { + "post": { + "summary": "修改人事模块-学历配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicQualificationsConfig", + "description": "人事模块-学历配置" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/academicqualificationsconfig/deleteById": { + "post": { + "summary": "通过id删除人事模块-学历配置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ProfessionalAcademicQualificationsConfig", + "description": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/academicqualificationsconfig/getQualificationList": { + "get": { + "summary": "获取学历", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "security": [] + } + }, + "/purchase/purchasingcategory/tree": { + "get": { + "summary": "采购品目树形结构", + "deprecated": false, + "description": "", + "tags": [ + "采购品目" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "树形列表", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListPurchasingCategoryTree" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingcategory": { + "post": { + "summary": "新增采购品目", + "deprecated": false, + "description": "", + "tags": [ + "采购品目" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PurchasingCategory" + } + } + } + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingcategory/edit": { + "post": { + "summary": "修改采购品目", + "deprecated": false, + "description": "", + "tags": [ + "采购品目" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PurchasingCategory" + }, + "examples": {} + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingcategory/delete": { + "post": { + "summary": "删除采购品目", + "deprecated": false, + "description": "", + "tags": [ + "采购品目" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "string", + "description": "ID 字符串" + }, + "examples": {} + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingspec/page": { + "get": { + "summary": "特殊情况分页查询", + "deprecated": false, + "description": "", + "tags": [ + "特殊情况" + ], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "default": 1 + } + }, + { + "name": "size", + "in": "query", + "description": "每页大小", + "required": false, + "schema": { + "type": "integer", + "default": 10 + } + }, + { + "name": "name", + "in": "query", + "description": "特殊情况名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "分页结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPagePurchasingSpec" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingspec/{id}": { + "get": { + "summary": "根据ID查询特殊情况", + "deprecated": false, + "description": "", + "tags": [ + "特殊情况" + ], + "parameters": [ + { + "name": "id", + "in": "path", + "description": "主键ID", + "required": true, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "单条记录", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPurchasingSpec" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingspec": { + "post": { + "summary": "新增特殊情况", + "deprecated": false, + "description": "", + "tags": [ + "特殊情况" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PurchasingSpec" + }, + "examples": {} + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchasingspec/edit": { + "post": { + "summary": "修改特殊情况", + "deprecated": false, + "description": "", + "tags": [ + "特殊情况" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PurchasingSpec" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchasingspec/delete": { + "post": { + "summary": "删除特殊情况", + "deprecated": false, + "description": "", + "tags": [ + "特殊情况" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "string", + "description": "ID 字符串" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingagent/page": { + "get": { + "summary": "招标代理分页查询", + "deprecated": false, + "description": "分页查询招标代理列表", + "tags": [ + "招标代理" + ], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "default": 1 + } + }, + { + "name": "size", + "in": "query", + "description": "每页大小", + "required": false, + "schema": { + "type": "integer", + "default": 10 + } + }, + { + "name": "agentName", + "in": "query", + "description": "代理名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "分页结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPagePurchasingAgent" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingagent/{id}": { + "get": { + "summary": "根据ID查询招标代理", + "deprecated": false, + "description": "根据主键ID查询单条招标代理记录", + "tags": [ + "招标代理" + ], + "parameters": [ + { + "name": "id", + "in": "path", + "description": "主键ID", + "required": true, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "responses": { + "200": { + "description": "单条记录", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPurchasingAgent" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingagent": { + "post": { + "summary": "新增招标代理", + "deprecated": false, + "description": "新增一条招标代理记录", + "tags": [ + "招标代理" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PurchasingAgent" + }, + "example": { + "agentName": "示例招标代理公司", + "remark": "备注信息" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingagent/edit": { + "post": { + "summary": "修改招标代理", + "deprecated": false, + "description": "根据主键ID修改招标代理记录", + "tags": [ + "招标代理" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PurchasingAgent" + }, + "example": { + "id": "1234567890", + "agentName": "修改后的代理名称", + "remark": "修改后的备注" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingagent/delete": { + "post": { + "summary": "删除招标代理", + "deprecated": false, + "description": "根据主键ID删除招标代理记录(逻辑删除)", + "tags": [ + "招标代理" + ], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "string" + }, + "example": 1234567890 + } + }, + "required": true + }, + "responses": { + "200": { + "description": "操作结果", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBoolean" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/purchase/purchasingfiles/upload": { + "post": { + "summary": "上传附件", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7", + "schema": { + "type": "string", + "default": "Bearer dbc16307-edff-46e0-998c-a12a276deaa7" + } + } + ], + "requestBody": { + "content": { + "multipart/form-data": { + "schema": { + "type": "object", + "properties": { + "file": { + "format": "binary", + "type": "string", + "description": "上传的文件", + "example": "" + }, + "purchaseId": { + "example": "采购申请ID", + "type": "string" + } + } + }, + "examples": {} + } + }, + "required": true + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + } + }, + "components": { + "schemas": { + "R": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "description": "返回标记:成功标记=0,失败标记=1", + "type": "null" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + }, + "java.lang.Object": { + "type": "object", + "properties": {}, + "description": "数据" + }, + "班主任每周工作安排": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "title": { + "type": "string", + "description": "" + }, + "content": { + "type": "string", + "description": "" + }, + "author": { + "type": "string", + "description": "" + } + }, + "description": "数据" + }, + "RBoolean": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回码,0-成功 1-失败" + }, + "msg": { + "type": "string", + "description": "返回消息" + }, + "data": { + "type": "boolean", + "description": "返回数据" + } + } + }, + "ProfessionalStationType": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "typeName": { + "type": "string", + "description": "岗位类别名称" + } + } + }, + "学生就诊记录table扩展表(聚集型病例)": { + "type": "object", + "properties": { + "createTime": { + "type": "string", + "description": "日期" + }, + "classNo": { + "type": "string", + "description": "班级" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "phone": { + "type": "string", + "description": "电话" + }, + "roomNo": { + "type": "string", + "description": "宿舍" + }, + "classRoomAddress": { + "type": "string", + "description": "教室地址" + }, + "classTeacherName": { + "type": "string", + "description": "班主任" + }, + "classTeacherPhone": { + "type": "string", + "description": "班主任电话" + }, + "cbzd": { + "type": "string", + "description": "初步诊断" + } + }, + "description": "学生就诊记录table扩展表(聚集型病例)" + }, + "WeekPlan": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "title": { + "type": "string", + "description": "" + }, + "content": { + "type": "string", + "description": "" + }, + "author": { + "type": "string", + "description": "" + } + } + }, + "RPurchasingCategory": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "$ref": "#/components/schemas/PurchasingCategory" + } + } + }, + "RPurchasingAgent": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回码,0-成功 1-失败" + }, + "msg": { + "type": "string", + "description": "返回消息" + }, + "data": { + "$ref": "#/components/schemas/PurchasingAgent" + } + } + }, + "ProfessionalWorkType": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "workName": { + "type": "string", + "description": "工种名称" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + } + } + }, + "班级考勤学生表": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "attendanceId": { + "type": "string", + "description": "班级考勤ID" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "attendanceType": { + "type": "string", + "description": "考勤类型" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "stayDorm": { + "type": "string", + "description": "是否留宿 0:否 1:是" + }, + "leaveReason": { + "type": "string", + "description": "请假事由" + }, + "leaveStartTime": { + "type": "string", + "description": "请假开始时间" + }, + "leaveEndTime": { + "type": "string", + "description": "请假结束时间" + }, + "bedNo": { + "type": "string", + "description": "" + }, + "dealContent": { + "type": "string", + "description": "" + } + }, + "description": "班级考勤学生表" + }, + "RPagePurchasingCategory": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "$ref": "#/components/schemas/PagePurchasingCategory" + } + } + }, + "RPagePurchasingAgent": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回码,0-成功 1-失败" + }, + "msg": { + "type": "string", + "description": "返回消息" + }, + "data": { + "$ref": "#/components/schemas/PagePurchasingAgent" + } + } + }, + "ProfessionalStationDutyLevel": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "stationDutyLevelName": { + "type": "string", + "description": "职务级别名称" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.ClassAttendaceAnalyseForMasterVO": { + "type": "object", + "properties": { + "date": { + "type": "string", + "description": "日期\")" + }, + "shouldNum": { + "type": "integer", + "description": "应到\")", + "default": 0 + }, + "realNum": { + "type": "integer", + "description": "实到\")", + "default": 0 + }, + "realRate": { + "type": "string", + "description": "实到率\")", + "default": "0.00%" + }, + "signRate": { + "type": "string", + "description": "签到率\")", + "default": "0.00%" + }, + "lateNum": { + "type": "integer", + "description": "迟到\")", + "default": 0 + }, + "aflNum": { + "type": "integer", + "description": "请假晚到\")", + "default": 0 + }, + "thingNum": { + "type": "integer", + "description": "事假\")", + "default": 0 + }, + "sickNum": { + "type": "integer", + "description": "病假\")", + "default": 0 + }, + "truanceNum": { + "type": "integer", + "description": "旷课\")", + "default": 0 + }, + "outContactNum": { + "type": "integer", + "description": "失联\")", + "default": 0 + }, + "schoolThingNum": { + "type": "integer", + "description": "校内请假\")", + "default": 0 + }, + "normalNum": { + "type": "integer", + "description": "正常签到\")", + "default": 0 + }, + "noAttendNum": { + "type": "integer", + "description": "未考勤\")", + "default": 0 + }, + "classCode": { + "type": "string", + "description": "班级代码\")" + }, + "createTime": { + "type": "string", + "description": "创建时间\")" + }, + "className": { + "type": "string", + "description": "班级名称\")" + }, + "attendanceId": { + "type": "string", + "description": "考勤iD\")" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.ClassAttendaceAnalyseForMasterVO" + }, + "RPurchasingSpec": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "$ref": "#/components/schemas/PurchasingSpec" + } + } + }, + "PagePurchasingAgent": { + "type": "object", + "description": "分页结果", + "properties": { + "records": { + "type": "array", + "description": "数据列表", + "items": { + "$ref": "#/components/schemas/PurchasingAgent" + } + }, + "total": { + "type": "integer", + "description": "总记录数" + }, + "size": { + "type": "integer", + "description": "每页大小" + }, + "current": { + "type": "integer", + "description": "当前页" + }, + "pages": { + "type": "integer", + "description": "总页数" + } + } + }, + "ProfessionalTopicSourceConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "sourceName": { + "type": "string", + "description": "课题来源名称" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.SchoolAttendanceDetailVO": { + "type": "object", + "properties": { + "schoolName": { + "type": "string", + "description": "学校名称\")" + }, + "shouldNum": { + "type": "integer", + "description": "应到 在校-全天请假\")" + }, + "totalNums": { + "type": "integer", + "description": "在校学生总数\")" + }, + "atNums": { + "type": "integer", + "description": "在籍人数\")" + }, + "realNum": { + "type": "integer", + "description": "实到 扫脸+考勤-失联-全天请假\")" + }, + "leaveNum": { + "type": "integer", + "description": "全天请假\")" + }, + "errorNum": { + "type": "integer", + "description": "异常 (没有考勤 没有扫脸 没有请假的) + 失联的\")" + }, + "classAtNum": { + "type": "integer", + "description": "点名人数\")", + "format": "int64" + }, + "faceNum": { + "type": "integer", + "description": "扫脸人数\")" + }, + "tenantId": { + "type": "integer", + "description": "" + }, + "date": { + "type": "string", + "description": "" + }, + "zdTotal": { + "type": "integer", + "description": "走读生总数\")" + }, + "zdFaceTotal": { + "type": "integer", + "description": "走读生扫脸总数\")" + }, + "zdFaceRate": { + "type": "string", + "description": "走读生扫脸率\")" + }, + "zsTotal": { + "type": "integer", + "description": "住宿生总数\")" + }, + "zsFaceTotal": { + "type": "integer", + "description": "住宿生扫脸总数\")" + }, + "zsFaceRate": { + "type": "string", + "description": "住宿生扫脸率\")" + }, + "zdApplyNo": { + "type": "integer", + "description": "走读生全天请假\")" + }, + "faceRate": { + "type": "string", + "description": "总扫脸率\")" + }, + "noFace": { + "type": "integer", + "description": "总未扫脸\")", + "default": 0 + }, + "zdNoFaceTotal": { + "type": "integer", + "description": "走读生未扫脸\")", + "default": 0 + }, + "zsNoFaceTotal": { + "type": "integer", + "description": "住宿生未扫脸\")", + "default": 0 + }, + "attendanceNum": { + "type": "integer", + "description": "考勤人数\")" + }, + "noAttendanceNum": { + "type": "integer", + "description": "未考勤\")" + }, + "alternatStuNums": { + "type": "integer", + "description": "工学交替\")" + }, + "dgNums": { + "type": "integer", + "description": "顶岗学生\")" + }, + "noAtAndFaceStuNums": { + "type": "integer", + "description": "未考勤且未扫脸\")" + }, + "rate": { + "type": "string", + "description": "平均异常率\")" + } + }, + "description": "数据" + }, + "RPagePurchasingSpec": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "$ref": "#/components/schemas/PagePurchasingSpec" + } + } + }, + "PurchasingAgent": { + "type": "object", + "description": "招标代理表", + "properties": { + "id": { + "type": "string", + "description": "主键ID", + "readOnly": true + }, + "createBy": { + "type": "string", + "description": "创建人", + "readOnly": true + }, + "createTime": { + "type": "string", + "format": "date-time", + "description": "创建时间", + "readOnly": true + }, + "updateBy": { + "type": "string", + "description": "更新人", + "readOnly": true + }, + "updateTime": { + "type": "string", + "format": "date-time", + "description": "更新时间", + "readOnly": true + }, + "delFlag": { + "type": "string", + "description": "删除标记(0-正常,1-删除)", + "readOnly": true + }, + "remark": { + "type": "string", + "description": "备注" + }, + "agentName": { + "type": "string", + "description": "代理名称", + "maxLength": 50 + } + }, + "required": [ + "agentName" + ] + }, + "ProfessionalPoliticsStatus": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "politicsStatusId": { + "type": "string", + "description": "政治面貌id" + }, + "joinTime": { + "type": "string", + "description": "加入时间" + }, + "correctionTime": { + "type": "string", + "description": "转正时间" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + } + } + }, + "net.cyweb.cloud.stuwork.api.entity.mongoentity.EverDayStuAttendanceEntity": { + "type": "object", + "properties": { + "_id": { + "type": "string", + "description": "id\")" + }, + "stuNo": { + "type": "string", + "description": "学号\")" + }, + "stuName": { + "type": "string", + "description": "姓名\")" + }, + "parentPhone": { + "type": "string", + "description": "家长电话\")" + }, + "parentPhoneTwo": { + "type": "string", + "description": "家长电话2\")" + }, + "className": { + "type": "string", + "description": "班级名称\")" + }, + "majorName": { + "type": "string", + "description": "专业名称\")" + }, + "phone": { + "type": "string", + "description": "学生电话\")" + }, + "masterPhone": { + "type": "string", + "description": "班主任号码\")" + }, + "isDeviceIn": { + "type": "string", + "description": "门禁记录\")", + "default": "0" + }, + "isAttendance": { + "type": "string", + "description": "班级考勤\")", + "default": "0" + }, + "attendanceType": { + "type": "string", + "description": "考勤类型 0 正常 1 请假 -1 异常\")" + }, + "date": { + "type": "string", + "description": "考勤日期\")" + }, + "dealContent": { + "type": "string", + "description": "异常处理结果\")" + } + }, + "description": "net.cyweb.cloud.stuwork.api.entity.mongoentity.EverDayStuAttendanceEntity" + }, + "PagePurchasingCategory": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PurchasingCategory" + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + } + } + }, + "ProfessionalTeacherType": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "typeName": { + "type": "string", + "description": "类型名称" + } + } + }, + "com.baomidou.mybatisplus.core.metadata.OrderItem": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "PagePurchasingSpec": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PurchasingSpec" + } + }, + "total": { + "type": "integer" + }, + "size": { + "type": "integer" + }, + "current": { + "type": "integer" + } + } + }, + "ProfessionalAcademicEducationTypeConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "name": { + "type": "string", + "description": "类型名称" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.ErrorApplyLeaveVO": { + "type": "object", + "properties": { + "tenantId": { + "type": "integer", + "description": "学校Id\")" + }, + "totalStu": { + "type": "integer", + "description": "学生总人数\")" + }, + "totalNums": { + "type": "integer", + "description": "请假总次数\")" + }, + "schoolName": { + "type": "string", + "description": "学校名称\")" + }, + "singleApplyNums": { + "type": "integer", + "description": "单次请假超过天数人数\")" + }, + "multiApplyNums": { + "type": "integer", + "description": "累计请假超过天数人数\")" + }, + "applySuNums": { + "type": "integer", + "description": "连续请假超过次数人数\")" + }, + "noFaceNums": { + "type": "integer", + "description": "时间段内未扫脸信息\")" + } + }, + "description": "数据" + }, + "PurchasingCategory": { + "type": "object", + "description": "采购-品目", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string", + "format": "date-time" + }, + "updateBy": { + "type": "string" + }, + "updateTime": { + "type": "string", + "format": "date-time" + }, + "delFlag": { + "type": "string" + }, + "remark": { + "type": "string" + }, + "name": { + "type": "string", + "description": "品目名称" + }, + "code": { + "type": "string", + "description": "品目编码" + }, + "parentCode": { + "type": "string", + "description": "上级品目编码" + } + } + }, + "ProfessionalAwardCourseware": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "author": { + "type": "string", + "description": "作者" + }, + "name": { + "type": "string", + "description": "课件名称" + }, + "level": { + "type": "string", + "description": "颁奖等级" + }, + "unit": { + "type": "string", + "description": "颁奖单位" + }, + "awardTime": { + "type": "string", + "description": "获奖时间" + }, + "awardImg": { + "type": "string", + "description": "获奖证书" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.ErrorApplySchoolStuVO": { + "type": "object", + "properties": { + "stuNo": { + "type": "string", + "description": "学号\")" + }, + "stuName": { + "type": "string", + "description": "学生姓名\")" + }, + "deptCode": { + "type": "string", + "description": "系部代码\")" + }, + "startTime": { + "type": "string", + "description": "开始时间\")" + }, + "endTime": { + "type": "string", + "description": "结束时间\")" + }, + "classCode": { + "type": "string", + "description": "班级代码\")" + }, + "className": { + "type": "string", + "description": "班级简称\")" + }, + "deptName": { + "type": "string", + "description": "系部名称\")" + }, + "type": { + "type": "string", + "description": "类型 1 学生请假 2 班级请假\")" + }, + "reason": { + "type": "string", + "description": "请假原因\")" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.ErrorApplySchoolStuVO" + }, + "PurchasingCategoryTree": { + "type": "object", + "description": "采购品目树节点", + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "code": { + "type": "string" + }, + "parentCode": { + "type": "string" + }, + "remark": { + "type": "string" + }, + "children": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PurchasingCategoryTree" + } + } + } + }, + "ProfessionalAwardCoursewareDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "author": { + "type": "string", + "description": "作者" + }, + "name": { + "type": "string", + "description": "课件名称" + }, + "level": { + "type": "string", + "description": "颁奖等级" + }, + "unit": { + "type": "string", + "description": "颁奖单位" + }, + "awardTime": { + "type": "string", + "description": "获奖时间" + }, + "awardImg": { + "type": "string", + "description": "获奖证书" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "teacherName": { + "type": "string", + "description": "" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "state": { + "type": "string", + "description": "" + }, + "backReason": { + "type": "string", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "examType": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverRelationDTO": { + "type": "object", + "properties": { + "stuNo": { + "type": "string", + "description": "" + }, + "id": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverRelationDTO" + }, + "RListPurchasingCategoryTree": { + "type": "object", + "properties": { + "code": { + "type": "integer" + }, + "msg": { + "type": "string" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PurchasingCategoryTree" + } + } + } + }, + "TeacherBaseDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "sex": { + "type": "string", + "description": "性别" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "national": { + "type": "string", + "description": "民族" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌主键" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "nativePlace": { + "type": "string", + "description": "籍贯" + }, + "birthPlace": { + "type": "string", + "description": "出生地" + }, + "health": { + "type": "string", + "description": "健康状况" + }, + "homePhone": { + "type": "string", + "description": "家庭电话" + }, + "telPhone": { + "type": "string", + "description": "电话" + }, + "telPhoneTwo": { + "type": "string", + "description": "手机号码" + }, + "homeAddress": { + "type": "string", + "description": "家庭地址" + }, + "speciality": { + "type": "string", + "description": "特长" + }, + "teacherPhoto": { + "type": "string", + "description": "照片" + }, + "deptCode": { + "type": "string", + "description": "二级部门代码" + }, + "inoutFlag": { + "type": "string", + "description": "是否允许进出" + }, + "inoutRemarks": { + "type": "string", + "description": "进出备注" + }, + "bankNo": { + "type": "string", + "description": "银行卡号" + }, + "bankOpen": { + "type": "string", + "description": "开户行" + }, + "commonDeptCode": { + "type": "string", + "description": "所属二级部门(通用)" + }, + "tied": { + "type": "string", + "description": "是否退休" + }, + "isWeekPwd": { + "type": "string", + "description": "是否弱密码" + }, + "teacherCate": { + "type": "string", + "description": "授课类型" + }, + "teacherClassify": { + "type": "string", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" + }, + "tiedYear": { + "type": "string", + "description": "退休年份" + }, + "religiousBelief": { + "type": "string", + "description": "宗教信仰" + }, + "stationId": { + "type": "string", + "description": "岗位信息关联主键" + }, + "stationDutyLevelId": { + "type": "string", + "description": "职务级别关联主键" + }, + "retireDate": { + "type": "string", + "description": "退休日期" + }, + "pfTitleId": { + "type": "string", + "description": "职称等级主键" + }, + "searchInfo": { + "type": "string", + "description": "教职工信息" + }, + "searchKeywords": { + "type": "string", + "description": "搜索关键词" + }, + "secDeptCode": { + "type": "string", + "description": "子部门代码" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "教职工" + }, + "deptCodeList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "部门代码集合" + }, + "roleCode": { + "type": "string", + "description": "角色代码" + }, + "atStation": { + "type": "string", + "description": "在岗累呗" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "" + }, + "turnoverType": { + "type": "string", + "description": "异动类型" + }, + "oldClassCode": { + "type": "string", + "description": "原班级" + }, + "newClassCode": { + "type": "string", + "description": "现班级" + }, + "turnYear": { + "type": "string", + "description": "转制类型" + }, + "turnoverDate": { + "type": "string", + "description": "异动时间" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "phone": { + "type": "string", + "description": "电话号码" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "" + }, + "stuList": { + "type": "array", + "description": "private List stuNos;", + "items": { + "type": "object", + "properties": { + "stuNo": { + "type": "string", + "description": "" + }, + "id": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverRelationDTO" + } + }, + "stuNoList": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "classCodeList": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "year": { + "type": "string", + "description": "" + }, + "graduYear": { + "type": "string", + "description": "" + }, + "daysValue": { + "type": "integer", + "description": "" + }, + "isUser": { + "type": "boolean", + "description": "" + }, + "key": { + "type": "string", + "description": "秘钥" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverDTO" + }, + "PurchasingSpec": { + "type": "object", + "description": "特殊情况表", + "properties": { + "id": { + "type": "string" + }, + "createBy": { + "type": "string" + }, + "createTime": { + "type": "string", + "format": "date-time" + }, + "updateBy": { + "type": "string" + }, + "updateTime": { + "type": "string", + "format": "date-time" + }, + "delFlag": { + "type": "string" + }, + "remark": { + "type": "string" + }, + "name": { + "type": "string", + "description": "特殊情况名称" + }, + "template": { + "type": "string", + "description": "需求模版下载URL或标识" + } + } + }, + "ProfessionalTeacherAcademicRelation": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师工号" + }, + "qualificationConfigId": { + "type": "string", + "description": "学历" + }, + "degreeConfigId": { + "type": "string", + "description": "学位" + }, + "graduateTime": { + "type": "string", + "description": "毕业时间" + }, + "graduateSchool": { + "type": "string", + "description": "毕业学校" + }, + "major": { + "type": "string", + "description": "所学专业" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "qualificationImg": { + "type": "string", + "description": "学历证书附件" + }, + "degreeImg": { + "type": "string", + "description": "学位证书附件" + }, + "type": { + "type": "string", + "description": "类型" + }, + "state": { + "type": "string", + "description": "状态" + }, + "taskId": { + "type": "string", + "description": "任务id" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "degreeFullTimeTop": { + "type": "string", + "description": "学位是否全日制最高" + }, + "degreePartTimeTop": { + "type": "string", + "description": "学位是否非全日制最高" + }, + "degreeTop": { + "type": "string", + "description": "学位是否最高" + }, + "eduFullTimeTop": { + "type": "string", + "description": "学历是否全日制最高" + }, + "eduPartTimeTop": { + "type": "string", + "description": "学历是否非全日制最高" + }, + "eduTop": { + "type": "string", + "description": "学历是否最高" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.StuTurnoverVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "学生姓名" + }, + "turnoverType": { + "type": "string", + "description": "异动类型" + }, + "oldClassCode": { + "type": "string", + "description": "原班级" + }, + "newClassCode": { + "type": "string", + "description": "现班级" + }, + "turnYear": { + "type": "string", + "description": "转制类型" + }, + "turnoverDate": { + "type": "string", + "description": "异动时间" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "phone": { + "type": "string", + "description": "电话号码" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "" + }, + "turnoverDateStr": { + "type": "string", + "description": "异动时间文本" + }, + "procInsStatus": { + "type": "string", + "description": "流程状态" + }, + "auditStatus": { + "type": "string", + "description": "审核状态" + }, + "deptName": { + "type": "string", + "description": "系部名称" + }, + "stuNum": { + "type": "integer", + "description": "" + }, + "isUnionTxt": { + "type": "string", + "description": "" + } + }, + "description": "数据" + }, + "ProfessionalSocial": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "title": { + "type": "string", + "description": "称谓" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "birthday": { + "type": "string", + "description": "出生年月" + }, + "politicsStatusId": { + "type": "string", + "description": "政治面貌" + }, + "workStation": { + "type": "string", + "description": "工作单位及职务" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.StuConductForEmsVO": { + "type": "object", + "properties": { + "totalScore": { + "type": "number", + "description": "" + }, + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "month": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductForEmsVO" + }, + "ProfessionalTitleRelation": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "professionalTitleConfigId": { + "type": "string", + "description": "职称id" + }, + "changedTime": { + "type": "string", + "description": "变动时间" + }, + "certificateTime": { + "type": "string", + "description": "取证时间" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "evidence": { + "type": "string", + "description": "证明材料 字段内容为附件地址\n证明材料" + }, + "status": { + "type": "integer", + "description": "审核状态 0:待审核1:审核通过 -1:审核未通过\n审核状态" + }, + "majorStation": { + "type": "string", + "description": "专业技术职务" + }, + "inOfficeDate": { + "type": "string", + "description": "任职时间" + }, + "taskId": { + "type": "string", + "description": "任务id" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "isTop": { + "type": "string", + "description": "是否最高" + } + } + }, + "宿舍楼管理员": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "buildingNo": { + "type": "string", + "description": "楼号" + }, + "username": { + "type": "string", + "description": "管理员工号" + } + }, + "description": "宿舍楼管理员" + }, + "ProfessionalQualificationRelation": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "qualificationConfigId": { + "type": "string", + "description": "关联资格等级id" + }, + "worker": { + "type": "string", + "description": "工种" + }, + "certificateTime": { + "type": "string", + "description": "取证时间" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "evidenceA": { + "type": "string", + "description": "证明材料1 字段内容为附件地址\n证明材料1" + }, + "evidenceB": { + "type": "string", + "description": "证明材料2 字段内容为附件地址\n证明材料2" + }, + "evidenceC": { + "type": "string", + "description": "证明材料3 字段内容为附件地址\n证明材料3" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "state": { + "type": "string", + "description": "状态" + }, + "taskId": { + "type": "string", + "description": "任务id" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "isTop": { + "type": "string", + "description": "是否最高" + } + } + }, + "学生校内请假明细": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "deptCode": { + "type": "string", + "description": "系部代码" + }, + "deptName": { + "type": "string", + "description": "系部名称" + }, + "classCode": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "groupId": { + "type": "string", + "description": "批次ID" + }, + "status": { + "type": "string", + "description": "状态" + }, + "inOut": { + "type": "string", + "description": "是否允许离校" + }, + "reason": { + "type": "string", + "description": "" + } + }, + "description": "学生校内请假明细" + }, + "ProfessionalStationRelationVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "stationTypeId": { + "type": "string", + "description": "岗位类别" + }, + "stationDutyLevelId": { + "type": "string", + "description": "职务级别" + }, + "stationLevel": { + "type": "string", + "description": "岗位级别" + }, + "stationDate": { + "type": "string", + "description": "任现岗位职级时间" + }, + "atStation": { + "type": "string", + "description": "在职情况" + }, + "dutyDesc": { + "type": "string", + "description": "职务" + }, + "retireDate": { + "type": "string", + "description": "退休年份" + }, + "workDate": { + "type": "string", + "description": "参加工作时间" + }, + "dutyDate": { + "type": "string", + "description": "干部职务任职时间" + }, + "employmentNature": { + "type": "string", + "description": "用工性质" + }, + "entryDutyDate": { + "type": "string", + "description": "进编时间" + }, + "entrySchoolDate": { + "type": "string", + "description": "进校时间" + }, + "teacherType": { + "type": "string", + "description": "教师类型" + }, + "branchId": { + "type": "string", + "description": "党支部" + }, + "teacherClassify": { + "type": "string", + "description": "0教师、1中层干部、2其他人员(管理工勤人员" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.qa.TeacherVO": { + "type": "object", + "properties": { + "realName": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.qa.TeacherVO" + }, + "BaseInfoDTO": { + "type": "object", + "properties": { + "baseInfo": { + "$ref": "#/components/schemas/TeacherBaseDTO", + "description": "" + }, + "dynamicItem": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", + "description": "教师的学历学位关联表" + }, + "description": "学历学位关系表" + }, + "socialItem": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalSocial", + "description": "社会关系" + }, + "description": "社会关系" + }, + "professionalItem": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalTitleRelation", + "description": "人事职称人员关联表,一人可以有多个职称" + }, + "description": "职称" + }, + "workItem": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalQualificationRelation", + "description": "人事职业资格人员关联表" + }, + "description": "职业资格" + }, + "professionalStationRelation": { + "$ref": "#/components/schemas/ProfessionalStationRelationVO", + "description": "岗位" + }, + "certificateNumberA": { + "type": "string", + "description": "高校教师资格证" + }, + "certificateNumberB": { + "type": "string", + "description": "中等教师资格证" + }, + "certificateNumberC": { + "type": "string", + "description": "教师上岗证" + }, + "id": { + "type": "string", + "description": "" + }, + "national": { + "type": "string", + "description": "" + }, + "nativePlace": { + "type": "string", + "description": "" + }, + "telPhone": { + "type": "string", + "description": "" + }, + "birthPlace": { + "type": "string", + "description": "" + }, + "speciality": { + "type": "string", + "description": "" + }, + "homeAddress": { + "type": "string", + "description": "" + } + } + }, + "学生教育经历": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "schoolName": { + "type": "string", + "description": "学校名称" + }, + "positionName": { + "type": "string", + "description": "任职情况" + }, + "startYearMonth": { + "type": "string", + "description": "开始年月" + }, + "endYearMonth": { + "type": "string", + "description": "结束年月" + } + }, + "description": "学生教育经历" + }, + "ProfessionalTeacherBase": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "sex": { + "type": "string", + "description": "性别" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "national": { + "type": "string", + "description": "民族" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "nativePlace": { + "type": "string", + "description": "籍贯" + }, + "birthPlace": { + "type": "string", + "description": "出生地" + }, + "health": { + "type": "string", + "description": "健康状况" + }, + "homePhone": { + "type": "string", + "description": "家庭电话" + }, + "telPhone": { + "type": "string", + "description": "电话" + }, + "telPhoneTwo": { + "type": "string", + "description": "手机号码" + }, + "homeAddress": { + "type": "string", + "description": "家庭地址" + }, + "speciality": { + "type": "string", + "description": "特长" + }, + "teacherPhoto": { + "type": "string", + "description": "照片" + }, + "deptCode": { + "type": "string", + "description": "归属部门" + }, + "inoutFlag": { + "type": "string", + "description": "是否允许进出" + }, + "inoutRemarks": { + "type": "string", + "description": "进出备注" + }, + "bankNo": { + "type": "string", + "description": "银行卡号" + }, + "bankOpen": { + "type": "string", + "description": "开户行" + }, + "commonDeptCode": { + "type": "string", + "description": "所属二级部门(通用)" + }, + "tied": { + "type": "string", + "description": "是否退休" + }, + "isWeekPwd": { + "type": "string", + "description": "是否弱密码" + }, + "teacherCate": { + "type": "string", + "description": "教师类别" + }, + "teacherClassify": { + "type": "string", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" + }, + "tiedYear": { + "type": "string", + "description": "退休年份" + }, + "religiousBelief": { + "type": "string", + "description": "宗教信仰" + } + } + }, + "学生主要社会关系": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "appellation": { + "type": "string", + "description": "称谓关系" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "workAddress": { + "type": "string", + "description": "工作单位" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "health": { + "type": "string", + "description": "健康状况" + } + }, + "description": "学生主要社会关系" + }, + "TeacherAboutInfoDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "type": { + "type": "string", + "description": "类别" + }, + "fileListA": { + "type": "array", + "items": { + "type": "string" + }, + "description": "附件" + }, + "fileListB": { + "type": "array", + "items": { + "type": "string" + }, + "description": "附件" + }, + "mateA": { + "type": "string", + "description": "" + }, + "mateB": { + "type": "string", + "description": "" + }, + "mateC": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "教师工号" + }, + "qualificationConfigId": { + "type": "string", + "description": "学历" + }, + "degreeConfigId": { + "type": "string", + "description": "学位" + }, + "graduateTime": { + "type": "string", + "description": "毕业时间" + }, + "graduateSchool": { + "type": "string", + "description": "毕业学校" + }, + "major": { + "type": "string", + "description": "所学专业" + }, + "qualificationImg": { + "type": "string", + "description": "学历证书附件" + }, + "degreeImg": { + "type": "string", + "description": "学位证书附件" + }, + "professionalTitleConfigId": { + "type": "string", + "description": "职称id" + }, + "majorStation": { + "type": "string", + "description": "" + }, + "inOfficeDate": { + "type": "string", + "description": "" + }, + "certificateTime": { + "type": "string", + "description": "取证时间" + }, + "changedTime": { + "type": "string", + "description": "变动时间" + }, + "worker": { + "type": "string", + "description": "工种" + }, + "evidenceA": { + "type": "string", + "description": "证明材料1 字段内容为附件地址" + }, + "evidenceB": { + "type": "string", + "description": "证明材料2 字段内容为附件地址" + }, + "evidenceC": { + "type": "string", + "description": "证明材料3 字段内容为附件地址" + }, + "certificateConfId": { + "type": "string", + "description": "---------------------教师资格证-------------------------------" + }, + "honor": { + "type": "string", + "description": "荣誉" + }, + "honorCompany": { + "type": "string", + "description": "表彰单位" + }, + "year": { + "type": "integer", + "description": "年份" + }, + "newDeptCodeList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "现部门编码" + }, + "newDeptCode": { + "type": "string", + "description": "" + }, + "newSecDeptCode": { + "type": "string", + "description": "" + }, + "changeDate": { + "type": "string", + "description": "调令时间" + }, + "oldBranchName": { + "type": "string", + "description": "原党支部" + }, + "branchName": { + "type": "string", + "description": "现党支部名称" + }, + "feeTime": { + "type": "string", + "description": "党费交至几月" + }, + "changeTime": { + "type": "string", + "description": "变动时间" + }, + "educationType": { + "type": "string", + "description": "" + }, + "pos": { + "type": "string", + "description": "" + } + } + }, + "学生表": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别0:女 1:男" + }, + "stuStatus": { + "type": "integer", + "description": "学生状态 1:在校 2:顶岗 3:离校 4:实习" + }, + "classCode": { + "type": "string", + "description": "所属班级" + }, + "enrollStatus": { + "type": "string", + "description": "学籍状态" + }, + "qrCode": { + "type": "string", + "description": "随机二维码" + }, + "isGradu": { + "type": "string", + "description": "是否毕业" + }, + "isClassLeader": { + "type": "string", + "description": "是否班干部" + }, + "graduTime": { + "type": "string", + "description": "毕业时间" + }, + "isInout": { + "type": "string", + "description": "是否允许进出" + }, + "classMasterName": { + "type": "string", + "description": "班主任名称" + }, + "classMasterCode": { + "type": "string", + "description": "班主任编码" + }, + "specialIn": { + "type": "string", + "description": "" + }, + "socialInsurance": { + "type": "string", + "description": "社保缴纳情况" + }, + "enrollNo": { + "type": "string", + "description": "学籍号" + }, + "enrollMiddleNo": { + "type": "string", + "description": "转段学籍号" + }, + "graduNo": { + "type": "string", + "description": "毕业证号" + }, + "faceExclude": { + "type": "string", + "description": "考勤忽略" + }, + "faceExcludeReason": { + "type": "string", + "description": "考勤忽略原因" + }, + "avatarAudit": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "班级状态" + }, + "className": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "majorCode": { + "type": "string", + "description": "" + }, + "majorLevel": { + "type": "string", + "description": "" + }, + "education": { + "type": "string", + "description": "" + }, + "stuNos": { + "type": "string", + "description": "学号" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)第几年了" + }, + "temporaryyeYear": { + "type": "string", + "description": "借读学年" + }, + "majorYears": { + "type": "string", + "description": "" + }, + "rewards": { + "type": "string", + "description": "奖惩情况" + }, + "evaluation": { + "type": "string", + "description": "自我评价" + }, + "appraisal": { + "type": "string", + "description": "毕业鉴定" + }, + "studentStatus": { + "type": "string", + "description": "" + }, + "nationName": { + "type": "string", + "description": "民族" + }, + "postalAddress": { + "type": "string", + "description": "通讯地址" + }, + "advantage": { + "type": "string", + "description": "特长" + }, + "liveAddress": { + "type": "string", + "description": "居住详细地址" + }, + "homeBirth": { + "type": "string", + "description": "家庭出身" + }, + "national": { + "type": "string", + "description": "民族" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "classNo": { + "type": "string", + "description": "" + }, + "stuNum": { + "type": "integer", + "description": "班级人数" + }, + "manStuNum": { + "type": "integer", + "description": "男人数" + }, + "girlStuNum": { + "type": "integer", + "description": "女人数" + }, + "borrowingStuNum": { + "type": "integer", + "description": "借读人数" + }, + "phone": { + "type": "string", + "description": "学生联系电话" + }, + "tel": { + "type": "string", + "description": "学生家长联系电话" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "idCard": { + "type": "string", + "description": "身份证" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "initial": { + "type": "string", + "description": "姓名首字母" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "scoreOneMonth": { + "type": "number", + "description": "操行考核分数/月份" + }, + "scoreTwoMonth": { + "type": "number", + "description": "" + }, + "scoreThreeMonth": { + "type": "number", + "description": "" + }, + "scoreFourMonth": { + "type": "number", + "description": "" + }, + "scoreFiveMonth": { + "type": "number", + "description": "" + }, + "scoreOneTerm": { + "type": "number", + "description": "学期平均分" + }, + "scoreSixMonth": { + "type": "number", + "description": "" + }, + "scoreSevenMonth": { + "type": "number", + "description": "" + }, + "scoreEightMonth": { + "type": "number", + "description": "" + }, + "scoreNineMonth": { + "type": "number", + "description": "" + }, + "scoreTenMonth": { + "type": "number", + "description": "" + }, + "scoreTwoTerm": { + "type": "number", + "description": "第二学期平均分" + }, + "scoreYear": { + "type": "number", + "description": "学年平均分" + }, + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "parentPhone": { + "type": "string", + "description": "家长电话" + }, + "photo": { + "type": "string", + "description": "" + }, + "qrStr": { + "type": "string", + "description": "" + }, + "month": { + "type": "string", + "description": "月份" + }, + "contactName": { + "type": "string", + "description": "被联系人" + }, + "contactType": { + "type": "string", + "description": "联系方式 1:电话 2:qq 3:微信 4:面谈" + }, + "contactContent": { + "type": "string", + "description": "联系内容" + }, + "contactDate": { + "type": "string", + "description": "联系时间" + }, + "grade": { + "type": "string", + "description": "" + }, + "content": { + "type": "string", + "description": "月报内容" + }, + "week": { + "type": "string", + "description": "周报" + }, + "reply": { + "type": "string", + "description": "回复" + }, + "isSpotCheck": { + "type": "string", + "description": "是否抽查" + }, + "comment": { + "type": "string", + "description": "评语" + }, + "parentalMsg": { + "type": "string", + "description": "" + }, + "fraction": { + "type": "string", + "description": "学期操行分" + }, + "strList": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "teacherPhone": { + "type": "string", + "description": "" + }, + "atHome": { + "type": "integer", + "description": "在籍" + }, + "atSchool": { + "type": "integer", + "description": "在校" + }, + "dgTotle": { + "type": "integer", + "description": "顶岗" + }, + "headImg": { + "type": "string", + "description": "照片" + }, + "userType": { + "type": "string", + "description": "" + }, + "educationDetails": { + "type": "array", + "description": "教育经历", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "schoolName": { + "type": "string", + "description": "学校名称" + }, + "positionName": { + "type": "string", + "description": "任职情况" + }, + "startYearMonth": { + "type": "string", + "description": "开始年月" + }, + "endYearMonth": { + "type": "string", + "description": "结束年月" + } + }, + "description": "学生教育经历" + } + }, + "socialDetails": { + "type": "array", + "description": "社会关系", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "appellation": { + "type": "string", + "description": "称谓关系" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "workAddress": { + "type": "string", + "description": "工作单位" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "health": { + "type": "string", + "description": "健康状况" + } + }, + "description": "学生主要社会关系" + } + }, + "jldateRange1": { + "type": "string", + "description": "打印word 需要" + }, + "jldateEnd1": { + "type": "string", + "description": "结束时间" + }, + "jlschool1": { + "type": "string", + "description": "在何校读书" + }, + "jlworkAs1": { + "type": "string", + "description": "任何学生干部" + }, + "jldateRange2": { + "type": "string", + "description": "开始时间" + }, + "jldateEnd2": { + "type": "string", + "description": "结束时间" + }, + "jlschool2": { + "type": "string", + "description": "在何校读书" + }, + "jlworkAs2": { + "type": "string", + "description": "任何学生干部" + }, + "jldateRange3": { + "type": "string", + "description": "开始时间" + }, + "jldateEnd3": { + "type": "string", + "description": "结束时间" + }, + "jlschool3": { + "type": "string", + "description": "在何校读书" + }, + "jlworkAs3": { + "type": "string", + "description": "任何学生干部" + }, + "jldateRange4": { + "type": "string", + "description": "开始时间" + }, + "jldateEnd4": { + "type": "string", + "description": "结束时间" + }, + "jlschool4": { + "type": "string", + "description": "在何校读书" + }, + "jlworkAs4": { + "type": "string", + "description": "任何学生干部" + }, + "jldateRange5": { + "type": "string", + "description": "开始时间" + }, + "jldateEnd5": { + "type": "string", + "description": "结束时间" + }, + "jlschool5": { + "type": "string", + "description": "在何校读书" + }, + "jlworkAs5": { + "type": "string", + "description": "任何学生干部" + }, + "jcgx": { + "type": "string", + "description": "毕业登记相关" + }, + "jcgx2": { + "type": "string", + "description": "" + }, + "jcgx3": { + "type": "string", + "description": "" + }, + "jcgx4": { + "type": "string", + "description": "" + }, + "jcgx5": { + "type": "string", + "description": "" + }, + "jcxm": { + "type": "string", + "description": "家庭关系-姓名" + }, + "jcxm2": { + "type": "string", + "description": "" + }, + "jcxm3": { + "type": "string", + "description": "" + }, + "jcxm4": { + "type": "string", + "description": "" + }, + "jcxm5": { + "type": "string", + "description": "" + }, + "jczzmm": { + "type": "string", + "description": "政治面貌" + }, + "jczzmm2": { + "type": "string", + "description": "" + }, + "jczzmm3": { + "type": "string", + "description": "" + }, + "jczzmm4": { + "type": "string", + "description": "" + }, + "jczzmm5": { + "type": "string", + "description": "" + }, + "jcgzdw": { + "type": "string", + "description": "家庭关系-在何单位何职" + }, + "jcgzdw2": { + "type": "string", + "description": "" + }, + "jcgzdw3": { + "type": "string", + "description": "" + }, + "jcgzdw4": { + "type": "string", + "description": "" + }, + "jcgzdw5": { + "type": "string", + "description": "" + }, + "jcjkzk": { + "type": "string", + "description": "家庭关系-健康状况" + }, + "jcjkzk2": { + "type": "string", + "description": "" + }, + "jcjkzk3": { + "type": "string", + "description": "" + }, + "jcjkzk4": { + "type": "string", + "description": "" + }, + "jcjkzk5": { + "type": "string", + "description": "" + }, + "shcw": { + "type": "string", + "description": "社会关系-称谓" + }, + "shxm": { + "type": "string", + "description": "社会关系-姓名" + }, + "shzz": { + "type": "string", + "description": "社会关系-政治面貌" + }, + "shrz": { + "type": "string", + "description": "社会关系-任职" + }, + "shjk": { + "type": "string", + "description": "社会关系-健康" + }, + "shcw1": { + "type": "string", + "description": "社会关系-称谓" + }, + "shxm1": { + "type": "string", + "description": "社会关系-姓名" + }, + "shzz1": { + "type": "string", + "description": "社会关系-政治面貌" + }, + "shrz1": { + "type": "string", + "description": "社会关系-任职" + }, + "shjk1": { + "type": "string", + "description": "社会关系-健康" + }, + "shcw2": { + "type": "string", + "description": "社会关系-称谓" + }, + "shxm2": { + "type": "string", + "description": "社会关系-姓名" + }, + "shzz2": { + "type": "string", + "description": "社会关系-政治面貌" + }, + "shrz2": { + "type": "string", + "description": "社会关系-任职" + }, + "shjk2": { + "type": "string", + "description": "社会关系-健康" + }, + "shcw3": { + "type": "string", + "description": "社会关系-称谓" + }, + "shxm3": { + "type": "string", + "description": "社会关系-姓名" + }, + "shzz3": { + "type": "string", + "description": "社会关系-政治面貌" + }, + "shrz3": { + "type": "string", + "description": "社会关系-任职" + }, + "shjk3": { + "type": "string", + "description": "社会关系-健康" + }, + "currentGrade": { + "type": "string", + "description": "" + } + }, + "description": "学生表" + }, + "RListProfessionalTeacherBase": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ProfessionalTeacherBase", + "description": "教职工基础信息表" + }, + "description": "数据" + } + } + }, + "留宿申请": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "liveType": { + "type": "string", + "description": "留宿类型" + }, + "liveDate": { + "type": "string", + "description": "留宿日期" + }, + "auditStatus": { + "type": "string", + "description": "审核状态" + } + }, + "description": "留宿申请" + }, + "MapString": { + "type": "object", + "properties": { + "key": { + "type": "string" + } + } + }, + "java.util.Map": { + "type": "object", + "properties": { + "key": { + "type": "string" + } + }, + "description": "java.util.Map" + }, + "TeacherBaseVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "sex": { + "type": "string", + "description": "性别" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "national": { + "type": "string", + "description": "民族" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "nativePlace": { + "type": "string", + "description": "籍贯" + }, + "birthPlace": { + "type": "string", + "description": "出生地" + }, + "health": { + "type": "string", + "description": "健康状况" + }, + "homePhone": { + "type": "string", + "description": "家庭电话" + }, + "telPhone": { + "type": "string", + "description": "电话" + }, + "telPhoneTwo": { + "type": "string", + "description": "手机号码" + }, + "homeAddress": { + "type": "string", + "description": "家庭地址" + }, + "speciality": { + "type": "string", + "description": "特长" + }, + "teacherPhoto": { + "type": "string", + "description": "照片" + }, + "deptCode": { + "type": "string", + "description": "归属部门" + }, + "inoutFlag": { + "type": "string", + "description": "是否允许进出" + }, + "inoutRemarks": { + "type": "string", + "description": "进出备注" + }, + "bankNo": { + "type": "string", + "description": "银行卡号" + }, + "bankOpen": { + "type": "string", + "description": "开户行" + }, + "commonDeptCode": { + "type": "string", + "description": "所属二级部门(通用)" + }, + "tied": { + "type": "string", + "description": "是否退休" + }, + "isWeekPwd": { + "type": "string", + "description": "是否弱密码" + }, + "teacherCate": { + "type": "string", + "description": "教师类别" + }, + "teacherClassify": { + "type": "string", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" + }, + "tiedYear": { + "type": "string", + "description": "退休年份" + }, + "religiousBelief": { + "type": "string", + "description": "宗教信仰" + }, + "age": { + "type": "string", + "description": "年龄" + }, + "employmentNature": { + "type": "string", + "description": "用工性质" + }, + "dgreeName": { + "type": "string", + "description": "学历" + }, + "dgreeNameA": { + "type": "string", + "description": "学历" + }, + "deptName": { + "type": "string", + "description": "部门名称" + }, + "oldBranchId": { + "type": "string", + "description": "旧党支部" + }, + "isMaster": { + "type": "string", + "description": "教学任务中是否为主带老师" + }, + "teacherNos": { + "type": "string", + "description": "每个部门中的老师们工号" + }, + "initial": { + "type": "string", + "description": "姓名首字母大写" + }, + "stationLevelName": { + "type": "string", + "description": "岗位级别名称" + }, + "pfTitleId": { + "type": "string", + "description": "职称Id" + }, + "workId": { + "type": "string", + "description": "职业资格等级" + }, + "workName": { + "type": "string", + "description": "职业资格工种" + }, + "workInfo": { + "type": "string", + "description": "职业资格综合信息 工种id + 工种名称" + }, + "highCer": { + "type": "string", + "description": "高级教师资格证" + }, + "midCer": { + "type": "string", + "description": "中级教师资格证" + }, + "teacherCer": { + "type": "string", + "description": "普通教师资格证" + }, + "dutyDesc": { + "type": "string", + "description": "职务描述" + }, + "hasRole": { + "type": "boolean", + "description": "是否有角色" + }, + "stationDate": { + "type": "string", + "description": "当前职务级别任职时间" + }, + "stationTypeId": { + "type": "string", + "description": "职务类型主键" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.BuildingTimePortion": { + "type": "object", + "properties": { + "reserveDate": { + "type": "string", + "description": "使用日期" + }, + "timeId": { + "type": "string", + "description": "使用时间段" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.BuildingTimePortion" + }, + "RMapString": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/MapString", + "description": "数据" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.StudentData": { + "type": "object", + "properties": { + "realName": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "roomNo": { + "type": "string", + "description": "" + }, + "stayDorm": { + "type": "boolean", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.StudentData" + }, + "TeacherInfoDTO": { + "type": "object", + "properties": { + "cateId": { + "type": "string", + "description": "" + }, + "teacherInfo": { + "type": "string", + "description": "" + }, + "outId": { + "type": "string", + "description": "" + }, + "tied": { + "type": "string", + "description": "" + }, + "tiedYear": { + "type": "string", + "description": "" + }, + "tiedYearList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.Segment": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "description": "" + }, + "endTime": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.Segment" + }, + "RListString": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "type": "string" + }, + "description": "数据" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.DayRuleList": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "description": "" + }, + "endTime": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRuleList" + }, + "MapProfessionalTeacherBase": { + "type": "object", + "properties": { + "key": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "sex": { + "type": "string", + "description": "性别" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "national": { + "type": "string", + "description": "民族" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "nativePlace": { + "type": "string", + "description": "籍贯" + }, + "birthPlace": { + "type": "string", + "description": "出生地" + }, + "health": { + "type": "string", + "description": "健康状况" + }, + "homePhone": { + "type": "string", + "description": "家庭电话" + }, + "telPhone": { + "type": "string", + "description": "电话" + }, + "telPhoneTwo": { + "type": "string", + "description": "手机号码" + }, + "homeAddress": { + "type": "string", + "description": "家庭地址" + }, + "speciality": { + "type": "string", + "description": "特长" + }, + "teacherPhoto": { + "type": "string", + "description": "照片" + }, + "deptCode": { + "type": "string", + "description": "归属部门" + }, + "inoutFlag": { + "type": "string", + "description": "是否允许进出" + }, + "inoutRemarks": { + "type": "string", + "description": "进出备注" + }, + "bankNo": { + "type": "string", + "description": "银行卡号" + }, + "bankOpen": { + "type": "string", + "description": "开户行" + }, + "commonDeptCode": { + "type": "string", + "description": "所属二级部门(通用)" + }, + "tied": { + "type": "string", + "description": "是否退休" + }, + "isWeekPwd": { + "type": "string", + "description": "是否弱密码" + }, + "teacherCate": { + "type": "string", + "description": "教师类别" + }, + "teacherClassify": { + "type": "string", + "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" + }, + "tiedYear": { + "type": "string", + "description": "退休年份" + }, + "religiousBelief": { + "type": "string", + "description": "宗教信仰" + } + } + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.DayRule": { + "type": "object", + "properties": { + "week": { + "type": "string", + "description": "" + }, + "weekNo": { + "type": "string", + "description": "" + }, + "dayRuleList": { + "type": "array", + "description": "", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "description": "" + }, + "endTime": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRuleList" + } + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRule" + }, + "Map": { + "type": "object", + "properties": { + "key": { + "type": "null" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.DormRuleList": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "description": "" + }, + "endTime": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRuleList" + }, + "RMap": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/Map", + "description": "数据" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.DormRule": { + "type": "object", + "properties": { + "week": { + "type": "string", + "description": "" + }, + "weekNo": { + "type": "string", + "description": "" + }, + "dormRuleList": { + "type": "array", + "description": "", + "items": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "description": "" + }, + "endTime": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRuleList" + } + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "RListMap": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Map", + "description": "java.util.Map" + }, + "description": "数据" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.StuPunlishClassVO": { + "type": "object", + "properties": { + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "" + }, + "jgNum": { + "type": "string", + "description": "" + }, + "lxNum": { + "type": "string", + "description": "" + }, + "txNum": { + "type": "string", + "description": "" + }, + "kcNum": { + "type": "string", + "description": "" + }, + "total": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.StuPunlishClassVO" + }, + "RTeacherBaseVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/TeacherBaseVO", + "description": "数据" + } + } + }, + "宿舍点名": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "id" + }, + "deptName": { + "type": "string", + "description": "deptName" + }, + "className": { + "type": "string", + "description": "className" + }, + "classCode": { + "type": "string", + "description": "classCode" + }, + "deptCode": { + "type": "string", + "description": "deptCode" + }, + "stuName": { + "type": "string", + "description": "stuName" + }, + "stuNo": { + "type": "string", + "description": "stuNo" + }, + "roomNo": { + "type": "string", + "description": "roomNo" + }, + "buildId": { + "type": "string", + "description": "buildId" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "sign": { + "type": "string", + "description": "0 未到 1 已到" + }, + "type": { + "type": "string", + "description": "1 普通住宿点名 2 留宿点名" + }, + "date": { + "type": "string", + "description": "考勤日期\")" + }, + "zoneId": { + "type": "integer", + "description": "" + }, + "isFace": { + "type": "string", + "description": "是否扫过脸\")" + }, + "isApply": { + "type": "string", + "description": "是否请假\")" + } + }, + "description": "宿舍点名" + }, + "DeptTeacherNumVO": { + "type": "object", + "properties": { + "commonDeptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "totalNum": { + "type": "integer", + "description": "" + } + } + }, + "RListTeacherBaseVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TeacherBaseVO", + "description": "net.cyweb.cloud.professional.api.vo.TeacherBaseVO" + }, + "description": "数据" + } + } + }, + "用户答题情况主表": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "themeId": { + "type": "string", + "description": "主题ID" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "部门名称" + }, + "classCode": { + "type": "string", + "description": "" + }, + "username": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "age": { + "type": "integer", + "description": "年龄" + }, + "gender": { + "type": "string", + "description": "性别" + }, + "idCard": { + "type": "string", + "description": "身份证号码" + }, + "mobile": { + "type": "string", + "description": "手机号码" + }, + "homeAddress": { + "type": "string", + "description": "家庭住址" + }, + "temp": { + "type": "number", + "description": "体温" + }, + "heathImg": { + "type": "string", + "description": "健康码" + }, + "heathImgColor": { + "type": "string", + "description": "" + }, + "travelImg": { + "type": "string", + "description": "行程码" + }, + "travelImgColor": { + "type": "string", + "description": "" + }, + "vaccinesImg": { + "type": "string", + "description": "" + }, + "checkImg": { + "type": "string", + "description": "" + }, + "firstAudited": { + "type": "string", + "description": "" + }, + "secondAudited": { + "type": "string", + "description": "" + }, + "userType": { + "type": "string", + "description": "" + }, + "success_type": { + "type": "string", + "description": "" + }, + "middleHigh": { + "type": "string", + "description": "" + }, + "companyType": { + "type": "string", + "description": "" + }, + "commitmentImg": { + "type": "string", + "description": "承诺书" + }, + "healthCardImg": { + "type": "string", + "description": "健康申报卡" + } + }, + "description": "用户答题情况主表" + }, + "RListDeptTeacherNumVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeptTeacherNumVO", + "description": "net.cyweb.cloud.professional.api.vo.DeptTeacherNumVO" + }, + "description": "数据" + } + } + }, + "RLong": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "integer", + "description": "数据", + "format": "int64" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.QaUserThemeConditionVO": { + "type": "object", + "properties": { + "userType": { + "type": "string", + "description": "" + }, + "firAudit": { + "type": "string", + "description": "" + }, + "username": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.QaUserThemeConditionVO" + }, + "DeptTeacherListVO": { + "type": "object", + "properties": { + "commonDeptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "totalNum": { + "type": "integer", + "description": "" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "teacherNos": { + "type": "string", + "description": "" + } + } + }, + "RString": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "string", + "description": "数据" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.qa.TempLogData": { + "type": "object", + "properties": { + "date": { + "type": "string", + "description": "" + }, + "morning": { + "type": "number", + "description": "" + }, + "afternoon": { + "type": "number", + "description": "" + }, + "night": { + "type": "number", + "description": "" + }, + "otherFamliy": { + "type": "string", + "description": "" + }, + "content": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.qa.TempLogData" + }, + "RListDeptTeacherListVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DeptTeacherListVO", + "description": "net.cyweb.cloud.professional.api.vo.DeptTeacherListVO" + }, + "description": "数据" + } + } + }, + "ProfessionalTeacherHonor": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherName": { + "type": "string", + "description": "姓名" + }, + "teacherNo": { + "type": "string", + "description": "教师工号" + }, + "honor": { + "type": "string", + "description": "荣誉" + }, + "honorCompany": { + "type": "string", + "description": "表彰单位" + }, + "attachment": { + "type": "string", + "description": "证明材料" + }, + "year": { + "type": "integer", + "description": "年份" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.qa.HolidayCity": { + "type": "object", + "properties": { + "startDate": { + "type": "string", + "description": "" + }, + "endDate": { + "type": "string", + "description": "" + }, + "province": { + "type": "string", + "description": "" + }, + "city": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.qa.HolidayCity" + }, + "ProfessionalTeacherPaper": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "paperConfigId": { + "type": "string", + "description": "论文类型id" + }, + "title": { + "type": "string", + "description": "论文名称" + }, + "author": { + "type": "string", + "description": "作者" + }, + "secondAuthor": { + "type": "string", + "description": "第二作者" + }, + "nameOfPublication": { + "type": "string", + "description": "发表刊物名称" + }, + "dateOfPublication": { + "type": "string", + "description": "发表日期" + }, + "publicationsCompetentUnit": { + "type": "string", + "description": "刊物主办单位" + }, + "publicationsManageUnit": { + "type": "string", + "description": "刊物主管单位" + }, + "awardingUnit": { + "type": "string", + "description": "颁奖单位" + }, + "rewardLevel": { + "type": "string", + "description": "获奖等级" + }, + "rewardTime": { + "type": "string", + "description": "获奖时间" + }, + "state": { + "type": "string", + "description": "状态" + }, + "knowdgeImg": { + "type": "string", + "description": "知网 查验截图\n知网查验截图" + }, + "pubCover": { + "type": "string", + "description": "刊物封面" + }, + "cateImg": { + "type": "string", + "description": "目录页" + }, + "contentImg": { + "type": "string", + "description": "内容页" + }, + "awardImg": { + "type": "string", + "description": "获奖证书" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.qa.Question": { + "type": "object", + "properties": { + "questionId": { + "type": "string", + "description": "" + }, + "answerId": { + "type": "string", + "description": "" + }, + "answerExtraContent": { + "type": "string", + "description": "" + }, + "answerContent": { + "type": "string", + "description": "" + }, + "questionType": { + "type": "string", + "description": "" + }, + "questionTypeFlag": { + "type": "string", + "description": "" + }, + "holidayCityList": { + "type": "array", + "description": "", + "items": { + "type": "object", + "properties": { + "startDate": { + "type": "string", + "description": "" + }, + "endDate": { + "type": "string", + "description": "" + }, + "province": { + "type": "string", + "description": "" + }, + "city": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.qa.HolidayCity" + } + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.qa.Question" + }, + "ProfessionalTeacherPaperDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "paperConfigId": { + "type": "string", + "description": "论文类型id" + }, + "title": { + "type": "string", + "description": "论文名称" + }, + "author": { + "type": "string", + "description": "作者" + }, + "secondAuthor": { + "type": "string", + "description": "第二作者" + }, + "nameOfPublication": { + "type": "string", + "description": "发表刊物名称" + }, + "dateOfPublication": { + "type": "string", + "description": "发表日期" + }, + "publicationsCompetentUnit": { + "type": "string", + "description": "刊物主办单位" + }, + "publicationsManageUnit": { + "type": "string", + "description": "刊物主管单位" + }, + "awardingUnit": { + "type": "string", + "description": "颁奖单位" + }, + "rewardLevel": { + "type": "string", + "description": "获奖等级" + }, + "rewardTime": { + "type": "string", + "description": "获奖时间" + }, + "state": { + "type": "string", + "description": "状态" + }, + "knowdgeImg": { + "type": "string", + "description": "知网 查验截图\n知网查验截图" + }, + "pubCover": { + "type": "string", + "description": "刊物封面" + }, + "cateImg": { + "type": "string", + "description": "目录页" + }, + "contentImg": { + "type": "string", + "description": "内容页" + }, + "awardImg": { + "type": "string", + "description": "获奖证书" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "examType": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "awardYear": { + "type": "string", + "description": "" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.RiskResultVO": { + "type": "object", + "properties": { + "deptName": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "userType": { + "type": "string", + "description": "" + }, + "companyType": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "" + }, + "username": { + "type": "string", + "description": "" + }, + "accessPeople": { + "type": "string", + "description": "" + }, + "accessDeptName": { + "type": "string", + "description": "" + }, + "travelProcStatus": { + "type": "string", + "description": "" + }, + "attachment": { + "type": "string", + "description": "核酸检测报告" + }, + "heathImg": { + "type": "string", + "description": "健康码" + }, + "travelImg": { + "type": "string", + "description": "行程码" + }, + "isTravel": { + "type": "string", + "description": "1 是否外出报备" + }, + "startDate": { + "type": "string", + "description": "" + }, + "endDate": { + "type": "string", + "description": "" + }, + "city": { + "type": "string", + "description": "" + }, + "returnStatus": { + "type": "string", + "description": "" + }, + "tenantId": { + "type": "integer", + "description": "" + }, + "masterPhone": { + "type": "string", + "description": "班主任号码\")" + }, + "masterName": { + "type": "string", + "description": "班主任姓名\")" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.RiskResultVO" + }, + "ProfessionalQualificationRelationDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "qualificationConfigId": { + "type": "string", + "description": "关联资格等级id" + }, + "worker": { + "type": "string", + "description": "工种" + }, + "certificateTime": { + "type": "string", + "description": "取证时间" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "evidenceA": { + "type": "string", + "description": "证明材料1 字段内容为附件地址\n证明材料1" + }, + "evidenceB": { + "type": "string", + "description": "证明材料2 字段内容为附件地址\n证明材料2" + }, + "evidenceC": { + "type": "string", + "description": "证明材料3 字段内容为附件地址\n证明材料3" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "state": { + "type": "string", + "description": "状态" + }, + "taskId": { + "type": "string", + "description": "任务id" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "realName": { + "type": "string", + "description": "姓名" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorHolidayCityDTO": { + "type": "object", + "properties": { + "startDate": { + "type": "string", + "description": "" + }, + "endDate": { + "type": "string", + "description": "" + }, + "province": { + "type": "string", + "description": "" + }, + "city": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorHolidayCityDTO" + }, + "ScienceStaticDTO": { + "type": "object", + "properties": { + "year": { + "type": "string", + "description": "年份" + }, + "status": { + "type": "string", + "description": "状态" + }, + "commonDeptCode": { + "type": "string", + "description": "" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorQuesstionDTO": { + "type": "object", + "properties": { + "questionId": { + "type": "string", + "description": "" + }, + "answerId": { + "type": "string", + "description": "" + }, + "answerExtraContent": { + "type": "string", + "description": "" + }, + "answerContent": { + "type": "string", + "description": "" + }, + "questionType": { + "type": "string", + "description": "" + }, + "questionTypeFlag": { + "type": "string", + "description": "" + }, + "holidayCityList": { + "type": "array", + "description": "", + "items": { + "type": "object", + "properties": { + "startDate": { + "type": "string", + "description": "" + }, + "endDate": { + "type": "string", + "description": "" + }, + "province": { + "type": "string", + "description": "" + }, + "city": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorHolidayCityDTO" + } + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorQuesstionDTO" + }, + "ProfessionalMajorStation": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "majorStationName": { + "type": "string", + "description": "专业技术职务名称" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.ClassInspectionRankVO": { + "type": "object", + "properties": { + "classNo": { + "type": "string", + "description": "" + }, + "smokeNum": { + "type": "integer", + "description": "" + }, + "noiseNum": { + "type": "integer", + "description": "" + }, + "totalNum": { + "type": "integer", + "description": "" + }, + "smokeRate": { + "type": "number", + "description": "" + }, + "noiseRate": { + "type": "number", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.ClassInspectionRankVO" + }, + "ProfessionalTitleRelationDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "professionalTitleConfigId": { + "type": "string", + "description": "" + }, + "changedTime": { + "type": "string", + "description": "变动时间" + }, + "certificateTime": { + "type": "string", + "description": "取证时间" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "evidence": { + "type": "string", + "description": "证明材料 字段内容为附件地址\n证明材料" + }, + "status": { + "type": "integer", + "description": "审核状态 0:待审核1:审核通过 -1:审核未通过\n审核状态" + }, + "majorStation": { + "type": "string", + "description": "" + }, + "inOfficeDate": { + "type": "string", + "description": "任职时间" + }, + "taskId": { + "type": "string", + "description": "任务id" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "realName": { + "type": "string", + "description": "" + } + } + }, + "日常巡检": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "realName": { + "type": "string", + "description": "指定学生" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "score": { + "type": "number", + "description": "分数" + }, + "note": { + "type": "string", + "description": "检查记录" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "recordTime": { + "type": "string", + "description": "记录时间" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "processingResult": { + "type": "string", + "description": "处理结果" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + } + }, + "description": "日常巡检" + }, + "ProfessionalTeacherAcademicRelationDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师工号" + }, + "qualificationConfigId": { + "type": "string", + "description": "学历" + }, + "degreeConfigId": { + "type": "string", + "description": "学位" + }, + "graduateTime": { + "type": "string", + "description": "毕业时间" + }, + "graduateSchool": { + "type": "string", + "description": "毕业学校" + }, + "major": { + "type": "string", + "description": "所学专业" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "qualificationImg": { + "type": "string", + "description": "学历证书附件" + }, + "degreeImg": { + "type": "string", + "description": "学位证书附件" + }, + "type": { + "type": "string", + "description": "类型" + }, + "state": { + "type": "string", + "description": "状态" + }, + "taskId": { + "type": "string", + "description": "任务id" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "realName": { + "type": "string", + "description": "" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.DormRoomVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "buildingNo": { + "type": "string", + "description": "楼号\")" + }, + "roomNo": { + "type": "string", + "description": "房间号\")" + }, + "roomType": { + "type": "string", + "description": "房间类型 0:女 1:男" + }, + "bedNum": { + "type": "string", + "description": "几人间" + }, + "isHaveAir": { + "type": "string", + "description": "是否装空调 0:未装 1:已装" + }, + "deptCode": { + "type": "string", + "description": "所属部门" + }, + "livedNum": { + "type": "integer", + "description": "" + }, + "dormdataType": { + "type": "string", + "description": "" + }, + "roomNoRemarks": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "newRoomNo": { + "type": "string", + "description": "" + }, + "bedNo": { + "type": "string", + "description": "" + }, + "month": { + "type": "string", + "description": "" + }, + "buildId": { + "type": "integer", + "description": "楼号Id\")" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomVO" + }, + "ProfessionalPartyBranch": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "编号" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "name": { + "type": "string", + "description": "类别名字" + }, + "remarks": { + "type": "string", + "description": "备注信息" + }, + "createBy": { + "type": "string", + "description": "创建者" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新者" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.DormStudentForAtVO": { + "type": "object", + "properties": { + "stuName": { + "type": "string", + "description": "学生信息\")" + }, + "phone": { + "type": "string", + "description": "电话\")" + }, + "stuNo": { + "type": "string", + "description": "学号\")" + }, + "className": { + "type": "string", + "description": "班级\")" + }, + "masterPhone": { + "type": "string", + "description": "班主任电话\")" + }, + "bedNo": { + "type": "string", + "description": "床号\")" + }, + "sign": { + "type": "string", + "description": "是否点过名\")" + }, + "isFace": { + "type": "string", + "description": "是否扫过脸\")" + }, + "isApply": { + "type": "string", + "description": "是否请假\")" + }, + "startTime": { + "type": "string", + "description": "请假开始时间\")" + }, + "endTime": { + "type": "string", + "description": "请假结束时间\")" + }, + "reason": { + "type": "string", + "description": "请假事由\")" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.DormStudentForAtVO" + }, + "ProfessionalTeacherStationChange": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherName": { + "type": "string", + "description": "教师姓名" + }, + "teacherNo": { + "type": "string", + "description": "教师工号" + }, + "oldDeptCode": { + "type": "string", + "description": "原部门编码" + }, + "oldDeptName": { + "type": "string", + "description": "原部门名称" + }, + "newDeptCode": { + "type": "string", + "description": "现部门编码" + }, + "newDeptName": { + "type": "string", + "description": "现部门名称" + }, + "changeDate": { + "type": "string", + "description": "调令时间" + }, + "pos": { + "type": "string", + "description": "岗位类型" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.StuLeaveApplyVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "startTime": { + "type": "string", + "description": "请假开始时间" + }, + "endTime": { + "type": "string", + "description": "请假结束时间" + }, + "leaveType": { + "type": "string", + "description": "请假类型" + }, + "reason": { + "type": "string", + "description": "请假事由" + }, + "stayDorm": { + "type": "string", + "description": "是否住宿" + }, + "isFever": { + "type": "string", + "description": "是否发热" + }, + "classAudit": { + "type": "string", + "description": "班主任审核" + }, + "deptAudit": { + "type": "string", + "description": "基础部审核" + }, + "schoolAudit": { + "type": "string", + "description": "学工处审批" + }, + "rejectReason": { + "type": "string", + "description": "驳回原因" + }, + "procInsId": { + "type": "string", + "description": "流程实例ID" + }, + "procInsStatus": { + "type": "string", + "description": "流程审批状态" + }, + "isAffirmOk": { + "type": "string", + "description": "已和家长及学生本人确认,同意请假 0未确认 1确认" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "allowBy": { + "type": "string", + "description": "临时允许进出标记" + }, + "allowByName": { + "type": "string", + "description": "临时允许进出操作人姓名" + }, + "allowInout": { + "type": "string", + "description": "临时允许进出标记" + }, + "allowOpreaTime": { + "type": "string", + "description": "临时允许操作时间" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "" + }, + "timeDifference": { + "type": "string", + "description": "" + }, + "leaveDays": { + "type": "integer", + "description": "请假天数" + }, + "leaveNum": { + "type": "integer", + "description": "请假次数" + }, + "truantNum": { + "type": "integer", + "description": "旷课次数" + }, + "roomNo": { + "type": "string", + "description": "" + }, + "buildingNo": { + "type": "string", + "description": "" + }, + "startTimeLabel": { + "type": "string", + "description": "" + }, + "endTimeLabel": { + "type": "string", + "description": "" + }, + "canAllowInout": { + "type": "boolean", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.StuLeaveApplyVO" + }, + "ProfessionalTitleLevelConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "professionalTitle": { + "type": "string", + "description": "职称等级名称" + }, + "sort": { + "type": "integer", + "description": "排序" + } + } + }, + "net.cyweb.cloud.stuwork.api.VO.DormLiveApplyVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "liveType": { + "type": "string", + "description": "留宿类型" + }, + "liveDate": { + "type": "string", + "description": "留宿日期" + }, + "auditStatus": { + "type": "string", + "description": "审核状态" + }, + "liveDates": { + "type": "array", + "description": "留宿日期", + "items": { + "type": "string" + } + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "buildingNo": { + "type": "string", + "description": "楼号" + }, + "bedNo": { + "type": "string", + "description": "床位号" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.DormLiveApplyVO" + }, + "ProfessionalQualificationConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "levelName": { + "type": "string", + "description": "等级名称" + } + } + }, + "net.cyweb.cloud.stuwork.api.DTO.ClassAssessmentSettleRelationDTO": { + "type": "object", + "properties": { + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTearm": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.DTO.ClassAssessmentSettleRelationDTO" + }, + "ProfessionalEmploymentNature": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "employmentNatureName": { + "type": "string", + "description": "用工性质名称" + } + } + }, + "访客记录表": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "id" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "phone": { + "type": "string", + "description": "电话号码" + }, + "unit": { + "type": "string", + "description": "单位" + }, + "endTime": { + "type": "string", + "description": "有效期" + }, + "startTime": { + "type": "string", + "description": "来访时间" + }, + "idCard": { + "type": "string", + "description": "身份证号码" + }, + "status": { + "type": "string", + "description": "0 待确认 1 确认完成" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "endDays": { + "type": "string", + "description": "有效时间" + }, + "deptName": { + "type": "string", + "description": "到访部门信息" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "accessCode": { + "type": "string", + "description": "行程码" + }, + "healthCode": { + "type": "string", + "description": "" + }, + "idCardUrl": { + "type": "string", + "description": "" + }, + "uuid": { + "type": "string", + "description": "" + }, + "tripCode": { + "type": "string", + "description": "" + }, + "vaccinesImg": { + "type": "string", + "description": "" + }, + "homeAddress": { + "type": "string", + "description": "" + }, + "heathImgColor": { + "type": "string", + "description": "" + }, + "travelImgColor": { + "type": "string", + "description": "" + }, + "remarks": { + "type": "string", + "description": "" + }, + "avatar": { + "type": "string", + "description": "" + }, + "accessPeople": { + "type": "string", + "description": "" + }, + "accessPhone": { + "type": "string", + "description": "" + }, + "accessPeopleName": { + "type": "string", + "description": "" + }, + "carNo": { + "type": "string", + "description": "车牌号" + }, + "visitorType": { + "type": "string", + "description": "访客类型 0 正常访客 1 培训人员" + }, + "trainClassName": { + "type": "string", + "description": "培训单位" + }, + "isSpecial": { + "type": "string", + "description": "特殊标记是否需要 人工审核" + }, + "trainCompanyId": { + "type": "string", + "description": "" + }, + "backReason": { + "type": "string", + "description": "" + }, + "nuclePic": { + "type": "string", + "description": "" + }, + "deptType": { + "type": "string", + "description": "来访部门类型 1 部门 2 单位" + }, + "reason": { + "type": "string", + "description": "" + } + }, + "description": "访客记录表" + }, + "ProfessionalPaperConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "typeName": { + "type": "string", + "description": "论文类型名称" + } + } + }, + "学生违纪思想汇报": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "punlishId": { + "type": "string", + "description": "处分ID" + }, + "month": { + "type": "string", + "description": "月份" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "teacherReply": { + "type": "string", + "description": "班主任评语" + } + }, + "description": "学生违纪思想汇报" + }, + "ProfessionalTeacherCertificateConf": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "cretificateName": { + "type": "string", + "description": "资格证名称" + } + } + }, + "学生请假": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "tenantId": { + "type": "integer", + "description": "租户ID" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "startTime": { + "type": "string", + "description": "请假开始时间" + }, + "endTime": { + "type": "string", + "description": "请假结束时间" + }, + "leaveType": { + "type": "string", + "description": "请假类型" + }, + "reason": { + "type": "string", + "description": "请假事由" + }, + "stayDorm": { + "type": "string", + "description": "是否住宿" + }, + "isFever": { + "type": "string", + "description": "是否发热" + }, + "classAudit": { + "type": "string", + "description": "班主任审核" + }, + "deptAudit": { + "type": "string", + "description": "基础部审核" + }, + "schoolAudit": { + "type": "string", + "description": "学工处审批" + }, + "rejectReason": { + "type": "string", + "description": "驳回原因" + }, + "procInsId": { + "type": "string", + "description": "流程实例ID" + }, + "procInsStatus": { + "type": "string", + "description": "流程审批状态" + }, + "isAffirmOk": { + "type": "string", + "description": "已和家长及学生本人确认,同意请假 0未确认 1确认" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "allowBy": { + "type": "string", + "description": "临时允许进出标记" + }, + "allowByName": { + "type": "string", + "description": "临时允许进出操作人姓名" + }, + "allowInout": { + "type": "string", + "description": "临时允许进出标记" + }, + "allowOpreaTime": { + "type": "string", + "description": "临时允许操作时间" + } + }, + "description": "学生请假" + }, + "ProfessionalTeachingMaterialConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "typeName": { + "type": "string", + "description": "类型名称" + } + } + }, + "ProfessionalStatusLockDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "politicsStatusId": { + "type": "string", + "description": "政治面貌id" + }, + "joinTime": { + "type": "string", + "description": "加入时间" + }, + "correctionTime": { + "type": "string", + "description": "转正时间" + }, + "teacherNo": { + "type": "string", + "description": "教师编号" + }, + "statusMap": { + "$ref": "#/components/schemas/Map", + "description": "" + } + } + }, + "ProfessionalTeachingMaterialDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "deptCode": { + "type": "string", + "description": "部门" + }, + "materialName": { + "type": "string", + "description": "教材名称" + }, + "materialConfigId": { + "type": "string", + "description": "教材类别配置id" + }, + "editor": { + "type": "string", + "description": "主编" + }, + "secondEditor": { + "type": "string", + "description": "副主编" + }, + "joinEditor": { + "type": "string", + "description": "参编" + }, + "words": { + "type": "integer", + "description": "编写字数 千字\n编写字数" + }, + "publishCompany": { + "type": "string", + "description": "出版单位" + }, + "publishTime": { + "type": "string", + "description": "出版时间" + }, + "state": { + "type": "string", + "description": "状态" + }, + "mateCover": { + "type": "string", + "description": "教材封面" + }, + "pubImg": { + "type": "string", + "description": "出版图片" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "isbn": { + "type": "string", + "description": "ISBN" + }, + "versionDate": { + "type": "string", + "description": "班次日期\n版本日期" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "examType": { + "type": "string", + "description": "" + } + } + }, + "ProfessionalTeachingMaterial": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "deptCode": { + "type": "string", + "description": "部门" + }, + "materialName": { + "type": "string", + "description": "教材名称" + }, + "materialConfigId": { + "type": "string", + "description": "教材类别配置id" + }, + "editor": { + "type": "string", + "description": "主编" + }, + "secondEditor": { + "type": "string", + "description": "副主编" + }, + "joinEditor": { + "type": "string", + "description": "参编" + }, + "words": { + "type": "integer", + "description": "编写字数 千字\n编写字数" + }, + "publishCompany": { + "type": "string", + "description": "出版单位" + }, + "publishTime": { + "type": "string", + "description": "出版时间" + }, + "state": { + "type": "string", + "description": "状态" + }, + "mateCover": { + "type": "string", + "description": "教材封面" + }, + "pubImg": { + "type": "string", + "description": "出版图片" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "isbn": { + "type": "string", + "description": "ISBN" + }, + "versionDate": { + "type": "string", + "description": "班次日期\n版本日期" + } + } + }, + "ProfessionalTopicList": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "deptCode": { + "type": "string", + "description": "课题所属部门" + }, + "topicName": { + "type": "string", + "description": "课题名称" + }, + "topicLeader": { + "type": "string", + "description": "课题负责人" + }, + "topicJoiner": { + "type": "string", + "description": "课题参与人" + }, + "topicSourceConfigId": { + "type": "string", + "description": "课题来源配置id" + }, + "topicLevelConfigId": { + "type": "string", + "description": "课题级别配置id" + }, + "finishTime": { + "type": "string", + "description": "结题时间" + }, + "awardingUnit": { + "type": "string", + "description": "颁奖单位" + }, + "awardingLevel": { + "type": "string", + "description": "获奖等级" + }, + "otherImg": { + "type": "string", + "description": "其他资料" + }, + "conclusionBook": { + "type": "string", + "description": "结题证书" + }, + "conclusionReport": { + "type": "string", + "description": "结题报告" + }, + "projectApp": { + "type": "string", + "description": "立项申报书" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + } + } + }, + "ProfessionalTopicListDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "deptCode": { + "type": "string", + "description": "课题所属部门" + }, + "topicName": { + "type": "string", + "description": "课题名称" + }, + "topicLeader": { + "type": "string", + "description": "课题负责人" + }, + "topicJoiner": { + "type": "string", + "description": "课题参与人" + }, + "topicSourceConfigId": { + "type": "string", + "description": "课题来源配置id" + }, + "topicLevelConfigId": { + "type": "string", + "description": "课题级别配置id" + }, + "finishTime": { + "type": "string", + "description": "结题时间" + }, + "awardingUnit": { + "type": "string", + "description": "颁奖单位" + }, + "awardingLevel": { + "type": "string", + "description": "获奖等级" + }, + "otherImg": { + "type": "string", + "description": "其他资料" + }, + "conclusionBook": { + "type": "string", + "description": "结题证书" + }, + "conclusionReport": { + "type": "string", + "description": "结题报告" + }, + "projectApp": { + "type": "string", + "description": "立项申报书" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "realName": { + "type": "string", + "description": "" + } + } + }, + "ProfessionalTeacherLesson": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "author": { + "type": "string", + "description": "作者" + }, + "name": { + "type": "string", + "description": "教案名称" + }, + "level": { + "type": "string", + "description": "颁奖等级" + }, + "unit": { + "type": "string", + "description": "颁奖单位" + }, + "awardTime": { + "type": "string", + "description": "获奖时间" + }, + "awardImg": { + "type": "string", + "description": "获奖证书" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + } + } + }, + "ProfessionalTeacherLessonDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "author": { + "type": "string", + "description": "作者" + }, + "name": { + "type": "string", + "description": "教案名称" + }, + "level": { + "type": "string", + "description": "颁奖等级" + }, + "unit": { + "type": "string", + "description": "颁奖单位" + }, + "awardTime": { + "type": "string", + "description": "获奖时间" + }, + "awardImg": { + "type": "string", + "description": "获奖证书" + }, + "createBy": { + "type": "string", + "description": "" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "teacherName": { + "type": "string", + "description": "" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "state": { + "type": "string", + "description": "" + }, + "backReason": { + "type": "string", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "examType": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + } + } + }, + "ProfessionalPartyChange": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "编号" + }, + "changeTime": { + "type": "string", + "description": "变动时间" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "branchName": { + "type": "string", + "description": "支部名称" + }, + "teacherNo": { + "type": "string", + "description": "工号" + }, + "oldBranchName": { + "type": "string", + "description": "原党支部名称" + }, + "feeTime": { + "type": "string", + "description": "党费交至几月" + }, + "createBy": { + "type": "string", + "description": "创建者" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新者" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "partyFee": { + "type": "number", + "description": "党费" + } + } + }, + "ProfessionalTopicLevelConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "levelName": { + "type": "string", + "description": "课题等级名称" + } + } + }, + "ProfessionalAcademicQualificationsConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "qualificationName": { + "type": "string", + "description": "学历名称" + } + } + }, + "ProfessionalPatent": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "部门名称" + }, + "title": { + "type": "string", + "description": "标题" + }, + "type": { + "type": "string", + "description": "类型" + }, + "firAuthor": { + "type": "string", + "description": "第一作者" + }, + "firAuthorName": { + "type": "string", + "description": "第一作者姓名" + }, + "belongPeople": { + "type": "string", + "description": "归属人" + }, + "belongPeopleName": { + "type": "string", + "description": "归属人姓名" + }, + "patentNo": { + "type": "string", + "description": "专利号" + }, + "cardNo": { + "type": "string", + "description": "证书号" + }, + "authTime": { + "type": "string", + "description": "授权时间" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "materialUrl": { + "type": "string", + "description": "材料地址" + }, + "status": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + } + } + }, + "ProfessionalPatentDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "title": { + "type": "string", + "description": "" + }, + "type": { + "type": "string", + "description": "" + }, + "firAuthor": { + "type": "string", + "description": "" + }, + "firAuthorName": { + "type": "string", + "description": "" + }, + "belongPeople": { + "type": "string", + "description": "" + }, + "belongPeopleName": { + "type": "string", + "description": "" + }, + "patentNo": { + "type": "string", + "description": "专利号" + }, + "cardNo": { + "type": "string", + "description": "证书号" + }, + "authTime": { + "type": "string", + "description": "授权时间" + }, + "materialUrl": { + "type": "string", + "description": "" + }, + "status": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "year": { + "type": "string", + "description": "" + }, + "examType": { + "type": "string", + "description": "" + } + } + }, + "ProfessionalAcademicDegreeConfig": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "degreeName": { + "type": "string", + "description": "学位名称" + } + } + }, + "ProfessionalAtStation": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "atStationName": { + "type": "string", + "description": "类型名称" + } + } + }, + "ProfessionalTeacherCertificateRelation": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师工号" + }, + "certificateConfId": { + "type": "string", + "description": "关联资格证书" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "evidenceA": { + "type": "string", + "description": "证明材料1" + }, + "evidenceB": { + "type": "string", + "description": "证明材料2" + }, + "procInsId": { + "type": "string", + "description": "流程实例id" + }, + "procInsStatus": { + "type": "integer", + "description": "流程实例状态" + }, + "reason": { + "type": "string", + "description": "原因" + }, + "auditor": { + "type": "string", + "description": "审核人" + }, + "auditTime": { + "type": "string", + "description": "审核时间" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "isTop": { + "type": "string", + "description": "是否最高" + } + } + }, + "ProfessionalTeacherCertificateRelationDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateTime": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标志位" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "tenantId": { + "type": "integer", + "description": "租户id" + }, + "sort": { + "type": "integer", + "description": "排序" + }, + "teacherNo": { + "type": "string", + "description": "教师工号" + }, + "certificateConfId": { + "type": "string", + "description": "关联资格证书" + }, + "certificateNumber": { + "type": "string", + "description": "证书编号" + }, + "evidenceA": { + "type": "string", + "description": "证明材料1" + }, + "evidenceB": { + "type": "string", + "description": "证明材料2" + }, + "procInsId": { + "type": "string", + "description": "流程实例id" + }, + "procInsStatus": { + "type": "integer", + "description": "流程实例状态" + }, + "reason": { + "type": "string", + "description": "原因" + }, + "auditor": { + "type": "string", + "description": "审核人" + }, + "auditTime": { + "type": "string", + "description": "审核时间" + }, + "state": { + "type": "string", + "description": "状态" + }, + "backReason": { + "type": "string", + "description": "驳回理由" + }, + "backBy": { + "type": "string", + "description": "驳回人" + }, + "teacherNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "realName": { + "type": "string", + "description": "" + } + } + } + }, + "responses": {}, + "securitySchemes": {} + }, + "servers": [], + "security": [] +} \ No newline at end of file diff --git a/package.json b/package.json index 9b34ace..9ab3f2d 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,8 @@ "prettier": "prettier --write ." }, "dependencies": { + "file-saver": "^2.0.5", + "xlsx": "^0.18.5", "@axolo/json-editor-vue": "^0.3.2", "@chenfengyuan/vue-qrcode": "^2.0.0", "@element-plus/icons-vue": "^2.0.10", @@ -72,6 +74,11 @@ "vue3-video-play": "1.3.1-beta.6", "vuedraggable": "^4.1.0" }, + "resolutions": { + "@achrinza/node-ipc": "^11.0.0", + "minimatch": "^9.0.5", + "commander": "^13.0.0" + }, "devDependencies": { "@swc/core": "1.6.13", "@types/crypto-js": "^4.2.2", @@ -89,6 +96,7 @@ "daisyui": "4.12.10", "eslint": "^8.34.0", "eslint-plugin-vue": "^9.9.0", + "mockjs": "^1.1.0", "pinia-plugin-persist": "^1.0.0", "prettier": "2.8.4", "sass": "1.58.3", diff --git a/src/api/stuwork/classRoomHygieneDaily.ts b/src/api/stuwork/classRoomHygieneDaily.ts index 15a3fcd..ddf5b90 100644 --- a/src/api/stuwork/classRoomHygieneDaily.ts +++ b/src/api/stuwork/classRoomHygieneDaily.ts @@ -28,12 +28,12 @@ export function addObj(obj?: Object) { /** * 根据查询参数获取对象详情。 - * @param {Object} [obj] - 查询参数。 - * @returns {Promise} 请求的 Promise 对象数组。 + * @param {Object} [obj] - 查询参数,包含 id。 + * @returns {Promise} 请求的 Promise 对象。 */ export function getObj(obj?: Object) { return request({ - url: '/stuwork/classRoomHygieneDaily/details', + url: '/stuwork/classRoomHygieneDaily/detail', method: 'get', params: obj }) @@ -41,13 +41,13 @@ export function getObj(obj?: Object) { /** * 根据 ID 删除对象。 - * @param {Object} [ids] - 要删除的对象 ID。 + * @param {Object} [ids] - 要删除的对象 ID 数组。 * @returns {Promise} 请求的 Promise 对象。 */ export function delObjs(ids?: Object) { return request({ - url: '/stuwork/classRoomHygieneDaily', - method: 'delete', + url: '/stuwork/classRoomHygieneDaily/delete', + method: 'post', data: ids }) } @@ -59,8 +59,8 @@ export function delObjs(ids?: Object) { */ export function putObj(obj?: Object) { return request({ - url: '/stuwork/classRoomHygieneDaily', - method: 'put', + url: '/stuwork/classRoomHygieneDaily/edit', + method: 'post', data: obj }) } diff --git a/src/api/stuwork/classcheckdaily.ts b/src/api/stuwork/classcheckdaily.ts new file mode 100644 index 0000000..c004751 --- /dev/null +++ b/src/api/stuwork/classcheckdaily.ts @@ -0,0 +1,54 @@ +import request from "/@/utils/request" + +/** + * 根据分页查询参数获取列表数据。 + * @param {Object} [query] - 查询参数。 + * @returns {Promise} 请求的 Promise 分页对象。 + */ +export function fetchList(query?: Object) { + return request({ + url: '/stuwork/classcheckdaily/page', + method: 'get', + params: query + }) +} + +/** + * 添加一个新对象。 + * @param {Object} [obj] - 要添加的对象。 + * @returns {Promise} 请求的 Promise 对象 (true/false)。 + */ +export function addObj(obj?: Object) { + return request({ + url: '/stuwork/classcheckdaily', + method: 'post', + data: obj + }) +} + +/** + * 根据查询参数获取对象详情。 + * @param {Object} [obj] - 查询参数,包含 id。 + * @returns {Promise} 请求的 Promise 对象。 + */ +export function getObj(obj?: Object) { + return request({ + url: '/stuwork/classcheckdaily/detail', + method: 'get', + params: obj + }) +} + +/** + * 根据 ID 删除对象。 + * @param {Object} [ids] - 要删除的对象 ID 数组。 + * @returns {Promise} 请求的 Promise 对象。 + */ +export function delObjs(ids?: Object) { + return request({ + url: '/stuwork/classcheckdaily/delete', + method: 'delete', + data: ids + }) +} + diff --git a/src/api/stuwork/classhygienedaily.ts b/src/api/stuwork/classhygienedaily.ts new file mode 100644 index 0000000..9dad8e7 --- /dev/null +++ b/src/api/stuwork/classhygienedaily.ts @@ -0,0 +1,67 @@ +import request from "/@/utils/request" + +/** + * 根据分页查询参数获取列表数据。 + * @param {Object} [query] - 查询参数。 + * @returns {Promise} 请求的 Promise 分页对象。 + */ +export function fetchList(query?: Object) { + return request({ + url: '/stuwork/classhygienedaily/page', + method: 'get', + params: query + }) +} + +/** + * 添加一个新对象。 + * @param {Object} [obj] - 要添加的对象。 + * @returns {Promise} 请求的 Promise 对象 (true/false)。 + */ +export function addObj(obj?: Object) { + return request({ + url: '/stuwork/classhygienedaily', + method: 'post', + data: obj + }) +} + +/** + * 根据查询参数获取对象详情。 + * @param {Object} [obj] - 查询参数,包含 id。 + * @returns {Promise} 请求的 Promise 对象。 + */ +export function getObj(obj?: Object) { + return request({ + url: '/stuwork/classhygienedaily/detail', + method: 'get', + params: obj + }) +} + +/** + * 根据 ID 删除对象。 + * @param {Object} [ids] - 要删除的对象 ID 数组。 + * @returns {Promise} 请求的 Promise 对象。 + */ +export function delObjs(ids?: Object) { + return request({ + url: '/stuwork/classhygienedaily/delete', + method: 'post', + data: ids + }) +} + +/** + * 更新一个已存在的对象。 + * @param {Object} [obj] - 要更新的对象。 + * @returns {Promise} 请求的 Promise 对象。 + */ +export function putObj(obj?: Object) { + return request({ + url: '/stuwork/classhygienedaily/edit', + method: 'post', + data: obj + }) +} + diff --git a/src/api/stuwork/classmasterresume.ts b/src/api/stuwork/classmasterresume.ts new file mode 100644 index 0000000..f3aaae9 --- /dev/null +++ b/src/api/stuwork/classmasterresume.ts @@ -0,0 +1,102 @@ +import request from "/@/utils/request" + +/** + * 根据分页查询参数获取列表数据。 + * @param {Object} [query] - 查询参数。 + * @returns {Promise} 请求的 Promise 分页对象。 + */ +export function fetchList(query?: Object) { + return request({ + url: '/stuwork/classmasterresume/page', + method: 'get', + params: query + }) +} + +/** + * 添加一个新对象。 + * @param {Object} [obj] - 要添加的对象。 + * @returns {Promise} 请求的 Promise 对象 (true/false)。 + */ +export function addObj(obj?: Object) { + return request({ + url: '/stuwork/classmasterresume', + method: 'post', + data: obj + }) +} + +/** + * 根据查询参数获取对象详情。 + * @param {Object} [obj] - 查询参数。 + * @returns {Promise} 请求的 Promise 对象数组。 + */ +export function getObj(obj?: Object) { + return request({ + url: '/stuwork/classmasterresume/details', + method: 'get', + params: obj + }) +} + +/** + * 根据 ID 删除对象。 + * @param {Object} [ids] - 要删除的对象 ID 数组。 + * @returns {Promise} 请求的 Promise 对象。 + */ +export function delObjs(ids?: Object) { + return request({ + url: '/stuwork/classmasterresume/delete', + method: 'post', + data: ids + }) +} + +/** + * 更新一个已存在的对象。 + * @param {Object} [obj] - 要更新的对象。 + * @returns {Promise} 请求的 Promise 对象。 + */ +export function putObj(obj?: Object) { + return request({ + url: '/stuwork/classmasterresume/edit', + method: 'post', + data: obj + }) +} + +/** + * 获取班主任履历详情列表。 + * @param {Object} [query] - 查询参数,包含 teacherNo(必填)、classCode(可选)、current、size。 + * @returns {Promise} 请求的 Promise 分页对象。 + */ +export function fetchDetailList(query?: Object) { + return request({ + url: '/stuwork/classmasterresume/fetchDetailList', + method: 'get', + params: query + }) +} + +/** + * 验证某个字段的值是否已经存在。 + * @param {Object} rule - 验证规则对象。 + * @param {*} value - 要验证的值。 + * @param {Function} callback - 验证完成后的回调函数。 + * @param {boolean} isEdit - 当前操作是否为编辑。 + */ +export function validateExist(rule: any, value: any, callback: any, isEdit: boolean) { + if (isEdit) { + return callback(); + } + + getObj({ [rule.field]: value }).then((response) => { + const result = response.data; + if (result !== null && result.length > 0) { + callback(new Error('数据已经存在')); + } else { + callback(); + } + }); +} + diff --git a/src/api/stuwork/weekPlan.ts b/src/api/stuwork/weekPlan.ts index 19a0dc8..c7b6d08 100644 --- a/src/api/stuwork/weekPlan.ts +++ b/src/api/stuwork/weekPlan.ts @@ -28,12 +28,12 @@ export function addObj(obj?: Object) { /** * 根据查询参数获取对象详情。 - * @param {Object} [obj] - 查询参数。 - * @returns {Promise} 请求的 Promise 对象数组。 + * @param {Object} [obj] - 查询参数,包含 id。 + * @returns {Promise} 请求的 Promise 对象。 */ export function getObj(obj?: Object) { return request({ - url: '/stuwork/weekPlan/details', + url: '/stuwork/weekPlan/detail', method: 'get', params: obj }) @@ -41,13 +41,13 @@ export function getObj(obj?: Object) { /** * 根据 ID 删除对象。 - * @param {Object} [ids] - 要删除的对象 ID。 + * @param {Object} [ids] - 要删除的对象 ID 数组。 * @returns {Promise} 请求的 Promise 对象。 */ export function delObjs(ids?: Object) { return request({ - url: '/stuwork/weekPlan', - method: 'delete', + url: '/stuwork/weekPlan/delete', + method: 'post', data: ids }) } @@ -59,8 +59,8 @@ export function delObjs(ids?: Object) { */ export function putObj(obj?: Object) { return request({ - url: '/stuwork/weekPlan', - method: 'put', + url: '/stuwork/weekPlan/edit', + method: 'post', data: obj }) } diff --git a/src/excel/Export2Excel.js b/src/excel/Export2Excel.js index 7970071..60a9baa 100644 --- a/src/excel/Export2Excel.js +++ b/src/excel/Export2Excel.js @@ -1,7 +1,7 @@ /* eslint-disable */ -require('script-loader!file-saver'); -require('script-loader!@/excel/Blob'); -require('script-loader!xlsx/dist/xlsx.core.min'); +import { saveAs } from 'file-saver'; +import Blob from '@/excel/Blob.js'; +import * as XLSX from 'xlsx'; function generateArray(table) { var out = []; var rows = table.querySelectorAll('tr'); diff --git a/src/router/backEnd.ts b/src/router/backEnd.ts index a674ab8..da51d92 100644 --- a/src/router/backEnd.ts +++ b/src/router/backEnd.ts @@ -156,13 +156,20 @@ export function dynamicImport(dynamicViewsModules: Record, com const matchKeys = keys.filter((key) => { const k = key.replace(/..\/views|../, ''); - return k.startsWith(`${component}.vue`); + // 支持路径格式:/stuwork/weekPlan/index 或 stuwork/weekPlan/index + const normalizedComponent = component.startsWith('/') ? component : `/${component}`; + return k.startsWith(`${normalizedComponent}.vue`) || k.startsWith(`${component}.vue`); }); if (matchKeys?.length === 1) { const matchKey = matchKeys[0]; return dynamicViewsModules[matchKey]; } if (matchKeys?.length > 1) { + console.warn(`Multiple matches found for component: ${component}`, matchKeys); + return false; + } + if (matchKeys?.length === 0) { + console.warn(`No match found for component: ${component}. Available keys:`, keys.slice(0, 10)); return false; } } diff --git a/src/views/stuwork/classRoomHygieneDaily/detail.vue b/src/views/stuwork/classRoomHygieneDaily/detail.vue new file mode 100644 index 0000000..aafda6e --- /dev/null +++ b/src/views/stuwork/classRoomHygieneDaily/detail.vue @@ -0,0 +1,157 @@ + + + + diff --git a/src/views/stuwork/classRoomHygieneDaily/form.vue b/src/views/stuwork/classRoomHygieneDaily/form.vue index 342d9ca..2fd4064 100644 --- a/src/views/stuwork/classRoomHygieneDaily/form.vue +++ b/src/views/stuwork/classRoomHygieneDaily/form.vue @@ -1,192 +1,263 @@ diff --git a/src/views/stuwork/classcheckdaily/detail.vue b/src/views/stuwork/classcheckdaily/detail.vue new file mode 100644 index 0000000..aafda6e --- /dev/null +++ b/src/views/stuwork/classcheckdaily/detail.vue @@ -0,0 +1,157 @@ + + + + diff --git a/src/views/stuwork/classcheckdaily/form.vue b/src/views/stuwork/classcheckdaily/form.vue new file mode 100644 index 0000000..607f340 --- /dev/null +++ b/src/views/stuwork/classcheckdaily/form.vue @@ -0,0 +1,291 @@ + + + diff --git a/src/views/stuwork/classcheckdaily/index.vue b/src/views/stuwork/classcheckdaily/index.vue new file mode 100644 index 0000000..c463a11 --- /dev/null +++ b/src/views/stuwork/classcheckdaily/index.vue @@ -0,0 +1,279 @@ + + + diff --git a/src/views/stuwork/classhygienedaily/detail.vue b/src/views/stuwork/classhygienedaily/detail.vue new file mode 100644 index 0000000..aafda6e --- /dev/null +++ b/src/views/stuwork/classhygienedaily/detail.vue @@ -0,0 +1,157 @@ + + + + diff --git a/src/views/stuwork/classhygienedaily/form.vue b/src/views/stuwork/classhygienedaily/form.vue new file mode 100644 index 0000000..10698d7 --- /dev/null +++ b/src/views/stuwork/classhygienedaily/form.vue @@ -0,0 +1,219 @@ + + + diff --git a/src/views/stuwork/classhygienedaily/index.vue b/src/views/stuwork/classhygienedaily/index.vue new file mode 100644 index 0000000..f5f21c7 --- /dev/null +++ b/src/views/stuwork/classhygienedaily/index.vue @@ -0,0 +1,255 @@ + + + diff --git a/src/views/stuwork/classmasterresume/detail.vue b/src/views/stuwork/classmasterresume/detail.vue new file mode 100644 index 0000000..aafda6e --- /dev/null +++ b/src/views/stuwork/classmasterresume/detail.vue @@ -0,0 +1,157 @@ + + + + diff --git a/src/views/stuwork/classmasterresume/form.vue b/src/views/stuwork/classmasterresume/form.vue new file mode 100644 index 0000000..d0f5663 --- /dev/null +++ b/src/views/stuwork/classmasterresume/form.vue @@ -0,0 +1,306 @@ + + + + diff --git a/src/views/stuwork/classmasterresume/index.vue b/src/views/stuwork/classmasterresume/index.vue new file mode 100644 index 0000000..cba7c12 --- /dev/null +++ b/src/views/stuwork/classmasterresume/index.vue @@ -0,0 +1,213 @@ + + + + diff --git a/src/views/stuwork/weekPlan/detail.vue b/src/views/stuwork/weekPlan/detail.vue new file mode 100644 index 0000000..0aa0c83 --- /dev/null +++ b/src/views/stuwork/weekPlan/detail.vue @@ -0,0 +1,217 @@ + + + + + + diff --git a/src/views/stuwork/weekPlan/form.vue b/src/views/stuwork/weekPlan/form.vue index 7ff5c19..6b8262a 100644 --- a/src/views/stuwork/weekPlan/form.vue +++ b/src/views/stuwork/weekPlan/form.vue @@ -1,136 +1,142 @@ diff --git a/vite.config.ts b/vite.config.ts index ee3ac6a..65a399c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,6 +19,7 @@ const pathResolve = (dir: string) => { const alias: Record = { '/@': pathResolve('./src/'), + '@': pathResolve('./src/'), // 添加这一行 'vue-i18n': 'vue-i18n/dist/vue-i18n.cjs.js', };