diff --git a/docs/默认模块.openapi.json b/docs/默认模块.openapi.json index 3d9987a..74245f8 100644 --- a/docs/默认模块.openapi.json +++ b/docs/默认模块.openapi.json @@ -7,137 +7,21 @@ }, "tags": [], "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": { + "/api/stuwork/weekPlan/delete": { "post": { - "summary": "新增每周计划", + "summary": "通过id删除班主任每周工作安排", "deprecated": false, - "description": "", + "description": "通过id删除班主任每周工作安排\n通过id删除班主任每周工作安排", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -145,40 +29,30 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "ID列表" }, - "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 }" + "examples": {} } } }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -190,19 +64,19 @@ }, "/api/stuwork/weekPlan/edit": { "post": { - "summary": "更新每周计划", + "summary": "修改班主任每周工作安排", "deprecated": false, - "description": "", + "description": "修改班主任每周工作安排\n修改班主任每周工作安排", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", - "required": false, - "example": "Bearer 8c7a784c-4ad5-4211-906e-2fff5829ec3d", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { - "type": "string" + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -210,40 +84,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/WeekPlan", + "description": "班主任每周工作安排" }, - "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 }" + "examples": {} } } }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -253,21 +114,21 @@ "security": [] } }, - "/api/stuwork/weekPlan/delete": { + "/api/stuwork/weekPlan": { "post": { - "summary": "删除每周计划", + "summary": "新增班主任每周工作安排", "deprecated": false, - "description": "", + "description": "新增班主任每周工作安排\n新增班主任每周工作安排", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", - "required": false, - "example": "Bearer 8c7a784c-4ad5-4211-906e-2fff5829ec3d", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { - "type": "string" + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -275,40 +136,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/WeekPlan", + "description": "班主任每周工作安排" }, - "example": "[\"31fe1d152858f8506636ca919f805c4a\"]//id集合" + "examples": {} } } }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -320,17 +168,16 @@ }, "/api/stuwork/weekPlan/detail": { "get": { - "summary": "查看每周计划详情", + "summary": "通过条件查询", "deprecated": false, - "description": "", + "description": "查看详情\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "087ef26aabf385019c4bb36e3f9a403d", + "description": "查询条件", + "required": true, "schema": { "type": "string" } @@ -339,53 +186,180 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RWeekPlan", + "description": "R 对象列表" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "author": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/weekPlan/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询\n分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "content", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "author", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageWeekPlan", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "author": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } } }, "headers": {} @@ -396,27 +370,92 @@ }, "/api/stuwork/classRoomHygieneDaily/page": { "get": { - "summary": "教室卫生列表", + "summary": "分页查询", "deprecated": false, - "description": "", + "description": "分页查询\n分页查询", "tags": [], "parameters": [ { - "name": "deptCode", + "name": "size", "in": "query", - "description": "部门编码", + "description": "每页显示条数,默认 10", "required": false, - "example": "13", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 } }, { "name": "classCode", "in": "query", - "description": "班级编码", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "note", + "in": "query", + "description": "检查记录", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", "required": false, - "example": "1317092428", "schema": { "type": "string" } @@ -424,29 +463,26 @@ { "name": "recordDate", "in": "query", - "description": "日期", + "description": "记录时间", "required": false, - "example": "2025-12-16", "schema": { "type": "string" } }, { - "name": "current", + "name": "deptCode", + "in": "query", + "description": "部门编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptName", "in": "query", "description": "", "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "size", - "in": "query", - "description": "", - "required": false, - "example": "10", "schema": { "type": "string" } @@ -455,246 +491,113 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "msg": { - "type": "string" - }, - "data": { - "type": "string" - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/RPageClassRoomHygieneDaily", + "description": "" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "classNo": "", + "className": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "recordDate": "", + "deptCode": "", + "deptName": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } } }, - "required": [ - "code", - "msg", - "data", - "ok" - ] - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classRoomHygieneDaily": { - "post": { - "summary": "教室卫生新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" + "2": { + "summary": "成功示例", + "value": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "classNo": "", + "className": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "recordDate": "", + "deptCode": "", + "deptName": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } } - }, - "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" - ] + } } } }, @@ -706,17 +609,16 @@ }, "/api/stuwork/classRoomHygieneDaily/detail": { "get": { - "summary": "教室卫生详情", + "summary": "通过条件查询", "deprecated": false, - "description": "", + "description": "通过条件查询教室日卫生检查记录\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", - "description": "部门编码", - "required": false, - "example": "63da344db8051ad0c5635b757275fb2a", + "description": "", + "required": true, "schema": { "type": "string" } @@ -725,10 +627,65 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "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": {} + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily": { + "post": { + "summary": "新增教室日卫生检查记录", + "deprecated": false, + "description": "新增教室日卫生检查记录\n新增教室日卫生检查记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -736,65 +693,628 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassRoomHygieneDaily", + "description": "教室日卫生检查记录" }, - "example": "" + "examples": {} } } }, "responses": { - "424": { + "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "msg": { - "type": "string" - }, - "data": { - "type": "string" - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/R", + "description": "R" + }, + "examples": { + "1": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} } }, - "required": [ - "code", - "msg", - "data", - "ok" - ] + "2": { + "summary": "成功示例", + "value": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily/edit": { + "post": { + "summary": "修改教室日卫生检查记录", + "deprecated": false, + "description": "修改教室日卫生检查记录\n修改教室日卫生检查记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassRoomHygieneDaily", + "description": "教室日卫生检查记录" + }, + "examples": {} + } + } + }, + "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": {} + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classRoomHygieneDaily/delete": { + "post": { + "summary": "通过id删除教室日卫生检查记录", + "deprecated": false, + "description": "通过id删除教室日卫生检查记录\n通过id删除教室日卫生检查记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "id列表" + }, + "examples": {} + } + } + }, + "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": {} + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "评分", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "note", + "in": "query", + "description": "检查记录", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "month", + "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": "teacherNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classMasterName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "buildingNo", + "in": "query", + "description": "楼号", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "position", + "in": "query", + "description": "教室位置", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCodes", + "in": "query", + "description": "按学院查班级号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageClassRoomHygieneMonthly", + "description": "" }, "example": { "code": 0, - "msg": null, + "msg": "", "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 + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "classNo": "", + "className": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "month": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "", + "buildingNo": 0, + "position": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly": { + "post": { + "summary": "新增教室月卫生检查记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassRoomHygieneMonthly", + "description": "教室月卫生检查记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/edit": { + "post": { + "summary": "修改教室月卫生检查记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassRoomHygieneMonthly", + "description": "教室月卫生检查记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/delete": { + "post": { + "summary": "通过id删除教室月卫生检查记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienemonthly/checkClassRoomHygieneMonthly": { + "post": { + "summary": "考核班级月检查 班主任考核分", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassRoomHygieneMonthly", + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": {} } } }, @@ -815,10 +1335,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -881,287 +1401,18 @@ "security": [] } }, - "/api/stuwork/classroomhygienemonthly/checkClassRoomHygieneMonthly": { - "post": { - "summary": "教室卫生考核", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "教室卫生详情", + "summary": "通过条件查询", "deprecated": false, - "description": "", + "description": "通过条件查询教室日卫生检查记录\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", - "required": false, - "example": "00432afdfdf547d194b8c8b0b7ab19e2", + "required": true, "schema": { "type": "string" } @@ -1170,53 +1421,50 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RClassRoomHygieneMonthly", + "description": "R 对象列表" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "classNo": "", + "className": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "month": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "", + "buildingNo": 0, + "position": "" + } + } } }, "headers": {} @@ -1227,39 +1475,31 @@ }, "/api/stuwork/classcheckdaily/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 10 } }, { - "name": "deptCode", + "name": "current", "in": "query", - "description": "学院编码", + "description": "当前页", "required": false, - "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 1 } }, { @@ -1267,7 +1507,6 @@ "in": "query", "description": "班级代码", "required": false, - "example": "1617012437", "schema": { "type": "string" } @@ -1275,9 +1514,35 @@ { "name": "realName", "in": "query", - "description": "班主任姓名", + "description": "指定学生", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "分数", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "note", + "in": "query", + "description": "检查记录", "required": false, - "example": "何", "schema": { "type": "string" } @@ -1287,7 +1552,6 @@ "in": "query", "description": "学年", "required": false, - "example": "2025-2026", "schema": { "type": "string" } @@ -1297,192 +1561,160 @@ "in": "query", "description": "学期", "required": false, - "example": "1", "schema": { "type": "string" } }, + { + "name": "recordTime", + "in": "query", + "description": "记录时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "班主任工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "processingResult", + "in": "query", + "description": "处理结果", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "className", + "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": "classMasterName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCodes", + "in": "query", + "description": "按学院查班级号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "4305452886bba6feefcb102248669d58" - ] - } - } - }, - "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" - ] + "$ref": "#/components/schemas/RPageClassCheckDaily", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "realName": "", + "stuNo": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "recordTime": "", + "teacherNo": "", + "processingResult": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "classMasterName": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } } } }, @@ -1494,7 +1726,7 @@ }, "/api/stuwork/classcheckdaily/detail": { "get": { - "summary": "详情", + "summary": "通过id查询日常巡检", "deprecated": false, "description": "", "tags": [], @@ -1502,9 +1734,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "c81b302866d075c362d34f10278483fd", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -1513,51 +1744,50 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RClassCheckDaily", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "realName": "", + "stuNo": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "recordTime": "", + "teacherNo": "", + "processingResult": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "classMasterName": "" + } } } }, @@ -1567,91 +1797,21 @@ "security": [] } }, - "/api/stuwork/classcheckdaily/exportData": { + "/api/stuwork/classcheckdaily": { "post": { - "summary": "导出", + "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 d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -1659,40 +1819,134 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassCheckDaily", + "description": "日常巡检" }, - "example": "{\r\n \"deptCode\": \"12\",//学院编码\r\n \"classCode\": \"2320\",//班级代码\r\n \"realName\": \"1\",//学生姓名\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\"//学期\r\n}" + "examples": {} } } }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily/edit": { + "post": { + "summary": "修改日常巡检", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassCheckDaily", + "description": "日常巡检" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classcheckdaily/delete": { + "post": { + "summary": "通过id删除日常巡检", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -1709,12 +1963,38 @@ "description": "", "tags": [], "parameters": [ + { + "name": "classNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "smokeNum", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "noiseNum", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer" + } + }, { "name": "schoolYear", "in": "query", "description": "", "required": false, - "example": "2025-2026", "schema": { "type": "string" } @@ -1724,7 +2004,6 @@ "in": "query", "description": "", "required": false, - "example": "1", "schema": { "type": "string" } @@ -1733,50 +2012,34 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "msg": { - "type": "string" - }, - "data": { - "type": "string" - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/RListClassInspectionRankVO", + "description": "班级巡检排行列表" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "classNo": "", + "smokeNum": 0, + "noiseNum": 0, + "totalNum": 0, + "smokeRate": 0, + "noiseRate": 0 } - }, - "required": [ - "code", - "msg", - "data", - "ok" ] } } @@ -1787,9 +2050,9 @@ "security": [] } }, - "/api/stuwork/classhygienedaily/page": { + "/api/stuwork/classcheckdaily/classPendingList": { "get": { - "summary": "列表", + "summary": "班主任获取日常巡检待处理列表", "deprecated": false, "description": "", "tags": [], @@ -1799,42 +2062,132 @@ "in": "query", "description": "班级代码", "required": false, - "example": [ - "0212131603" - ], "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "指定学生", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "分数", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "note", + "in": "query", + "description": "检查记录", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "recordTime", + "in": "query", + "description": "记录时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "班主任工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "processingResult", + "in": "query", + "description": "处理结果", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "schema": { + "type": "string" } }, { "name": "deptCode", "in": "query", - "description": "学院编码", + "description": "部门编码", "required": false, - "example": "11", "schema": { "type": "string" } }, { - "name": "startTime", + "name": "deptName", "in": "query", - "description": "开始时间", + "description": "", "required": false, - "example": "2018-11-01", "schema": { "type": "string" } }, { - "name": "endTime", + "name": "classMasterName", "in": "query", - "description": "结束时间", + "description": "", "required": false, - "example": "2025-12-31", "schema": { "type": "string" } @@ -1843,50 +2196,51 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "msg": { - "type": "string" - }, - "data": { - "type": "string" - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/RListClassCheckDaily", + "description": "班级巡检排行列表" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "realName": "", + "stuNo": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "recordTime": "", + "teacherNo": "", + "processingResult": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "classMasterName": "" } - }, - "required": [ - "code", - "msg", - "data", - "ok" ] } } @@ -1897,9 +2251,9 @@ "security": [] } }, - "/api/stuwork/classhygienedaily": { + "/api/stuwork/classcheckdaily/resolve": { "post": { - "summary": "新增", + "summary": "班主任处理日常巡检记录", "deprecated": false, "description": "", "tags": [], @@ -1908,10 +2262,10 @@ "name": "Authorization", "in": "header", "description": "", - "required": false, - "example": "Bearer 397834ed-052c-4586-acf1-fc22def0f3a7", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { - "type": "string" + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -1919,40 +2273,388 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassCheckDaily", + "description": "" }, - "example": "{\r\n \"classCode\": \"0212131603\",//班级代码\r\n \"score\": 10.00,//分数\r\n \"note\": \"晚自习随意下座位2人\",//检查记录\r\n \"recordDate\": \"2025-12-29\"//记录时间\r\n}" + "examples": {} } } }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "班级巡检排行列表" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork//classhygienedaily/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "分数", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "note", + "in": "query", + "description": "检查记录", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "recordDate", + "in": "query", + "description": "记录时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "className", + "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": "teacherNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classMasterName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNos", + "in": "query", + "description": "按学院查班级号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "startTime", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "endTime", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageClassHygieneDaily", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "recordDate": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork//classhygienedaily": { + "post": { + "summary": "新增日常行为日检查记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassHygieneDaily", + "description": "日常行为日检查记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork//classhygienedaily/edit": { + "post": { + "summary": "修改日常行为日检查记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassHygieneDaily", + "description": "日常行为日检查记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -1964,7 +2666,7 @@ }, "/api/stuwork/classhygienedaily/delete": { "post": { - "summary": "删除", + "summary": "通过id删除日常行为日检查记录", "deprecated": false, "description": "", "tags": [], @@ -1973,10 +2675,10 @@ "name": "Authorization", "in": "header", "description": "", - "required": false, - "example": "Bearer 397834ed-052c-4586-acf1-fc22def0f3a7", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { - "type": "string" + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -1984,42 +2686,30 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "id" }, - "example": [ - "122b0c01e6d3dab038422289c9356e87" - ] + "examples": {} } } }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -2031,17 +2721,16 @@ }, "/api/stuwork/classhygienedaily/detail": { "get": { - "summary": "详情", + "summary": "通过条件查询", "deprecated": false, - "description": "", + "description": "通过条件查询教室日卫生检查记录\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", - "required": false, - "example": "ae567ac2c6d769ef09c3e184727fa59e", + "required": true, "schema": { "type": "string" } @@ -2050,116 +2739,47 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RClassHygieneDaily", + "description": "R 对象列表" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "score": 0, + "note": "", + "schoolYear": "", + "schoolTerm": "", + "recordDate": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "" + } } } }, @@ -2171,7 +2791,7 @@ }, "/api/stuwork/classhonor/queryClassHonorByClassCode": { "get": { - "summary": "班级概况-班级荣誉", + "summary": "班级荣誉", "deprecated": false, "description": "", "tags": [], @@ -2180,7 +2800,7 @@ "name": "classCode", "in": "query", "description": "", - "required": false, + "required": true, "example": "0223251708", "schema": { "type": "string" @@ -2190,53 +2810,48 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RListClassHonor" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "author": "", + "belong": "", + "attachment": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "" + } + ] + } } }, "headers": {} @@ -2247,7 +2862,7 @@ }, "/api/stuwork/teachclassroomassign/getClassRoomByClassCode": { "get": { - "summary": "班级概况-班级教室安排", + "summary": "通过班级代码查教室位置", "deprecated": false, "description": "", "tags": [], @@ -2256,68 +2871,51 @@ "name": "classCode", "in": "query", "description": "", - "required": false, - "example": [ - "0223251708" - ], + "required": true, + "example": "0223251708", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RTeachClassRoomAssign", + "description": "" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": 0, + "position": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "" + } + } } }, "headers": {} @@ -2328,7 +2926,7 @@ }, "/api/basic/basicstudent/queryStuNumByClassCode": { "get": { - "summary": "班级概况-学生概况", + "summary": "学生概况", "deprecated": false, "description": "", "tags": [], @@ -2337,66 +2935,248 @@ "name": "classCode", "in": "query", "description": "", - "required": false, - "example": [ - "0223251708" - ], + "required": true, + "example": "", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RBasicStudentVO" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "tenantId": 0, + "stuNo": "", + "realName": "", + "gender": "", + "stuStatus": 0, + "classCode": "", + "enrollStatus": "", + "qrCode": "", + "isGradu": "", + "isClassLeader": "", + "graduTime": "", + "isInout": "", + "classMasterName": "", + "classMasterCode": "", + "specialIn": "", + "socialInsurance": "", + "enrollNo": "", + "enrollMiddleNo": "", + "graduNo": "", + "faceExclude": "", + "faceExcludeReason": "", + "avatarAudit": "", + "idCard": "", + "phone": "", + "teacherNo": "", + "teacherRealName": "", + "education": "", + "majorName": "", + "majorCode": "", + "householdAddress": "", + "roomNo": "", + "classQQ": "", + "graduateNumber": "", + "oldName": "", + "className": "", + "deptCode": "", + "deptName": "", + "classStatus": "", + "majorLevel": "", + "stuNos": "", + "bankCard": "", + "gradeCurr": 0, + "temporaryyeYear": "", + "majorYears": "", + "rewards": "", + "evaluation": "", + "appraisal": "", + "studentStatus": "", + "nationName": "", + "postalAddress": "", + "advantage": "", + "liveAddress": "", + "homeBirth": "", + "national": "", + "politicsStatus": "", + "classNo": "", + "stuNum": 0, + "manStuNum": 0, + "girlStuNum": 0, + "borrowingStuNum": 0, + "tel": "", + "birthday": "", + "initial": "", + "scoreOneMonth": 0, + "scoreTwoMonth": 0, + "scoreThreeMonth": 0, + "scoreFourMonth": 0, + "scoreFiveMonth": 0, + "scoreOneTerm": 0, + "scoreSixMonth": 0, + "scoreSevenMonth": 0, + "scoreEightMonth": 0, + "scoreNineMonth": 0, + "scoreTenMonth": 0, + "scoreTwoTerm": 0, + "scoreYear": 0, + "schoolYear": "", + "schoolTerm": "", + "parentPhone": "", + "photo": "", + "qrStr": "", + "month": "", + "contactName": "", + "contactType": "", + "contactContent": "", + "contactDate": "", + "grade": "", + "content": "", + "week": "", + "reply": "", + "isSpotCheck": "", + "comment": "", + "parentalMsg": "", + "fraction": "", + "strList": [ + "" + ], + "teacherPhone": "", + "atHome": 0, + "atSchool": 0, + "dgTotle": 0, + "headImg": "", + "userType": "", + "educationDetails": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "schoolName": "", + "positionName": "", + "startYearMonth": "", + "endYearMonth": "" + } + ], + "socialDetails": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "appellation": "", + "realName": "", + "idCard": "", + "workAddress": "", + "politicsStatus": "", + "health": "" + } + ], + "jldateRange1": "", + "jldateEnd1": "", + "jlschool1": "", + "jlworkAs1": "", + "jldateRange2": "", + "jldateEnd2": "", + "jlschool2": "", + "jlworkAs2": "", + "jldateRange3": "", + "jldateEnd3": "", + "jlschool3": "", + "jlworkAs3": "", + "jldateRange4": "", + "jldateEnd4": "", + "jlschool4": "", + "jlworkAs4": "", + "jldateRange5": "", + "jldateEnd5": "", + "jlschool5": "", + "jlworkAs5": "", + "jcgx": "", + "jcgx2": "", + "jcgx3": "", + "jcgx4": "", + "jcgx5": "", + "jcxm": "", + "jcxm2": "", + "jcxm3": "", + "jcxm4": "", + "jcxm5": "", + "jczzmm": "", + "jczzmm2": "", + "jczzmm3": "", + "jczzmm4": "", + "jczzmm5": "", + "jcgzdw": "", + "jcgzdw2": "", + "jcgzdw3": "", + "jcgzdw4": "", + "jcgzdw5": "", + "jcjkzk": "", + "jcjkzk2": "", + "jcjkzk3": "", + "jcjkzk4": "", + "jcjkzk5": "", + "shcw": "", + "shxm": "", + "shzz": "", + "shrz": "", + "shjk": "", + "shcw1": "", + "shxm1": "", + "shzz1": "", + "shrz1": "", + "shjk1": "", + "shcw2": "", + "shxm2": "", + "shzz2": "", + "shrz2": "", + "shjk2": "", + "shcw3": "", + "shxm3": "", + "shzz3": "", + "shrz3": "", + "shjk3": "", + "currentGrade": "" + } } } }, @@ -2408,7 +3188,7 @@ }, "/api/stuwork/dormroomstudent/fearchStuNumByClassCode": { "get": { - "summary": "班级概况-学生住宿", + "summary": "根据班级查住宿男女人数", "deprecated": false, "description": "", "tags": [], @@ -2417,68 +3197,78 @@ "name": "classCode", "in": "query", "description": "", - "required": false, - "example": [ - "0223251708" - ], + "required": true, + "example": "0223251708", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RDormRoomStudentVO", + "description": "" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "roomNo": "", + "stuNo": "", + "isLeader": "", + "bedNo": "", + "deptCode": "", + "classCode": "", + "classNo": "", + "className": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "", + "realName": "", + "gender": "", + "phone": "", + "teacherPhone": "", + "tel": "", + "buildingNo": "", + "pic": "", + "teacherRealName": "", + "bedNum": "", + "notBedNo": "", + "stuNum": 0, + "manStuNum": 0, + "girlStuNum": 0, + "nums": 0, + "bedNo1": "", + "bedNo2": "", + "bedNo3": "", + "bedNo4": "", + "bedNo5": "", + "bedNo6": "", + "isHaveAir": "" + } + } } }, "headers": {} @@ -2489,7 +3279,7 @@ }, "/api/stuwork/stupunlish/queryPunlishNumByClass": { "get": { - "summary": "班级概况-处罚处分", + "summary": "通过班级查各违纪种类人数", "deprecated": false, "description": "", "tags": [], @@ -2498,66 +3288,71 @@ "name": "classCode", "in": "query", "description": "", - "required": false, - "example": [ - "0223251708" - ], + "required": true, + "example": "0223251708", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RStuPunlishVO" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "schoolYear": "", + "schoolTerm": "", + "punlishStartDate": "", + "punlishEndDate": "", + "punlishLevel": "", + "punlishContent": "", + "publishStatus": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "teacherRealName": "", + "stuRealName": "", + "classCode": "", + "classNo": "", + "isUnion": "", + "realName": "", + "month": "", + "warningNum": 0, + "seriousWarningNum": 0, + "recordDemeritNum": 0, + "detentionNum": 0, + "dropOutNum": 0, + "expelSchoolNum": 0, + "punlishStartDateValue": "", + "punlishEndDateValue": "", + "isUnionTxt": "" + } } } }, @@ -2569,7 +3364,7 @@ }, "/api/stuwork/classpublicity/queryDataByClassCode": { "get": { - "summary": "班级概况-宣传记录", + "summary": "根据班级代码查宣传记录", "deprecated": false, "description": "", "tags": [], @@ -2578,65 +3373,57 @@ "name": "classCode", "in": "query", "description": "", - "required": false, - "example": [ - "0223251708" - ], + "required": true, "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "msg": { - "type": "string" - }, - "data": { - "type": "string" - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/RListClassPublicity", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "author": "", + "website": "", + "belong": "", + "isAddScore": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "" } - }, - "required": [ - "code", - "msg", - "data", - "ok" ] } } @@ -2658,10 +3445,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -2714,7 +3501,7 @@ }, "/api/stuwork/classassessmentsettle/initAssessment": { "post": { - "summary": "生成考核班级", + "summary": "initAssessment", "deprecated": false, "description": "", "tags": [], @@ -2723,10 +3510,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -2734,10 +3521,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassAssessmentSettle", + "description": "" }, - "example": {} + "examples": {} } } }, @@ -2747,8 +3534,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -2760,7 +3553,623 @@ }, "/api/basic/basicclass/page": { "get": { - "summary": "列表", + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classProName", + "in": "query", + "description": "班级规范名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorCode", + "in": "query", + "description": "班级所属专业", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "enterDate", + "in": "query", + "description": "入学日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "班主任工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "班主任姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "grade", + "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": "classQq", + "in": "query", + "description": "班级QQ", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "preStuNum", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "isGraduate", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isPractice", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isUpdataPractice", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "gateRule", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classStatus", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isUnion", + "in": "query", + "description": "联院 标记", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isLb", + "in": "query", + "description": "联办", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isHigh", + "in": "query", + "description": "高级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuLoseRate", + "in": "query", + "description": "流失率", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuNumOrigin", + "in": "query", + "description": "班级原始人数", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "enterYear", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "majorName", + "in": "query", + "description": "专业名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherTsNo", + "in": "query", + "description": "特殊情况下使用 (既是对接人 又是 班主任 并且 可能跨部门)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptTsCode", + "in": "query", + "description": "特殊情况下使用 (既是对接人 又是 班主任 并且 可能跨部门)", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageBasicClassVO", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "remarks": "", + "delFlag": "", + "classCode": "", + "className": "", + "classNo": "", + "classProName": "", + "majorCode": "", + "enterDate": "", + "teacherNo": "", + "teacherRealName": "", + "grade": "", + "deptCode": "", + "deptName": "", + "classQq": "", + "preStuNum": 0, + "isGraduate": "", + "isPractice": "", + "isUpdataPractice": "", + "gateRule": "", + "classStatus": "", + "isUnion": "", + "isLb": "", + "isHigh": "", + "stuLoseRate": 0, + "stuNumOrigin": 0, + "enterYear": 0, + "majorName": "", + "stuNum": 0, + "manStuNum": 0, + "girlStuNum": 0, + "teacherPhone": "", + "stuNoStr": "", + "classCodes": "", + "classArrangement": "", + "headmaster": "", + "inSchool": "", + "boySchool": "", + "girlSchool": "", + "warningNum": 0, + "seriousWarningNum": 0, + "recordDemeritNum": 0, + "detentionNum": 0, + "dropOutNum": 0, + "expelSchoolNum": 0, + "position": "", + "teacherNos": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RBasicClass", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "remarks": "", + "delFlag": "", + "classCode": "", + "className": "", + "classNo": "", + "classProName": "", + "majorCode": "", + "enterDate": "", + "teacherNo": "", + "teacherRealName": "", + "grade": "", + "deptCode": "", + "deptName": "", + "classQq": "", + "preStuNum": 0, + "isGraduate": "", + "isPractice": "", + "isUpdataPractice": "", + "gateRule": "", + "classStatus": "", + "isUnion": "", + "isLb": "", + "isHigh": "", + "stuLoseRate": 0, + "stuNumOrigin": 0, + "enterYear": 0, + "majorName": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BasicClass", + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/edit": { + "post": { + "summary": "修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BasicClass", + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicclass/delete": { + "post": { + "summary": "通过id删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume/page": { + "get": { + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], @@ -2786,71 +4195,11 @@ } }, { - "name": "grade", + "name": "teacherNo", "in": "query", - "description": "入学年份", + "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", + "example": "", "schema": { "type": "string" } @@ -2859,51 +4208,62 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RPageClassMasterResumeVo", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "teacherNo": "", + "classNo": "", + "classCode": "", + "className": "", + "beginTime": "", + "endTime": "", + "resumeRemark": "", + "telPhone": "", + "teacherNoVal": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } } } }, @@ -2913,74 +4273,9 @@ "security": [] } }, - "/api/basic/basicclass": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": { + "/api/stuwork/classmasterresume/detail": { "get": { - "summary": "详情", + "summary": "通过id查询班主任履历", "deprecated": false, "description": "", "tags": [], @@ -2988,9 +4283,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "c7b6d0ae50b0cd3e8f20b7e5f4bd20bc", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -2999,51 +4293,43 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "424": { + "200": { "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" - ] + "$ref": "#/components/schemas/RClassMasterResume", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "teacherNo": "", + "classNo": "", + "classCode": "", + "className": "", + "beginTime": "", + "endTime": "", + "resumeRemark": "", + "telPhone": "" + } } } }, @@ -3053,9 +4339,9 @@ "security": [] } }, - "/api/basic/basicclass/edit": { + "/api/stuwork/classmasterresume": { "post": { - "summary": "编辑", + "summary": "新增班主任履历", "deprecated": false, "description": "", "tags": [], @@ -3064,10 +4350,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3075,40 +4361,1087 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassMasterResume", + "description": "班主任履历" }, - "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}" + "examples": {} } } }, "responses": { - "424": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume/edit": { + "post": { + "summary": "修改班主任履历", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassMasterResume", + "description": "班主任履历" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterresume/delete": { + "post": { + "summary": "通过id删除班主任履历", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RIPageListEntranceRuleVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "ruleName": "", + "isHoliday": "", + "dayRule": "", + "dormRule": "", + "outDayRule": "", + "outDormRule": "", + "roomInRule": "", + "roomOutRule": "", + "positionDisable": "", + "dayRuleList": [ + { + "week": "", + "weekNo": "", + "dayRuleList": [ + { + "startTime": "", + "endTime": "" + } + ] + } + ], + "outDayRuleList": [ + { + "week": "", + "weekNo": "", + "dayRuleList": [ + { + "startTime": "", + "endTime": "" + } + ] + } + ], + "dormRuleList": [ + { + "week": "", + "weekNo": "", + "dormRuleList": [ + { + "startTime": "", + "endTime": "" + } + ] + } + ], + "outDormRuleList": [ + { + "week": "", + "weekNo": "", + "dormRuleList": [ + { + "startTime": "", + "endTime": "" + } + ] + } + ], + "roomInRuleList": [ + { + "week": "", + "weekNo": "", + "dormRuleList": [ + { + "startTime": "", + "endTime": "" + } + ] + } + ], + "roomOutRuleList": [ + { + "week": "", + "weekNo": "", + "dormRuleList": [ + { + "startTime": "", + "endTime": "" + } + ] + } + ], + "classNos": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule": { + "post": { + "summary": "新增门禁规则", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EntranceRuleDTO", + "description": "门禁规则" + }, + "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": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/edit": { + "post": { + "summary": "修改门禁规则", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EntranceRuleDTO", + "description": "门禁规则" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/openHoliday": { + "post": { + "summary": "开启假期状态", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EntranceRuleDTO", + "description": "门禁规则" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/closeHoliday": { + "post": { + "summary": "关闭假期状态", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EntranceRuleDTO", + "description": "门禁规则" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/delete": { + "post": { + "summary": "通过id删除门禁规则", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "ids" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/entrancerule/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/REntranceRule", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "ruleName": "", + "isHoliday": "", + "dayRule": "", + "dormRule": "", + "outDayRule": "", + "outDormRule": "", + "roomInRule": "", + "roomOutRule": "", + "positionDisable": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudentinfo/queryXJDataByPage": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "current", + "in": "query", + "description": "", + "required": false, + "example": "1", + "schema": { + "type": "" + } + }, + { + "name": "size", + "in": "query", + "description": "", + "required": false, + "example": "10", + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "phone", + "in": "query", + "description": "电话", + "required": false, + "example": "1", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "stuStatus", + "in": "query", + "description": "默认传1", + "required": false, + "example": "1", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "example": "3", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "example": "陈", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "example": "3", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageBasicStudentInfoVO" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "deptCode": "", + "deptName": "", + "majorCode": "", + "majorName": "", + "arrangement": "", + "sourceOfStudents": "", + "educationalSystems": "", + "realName": "", + "gender": "", + "idCard": "", + "idNumber": "", + "phone": "", + "teacherNo": "", + "education": "", + "enrollStatus": "", + "householdAddress": "", + "roomNo": "", + "classQQ": "", + "createTime": "", + "stuNo": "", + "isClassLeader": "", + "graduateNumber": "", + "oldName": "", + "basicStudentInfoDetailVO": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "oldName": "", + "idCard": "", + "birthday": "", + "politicsStatus": "", + "national": "", + "colourSense": "", + "eyeLeft": "", + "eyeRight": "", + "height": 0, + "weight": 0, + "careType": "", + "email": "", + "qq": "", + "phone": "", + "veteran": "", + "seekText": "", + "advantage": "", + "isWeekPwd": "", + "socialBank": "", + "socialBankNo": "", + "religiousBelief": "", + "realName": "", + "gender": "", + "isLower": "" + }, + "basicStudentEducation": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "education": "", + "examScore": 0, + "examNo": "", + "temporaryyeYear": "", + "schoolName": "", + "schoolProvince": "", + "position": "" + }, + "basicStudentHome": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "householdAddress": "", + "householdProperties": "", + "liveAddress": "", + "isTemp": "", + "homeBirth": "", + "incomeSource": "", + "incomeMoney": 0, + "incomePerMoney": 0, + "homeDifficulty": "" + }, + "homeDetailList": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "appellation": "", + "realName": "", + "tel": "", + "idCard": "", + "workAddress": "", + "politicsStatus": "", + "health": "" + } + ], + "basicStudentMajorClassVO": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "schoolRoll": "", + "schoolRollNumber": "", + "enterDate": "", + "middleNumber": "", + "middleTime": "", + "highNumber": "", + "highTime": "", + "technicianNumber": "", + "graduateNumber": "", + "graduateDate": "", + "pauseDate": "", + "bankCard": "", + "parkingNo": "", + "bankName": "", + "studyType": "", + "unionStuNo": "", + "deptName": "", + "deptCode": "", + "majorName": "", + "majorCode": "", + "stuStatus": "", + "majorLevel": "", + "majorYears": "", + "className": "", + "classCode": "", + "classNo": "", + "position": "", + "teacherNo": "", + "teacherRealName": "", + "telPhone": "", + "roomNo": "", + "phone": "", + "classQq": "" + }, + "basicStudentAdultEducation": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "schoolName": "", + "education": "", + "examNo": "", + "enterDate": "", + "adultNo": "", + "majorName": "", + "computerScore": "", + "englishScore": "" + }, + "classCode": "", + "className": "", + "stuStatus": "", + "parkingNo": "", + "isInout": "", + "completeRate": "", + "national": "", + "telPhone": "", + "headImg": "", + "jzPhone": "", + "religiousBelief": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classroomhygienedailyanalysis/queryClassRoomHygieneDailyAnalysis": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "buildingNo", + "in": "query", + "description": "", + "required": false, + "example": "2", + "schema": { + "type": "string" + } + }, + { + "name": "month", + "in": "query", + "description": "", + "required": false, + "example": "2022-07", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { "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" - ] + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhygienedailyanalysis/queryClassHygieneDailyAnalysis": { + "get": { + "summary": "列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "buildingNo", + "in": "query", + "description": "", + "required": false, + "example": [ + "7" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "month", + "in": "query", + "description": "", + "required": false, + "example": [ + "2022-03" + ], + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} } } }, @@ -3259,10 +5592,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3275,7 +5608,7 @@ "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}" + "example": "" } }, "headers": {} @@ -3295,10 +5628,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3342,10 +5675,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3378,53 +5711,6 @@ "security": [] } }, - "/api/basic/basicstudent/getDownPic": { - "get": { - "summary": "TODO:导出头像", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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/basic/basicstudent/updateStuSimpleInfo": { "post": { "summary": "简单信息维护", @@ -3436,10 +5722,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3469,7 +5755,8 @@ "properties": {} } } - } + }, + "headers": {} } }, "security": [] @@ -3516,10 +5803,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3551,10 +5838,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3617,10 +5904,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3663,10 +5950,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3709,10 +5996,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3744,10 +6031,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3778,10 +6065,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3824,10 +6111,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3870,10 +6157,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3916,10 +6203,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -3962,10 +6249,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -4111,157 +6398,21 @@ "security": [] } }, - "/api/stuwork/classmasterevaluation/add": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": { + "/api/basic/basicstudent/avatar/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": "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 d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -4274,530 +6425,7 @@ "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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}" + "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"classes\": [\r\n {\r\n \"id\": null,\r\n \"createBy\": null,\r\n \"createTime\": null,\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"remarks\": null,\r\n \"delFlag\": null,\r\n \"classCode\": \"1123022508\",//班级代码\r\n \"className\": null,\r\n \"classNo\": \"2508\",//班号\r\n \"classProName\": null,\r\n \"majorCode\": null,\r\n \"enterDate\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"grade\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classQq\": null,\r\n \"preStuNum\": null,\r\n \"isGraduate\": null,\r\n \"isPractice\": null,\r\n \"isUpdataPractice\": null,\r\n \"gateRule\": null,\r\n \"classStatus\": null,\r\n \"isUnion\": null,\r\n \"isLb\": null,\r\n \"isHigh\": null,\r\n \"stuLoseRate\": null,\r\n \"stuNumOrigin\": null,\r\n \"enterYear\": null,\r\n \"majorName\": null\r\n }\r\n ],\r\n \"students\": [//学生信息\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"122301251732\",//学号\r\n \"realName\": \"许雯曦\",//姓名\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",//班级代码\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,//新生头像审核\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250807\",\r\n \"realName\": \"朱韵童\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250801\",\r\n \"realName\": \"金菲\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250850\",\r\n \"realName\": \"和钰婕\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250819\",\r\n \"realName\": \"李金原\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250831\",\r\n \"realName\": \"王晨旭\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250851\",\r\n \"realName\": \"王舒晨\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250802\",\r\n \"realName\": \"金姗\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250821\",\r\n \"realName\": \"李昱辰\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250806\",\r\n \"realName\": \"赵奕欣\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250804\",\r\n \"realName\": \"姚一凡\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250823\",\r\n \"realName\": \"刘佳豪\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250840\",\r\n \"realName\": \"张超\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250832\",\r\n \"realName\": \"王瑞凡\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250820\",\r\n \"realName\": \"李阳\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250843\",\r\n \"realName\": \"张书瑜\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250825\",\r\n \"realName\": \"吕仁晨\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250815\",\r\n \"realName\": \"黄儒品\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250808\",\r\n \"realName\": \"蔡嘉文\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250814\",\r\n \"realName\": \"何昆硕\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250805\",\r\n \"realName\": \"赵雅萍\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112301250731\",\r\n \"realName\": \"张昊麟\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250822\",\r\n \"realName\": \"李震威\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250826\",\r\n \"realName\": \"秦天赐\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250846\",\r\n \"realName\": \"张梓军\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250845\",\r\n \"realName\": \"张鑫瑞\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250809\",\r\n \"realName\": \"陈威宇\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250811\",\r\n \"realName\": \"丁子洋\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250837\",\r\n \"realName\": \"杨礼超\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250849\",\r\n \"realName\": \"孟子怡\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250848\",\r\n \"realName\": \"苏朦\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250816\",\r\n \"realName\": \"姜尚勤\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250827\",\r\n \"realName\": \"饶坤明\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250844\",\r\n \"realName\": \"张天乐\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250813\",\r\n \"realName\": \"何俊泽\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250835\",\r\n \"realName\": \"魏世杰\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250842\",\r\n \"realName\": \"张鹏\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250853\",\r\n \"realName\": \"扎西班久\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250818\",\r\n \"realName\": \"李国富\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250828\",\r\n \"realName\": \"石智海\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250824\",\r\n \"realName\": \"娄浩\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250810\",\r\n \"realName\": \"丁浩\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250830\",\r\n \"realName\": \"汪子豪\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250834\",\r\n \"realName\": \"韦瑞\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250836\",\r\n \"realName\": \"吴志飞\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250852\",\r\n \"realName\": \"尚旭阳\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250847\",\r\n \"realName\": \"朱嘉宝\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250833\",\r\n \"realName\": \"王涛\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250841\",\r\n \"realName\": \"张界鸣\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n }\r\n ]\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} @@ -4808,7 +6436,7 @@ }, "/api/stuwork/classassessmentsettle/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], @@ -4877,42 +6505,63 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RIPageListClassAssessmentSettle", + "description": "" }, - "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}" + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "virtualClassNo": "", + "schoolYear": "", + "schoolTerm": "", + "deptCode": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } } }, "headers": {} @@ -4923,7 +6572,7 @@ }, "/api/stuwork/classassessmentsettle/detail": { "get": { - "summary": "详情", + "summary": "通过id查询考核班级指定", "deprecated": false, "description": "", "tags": [], @@ -4931,9 +6580,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "10", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -4942,42 +6590,41 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RClassAssessmentSettle", + "description": "R" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "virtualClassNo": "", + "schoolYear": "", + "schoolTerm": "", + "deptCode": "" + } + } } }, "headers": {} @@ -4988,7 +6635,7 @@ }, "/api/stuwork/classassessmentsettle": { "post": { - "summary": "新增", + "summary": "新增考核班级指定", "deprecated": false, "description": "", "tags": [], @@ -4997,10 +6644,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -5008,42 +6655,80 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassAssessmentSettle", + "description": "考核班级指定" }, - "example": "{\r\n \"classCode\": \"1223012254\", //班级代码\r\n \"virtualClassNo\": \"2254\", //班号\r\n \"deptCode\": \"13\", //学院代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\" //学期\r\n}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" }, - "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}" + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classassessmentsettle/batchAdds": { + "post": { + "summary": "批量新增考核班级", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassAssessmentSettleDTO", + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } } }, "headers": {} @@ -5054,7 +6739,7 @@ }, "/api/stuwork/classassessmentsettle/edit": { "post": { - "summary": "编辑", + "summary": "修改考核班级指定", "deprecated": false, "description": "", "tags": [], @@ -5063,10 +6748,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -5074,42 +6759,28 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassAssessmentSettle", + "description": "考核班级指定" }, - "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}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" }, - "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}" + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } } }, "headers": {} @@ -5120,7 +6791,7 @@ }, "/api/stuwork/classassessmentsettle/delete": { "post": { - "summary": "删除", + "summary": "通过id删除考核班级指定", "deprecated": false, "description": "", "tags": [], @@ -5129,10 +6800,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -5140,42 +6811,31 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": "[\"dc0e5fd30a69b1768bec5ceffbf72fa4\"]//id集合" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" }, - "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}" + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } } }, "headers": {} @@ -5184,75 +6844,9 @@ "security": [] } }, - "/api/stuwork/entrancerule/openHoliday": { - "post": { - "summary": "关闭假期模式", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": { + "/api/stuwork/classmasterevaluation/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], @@ -5260,407 +6854,230 @@ { "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "1", "schema": { - "type": "string" + "type": "integer" } }, { "name": "size", "in": "query", - "description": "", + "description": "每页数量", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "classMasterCode", + "in": "query", + "description": "班主任", "required": false, - "example": "10", "schema": { "type": "string" } }, { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "name": "virtualClassNo", + "in": "query", + "description": "考核班号", + "required": false, "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "type": "string" } - } - ], - "responses": { - "500": { + }, + { + "name": "classCode", + "in": "query", + "description": "实际班号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "assessmentCategory", + "in": "query", + "description": "考核项目", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "assessmentPoint", + "in": "query", + "description": "考核指标", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "分数", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "type", + "in": "query", + "description": "类型 1:加分 2:扣分", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "recordDate", + "in": "query", + "description": "考核日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "outerId", + "in": "query", + "description": "明细外检ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classMasterName", + "in": "query", "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}" + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCodeList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" } - }, - "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", + "name": "classMasterCodeList", + "in": "query", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "required": false, "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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}" + "type": "array", + "items": { + "type": "string" } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/entrancerule": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ + } + }, { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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", + "name": "deptTab", "in": "query", - "description": "", + "description": "标记", "required": false, - "example": "1", "schema": { "type": "string" } }, { - "name": "size", + "name": "appealReason", "in": "query", - "description": "", + "description": "申诉原因", "required": false, - "example": "10", "schema": { "type": "string" } }, { - "name": "phone", + "name": "startTime", "in": "query", - "description": "电话", + "description": "开始时间", "required": false, - "example": "1", "schema": { "type": "string" } }, { - "name": "stuStatus", + "name": "endTime", "in": "query", - "description": "默认传1", + "description": "结束时间", "required": false, - "example": "1", "schema": { "type": "string" } }, { - "name": "stuNo", + "name": "deptName", "in": "query", - "description": "学号", + "description": "部门编码", "required": false, - "example": "3", "schema": { "type": "string" } }, { - "name": "realName", + "name": "schoolYear", "in": "query", - "description": "姓名", + "description": "学年", "required": false, - "example": "陈", "schema": { "type": "string" } }, { - "name": "idCard", + "name": "schoolTerm", "in": "query", - "description": "身份证号", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isGraduate", + "in": "query", + "description": "是否毕业", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isPractice", + "in": "query", + "description": "是否顶岗", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isUpdataPractice", + "in": "query", + "description": "是否更杠", "required": false, - "example": "3", "schema": { "type": "string" } @@ -5669,10 +7086,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -5682,8 +7099,284 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RIPageListClassMasterEvaluation", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classMasterCode": "", + "virtualClassNo": "", + "classCode": "", + "assessmentCategory": "", + "assessmentPoint": "", + "score": 0, + "type": "", + "recordDate": "", + "outerId": "", + "deptCode": "", + "classMasterName": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/add": { + "post": { + "summary": "新增班主任考核记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassMasterEvaluation", + "description": "班主任考核记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/edit": { + "post": { + "summary": "修改班主任考核记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassMasterEvaluation", + "description": "班主任考核记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/delete": { + "post": { + "summary": "通过id删除班主任考核记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "id" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluation/detail": { + "get": { + "summary": "通过id查询班主任考核", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "example": "4b6cada6451f80f270b5e3197f080d43", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassMasterEvaluation", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classMasterCode": "", + "virtualClassNo": "", + "classCode": "", + "assessmentCategory": "", + "assessmentPoint": "", + "score": 0, + "type": "", + "recordDate": "", + "outerId": "", + "deptCode": "", + "classMasterName": "" + } } } }, @@ -5695,7 +7388,7 @@ }, "/api/stuwork/classmasterevaluationappeal/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], @@ -5703,47 +7396,53 @@ { "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, "example": "1", "schema": { - "type": "string" + "type": "" } }, { "name": "size", "in": "query", - "description": "", + "description": "数量", "required": false, "example": "10", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { "name": "deptCode", "in": "query", - "description": "", + "description": "学院", "required": false, "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 10 } }, { "name": "classNo", "in": "query", - "description": "", + "description": "班号", "required": false, "example": "2247", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 1 } }, { "name": "appealStatus", "in": "query", - "description": "", + "description": "审核状态", "required": false, "example": "0", "schema": { @@ -5754,10 +7453,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -5767,19 +7466,67 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RIPageListClassMasterEvaluationAppealVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "evaluationId": "", + "appealReason": "", + "appealStatus": "", + "appealReply": "", + "classNo": "", + "teacherNo": "", + "classMasterCode": "", + "teacherRealName": "", + "recordDate": "", + "assessmentCategory": "", + "assessmentPoint": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } - } + }, + "headers": {} } }, "security": [] } }, - "/api/stuwork/classmasterevaluationappeal/editAppealStatus": { + "/api/stuwork/classmasterevaluationappeal": { "post": { - "summary": "审核", + "summary": "新增班主任考核记录申诉", "deprecated": false, "description": "", "tags": [], @@ -5788,10 +7535,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -5799,10 +7546,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassMasterEvaluationAppeal", + "description": "班主任考核记录申诉" }, - "example": "{\r\n \"id\": \"2f6e0ba052996d7e397e315b66be0a5c\",\r\n \"appealStatus\": \"1\", //审核状态1通过2驳回\r\n \"appealReply\": \"反馈意见\"\r\n}" + "examples": {} } } }, @@ -5812,8 +7559,121 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluationappeal/editAppealStatus": { + "post": { + "summary": "审批", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassMasterEvaluationAppeal", + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classmasterevaluationappeal/delete": { + "post": { + "summary": "通过id删除班主任考核记录申诉", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -5834,10 +7694,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -5857,210 +7717,6 @@ "security": [] } }, - "/api/stuwork/classmasterevaluationappeal/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classroomhygienedailyanalysis/queryClassRoomHygieneDailyAnalysis": { - "get": { - "summary": "列表", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "buildingNo", - "in": "query", - "description": "", - "required": false, - "example": "2", - "schema": { - "type": "string" - } - }, - { - "name": "month", - "in": "query", - "description": "", - "required": false, - "example": "2022-07", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classhygienedailyanalysis/queryClassHygieneDailyAnalysis": { - "get": { - "summary": "列表", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "buildingNo", - "in": "query", - "description": "", - "required": false, - "example": [ - "7" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "month", - "in": "query", - "description": "", - "required": false, - "example": [ - "2022-03" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/basic/basicstudent/avatar/list": { - "get": { - "summary": "列表", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"classes\": [\r\n {\r\n \"id\": null,\r\n \"createBy\": null,\r\n \"createTime\": null,\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"remarks\": null,\r\n \"delFlag\": null,\r\n \"classCode\": \"1123022508\",//班级代码\r\n \"className\": null,\r\n \"classNo\": \"2508\",//班号\r\n \"classProName\": null,\r\n \"majorCode\": null,\r\n \"enterDate\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"grade\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classQq\": null,\r\n \"preStuNum\": null,\r\n \"isGraduate\": null,\r\n \"isPractice\": null,\r\n \"isUpdataPractice\": null,\r\n \"gateRule\": null,\r\n \"classStatus\": null,\r\n \"isUnion\": null,\r\n \"isLb\": null,\r\n \"isHigh\": null,\r\n \"stuLoseRate\": null,\r\n \"stuNumOrigin\": null,\r\n \"enterYear\": null,\r\n \"majorName\": null\r\n }\r\n ],\r\n \"students\": [//学生信息\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"122301251732\",//学号\r\n \"realName\": \"许雯曦\",//姓名\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",//班级代码\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,//新生头像审核\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250807\",\r\n \"realName\": \"朱韵童\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250801\",\r\n \"realName\": \"金菲\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250850\",\r\n \"realName\": \"和钰婕\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250819\",\r\n \"realName\": \"李金原\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250831\",\r\n \"realName\": \"王晨旭\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250851\",\r\n \"realName\": \"王舒晨\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250802\",\r\n \"realName\": \"金姗\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250821\",\r\n \"realName\": \"李昱辰\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250806\",\r\n \"realName\": \"赵奕欣\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250804\",\r\n \"realName\": \"姚一凡\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250823\",\r\n \"realName\": \"刘佳豪\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250840\",\r\n \"realName\": \"张超\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250832\",\r\n \"realName\": \"王瑞凡\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250820\",\r\n \"realName\": \"李阳\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250843\",\r\n \"realName\": \"张书瑜\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250825\",\r\n \"realName\": \"吕仁晨\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250815\",\r\n \"realName\": \"黄儒品\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250808\",\r\n \"realName\": \"蔡嘉文\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250814\",\r\n \"realName\": \"何昆硕\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250805\",\r\n \"realName\": \"赵雅萍\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112301250731\",\r\n \"realName\": \"张昊麟\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250822\",\r\n \"realName\": \"李震威\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250826\",\r\n \"realName\": \"秦天赐\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250846\",\r\n \"realName\": \"张梓军\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250845\",\r\n \"realName\": \"张鑫瑞\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250809\",\r\n \"realName\": \"陈威宇\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250811\",\r\n \"realName\": \"丁子洋\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250837\",\r\n \"realName\": \"杨礼超\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250849\",\r\n \"realName\": \"孟子怡\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250848\",\r\n \"realName\": \"苏朦\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250816\",\r\n \"realName\": \"姜尚勤\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250827\",\r\n \"realName\": \"饶坤明\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250844\",\r\n \"realName\": \"张天乐\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250813\",\r\n \"realName\": \"何俊泽\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250835\",\r\n \"realName\": \"魏世杰\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250842\",\r\n \"realName\": \"张鹏\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250853\",\r\n \"realName\": \"扎西班久\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250818\",\r\n \"realName\": \"李国富\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250828\",\r\n \"realName\": \"石智海\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250824\",\r\n \"realName\": \"娄浩\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250810\",\r\n \"realName\": \"丁浩\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250830\",\r\n \"realName\": \"汪子豪\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250834\",\r\n \"realName\": \"韦瑞\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250836\",\r\n \"realName\": \"吴志飞\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250852\",\r\n \"realName\": \"尚旭阳\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250847\",\r\n \"realName\": \"朱嘉宝\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250833\",\r\n \"realName\": \"王涛\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n },\r\n {\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 \"remarks\": null,\r\n \"tenantId\": null,\r\n \"stuNo\": \"112302250841\",\r\n \"realName\": \"张界鸣\",\r\n \"gender\": null,\r\n \"stuStatus\": null,\r\n \"classCode\": \"1123022508\",\r\n \"enrollStatus\": null,\r\n \"qrCode\": null,\r\n \"isGradu\": null,\r\n \"isClassLeader\": null,\r\n \"graduTime\": null,\r\n \"isInout\": null,\r\n \"classMasterName\": null,\r\n \"classMasterCode\": null,\r\n \"specialIn\": null,\r\n \"socialInsurance\": null,\r\n \"enrollNo\": null,\r\n \"enrollMiddleNo\": null,\r\n \"graduNo\": null,\r\n \"faceExclude\": null,\r\n \"faceExcludeReason\": null,\r\n \"avatarAudit\": null,\r\n \"idCard\": null,\r\n \"phone\": null,\r\n \"teacherNo\": null,\r\n \"teacherRealName\": null,\r\n \"education\": null,\r\n \"majorName\": null,\r\n \"majorCode\": null,\r\n \"householdAddress\": null,\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"graduateNumber\": null,\r\n \"oldName\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null\r\n }\r\n ]\r\n },\r\n \"ok\": true\r\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, "/api/basic/basicyear/queryAllSchoolYear": { "get": { "summary": "学年列表", @@ -6072,10 +7728,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6107,10 +7763,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6142,10 +7798,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6187,10 +7843,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6222,10 +7878,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6267,10 +7923,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6291,126 +7947,6 @@ "security": [] } }, - "/api/stuwork/dormbuilding/newPage": { - "get": { - "summary": "列表", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "空宿舍列表", @@ -6432,10 +7968,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6507,10 +8043,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6551,9 +8087,70 @@ "security": [] } }, - "/api/stuwork/dormbuilding/edit": { - "post": { - "summary": "编辑", + "/api/stuwork/dormbuilding/detail": { + "get": { + "summary": "查询详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RDormBuilding", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "layers": 0, + "phone": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding/page": { + "get": { + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], @@ -6562,10 +8159,118 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RIPageListDormBuildingVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "layers": 0, + "phone": "", + "nowNum": 0, + "roomNum": 0, + "allNum": 0, + "surplusNum": 0, + "roomEmptyNum5": 0, + "roomEmptyNum4": 0, + "roomEmptyNum3": 0, + "roomEmptyNum2": 0, + "roomEmptyNum1": 0, + "allAlreadyNum": 0, + "occupancyRate": "", + "roomEmptyNum": 0, + "sixRoomNum": 0, + "sixNum": 0, + "sixAlreadyNum": 0, + "fourRoomNum": 0, + "fourNum": 0, + "fourAlreadyNum": 0, + "roomNotEmptyNum": 0, + "dormBuildingMangerList": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "username": "" + } + ], + "roomNo": 0 + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding": { + "post": { + "summary": "新增宿舍楼", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6573,40 +8278,79 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormBuildingDTO", + "description": "宿舍楼" }, - "example": "{\r\n \"id\":\"061d0e8f5a1971bcd05b18258236092a\",\r\n \"buildingNo\": \"10085\",//楼号\r\n \"layers\": 1,//层数\r\n \"phone\": \"123\"//电话\r\n}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormbuilding/edit": { + "post": { + "summary": "修改宿舍楼", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DormBuildingDTO", + "description": "宿舍楼" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -6618,7 +8362,7 @@ }, "/api/stuwork/dormbuilding/delete": { "post": { - "summary": "删除", + "summary": "通过id删除宿舍楼", "deprecated": false, "description": "", "tags": [], @@ -6627,10 +8371,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6638,42 +8382,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "string", + "description": "" }, - "example": [ - "061d0e8f5a1971bcd05b18258236092a" - ] + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -6683,19 +8412,36 @@ "security": [] } }, - "/api/stuwork/dormbuilding/detail": { + "/api/stuwork/dormbuilding/queryDormStatistics": { "get": { - "summary": "详情", + "summary": "查看每个宿舍楼下每个房间 学期下的每月评分", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "id", + "name": "schoolYear", "in": "query", - "description": "", + "description": "学年", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "buildNo", + "in": "query", + "description": "楼栋", "required": false, - "example": "061d0e8f5a1971bcd05b18258236092a", "schema": { "type": "string" } @@ -6704,53 +8450,39 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RDormStatisticsVO", + "description": "" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "mapList": [ + { + "": {} + } + ], + "headerVOList": [ + { + "label": "", + "prop": "" + } + ] + } + } } }, "headers": {} @@ -6761,68 +8493,48 @@ }, "/api/stuwork/dormbuilding/list": { "get": { - "summary": "楼号列表", + "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 d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "timestamp": { - "type": "string" - }, - "status": { - "type": "integer" - }, - "error": { - "type": "string" - }, - "path": { - "type": "string" + "$ref": "#/components/schemas/RListDormBuilding", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "layers": 0, + "phone": "" } - }, - "required": [ - "timestamp", - "status", - "error", - "path" ] } } @@ -6833,51 +8545,95 @@ "security": [] } }, - "/api/admin/dict/type/room_stu_num": { + "/api/stuwork/dormroom/page": { "get": { - "summary": "几人间", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RPageDormRoom", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "roomNo": "", + "roomType": "", + "bedNum": "", + "isHaveAir": "", + "deptCode": "", + "livedNum": 0, + "roomStudentId": "", + "deptName": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } } } }, @@ -6889,7 +8645,7 @@ }, "/api/stuwork/dormroom": { "post": { - "summary": "新增", + "summary": "新增宿舍房间", "deprecated": false, "description": "", "tags": [], @@ -6898,10 +8654,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -6909,105 +8665,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormRoom", + "description": "宿舍房间" }, - "example": "{\r\n \"deptCode\": \"\",//二级学院编码\r\n \"buildingNo\": \"7\",//楼号\r\n \"roomNo\": \"1000000001\",//宿舍号\r\n \"bedNum\": \"6\",//几人间\r\n \"livedNum\": \"\",\r\n \"remarks\": \"测试\"//备注\r\n}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -7028,10 +8706,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7039,13 +8717,161 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormRoomDTO", + "description": "" }, "example": "{\r\n \"deptCode\": \"13\",//二级学院编码\r\n \"ids\": [\"7\"]\r\n}" } } }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/edit": { + "post": { + "summary": "修改宿舍房间", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DormRoom", + "description": "宿舍房间" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/delete": { + "post": { + "summary": "通过id删除宿舍房间", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/list": { + "get": { + "summary": "宿舍号选择列表", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], "responses": { "500": { "description": "", @@ -7082,29 +8908,89 @@ "security": [] } }, - "/api/stuwork/dormroom/page": { + "/api/stuwork/dormroom/dormRoomByRoleList": { "get": { - "summary": "列表", + "summary": "根据角色查房间", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", - "in": "query", + "name": "Authorization", + "in": "header", "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListDormRoom", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "roomNo": "", + "roomType": "", + "bedNum": "", + "isHaveAir": "", + "deptCode": "", + "livedNum": 0, + "roomStudentId": "", + "deptName": "" + } + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/getDormRoomDataByBuildingNo": { + "get": { + "summary": "根据楼号查宿舍房间", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "buildingNo", + "in": "query", + "description": "楼号", "required": false, - "example": "1", + "example": "", "schema": { "type": "string" } }, { - "name": "size", + "name": "roomNo", "in": "query", - "description": "", + "description": "房间号", "required": false, - "example": "10", + "example": "", "schema": { "type": "string" } @@ -7113,39 +8999,258 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "timestamp": { - "type": "string" - }, - "status": { - "type": "integer" - }, - "error": { - "type": "string" - }, - "path": { - "type": "string" + "$ref": "#/components/schemas/RListDormRoom", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "roomNo": "", + "roomType": "", + "bedNum": "", + "isHaveAir": "", + "deptCode": "", + "livedNum": 0, + "roomStudentId": "", + "deptName": "" + } + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroom/getDataByRoomNo": { + "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": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "buildingNo", + "in": "query", + "description": "楼号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "房间号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "roomType", + "in": "query", + "description": "房间类型 0:女 1:男", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bedNum", + "in": "query", + "description": "几人间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isHaveAir", + "in": "query", + "description": "是否装空调 0:未装 1:已装", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "所属部门", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "livedNum", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "roomStudentId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListDormRoom", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "roomNo": "", + "roomType": "", + "bedNum": "", + "isHaveAir": "", + "deptCode": "", + "livedNum": 0, + "roomStudentId": "", + "deptName": "" } - }, - "required": [ - "timestamp", - "status", - "error", - "path" ] } } @@ -7158,29 +9263,217 @@ }, "/api/stuwork/dormroom/fetchDormRoomTreeList": { "get": { - "summary": "宿舍树状列表", + "summary": "宿舍树状图", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "dormdataType", + "name": "id", "in": "query", - "description": "宿舍空几人类型", + "description": "主键", "required": false, - "example": "1", "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": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "buildingNo", + "in": "query", + "description": "楼号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "房间号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "roomType", + "in": "query", + "description": "房间类型 0:女 1:男", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bedNum", + "in": "query", + "description": "几人间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isHaveAir", + "in": "query", + "description": "是否装空调 0:未装 1:已装", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "所属部门", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "livedNum", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "roomStudentId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "dormdataType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roomNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "ids", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7190,8 +9483,36 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RListDormRoomTreeVO" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "parentId": "", + "children": [ + { + "id": "", + "parentId": "", + "children": [ + { + "id": "", + "parentId": "", + "children": [] + } + ] + } + ], + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "roomNo": "", + "roomType": "", + "bedNum": "" + } + ] } } }, @@ -7212,10 +9533,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7238,34 +9559,163 @@ }, "/api/stuwork/dormroomstudent/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, { "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "1", + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "roomNo", + "in": "query", + "description": "房间号", + "required": false, + "example": "", "schema": { "type": "string" } }, { - "name": "size", + "name": "stuNo", "in": "query", - "description": "", + "description": "学号", "required": false, - "example": "10", + "example": "", "schema": { - "type": "string" + "type": "boolean", + "default": true + } + }, + { + "name": "isLeader", + "in": "query", + "description": "是否舍长", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "bedNo", + "in": "query", + "description": "床位号", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true } }, { "name": "deptCode", "in": "query", + "description": "学院代码", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "部门名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "班主任工号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classMasterName", + "in": "query", + "description": "班主任", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "学生姓名", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "gender", + "in": "query", "description": "", "required": false, "example": "", @@ -7273,30 +9723,50 @@ "type": "string" } }, + { + "name": "phone", + "in": "query", + "description": "学生联系电话", + "required": false, + "example": "", + "schema": { + "type": "integer" + } + }, + { + "name": "teacherPhone", + "in": "query", + "description": "班主任电话", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "tel", + "in": "query", + "description": "家长电话1", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, { "name": "buildingNo", "in": "query", "description": "", "required": false, - "example": "3", + "example": "", "schema": { "type": "string" } }, { - "name": "gender", + "name": "teacherRealName", "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "roomNo", - "in": "query", - "description": "", + "description": "班主任姓名", "required": false, "example": "", "schema": { @@ -7304,31 +9774,21 @@ } }, { - "name": "classNo", + "name": "classNos", "in": "query", - "description": "", + "description": "按学院查班级号", "required": false, - "example": "1", + "example": "", "schema": { "type": "string" } }, { - "name": "stuNo", + "name": "stuNoList", "in": "query", - "description": "", + "description": "学号", "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "realName", - "in": "query", - "description": "", - "required": false, - "example": "1", + "example": "", "schema": { "type": "string" } @@ -7337,43 +9797,93 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RIPageListDormRoomStudentVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "roomNo": "", + "stuNo": "", + "isLeader": "", + "bedNo": "", + "deptCode": "", + "classCode": "", + "classNo": "", + "className": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "", + "realName": "", + "gender": "", + "phone": "", + "teacherPhone": "", + "tel": "", + "buildingNo": "", + "pic": "", + "teacherRealName": "", + "bedNum": "", + "notBedNo": "", + "stuNum": 0, + "manStuNum": 0, + "girlStuNum": 0, + "nums": 0, + "bedNo1": "", + "bedNo2": "", + "bedNo3": "", + "bedNo4": "", + "bedNo5": "", + "bedNo6": "", + "isHaveAir": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } - } + }, + "headers": {} } }, "security": [] @@ -7390,10 +9900,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7433,111 +9943,6 @@ "security": [] } }, - "/api/stuwork/dormroom/list": { - "get": { - "summary": "宿舍号选择列表", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "床位号", @@ -7559,10 +9964,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7602,9 +10007,9 @@ "security": [] } }, - "/api/stuwork/dormroomstudent/edit": { + "/api/stuwork/dormroomstudent/exportEmptyPeopleRoomExcel": { "post": { - "summary": "转宿", + "summary": "空 n人宿舍导出", "deprecated": false, "description": "", "tags": [], @@ -7613,10 +10018,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7624,16 +10029,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormRoomStudentDTO", + "description": "" }, - "example": { - "id": "8819d710dfcff2c8a6e0d050f5d1a915", - "roomNo": "1000000001", - "bedNo": "2", - "stuNo": "151203254615", - "isLeader": "0" - } + "examples": {} } } }, @@ -7654,9 +10053,165 @@ "security": [] } }, + "/api/stuwork/dormroomstudent": { + "post": { + "summary": "新增住宿学生", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DormRoomStudent", + "description": "住宿学生" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/saveOrEditData": { + "post": { + "summary": "新增住宿信息 --如果已有则修改", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DormRoomStudent", + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/edit": { + "post": { + "summary": "修改住宿学生转宿", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DormRoomStudent", + "description": "住宿学生" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, "/api/stuwork/dormroomstudent/delete": { "post": { - "summary": "退宿", + "summary": "通过id删除住宿学生退宿", "deprecated": false, "description": "", "tags": [], @@ -7665,10 +10220,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7676,12 +10231,13 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "1" - ] + "examples": {} } } }, @@ -7691,8 +10247,356 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormroomstudent/getRoomNoByStuNo": { + "post": { + "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": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "房间号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isLeader", + "in": "query", + "description": "是否舍长", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bedNo", + "in": "query", + "description": "床位号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "部门名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "班主任工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classMasterName", + "in": "query", + "description": "班主任", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "学生姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "gender", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "phone", + "in": "query", + "description": "学生联系电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherPhone", + "in": "query", + "description": "班主任电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "tel", + "in": "query", + "description": "家长电话1", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "buildingNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "班主任姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNos", + "in": "query", + "description": "按学院查班级号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "stuNoList", + "in": "query", + "description": "学号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "stuNoList2", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roomNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "type", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "roomType", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MapRoomAndBuildingVO", + "description": "R" + }, + "example": { + "": { + "roomNo": "", + "buildingNo": "", + "phone": "" + } } } }, @@ -7704,29 +10608,31 @@ }, "/api/stuwork/dormhygienedaily/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", + "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "size", + "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { @@ -7736,7 +10642,9 @@ "required": false, "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 10 } }, { @@ -7746,7 +10654,9 @@ "required": false, "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 1 } }, { @@ -7763,42 +10673,60 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RPageDormHygieneDaily", + "description": "" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "buildingNo": "", + "roomNo": "", + "recordDate": "", + "note": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } } }, "headers": {} @@ -7809,7 +10737,7 @@ }, "/api/stuwork/dormhygienedaily": { "post": { - "summary": "新增", + "summary": "新增宿舍日卫生检查表", "deprecated": false, "description": "", "tags": [], @@ -7818,10 +10746,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7829,40 +10757,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormHygieneDaily", + "description": "宿舍日卫生检查表" }, - "example": "{\r\n \"buildingNo\": \"1\",//楼栋号\r\n \"roomNo\": \"1103\",//宿舍号\r\n \"recordDate\": \"2026-01-09 13:21:51\",//记录时间\r\n \"note\": \"测试\"//情况记录\r\n}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -7874,7 +10789,7 @@ }, "/api/stuwork/dormhygienedaily/edit": { "post": { - "summary": "编辑", + "summary": "修改宿舍日卫生检查表", "deprecated": false, "description": "", "tags": [], @@ -7883,10 +10798,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7894,40 +10809,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormHygieneDaily", + "description": "宿舍日卫生检查表" }, - "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}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -7939,7 +10841,7 @@ }, "/api/stuwork/dormhygienedaily/delete": { "post": { - "summary": "删除", + "summary": "通过id删除宿舍日卫生检查表", "deprecated": false, "description": "", "tags": [], @@ -7948,10 +10850,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -7959,42 +10861,30 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "1" - ] + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -8014,9 +10904,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "b723e179c074372c8b4033e81114b2b6", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -8025,72 +10914,41 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RDormHygieneDaily", + "description": "R" }, "example": { "code": 0, - "msg": null, + "msg": "", "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 + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "buildingNo": "", + "roomNo": "", + "recordDate": "", + "note": "" + } } } }, @@ -8102,322 +10960,137 @@ }, "/api/stuwork/dormhygienemonthly/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", + "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "size", + "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { "name": "buildingNo", "in": "query", - "description": "楼栋号 6", - "required": false, - "example": [ - "" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "学年如2024-2025", + "description": "楼号", "required": false, "example": "", "schema": { - "type": "string" - } - }, - { - "name": "schoolTerm", - "in": "query", - "description": "学期", - "required": false, - "example": "1", - "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 10 } }, { "name": "roomNo", "in": "query", - "description": "宿舍号1101", + "description": "房间号", "required": false, "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 1 } }, { "name": "month", "in": "query", - "description": "月份2026-01", + "description": "月份", "required": false, "example": "", "schema": { "type": "string" } }, + { + "name": "score", + "in": "query", + "description": "评分", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RIPageListDormHygieneMonthly", + "description": "" }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - ] + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "roomNo": "", + "month": "", + "score": 0 + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -8438,8 +11111,7 @@ "name": "id", "in": "query", "description": "", - "required": false, - "example": "cbf2d012af85c407c4986c00d9c3c61d", + "required": true, "schema": { "type": "string" } @@ -8448,10 +11120,62 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RDormHygieneMonthly" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "roomNo": "", + "month": "", + "score": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly": { + "post": { + "summary": "新增宿舍每月卫生", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -8459,61 +11183,134 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormHygieneMonthly", + "description": "宿舍每月卫生" }, - "example": "" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" }, "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 + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly/edit": { + "post": { + "summary": "修改宿舍每月卫生", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DormHygieneMonthly", + "description": "宿舍每月卫生" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/dormhygienemonthly/delete": { + "post": { + "summary": "通过id删除宿舍每月卫生", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -8534,10 +11331,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -8560,67 +11357,189 @@ }, "/api/stuwork/dormreform/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", + "name": "records[0].key", "in": "query", "description": "", "required": false, - "example": "1", "schema": { - "type": "string" + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "总数", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 } }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "需要进行排序的字段", "required": false, - "example": "10", "schema": { "type": "string" } }, { - "name": "deptCode", + "name": "orders[0].asc", "in": "query", - "description": "学院代码", + "description": "是否正序排列,默认 true", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "自动优化 COUNT SQL", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "searchCount", + "in": "query", + "description": "是否进行 count 查询", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "{@link #optimizeJoinOfCountSql()}", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "单页分页条数限制", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "countId", "required": false, - "example": "13", "schema": { "type": "string" } }, { - "name": "classNos", + "name": "id", "in": "query", - "description": "班号", + "description": "主键", "required": false, - "example": "1", "schema": { "type": "string" } }, { - "name": "roomNo", + "name": "createBy", "in": "query", - "description": "1101", + "description": "创建人", "required": false, - "example": "", "schema": { "type": "string" } }, { - "name": "reformStatus", + "name": "createTime", "in": "query", - "description": "整改结果", + "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": "remarks", + "in": "query", + "description": "备注", "required": false, - "example": "1", "schema": { "type": "string" } @@ -8628,9 +11547,8 @@ { "name": "schoolYear", "in": "query", - "description": "2025-2026", + "description": "学年", "required": false, - "example": "", "schema": { "type": "string" } @@ -8638,9 +11556,116 @@ { "name": "schoolTerm", "in": "query", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "roomNo", + "in": "query", + "description": "房间号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "reformContent", + "in": "query", + "description": "整改内容", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "reformStatus", + "in": "query", + "description": "整改结果 0未整改 1合格 2不合格", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "reformDate", + "in": "query", + "description": "整改时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCodes", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptNames", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNos", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCodes", + "in": "query", + "description": "按学院查班级号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "stuNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "roomNoList", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "deptCode", + "in": "query", "description": "", "required": false, - "example": "1", "schema": { "type": "string" } @@ -8648,9 +11673,8 @@ { "name": "month", "in": "query", - "description": "2026-02", + "description": "", "required": false, - "example": "", "schema": { "type": "string" } @@ -8659,42 +11683,71 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RIPageDormReformVO", + "description": "" }, - "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}" + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "roomNo": "", + "reformContent": "", + "reformStatus": "", + "reformDate": "", + "deptCodes": "", + "deptNames": "", + "classNos": "", + "nums": 0, + "stuNo": "", + "classCode": "", + "deptCode": "", + "deptName": "", + "classMasters": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } } }, "headers": {} @@ -8705,7 +11758,7 @@ }, "/api/stuwork/dormreform": { "post": { - "summary": "新增", + "summary": "新增宿舍整改", "deprecated": false, "description": "", "tags": [], @@ -8714,10 +11767,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -8725,40 +11778,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormReform", + "description": "宿舍整改" }, - "example": "{\r\n \"roomNo\": \"1117\",//房间号\r\n \"reformDate\": \"2026-01-09\",//整改日期\r\n \"reformContent\": \"测试\"//整改内容\r\n}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -8770,7 +11810,7 @@ }, "/api/stuwork/dormreform/edit": { "post": { - "summary": "编辑", + "summary": "修改宿舍整改", "deprecated": false, "description": "", "tags": [], @@ -8779,10 +11819,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -8790,40 +11830,27 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/DormReform", + "description": "宿舍整改" }, - "example": "{\r\n \"id\":\"0001b8ca6ba941478ab4895ce1dd82d0\",\r\n \"reformStatus\":\"\",//整改状态 合格不合格整改填充此字段即可\r\n \"roomNo\": \"1117\",//房间号\r\n \"reformDate\": \"2026-01-09\",//整改日期\r\n \"reformContent\": \"测试\"//整改内容\r\n}" + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -8835,7 +11862,7 @@ }, "/api/stuwork/dormreform/delete": { "post": { - "summary": "删除", + "summary": "通过id删除宿舍整改", "deprecated": false, "description": "", "tags": [], @@ -8844,10 +11871,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -8855,42 +11882,30 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "1" - ] + "examples": {} } } }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -8902,7 +11917,7 @@ }, "/api/stuwork/dormreform/detail": { "get": { - "summary": "详情", + "summary": "通过id查看宿舍整改", "deprecated": false, "description": "", "tags": [], @@ -8910,9 +11925,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "cbf2d012af85c407c4986c00d9c3c61d", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -8921,72 +11935,44 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "" - } - } - }, "responses": { - "500": { + "200": { "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" - ] + "$ref": "#/components/schemas/RDormReform", + "description": "R" }, "example": { "code": 0, - "msg": null, + "msg": "", "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 + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "roomNo": "", + "reformContent": "", + "reformStatus": "", + "reformDate": "", + "deptCodes": "", + "deptNames": "", + "classNos": "" + } } } }, @@ -8998,7 +11984,7 @@ }, "/api/stuwork/dormroomstudent/queryStudentAbnormal": { "get": { - "summary": "列表", + "summary": "异常住宿信息", "deprecated": false, "description": "", "tags": [], @@ -9007,10 +11993,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9020,10 +12006,29 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RListEverDormStudentVO", + "description": "" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": [ + { + "classNo": "", + "realName": "", + "bedNo": "", + "roomNo": "", + "stuNo": "", + "buildingNo": "", + "teacherRealName": "", + "teacherPhone": "", + "deptCode": "", + "majorName": "", + "teacherNo": "", + "deptName": "" + } + ] + } } }, "headers": {} @@ -9032,9 +12037,9 @@ "security": [] } }, - "/api/stuwork/dormbuildingmanger/page": { + "/api/stuwork//dormbuildingmanger/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], @@ -9043,10 +12048,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9056,96 +12061,43 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RPageDormBuildingManger", + "description": "" }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildingNo": "", + "username": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } } }, "headers": {} @@ -9165,10 +12117,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9189,59 +12141,160 @@ "security": [] } }, - "/api/stuwork/waterorder/page": { + "/api/stuwork/dormroomstudentchange/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", + "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "size", + "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "changeType", + "in": "query", + "description": "异动类型", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 } }, { "name": "roomNo", "in": "query", - "description": "宿舍号", + "description": "房间号", "required": false, - "example": "1101", + "example": "", "schema": { "type": "string" } }, { - "name": "year", + "name": "bedNo", "in": "query", - "description": "学年", + "description": "原床位号", "required": false, - "example": "2023-2024", + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "newRoomNo", + "in": "query", + "description": "新房间号", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "newBedNo", + "in": "query", + "description": "新床位号", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院代码", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "deptName", + "in": "query", + "description": "部门名称", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "example": "", "schema": { "type": "string" } }, { - "name": "period", + "name": "classCode", "in": "query", - "description": "学期", + "description": "班级代码", "required": false, - "example": "1", + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "学生姓名", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "stuNoList", + "in": "query", + "description": "学号", + "required": false, + "example": "", "schema": { "type": "string" } @@ -9250,10 +12303,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9263,8 +12316,499 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RIPageListDormRoomStudentChangeVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "stuNo": "", + "changeType": "", + "roomNo": "", + "bedNo": "", + "newRoomNo": "", + "newBedNo": "", + "deptCode": "", + "deptName": "", + "classNo": "", + "classCode": "", + "realName": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "roomNo", + "in": "query", + "description": "宿舍号", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "year", + "in": "query", + "description": "年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "period", + "in": "query", + "description": "周期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "orderNum", + "in": "query", + "description": "订单号", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "type", + "in": "query", + "description": "类型 1:补助 2:充值 3:开电 4:管电", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "paymentCode", + "in": "query", + "description": "充值类型 0:人工 1:中行", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "money", + "in": "query", + "description": "金额", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "chargeAccount", + "in": "query", + "description": "充值人的账户", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "chargeRealname", + "in": "query", + "description": "充值人的真实姓名", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "chargeState", + "in": "query", + "description": "充值结果 0: 待处理 1:充值成功", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "state", + "in": "query", + "description": "水电系统处理订单状态,0:待处理,1:已成功 2:处理失败", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageWaterOrder", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "roomNo": "", + "year": "", + "period": "", + "orderNum": "", + "type": "", + "paymentCode": "", + "money": 0, + "chargeAccount": "", + "chargeRealname": "", + "chargeState": "", + "state": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RWaterOrder" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "remarks": "", + "roomNo": "", + "year": "", + "period": "", + "orderNum": "", + "type": "", + "paymentCode": "", + "money": 0, + "chargeAccount": "", + "chargeRealname": "", + "chargeState": "", + "state": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder": { + "post": { + "summary": "新增宿舍水电缴费记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WaterOrder", + "description": "宿舍水电缴费记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/edit": { + "post": { + "summary": "修改宿舍水电缴费记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WaterOrder", + "description": "宿舍水电缴费记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterorder/delete": { + "post": { + "summary": "通过id删除宿舍水电缴费记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -9285,10 +12829,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9320,10 +12864,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9355,10 +12899,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9390,10 +12934,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9414,159 +12958,190 @@ "security": [] } }, - "/api/stuwork/waterorder": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": { + "/api/stuwork/waterdetail/page": { "get": { - "summary": "详情", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "id", + "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "1044d246566b334e745a2b7e6a8e1906", + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "buildNo", + "in": "query", + "description": "楼号", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "roomNo", + "in": "query", + "description": "宿舍号", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "bedNum", + "in": "query", + "description": "几人间", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "liveNum", + "in": "query", + "description": "已住人数", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "班主任工号", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "班主任姓名", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "oddbMoney", + "in": "query", + "description": "校园补贴", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "costMoney", + "in": "query", + "description": "消费金额", + "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": "string" + } + }, + { + "name": "moneySort", + "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": "roomNoList", + "in": "query", + "description": "房间号", + "required": false, + "example": "", "schema": { "type": "string" } @@ -9575,10 +13150,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9588,8 +13163,55 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RIPageListWaterDetailVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "buildNo": "", + "roomNo": "", + "bedNum": 0, + "liveNum": 0, + "classNo": "", + "teacherNo": "", + "teacherRealName": "", + "oddbMoney": 0, + "costMoney": 0, + "effectiveMoney": 0, + "rechargeMoney": 0 + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -9599,9 +13221,9 @@ "security": [] } }, - "/api/stuwork/waterdetail/delete": { + "/api/stuwork/waterdetail": { "post": { - "summary": "删除", + "summary": "新增宿舍水电", "deprecated": false, "description": "", "tags": [], @@ -9610,10 +13232,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9621,12 +13243,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/WaterDetail", + "description": "宿舍水电" }, - "example": [ - "1" - ] + "examples": {} } } }, @@ -9636,8 +13256,66 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/waterdetail/edit": { + "post": { + "summary": "修改宿舍水电", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/WaterDetail", + "description": "宿舍水电" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -9658,10 +13336,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9669,12 +13347,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/WaterDetail", + "description": "" }, - "example": { - "costMoney": 250.2 - } + "examples": {} } } }, @@ -9684,150 +13360,14 @@ "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "响应信息主体" }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": {} + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -9837,9 +13377,9 @@ "security": [] } }, - "/api/stuwork/waterdetail/edit": { + "/api/stuwork/waterdetail/delete": { "post": { - "summary": "编辑", + "summary": "通过id删除宿舍水电", "deprecated": false, "description": "", "tags": [], @@ -9848,10 +13388,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9859,10 +13399,13 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "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}" + "examples": {} } } }, @@ -9872,8 +13415,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -9893,9 +13442,9 @@ { "name": "roomNo", "in": "query", - "description": "", + "description": "房间号", "required": false, - "example": "1101", + "example": "1105", "schema": { "type": "string" } @@ -9904,10 +13453,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9917,8 +13466,31 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RListWaterMonthReport", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createDate": "", + "updateBy": "", + "updateDate": "", + "delFlag": "", + "remarks": "", + "roomNo": "", + "year": 0, + "month": 0, + "subiMonthSum": 0, + "subWatFlagSum": 0, + "flag": 0, + "meterNum": 0, + "waterDate": "" + } + ] } } }, @@ -9930,7 +13502,7 @@ }, "/api/stuwork/watermonthreport/delete": { "post": { - "summary": "删除", + "summary": "通过id删除宿舍水电月明细", "deprecated": false, "description": "", "tags": [], @@ -9939,10 +13511,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -9950,12 +13522,13 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "914deb8fc87c9a7604e57c9bd1a0dc26" - ] + "examples": {} } } }, @@ -9965,8 +13538,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -9978,7 +13557,7 @@ }, "/api/stuwork/watermonthreport/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], @@ -9986,31 +13565,33 @@ { "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -10020,10 +13601,48 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RPageWaterMonthReport", + "description": "" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createDate": "", + "updateBy": "", + "updateDate": "", + "delFlag": "", + "remarks": "", + "roomNo": "", + "year": 0, + "month": 0, + "subiMonthSum": 0, + "subWatFlagSum": 0, + "flag": 0, + "meterNum": 0, + "waterDate": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } } }, "headers": {} @@ -10034,7 +13653,7 @@ }, "/api/stuwork/watermonthreport": { "post": { - "summary": "新增", + "summary": "新增宿舍水电月明细", "deprecated": false, "description": "", "tags": [], @@ -10043,10 +13662,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -10054,10 +13673,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/WaterMonthReport", + "description": "宿舍水电月明细" }, - "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}" + "examples": {} } } }, @@ -10067,8 +13686,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -10080,7 +13705,7 @@ }, "/api/stuwork/watermonthreport/edit": { "post": { - "summary": "编辑", + "summary": "修改宿舍水电月明细", "deprecated": false, "description": "", "tags": [], @@ -10089,10 +13714,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -10100,23 +13725,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/WaterMonthReport", + "description": "宿舍水电月明细" }, - "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 - } + "examples": {} } } }, @@ -10126,8 +13738,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -10148,8 +13766,7 @@ "name": "id", "in": "query", "description": "", - "required": false, - "example": "e56c0f29ce94bb27b0de133a40dd99ee", + "required": true, "schema": { "type": "string" } @@ -10158,10 +13775,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -10171,8 +13788,171 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RWaterMonthReport" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createDate": "", + "updateBy": "", + "updateDate": "", + "delFlag": "", + "remarks": "", + "roomNo": "", + "year": 0, + "month": 0, + "subiMonthSum": 0, + "subWatFlagSum": 0, + "flag": 0, + "meterNum": 0, + "waterDate": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/watermonthreport/lookDetail": { + "get": { + "summary": "根据角色查看明细", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "roomNo", + "in": "query", + "description": "房间号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "年份", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "month", + "in": "query", + "description": "月份", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "subiMonthSum", + "in": "query", + "description": "用量", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "subWatFlagSum", + "in": "query", + "description": "费用", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "flag", + "in": "query", + "description": "2:用电 4:用水", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "meterNum", + "in": "query", + "description": "10:冷水 11:热水", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "waterDate", + "in": "query", + "description": "日期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RWaterReportDTO", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "roomNo": "", + "costMoney": 0, + "effectiveMoney": 0, + "WaterMonthReportList": [ + { + "id": "", + "createBy": "", + "createDate": "", + "updateBy": "", + "updateDate": "", + "delFlag": "", + "remarks": "", + "roomNo": "", + "year": 0, + "month": 0, + "subiMonthSum": 0, + "subWatFlagSum": 0, + "flag": 0, + "meterNum": 0, + "waterDate": "" + } + ] + } } } }, @@ -10184,35 +13964,61 @@ }, "/api/stuwork/classconstruction/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "deptCode", + "name": "current", "in": "query", - "description": "学院代码", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "title", + "in": "query", + "description": "活动主题", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "fileUrl", + "in": "query", + "description": "附件", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "content", + "in": "query", + "description": "富文本", "required": false, "example": "", "schema": { @@ -10222,7 +14028,862 @@ { "name": "classNo", "in": "query", - "description": "班号", + "description": "班级", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级学院", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageClassConstruction", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "title": "", + "fileUrl": "", + "content": "", + "classNo": "", + "deptCode": "", + "deptName": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction": { + "post": { + "summary": "初始化班级建设方案", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassConstruction", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "title": "", + "fileUrl": "", + "content": "", + "classNo": "", + "deptCode": "", + "deptName": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction/edit": { + "post": { + "summary": "修改班级建设方案", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassConstruction", + "description": "班级建设方案" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classconstruction/delete": { + "post": { + "summary": "通过id删除班级建设方案", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "classNo", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "title", + "in": "query", + "description": "标题", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "content", + "in": "query", + "description": "内容", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "status", + "in": "query", + "description": "状态", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "deptName", + "in": "query", + "description": "学院", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodeList", + "in": "query", + "description": "部门查班级", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodes", + "in": "query", + "description": "班主任班级", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RIPageListClassPlanVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "classNo": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "status": "", + "deptCode": "", + "deptName": "", + "classNos": [ + "" + ] + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassPlan", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "classNo": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "status": "", + "deptCode": "", + "deptName": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan": { + "post": { + "summary": "新增班级计划", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassPlan", + "description": "班级计划" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/edit": { + "post": { + "summary": "修改班级计划", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassPlan", + "description": "班级计划" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/editApproval": { + "post": { + "summary": "审核", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassPlan", + "description": "班级计划" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classplan/delete": { + "post": { + "summary": "通过id删除班级计划", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", "required": false, "example": "", "schema": { @@ -10236,1608 +14897,58 @@ "required": false, "example": "", "schema": { - "type": "string" + "type": "boolean", + "default": true } }, { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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", + "name": "journal", "in": "query", - "description": "", - "required": false, - "example": "3bb31582856327f9d5789f8f7fac9b58", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "", + "description": "发表刊物", "required": false, "example": "", "schema": { - "type": "string" + "type": "boolean", + "default": true } }, { - "name": "status", + "name": "page", "in": "query", - "description": "状态", + "description": "发表页码", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "description", + "in": "query", + "description": "描述", "required": false, "example": "", "schema": { - "type": "string" + "type": "boolean", + "default": true } }, { - "name": "schoolYear", + "name": "attachment", "in": "query", - "description": "", + "description": "附件", "required": false, "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64" } }, { - "name": "schoolTerm", + "name": "isAddScore", "in": "query", - "description": "", - "required": false, - "example": "", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "", + "description": "是否加分", "required": false, "example": "", "schema": { @@ -11847,17 +14958,7 @@ { "name": "type", "in": "query", - "description": "", - "required": false, - "example": "0", - "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "", + "description": "类别 0 德育论文 1 教案", "required": false, "example": "", "schema": { @@ -11865,9 +14966,39 @@ } }, { - "name": "schoolTerm", + "name": "classNo", "in": "query", - "description": "", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门编码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "班主任", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodeList", + "in": "query", + "description": "按学院查班级号", "required": false, "example": "", "schema": { @@ -11878,10 +15009,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -11891,705 +15022,64 @@ "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" - ] + "$ref": "#/components/schemas/RIPageListClassPaperVO", + "description": "" }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "classCode": "", + "title": "", + "journal": "", + "page": 0, + "description": "", + "attachment": "", + "isAddScore": "", + "type": "", + "classNo": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "", + "teacherRealName": "", + "classNos": [ + "" + ], + "scoreTab": "" } - }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -12610,8 +15100,7 @@ "name": "id", "in": "query", "description": "", - "required": false, - "example": "3bb31582856327f9d5789f8f7fac9b58", + "required": true, "schema": { "type": "string" } @@ -12620,10 +15109,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -12633,112 +15122,38 @@ "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" - ] + "$ref": "#/components/schemas/RClassPaper", + "description": "" }, - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "classCode": "", + "title": "", + "journal": "", + "page": 0, + "description": "", + "attachment": "", + "isAddScore": "", + "type": "", + "classNo": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "" + } + } } }, "headers": {} @@ -12747,96 +15162,21 @@ "security": [] } }, - "/api/stuwork/classthemerecord/page": { - "get": { - "summary": "列表", + "/api/stuwork/classpaper": { + "post": { + "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 d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -12844,8 +15184,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassPaper", + "description": "德育论文" }, "examples": {} } @@ -12857,259 +15197,14 @@ "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - ] + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -13119,9 +15214,9 @@ "security": [] } }, - "/api/stuwork/classthemerecord/delete": { + "/api/stuwork/classpaper/edit": { "post": { - "summary": "删除", + "summary": "修改德育论文", "deprecated": false, "description": "", "tags": [], @@ -13130,10 +15225,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -13141,12 +15236,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassPaper", + "description": "德育论文" }, - "example": [ - "3bb31582856327f9d5789f8f7fac9b58" - ] + "examples": {} } } }, @@ -13156,110 +15249,14 @@ "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -13269,146 +15266,105 @@ "security": [] } }, - "/api/stuwork/classthemerecord/detail": { - "get": { - "summary": "详情", + "/api/stuwork/classpaper/addScore": { + "post": { + "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 d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassPaper", + "description": "" + }, + "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" - ] + "$ref": "#/components/schemas/R", + "description": "" }, - "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}" + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpaper/delete": { + "post": { + "summary": "通过id删除德育论文", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } } }, "headers": {} @@ -13419,27 +15375,216 @@ }, "/api/stuwork/classtheme/page": { "get": { - "summary": "查看上传记录", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", + "name": "records[0].key", "in": "query", "description": "", "required": false, - "example": "1", "schema": { - "type": "string" + "type": "" + } + }, + { + "name": "total", + "in": "query", + "description": "总数", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 } }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "orders[0].column", + "in": "query", + "description": "需要进行排序的字段", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "orders[0].asc", + "in": "query", + "description": "是否正序排列,默认 true", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "optimizeCountSql", + "in": "query", + "description": "自动优化 COUNT SQL", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "searchCount", + "in": "query", + "description": "是否进行 count 查询", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "optimizeJoinOfCountSql", + "in": "query", + "description": "{@link #optimizeJoinOfCountSql()}", + "required": false, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "maxLimit", + "in": "query", + "description": "单页分页条数限制", + "required": false, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "countId", + "in": "query", + "description": "countId", + "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": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "活动主题", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "fileUrl", + "in": "query", + "description": "附件", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "content", + "in": "query", + "description": "富文本", "required": false, - "example": "10", "schema": { "type": "string" } @@ -13447,9 +15592,8 @@ { "name": "schoolYear", "in": "query", - "description": "", + "description": "学年", "required": false, - "example": "2025-2026", "schema": { "type": "string" } @@ -13457,9 +15601,8 @@ { "name": "schoolTerm", "in": "query", - "description": "", + "description": "学期", "required": false, - "example": "1", "schema": { "type": "string" } @@ -13467,9 +15610,8 @@ { "name": "classNo", "in": "query", - "description": "", + "description": "班级", "required": false, - "example": "2250", "schema": { "type": "string" } @@ -13477,9 +15619,17 @@ { "name": "deptCode", "in": "query", - "description": "", + "description": "二级学院", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isDb", + "in": "query", + "description": "是否满足次数(数据字典配置)\")", "required": false, - "example": "15", "schema": { "type": "string" } @@ -13488,10 +15638,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -13501,55 +15651,116 @@ "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" - ] + "$ref": "#/components/schemas/RPageClassTheme", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "title": "", + "fileUrl": "", + "content": "", + "schoolYear": "", + "schoolTerm": "", + "classNo": "", + "deptCode": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } } } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classtheme/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassTheme", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "title": "", + "fileUrl": "", + "content": "", + "schoolYear": "", + "schoolTerm": "", + "classNo": "", + "deptCode": "" + } + } + } + }, + "headers": {} } }, "security": [] @@ -13566,10 +15777,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -13577,10 +15788,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassTheme", + "description": "主题班会" }, - "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}" + "examples": {} } } }, @@ -13590,110 +15801,14 @@ "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -13705,7 +15820,7 @@ }, "/api/stuwork/classtheme/edit": { "post": { - "summary": "编辑主题班会", + "summary": "修改主题班会", "deprecated": false, "description": "", "tags": [], @@ -13714,10 +15829,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -13725,10 +15840,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassTheme", + "description": "主题班会" }, - "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}" + "examples": {} } } }, @@ -13738,110 +15853,14 @@ "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -13853,7 +15872,7 @@ }, "/api/stuwork/classtheme/delete": { "post": { - "summary": "删除主题班会", + "summary": "通过id删除主题班会", "deprecated": false, "description": "", "tags": [], @@ -13862,10 +15881,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -13873,12 +15892,13 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "1" - ] + "examples": {} } } }, @@ -13888,199 +15908,14 @@ "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -14101,10 +15936,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -14125,6 +15960,359 @@ "security": [] } }, + "/api/stuwork/classthemerecord/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "title", + "in": "query", + "description": "活动主题", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "fileUrl", + "in": "query", + "description": "附件", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "content", + "in": "query", + "description": "富文本", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "deptCode", + "in": "query", + "description": "二级学院", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "isDb", + "in": "query", + "description": "是否满足次数(数据字典配置)\")", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageClassThemeRecord", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "classNo": "", + "deptCode": "", + "count": 0 + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classthemerecord/detail": { + "get": { + "summary": "通过id查询主题班会上传记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassThemeRecord", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "classNo": "", + "deptCode": "", + "count": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classthemerecord": { + "post": { + "summary": "初始化班级主题班会", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassThemeRecord", + "description": "初始化班级主题班会" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classthemerecord/delete": { + "post": { + "summary": "通过id删除主题班会上传记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, "/api/admin/dict/type/status_type": { "get": { "summary": "状态", @@ -14136,10 +16324,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -14160,314 +16348,295 @@ "security": [] } }, - "/api/stuwork/classsummary/edit": { - "post": { - "summary": "编辑", + "/api/stuwork/classsummary/page": { + "get": { + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "totalCnt", + "in": "query", + "description": "总人数", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "boyCnt", + "in": "query", + "description": "男生人数", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "girlCnt", + "in": "query", + "description": "女生人数", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "boyDormCnt", + "in": "query", + "description": "男(住宿)", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "girlDormCnt", + "in": "query", + "description": "女(住宿)", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "keepSchoolCnt", + "in": "query", + "description": "留校察看人数", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "gigCnt", + "in": "query", + "description": "记过人数", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "seriousWarningCnt", + "in": "query", + "description": "严重警告人数", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "warningCnt", + "in": "query", + "description": "警告人数", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "revokeCnt", + "in": "query", + "description": "撤销处分人数", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "dropCnt", + "in": "query", + "description": "退学人数", + "required": false, + "example": 0, + "schema": { + "type": "string" + } + }, + { + "name": "summary", + "in": "query", + "description": "总结报告", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "状态", + "required": false, + "example": "", + "schema": { + "type": "integer" + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "班主任", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodeList", + "in": "query", + "description": "按学院查班级号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "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" + "$ref": "#/components/schemas/RIPageListClassSummary", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "totalCnt": 0, + "boyCnt": 0, + "girlCnt": 0, + "boyDormCnt": 0, + "girlDormCnt": 0, + "keepSchoolCnt": 0, + "gigCnt": 0, + "seriousWarningCnt": 0, + "warningCnt": 0, + "revokeCnt": 0, + "dropCnt": 0, + "summary": "", + "status": "" } - }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -14479,7 +16648,7 @@ }, "/api/stuwork/classsummary/detail": { "get": { - "summary": "详情", + "summary": "通过id查询班级总结", "deprecated": false, "description": "", "tags": [], @@ -14487,9 +16656,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "3bb31582856327f9d5789f8f7fac9b58", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -14498,10 +16666,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -14511,319 +16679,39 @@ "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" - ] + "$ref": "#/components/schemas/RClassSummary", + "description": "R" }, - "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 d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "totalCnt": 0, + "boyCnt": 0, + "girlCnt": 0, + "boyDormCnt": 0, + "girlDormCnt": 0, + "keepSchoolCnt": 0, + "gigCnt": 0, + "seriousWarningCnt": 0, + "warningCnt": 0, + "revokeCnt": 0, + "dropCnt": 0, + "summary": "", + "status": "" + } + } } }, "headers": {} @@ -14834,7 +16722,7 @@ }, "/api/stuwork/classsummary": { "post": { - "summary": "新增", + "summary": "新增班级总结", "deprecated": false, "description": "", "tags": [], @@ -14843,10 +16731,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -14854,28 +16742,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassSummary", + "description": "班级总结" }, - "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" - } + "examples": {} } } }, @@ -14885,110 +16755,121 @@ "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsummary/edit": { + "post": { + "summary": "修改班级总结", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassSummary", + "description": "班级总结" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsummary/delete": { + "post": { + "summary": "通过id删除班级总结", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -15000,11 +16881,33 @@ }, "/api/stuwork/rewardstudent/getList": { "get": { - "summary": "列表", + "summary": "学生个人奖项", "deprecated": false, "description": "", "tags": [], "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, { "name": "deptCode", "in": "query", @@ -15012,7 +16915,9 @@ "required": false, "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 10 } }, { @@ -15022,7 +16927,9 @@ "required": false, "example": "1417072412", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 1 } }, { @@ -15042,17 +16949,18 @@ "required": false, "example": "1", "schema": { - "type": "string" + "type": "boolean", + "default": true } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -15062,112 +16970,32 @@ "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" - ] + "$ref": "#/components/schemas/RListRewardStudentVO", + "description": "" }, - "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": [\r\n {\r\n \"departName\": \"智能制造学院\",//学院\r\n \"classCode\": \"1417072412\",//班级代码\r\n \"classNo\": \"2412\",//班号\r\n \"realName\": \"梅宸滔\",//姓名\r\n \"stuNo\": \"141707241233\",//学号\r\n \"averageConduct\": 85.00,//操行平均分\r\n \"averageScore\": 0,//平均分\r\n \"violation\": null,//违规违纪\r\n \"upDateTime\": \"\",//保存时间\r\n \"ruleName\": [],//奖项\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"郝馨\",\r\n \"stuNo\": \"141707241204\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"胡皓哲\",\r\n \"stuNo\": \"141707241222\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"王伟杰\",\r\n \"stuNo\": \"141707241240\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"程启尧\",\r\n \"stuNo\": \"141707241217\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"黄吉\",\r\n \"stuNo\": \"141707241224\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"李进涛\",\r\n \"stuNo\": \"141707241227\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"时宇豪\",\r\n \"stuNo\": \"141707241236\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"刘铭俊\",\r\n \"stuNo\": \"141707241231\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"唐睿\",\r\n \"stuNo\": \"141707241209\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"李维诺\",\r\n \"stuNo\": \"141707241228\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"张紫洁\",\r\n \"stuNo\": \"141707241216\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"何陆宁\",\r\n \"stuNo\": \"141707241221\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"周杰\",\r\n \"stuNo\": \"141707241248\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"王昱锦\",\r\n \"stuNo\": \"141707241241\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"周信威\",\r\n \"stuNo\": \"141707241249\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"张慈\",\r\n \"stuNo\": \"141707241244\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"徐诗雅\",\r\n \"stuNo\": \"141707241213\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"蒋志义\",\r\n \"stuNo\": \"141707241225\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"胡子阳\",\r\n \"stuNo\": \"141707241223\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"吴星宇\",\r\n \"stuNo\": \"141707241242\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"刘奕晨\",\r\n \"stuNo\": \"141707241205\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"廖锦鸿\",\r\n \"stuNo\": \"141707241230\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"张洁\",\r\n \"stuNo\": \"141707241215\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"张宇航\",\r\n \"stuNo\": \"141707241247\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"刁佳炜\",\r\n \"stuNo\": \"141707241219\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"邓静茹\",\r\n \"stuNo\": \"141707241202\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"丁宇\",\r\n \"stuNo\": \"141707241220\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"徐焱\",\r\n \"stuNo\": \"141707241243\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"彭俊煊\",\r\n \"stuNo\": \"141707241235\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"张浩杨\",\r\n \"stuNo\": \"141707241245\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"顾宇洁\",\r\n \"stuNo\": \"141707241203\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"陈洁\",\r\n \"stuNo\": \"141707241201\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"孙雨心\",\r\n \"stuNo\": \"141707241208\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"戴亚军\",\r\n \"stuNo\": \"141707241218\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"孟怀程\",\r\n \"stuNo\": \"141707241234\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"孙焕\",\r\n \"stuNo\": \"141707241237\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"吴成巧\",\r\n \"stuNo\": \"141707241210\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"柯烨磊\",\r\n \"stuNo\": \"141707241226\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"夏秋萍\",\r\n \"stuNo\": \"141707241212\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"朱金海\",\r\n \"stuNo\": \"141707241250\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"郄敬茹\",\r\n \"stuNo\": \"141707241211\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"李玉群\",\r\n \"stuNo\": \"141707241229\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n },\r\n {\r\n \"departName\": \"智能制造学院\",\r\n \"classCode\": \"1417072412\",\r\n \"classNo\": \"2412\",\r\n \"realName\": \"滕文强\",\r\n \"stuNo\": \"141707241238\",\r\n \"averageConduct\": 85.00,\r\n \"averageScore\": 0,\r\n \"violation\": null,\r\n \"upDateTime\": \"\",\r\n \"ruleName\": [],\r\n \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"id\": null\r\n }\r\n ],\r\n \"ok\": true\r\n}" + "example": { + "code": 0, + "msg": "", + "data": [ + { + "departName": "", + "classCode": "", + "classNo": "", + "realName": "", + "stuNo": "", + "averageConduct": 0, + "averageScore": 0, + "violation": "", + "upDateTime": "", + "ruleName": [ + "" + ], + "schoolYear": "", + "schoolTerm": "", + "id": "" + } + ] + } } }, "headers": {} @@ -15176,43 +17004,147 @@ "security": [] } }, - "/api/stuwork/filemanager/editFile": { - "post": { - "summary": "编辑", + "/api/stuwork/filemanager/page": { + "get": { + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "fileName", + "in": "query", + "description": "文件名称", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "fileUrl", + "in": "query", + "description": "附件地址", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "classification", + "in": "query", + "description": "分类名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "level", + "in": "query", + "description": "层级", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "parentId", + "in": "query", + "description": "上级ID", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"id\":\"0efe020b325035fc0edf3363f66d1d02\",\r\n \"parentId\": \"-1\",\r\n \"classification\": \"测试文件夹11\"//名称\r\n}" - } - } - }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RPageFileManager", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "fileName": "", + "fileUrl": "", + "classification": "", + "level": 0, + "parentId": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } } } }, @@ -15224,29 +17156,19 @@ }, "/api/stuwork/filemanager/list": { "get": { - "summary": "列表", + "summary": "文件列表 ", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "level", - "in": "query", - "description": "", - "required": false, - "example": "0", - "schema": { - "type": "string" - } - }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -15256,322 +17178,30 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "msg": { - "type": "null" - }, - "data": { - "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" - }, - "fileName": { - "type": "null" - }, - "fileUrl": { - "type": "null" - }, - "classification": { - "type": "string" - }, - "level": { - "type": "integer" - }, - "parentId": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "fileName", - "fileUrl", - "classification", - "level", - "parentId" - ] - } - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/RListFileManager" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "fileName": "", + "fileUrl": "", + "classification": "", + "level": 0, + "parentId": "" } - }, - "required": [ - "code", - "msg", - "data", - "ok" ] } } - } - } - }, - "security": [] - } - }, - "/api/stuwork/filemanager/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": "parentId", - "in": "query", - "description": "", - "required": false, - "example": "f45db7c5c2b05bb8252b05cc3a810740", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - }, - "createBy": { - "type": "string" - }, - "createTime": { - "type": "string" - }, - "updateBy": { - "type": "null" - }, - "updateTime": { - "type": "null" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "null" - }, - "remarks": { - "type": "null" - }, - "fileName": { - "type": "null" - }, - "fileUrl": { - "type": "null" - }, - "classification": { - "type": "string" - }, - "level": { - "type": "integer" - }, - "parentId": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "fileName", - "fileUrl", - "classification", - "level", - "parentId" - ] - } - }, - "ok": { - "type": "boolean" - } - }, - "required": [ - "code", - "msg", - "data", - "ok" - ] - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/filemanager": { - "post": { - "summary": "新增文件", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"fileName\": \"测试\",//名称\r\n \"remarks\": \"222\",//备注\r\n \"fileUrl\": \"1111\",//路径\r\n \"parentId\": \"f45db7c5c2b05bb8252b05cc3a810740\",//文件夹id\r\n \"level\": \"1\"\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/filemanager/edit": { - "post": { - "summary": "编辑文件", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"id\":\"114caa084ec51480fa8933b06f01aa7f\",\r\n \"fileName\": \"测试\",//名称\r\n \"remarks\": \"222\",//备注\r\n \"fileUrl\": \"1111\",//路径\r\n \"parentId\": \"f45db7c5c2b05bb8252b05cc3a810740\",//文件夹id\r\n \"level\": \"1\"\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } }, "headers": {} } @@ -15581,7 +17211,7 @@ }, "/api/stuwork/filemanager/detail": { "get": { - "summary": "文件详情", + "summary": "通过id查询学工文件管理", "deprecated": false, "description": "", "tags": [], @@ -15589,9 +17219,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "114caa084ec51480fa8933b06f01aa7f", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -15600,10 +17229,64 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RFileManager", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "fileName": "", + "fileUrl": "", + "classification": "", + "level": 0, + "parentId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/filemanager": { + "post": { + "summary": "新增学工文件管理", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -15611,10 +17294,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/FileManagerDTO", + "description": "学工文件管理" }, - "example": "" + "examples": {} } } }, @@ -15624,8 +17307,118 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/filemanager/edit": { + "post": { + "summary": "修改学工文件管理", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/FileManagerDTO", + "description": "学工文件管理" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/filemanager/editFile": { + "post": { + "summary": "新增/编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/FileManagerDTO", + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "响应信息主体" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -15637,7 +17430,7 @@ }, "/api/stuwork/filemanager/delete": { "post": { - "summary": "删除", + "summary": "通过id删除学工文件管理", "deprecated": false, "description": "", "tags": [], @@ -15646,10 +17439,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -15657,12 +17450,13 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "1" - ] + "examples": {} } } }, @@ -15672,8 +17466,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -15685,68 +17485,97 @@ }, "/api/stuwork/moralplan/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "schoolTerm", + "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { "name": "schoolYear", "in": "query", - "description": "", + "description": "学年", "required": false, - "example": "2020-2021", + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "title", + "in": "query", + "description": "标题", + "required": false, + "example": "", "schema": { "type": "string" } }, + { + "name": "content", + "in": "query", + "description": "内容", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, { "name": "author", "in": "query", "description": "作者", "required": false, + "example": "", "schema": { - "type": "string" + "type": "boolean", + "default": true } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -15756,266 +17585,49 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RIPageListMoralPlan", + "description": "" }, - "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"e7205ef7f854405896de655d1ea14229\",\r\n \"createBy\": \"00421\",\r\n \"createTime\": \"2020-09-07 18:00:35\",\r\n \"updateBy\": \"00421\",\r\n \"updateTime\": \"2020-09-07 18:00:35\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",//备注\r\n \"schoolYear\": \"2020-2021\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"title\": \"2020-2021学年德育工作计划\",//标题\r\n \"content\": \"<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249); text-align: center;">\\r\\n\\t<img alt="1.JPEG" src="http://www.czjsy.com/web/common/js/kindeditor/attached/image/20200907/1599476257140783.jpeg" style="margin: 0px; padding: 0px; list-style-type: none;" title="1599476257140783.jpeg" /></p>\\r\\n<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249);">\\r\\n\\t&nbsp;</p>\\r\\n<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249); text-align: center;">\\r\\n\\t<img alt="2.JPEG" src="http://www.czjsy.com/web/common/js/kindeditor/attached/image/20200907/1599476262688083.jpeg" style="margin: 0px; padding: 0px; list-style-type: none;" title="1599476262688083.jpeg" /></p>\",\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/moralplan": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": { - "schoolYear": "2025-2026", - "schoolTerm": "1", - "title": "测试", - "author": "测试作者", - "content": "

22

", - "createTime": "" - } - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/moralplan/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": { - "id": "e7205ef7f854405896de655d1ea14229", - "remarks": "", - "schoolYear": "2020-2021", - "schoolTerm": "1", - "title": "2020-2021学年德育工作计划", - "content": "<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249); text-align: center;">\r\n\t<img alt="1.JPEG" src="http://www.czjsy.com/web/common/js/kindeditor/attached/image/20200907/1599476257140783.jpeg" style="margin: 0px; padding: 0px; list-style-type: none;" title="1599476257140783.jpeg" /></p>\r\n<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249);">\r\n\t&nbsp;</p>\r\n<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249); text-align: center;">\r\n\t<img alt="2.JPEG" src="http://www.czjsy.com/web/common/js/kindeditor/attached/image/20200907/1599476262688083.jpeg" style="margin: 0px; padding: 0px; list-style-type: none;" title="1599476262688083.jpeg" /></p>", - "author": "基础部" - } - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/moralplan/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "author": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -16027,7 +17639,7 @@ }, "/api/stuwork/moralplan/detail": { "get": { - "summary": "详情", + "summary": "通过id查询德育计划", "deprecated": false, "description": "", "tags": [], @@ -16035,9 +17647,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "e7205ef7f854405896de655d1ea14229", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -16046,10 +17657,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -16059,110 +17670,27 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RMoralPlan", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "author": "" + } } } }, @@ -16172,196 +17700,9 @@ "security": [] } }, - "/api/stuwork/termactivity/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": "schoolTerm", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "", - "required": false, - "example": "2020-2021", - "schema": { - "type": "string" - } - }, - { - "name": "author", - "in": "query", - "description": "作者", - "required": false, - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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\": \"068c20315c454d6abf4679b9c9bf64f5\",\r\n \"createBy\": \"00421\",\r\n \"createTime\": \"2020-09-07 18:00:57\",\r\n \"updateBy\": \"00421\",\r\n \"updateTime\": \"2020-09-07 18:00:57\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"schoolYear\": \"2020-2021\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"title\": \"2020-2021第一学期活动安排\",//标题\r\n \"content\": \"<p>\\r\\n\\t<img alt="1.JPEG" src="http://www.czjsy.com/web/common/js/kindeditor/attached/image/20200907/1599476090704602.jpeg" style="margin: 0px; padding: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; text-align: center; white-space: normal; background-color: rgb(222, 236, 249);" title="1599476090704602.jpeg" /></p>\",\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/termactivity": { + "/api/stuwork/moralplan": { "post": { - "summary": "新增", + "summary": "新增德育计划", "deprecated": false, "description": "", "tags": [], @@ -16370,10 +17711,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -16381,8 +17722,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/MoralPlan", + "description": "德育计划" }, "example": { "schoolYear": "2025-2026", @@ -16401,8 +17742,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -16412,9 +17759,9 @@ "security": [] } }, - "/api/stuwork/termactivity/edit": { + "/api/stuwork/moralplan/edit": { "post": { - "summary": "编辑", + "summary": "修改德育计划", "deprecated": false, "description": "", "tags": [], @@ -16423,10 +17770,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -16434,18 +17781,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/MoralPlan", + "description": "德育计划" }, - "example": { - "id": "e7205ef7f854405896de655d1ea14229", - "remarks": "", - "schoolYear": "2020-2021", - "schoolTerm": "1", - "title": "2020-2021学年德育工作计划", - "content": "<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249); text-align: center;">\r\n\t<img alt="1.JPEG" src="http://www.czjsy.com/web/common/js/kindeditor/attached/image/20200907/1599476257140783.jpeg" style="margin: 0px; padding: 0px; list-style-type: none;" title="1599476257140783.jpeg" /></p>\r\n<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249);">\r\n\t&nbsp;</p>\r\n<p style="margin: 0px; padding: 0px; border: 0px; list-style-type: none; font-family: Verdana, Arial, 宋体, sans-serif; white-space: normal; background-color: rgb(222, 236, 249); text-align: center;">\r\n\t<img alt="2.JPEG" src="http://www.czjsy.com/web/common/js/kindeditor/attached/image/20200907/1599476262688083.jpeg" style="margin: 0px; padding: 0px; list-style-type: none;" title="1599476262688083.jpeg" /></p>", - "author": "基础部" - } + "examples": {} } } }, @@ -16455,8 +17794,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -16466,9 +17811,9 @@ "security": [] } }, - "/api/stuwork/termactivity/delete": { + "/api/stuwork/moralplan/delete": { "post": { - "summary": "删除", + "summary": "通过id删除德育计划", "deprecated": false, "description": "", "tags": [], @@ -16477,10 +17822,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -16488,12 +17833,13 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "1" - ] + "examples": {} } } }, @@ -16503,8 +17849,168 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/termactivity/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "title", + "in": "query", + "description": "标题", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "content", + "in": "query", + "description": "内容", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RIPageListTermActivity", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "author": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -16516,7 +18022,7 @@ }, "/api/stuwork/termactivity/detail": { "get": { - "summary": "详情", + "summary": "通过id查询学期活动", "deprecated": false, "description": "", "tags": [], @@ -16524,9 +18030,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "e7205ef7f854405896de655d1ea14229", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -16535,10 +18040,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -16548,110 +18053,193 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RTermActivity", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "content": "", + "author": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/termactivity": { + "post": { + "summary": "新增学期活动", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TermActivity", + "description": "学期活动" + }, + "example": { + "schoolYear": "2025-2026", + "schoolTerm": "1", + "title": "测试", + "author": "测试作者", + "content": "

22

", + "createTime": "" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/termactivity/edit": { + "post": { + "summary": "修改学期活动", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/TermActivity", + "description": "学期活动" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/termactivity/delete": { + "post": { + "summary": "通过id删除学期活动", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -16672,10 +18260,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -16698,39 +18286,31 @@ }, "/api/stuwork/stucare/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "schoolTerm", + "name": "current", "in": "query", - "description": "学期", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { @@ -16738,44 +18318,23 @@ "in": "query", "description": "学年", "required": false, - "example": [ - "" - ], + "example": "", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "integer", + "format": "int64", + "default": 10 } }, { - "name": "deptCode", + "name": "schoolTerm", "in": "query", - "description": "学院代码", + "description": "学期", "required": false, "example": "", "schema": { - "type": "string" - } - }, - { - "name": "classCode", - "in": "query", - "description": "班级代码", - "required": false, - "example": "", - "schema": { - "type": "string" - } - }, - { - "name": "realName", - "in": "query", - "description": "姓名", - "required": false, - "example": "", - "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 1 } }, { @@ -16788,14 +18347,99 @@ "type": "string" } }, + { + "name": "careType", + "in": "query", + "description": "需关爱类型 1:自卑 2:逆反 3:嫉妒 4:厌学 5:唯我独尊 6:早恋 7:网瘾 8:情绪化 9:其他", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "present", + "in": "query", + "description": "危机表现", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "result", + "in": "query", + "description": "干预结果", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "recordDate", + "in": "query", + "description": "记录时间", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "classCode", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -16805,270 +18449,61 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RIPageListStuCareVO", + "description": "" }, - "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"037c0dfeca6ff7dfaf475b5f3c4e90f6\",\r\n \"createBy\": \"00450\",\r\n \"createTime\": \"2023-01-02 21:40:35\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"041722182819\",\r\n \"careType\": \"2\",\r\n \"present\": \"钱雨杭,男,单亲家庭,和妈妈一起生活,之前是住宿生,本学期改了走读生,一人在学校附近住房子,周六周日也不回去。一人就在租的房子里。平时放学后就去肯德基打工。本学期很少和老师和学生交流,对于老师的沟通和教育常报以对抗情绪,稍有不顺,就在教室不顾课堂纪律大发光火。只要自己认准的事情,就认为是对的,不听任何人的劝告。\",//危机表现\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-12-23\",\r\n \"realName\": null,//学生姓名\r\n \"classCode\": null,//班级代码\r\n \"classNo\": null,//班号\r\n \"className\": null,//班级名称\r\n \"deptCode\": null,//学院代码\r\n \"deptName\": null,//学院名称\r\n \"teacherNo\": null,//班主任工号\r\n \"classMasterName\": null,//班主任姓名\r\n \"teacherRealName\": null,//班主任姓名\r\n \"teacherTel\": null//班主任号码\r\n },\r\n {\r\n \"id\": \"059ba0ab0dcfdedf591ae16655e82a94\",\r\n \"createBy\": \"00611\",\r\n \"createTime\": \"2021-12-16 10:28:53\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"141702213317\",\r\n \"careType\": \"9\",\r\n \"present\": \"割腕自残,后来考证初二就有第一次了\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-12-15\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"0dc1628b74eb41c0ccc41ae6b43231fb\",\r\n \"createBy\": \"00702\",\r\n \"createTime\": \"2022-12-26 21:11:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131202212303\",\r\n \"careType\": \"8\",\r\n \"present\": \"有抑郁症史,已与家长联系,建议治疗\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-23\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"0e2909691fc9660c34b51b7887981a03\",\r\n \"createBy\": \"00723\",\r\n \"createTime\": \"2022-11-09 14:40:12\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131711223451\",\r\n \"careType\": \"7\",\r\n \"present\": \"刷抖音到夜里3点,白天上课睡觉\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-09\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1109b2cbc95678744959ff39985bbeaa\",\r\n \"createBy\": \"00140\",\r\n \"createTime\": \"2021-11-25 08:54:12\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"121708210527\",\r\n \"careType\": \"9\",\r\n \"present\": \"学校心理健康测试结果显示异常\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-11-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"11ffc1e642be63b728e448e3ae4d3d76\",\r\n \"createBy\": \"00611\",\r\n \"createTime\": \"2021-12-22 17:02:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"141702213308\",\r\n \"careType\": \"9\",\r\n \"present\": \"求关注\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-12-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"140fa3592322d6c22755bf12d20d90f1\",\r\n \"createBy\": \"00370\",\r\n \"createTime\": \"2022-12-02 19:20:43\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"111704202037\",\r\n \"careType\": \"4\",\r\n \"present\": \"经常迟到,作业不做,考试不及格\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1c88ad5a17c03c57ff38bd8e844df71a\",\r\n \"createBy\": \"00723\",\r\n \"createTime\": \"2022-11-09 14:39:33\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131711223444\",\r\n \"careType\": \"9\",\r\n \"present\": \"熬夜情况严重\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-01\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1f01425ef71cacaf4d5ef4e2532d4f12\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-12 13:40:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254803\",\r\n \"careType\": \"5\",\r\n \"present\": \"1111\",\r\n \"result\": null,\r\n \"recordDate\": \"2026-01-12\",\r\n \"realName\": \"聂嘉妤\",\r\n \"classCode\": \"1512072548\",\r\n \"classNo\": \"2548\",\r\n \"className\": \"交通运输2548\",\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"teacherNo\": \"00823\",\r\n \"classMasterName\": \"周熔\",\r\n \"teacherRealName\": \"周熔\",\r\n \"teacherTel\": \"18896656256\"\r\n },\r\n {\r\n \"id\": \"202901cd5a5d1b10a13299fb8d7718b9\",\r\n \"createBy\": \"00140\",\r\n \"createTime\": \"2021-10-08 10:55:22\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"121708210536\",\r\n \"careType\": \"1\",\r\n \"present\": \"该生在别人对其讲话时总是心不在焉,貌似很认真的听,其实一句都没听进去,问他时一句话都不会说,几乎不讲话,通常面无表情,和家长已沟通。\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-10-08\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n }\r\n ],\r\n \"total\": 82,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 9\r\n },\r\n \"ok\": true\r\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/stucare": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"deptCode\": \"\",\r\n \"classCode\": \"1512072548\",//班级代码\r\n \"stuNo\": \"151207254803\",//学号\r\n \"careType\": \"5\",//需关爱类型\r\n \"present\": \"1111\",//危机表现\r\n \"recordDate\": \"2026-01-12 \",//记录时间\r\n \"result\": \"\",\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/stucare/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": { - "id": "037c0dfeca6ff7dfaf475b5f3c4e90f6", - "schoolYear": "2022-2023", - "schoolTerm": "1", - "stuNo": "041722182819", - "careType": "2", - "present": "钱雨杭,男,单亲家庭,和妈妈一起生活,之前是住宿生,本学期改了走读生,一人在学校附近住房子,周六周日也不回去。一人就在租的房子里。平时放学后就去肯德基打工。本学期很少和老师和学生交流,对于老师的沟通和教育常报以对抗情绪,稍有不顺,就在教室不顾课堂纪律大发光火。只要自己认准的事情,就认为是对的,不听任何人的劝告。", - "result": "", - "recordDate": "2022-12-23", - "realName": null, - "classCode": null, - "classNo": null, - "className": null, - "deptCode": null, - "deptName": null, - "teacherNo": null, - "classMasterName": null, - "teacherRealName": null, - "teacherTel": null - } - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/stucare/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "careType": "", + "present": "", + "result": "", + "recordDate": "", + "realName": "", + "classCode": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "", + "teacherRealName": "", + "teacherTel": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -17089,8 +18524,7 @@ "name": "id", "in": "query", "description": "", - "required": false, - "example": "2374867363c4cab3e8be828d1db7413b", + "required": true, "schema": { "type": "string" } @@ -17099,10 +18533,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -17112,110 +18546,196 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RStuCare", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "careType": "", + "present": "", + "result": "", + "recordDate": "", + "realName": "", + "classCode": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stucare": { + "post": { + "summary": "新增心理健康", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StuCare", + "description": "心理健康" + }, + "example": "{\r\n \"deptCode\": \"\",\r\n \"classCode\": \"1512072548\",//班级代码\r\n \"stuNo\": \"151207254803\",//学号\r\n \"careType\": \"5\",//需关爱类型\r\n \"present\": \"1111\",//危机表现\r\n \"recordDate\": \"2026-01-12 \",//记录时间\r\n \"result\": \"\",\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stucare/edit": { + "post": { + "summary": "修改心理健康", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/StuCare", + "description": "心理健康" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stucare/delete": { + "post": { + "summary": "通过id删除心理健康", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -17227,64 +18747,31 @@ }, "/api/stuwork/classhonor/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "schoolTerm", + "name": "current", "in": "query", - "description": "学期", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "学年", - "required": false, - "example": [ - "" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "deptCode", - "in": "query", - "description": "学院代码", - "required": false, - "example": "", - "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { @@ -17293,6 +18780,125 @@ "description": "班级代码", "required": false, "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "标题", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "belong", + "in": "query", + "description": "归档级别", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "attachment", + "in": "query", + "description": "附件", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门编码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodeList", + "in": "query", + "description": "部门查班级", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodes", + "in": "query", + "description": "班主任班级", + "required": false, + "example": "", "schema": { "type": "string" } @@ -17301,10 +18907,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -17314,251 +18920,58 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RIPageListClassHonorVO", + "description": "" }, - "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"037c0dfeca6ff7dfaf475b5f3c4e90f6\",\r\n \"createBy\": \"00450\",\r\n \"createTime\": \"2023-01-02 21:40:35\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"041722182819\",\r\n \"careType\": \"2\",\r\n \"present\": \"钱雨杭,男,单亲家庭,和妈妈一起生活,之前是住宿生,本学期改了走读生,一人在学校附近住房子,周六周日也不回去。一人就在租的房子里。平时放学后就去肯德基打工。本学期很少和老师和学生交流,对于老师的沟通和教育常报以对抗情绪,稍有不顺,就在教室不顾课堂纪律大发光火。只要自己认准的事情,就认为是对的,不听任何人的劝告。\",//危机表现\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-12-23\",\r\n \"realName\": null,//学生姓名\r\n \"classCode\": null,//班级代码\r\n \"classNo\": null,//班号\r\n \"className\": null,//班级名称\r\n \"deptCode\": null,//学院代码\r\n \"deptName\": null,//学院名称\r\n \"teacherNo\": null,//班主任工号\r\n \"classMasterName\": null,//班主任姓名\r\n \"teacherRealName\": null,//班主任姓名\r\n \"teacherTel\": null//班主任号码\r\n },\r\n {\r\n \"id\": \"059ba0ab0dcfdedf591ae16655e82a94\",\r\n \"createBy\": \"00611\",\r\n \"createTime\": \"2021-12-16 10:28:53\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"141702213317\",\r\n \"careType\": \"9\",\r\n \"present\": \"割腕自残,后来考证初二就有第一次了\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-12-15\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"0dc1628b74eb41c0ccc41ae6b43231fb\",\r\n \"createBy\": \"00702\",\r\n \"createTime\": \"2022-12-26 21:11:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131202212303\",\r\n \"careType\": \"8\",\r\n \"present\": \"有抑郁症史,已与家长联系,建议治疗\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-23\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"0e2909691fc9660c34b51b7887981a03\",\r\n \"createBy\": \"00723\",\r\n \"createTime\": \"2022-11-09 14:40:12\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131711223451\",\r\n \"careType\": \"7\",\r\n \"present\": \"刷抖音到夜里3点,白天上课睡觉\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-09\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1109b2cbc95678744959ff39985bbeaa\",\r\n \"createBy\": \"00140\",\r\n \"createTime\": \"2021-11-25 08:54:12\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"121708210527\",\r\n \"careType\": \"9\",\r\n \"present\": \"学校心理健康测试结果显示异常\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-11-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"11ffc1e642be63b728e448e3ae4d3d76\",\r\n \"createBy\": \"00611\",\r\n \"createTime\": \"2021-12-22 17:02:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"141702213308\",\r\n \"careType\": \"9\",\r\n \"present\": \"求关注\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-12-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"140fa3592322d6c22755bf12d20d90f1\",\r\n \"createBy\": \"00370\",\r\n \"createTime\": \"2022-12-02 19:20:43\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"111704202037\",\r\n \"careType\": \"4\",\r\n \"present\": \"经常迟到,作业不做,考试不及格\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1c88ad5a17c03c57ff38bd8e844df71a\",\r\n \"createBy\": \"00723\",\r\n \"createTime\": \"2022-11-09 14:39:33\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131711223444\",\r\n \"careType\": \"9\",\r\n \"present\": \"熬夜情况严重\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-01\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1f01425ef71cacaf4d5ef4e2532d4f12\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-12 13:40:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254803\",\r\n \"careType\": \"5\",\r\n \"present\": \"1111\",\r\n \"result\": null,\r\n \"recordDate\": \"2026-01-12\",\r\n \"realName\": \"聂嘉妤\",\r\n \"classCode\": \"1512072548\",\r\n \"classNo\": \"2548\",\r\n \"className\": \"交通运输2548\",\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"teacherNo\": \"00823\",\r\n \"classMasterName\": \"周熔\",\r\n \"teacherRealName\": \"周熔\",\r\n \"teacherTel\": \"18896656256\"\r\n },\r\n {\r\n \"id\": \"202901cd5a5d1b10a13299fb8d7718b9\",\r\n \"createBy\": \"00140\",\r\n \"createTime\": \"2021-10-08 10:55:22\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"121708210536\",\r\n \"careType\": \"1\",\r\n \"present\": \"该生在别人对其讲话时总是心不在焉,貌似很认真的听,其实一句都没听进去,问他时一句话都不会说,几乎不讲话,通常面无表情,和家长已沟通。\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-10-08\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n }\r\n ],\r\n \"total\": 82,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 9\r\n },\r\n \"ok\": true\r\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classhonor": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"classCode\": \"1123012224\", //班级代码\r\n \"schoolYear\": \"2025-2026\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"title\": \"“喜迎二十大”黑板报一等奖\", //标题\r\n \"author\": \"徐楷然,陈鑫,龚益雄\", //作者\r\n \"belong\": \"\", //归档级别\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_honor/7622434589.jpg\" //附件\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classhonor/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"id\": \"132a8f06ef6dbbb15ff2222de9e57977\",\r\n \"createBy\": \"00550\",\r\n \"createTime\": \"2023-01-08 23:05:46\",\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 \"title\": \"“喜迎二十大”黑板报一等奖\", //标题\r\n \"author\": \"徐楷然,陈鑫,龚益雄\", //作者\r\n \"belong\": \"\", //归档级别\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_honor/7622434589.jpg\", //附件\r\n \"classNo\": null, //班号\r\n \"className\": null, //班级名称\r\n \"deptCode\": null, //学院代码\r\n \"deptName\": null //学院名称\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classhonor/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "author": "", + "belong": "", + "attachment": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "classNos": [ + "" + ] + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -17570,7 +18983,7 @@ }, "/api/stuwork/classhonor/detail": { "get": { - "summary": "详情", + "summary": "通过id查询班级荣誉", "deprecated": false, "description": "", "tags": [], @@ -17578,9 +18991,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "2374867363c4cab3e8be828d1db7413b", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -17589,10 +19001,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -17602,110 +19014,33 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RClassHonor", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "author": "", + "belong": "", + "attachment": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "" + } } } }, @@ -17715,9 +19050,9 @@ "security": [] } }, - "/api/stuwork/classpublicity/delete": { + "/api/stuwork/classhonor": { "post": { - "summary": "删除", + "summary": "新增班级荣誉", "deprecated": false, "description": "", "tags": [], @@ -17726,10 +19061,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -17737,8 +19072,167 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassHonor", + "description": "班级荣誉" + }, + "example": "{\r\n \"classCode\": \"1123012224\", //班级代码\r\n \"schoolYear\": \"2025-2026\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"title\": \"“喜迎二十大”黑板报一等奖\", //标题\r\n \"author\": \"徐楷然,陈鑫,龚益雄\", //作者\r\n \"belong\": \"\", //归档级别\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_honor/7622434589.jpg\" //附件\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhonor/edit": { + "post": { + "summary": "修改班级荣誉", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassHonor", + "description": "班级荣誉" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhonor/editBelong": { + "post": { + "summary": "修改归档", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassHonor", + "description": "班级荣誉" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classhonor/delete": { + "post": { + "summary": "通过id删除班级荣誉", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, "example": [ "1" @@ -17752,155 +19246,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classpublicity/detail": { - "get": { - "summary": "详情", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "id", - "in": "query", - "description": "", - "required": false, - "example": "2374867363c4cab3e8be828d1db7413b", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -17912,64 +19265,31 @@ }, "/api/stuwork/classpublicity/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "schoolTerm", + "name": "current", "in": "query", - "description": "学期", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "学年", - "required": false, - "example": [ - "" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "deptCode", - "in": "query", - "description": "学院代码", - "required": false, - "example": "", - "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { @@ -17978,6 +19298,145 @@ "description": "班级代码", "required": false, "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "title", + "in": "query", + "description": "标题", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "author", + "in": "query", + "description": "作者", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "website", + "in": "query", + "description": "网址", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "belong", + "in": "query", + "description": "归档级别", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "isAddScore", + "in": "query", + "description": "是否已加分", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门编码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodeList", + "in": "query", + "description": "部门查班级", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodes", + "in": "query", + "description": "班主任班级", + "required": false, + "example": "", "schema": { "type": "string" } @@ -17986,10 +19445,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -17999,112 +19458,61 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RIPageListClassPublicityVO", + "description": "" }, - "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"037c0dfeca6ff7dfaf475b5f3c4e90f6\",\r\n \"createBy\": \"00450\",\r\n \"createTime\": \"2023-01-02 21:40:35\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"041722182819\",\r\n \"careType\": \"2\",\r\n \"present\": \"钱雨杭,男,单亲家庭,和妈妈一起生活,之前是住宿生,本学期改了走读生,一人在学校附近住房子,周六周日也不回去。一人就在租的房子里。平时放学后就去肯德基打工。本学期很少和老师和学生交流,对于老师的沟通和教育常报以对抗情绪,稍有不顺,就在教室不顾课堂纪律大发光火。只要自己认准的事情,就认为是对的,不听任何人的劝告。\",//危机表现\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-12-23\",\r\n \"realName\": null,//学生姓名\r\n \"classCode\": null,//班级代码\r\n \"classNo\": null,//班号\r\n \"className\": null,//班级名称\r\n \"deptCode\": null,//学院代码\r\n \"deptName\": null,//学院名称\r\n \"teacherNo\": null,//班主任工号\r\n \"classMasterName\": null,//班主任姓名\r\n \"teacherRealName\": null,//班主任姓名\r\n \"teacherTel\": null//班主任号码\r\n },\r\n {\r\n \"id\": \"059ba0ab0dcfdedf591ae16655e82a94\",\r\n \"createBy\": \"00611\",\r\n \"createTime\": \"2021-12-16 10:28:53\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"141702213317\",\r\n \"careType\": \"9\",\r\n \"present\": \"割腕自残,后来考证初二就有第一次了\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-12-15\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"0dc1628b74eb41c0ccc41ae6b43231fb\",\r\n \"createBy\": \"00702\",\r\n \"createTime\": \"2022-12-26 21:11:04\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131202212303\",\r\n \"careType\": \"8\",\r\n \"present\": \"有抑郁症史,已与家长联系,建议治疗\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-23\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"0e2909691fc9660c34b51b7887981a03\",\r\n \"createBy\": \"00723\",\r\n \"createTime\": \"2022-11-09 14:40:12\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131711223451\",\r\n \"careType\": \"7\",\r\n \"present\": \"刷抖音到夜里3点,白天上课睡觉\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-09\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1109b2cbc95678744959ff39985bbeaa\",\r\n \"createBy\": \"00140\",\r\n \"createTime\": \"2021-11-25 08:54:12\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"121708210527\",\r\n \"careType\": \"9\",\r\n \"present\": \"学校心理健康测试结果显示异常\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-11-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"11ffc1e642be63b728e448e3ae4d3d76\",\r\n \"createBy\": \"00611\",\r\n \"createTime\": \"2021-12-22 17:02:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"141702213308\",\r\n \"careType\": \"9\",\r\n \"present\": \"求关注\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-12-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"140fa3592322d6c22755bf12d20d90f1\",\r\n \"createBy\": \"00370\",\r\n \"createTime\": \"2022-12-02 19:20:43\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"111704202037\",\r\n \"careType\": \"4\",\r\n \"present\": \"经常迟到,作业不做,考试不及格\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-22\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1c88ad5a17c03c57ff38bd8e844df71a\",\r\n \"createBy\": \"00723\",\r\n \"createTime\": \"2022-11-09 14:39:33\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"131711223444\",\r\n \"careType\": \"9\",\r\n \"present\": \"熬夜情况严重\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2022-11-01\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n },\r\n {\r\n \"id\": \"1f01425ef71cacaf4d5ef4e2532d4f12\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-12 13:40:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254803\",\r\n \"careType\": \"5\",\r\n \"present\": \"1111\",\r\n \"result\": null,\r\n \"recordDate\": \"2026-01-12\",\r\n \"realName\": \"聂嘉妤\",\r\n \"classCode\": \"1512072548\",\r\n \"classNo\": \"2548\",\r\n \"className\": \"交通运输2548\",\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"teacherNo\": \"00823\",\r\n \"classMasterName\": \"周熔\",\r\n \"teacherRealName\": \"周熔\",\r\n \"teacherTel\": \"18896656256\"\r\n },\r\n {\r\n \"id\": \"202901cd5a5d1b10a13299fb8d7718b9\",\r\n \"createBy\": \"00140\",\r\n \"createTime\": \"2021-10-08 10:55:22\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"121708210536\",\r\n \"careType\": \"1\",\r\n \"present\": \"该生在别人对其讲话时总是心不在焉,貌似很认真的听,其实一句都没听进去,问他时一句话都不会说,几乎不讲话,通常面无表情,和家长已沟通。\",\r\n \"result\": \"\",\r\n \"recordDate\": \"2021-10-08\",\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"teacherNo\": null,\r\n \"classMasterName\": null,\r\n \"teacherRealName\": null,\r\n \"teacherTel\": null\r\n }\r\n ],\r\n \"total\": 82,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 9\r\n },\r\n \"ok\": true\r\n}" + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "author": "", + "website": "", + "belong": "", + "isAddScore": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "classNos": [ + "" + ], + "scoreTab": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } } }, "headers": {} @@ -18113,9 +19521,78 @@ "security": [] } }, + "/classpublicity/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassPublicity", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "title": "", + "author": "", + "website": "", + "belong": "", + "isAddScore": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "" + } + } + } + } + } + }, + "security": [] + } + }, "/api/stuwork/classpublicity": { "post": { - "summary": "新增", + "summary": "新增班级宣传", "deprecated": false, "description": "", "tags": [], @@ -18124,10 +19601,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -18135,8 +19612,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassPublicity", + "description": "班级宣传" }, "example": "{\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"classCode\": \"1512062547\",//班级代码\r\n \"title\": \"测试\",//标题\r\n \"author\": \"测试作者\",//作者\r\n \"website\": \"https://baidu.com\",//网址\r\n \"createTime\": \"\",\r\n \"belong\": \"\"\r\n}" } @@ -18148,8 +19625,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -18161,7 +19644,7 @@ }, "/api/stuwork/classpublicity/edit": { "post": { - "summary": "编辑", + "summary": "修改班级宣传", "deprecated": false, "description": "", "tags": [], @@ -18170,10 +19653,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -18181,10 +19664,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassPublicity", + "description": "班级宣传" }, - "example": "{\r\n \"id\":\"b48a837caade40840615ac90ca208f54\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"classCode\": \"1512062547\",//班级代码\r\n \"title\": \"测试\",//标题\r\n \"author\": \"测试作者\",//作者\r\n \"website\": \"https://baidu.com\",//网址\r\n \"createTime\": \"\",\r\n \"belong\": \"\"\r\n}" + "examples": {} } } }, @@ -18194,8 +19677,121 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpublicity/editBelong": { + "post": { + "summary": "修改归档", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassPublicity", + "description": "班级宣传" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classpublicity/delete": { + "post": { + "summary": "通过id删除班级宣传", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -18216,10 +19812,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -18317,45 +19913,270 @@ "security": [] } }, - "/api/stuwork/classfeelog/delete": { - "post": { - "summary": "删除", + "/api/stuwork/classfeelog/page": { + "get": { + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "operatTime", + "in": "query", + "description": "发生时间", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "type", + "in": "query", + "description": "类型 1收入 2支出", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "money", + "in": "query", + "description": "金额", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "operator", + "in": "query", + "description": "经办人", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "purpose", + "in": "query", + "description": "用途", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "attachment", + "in": "query", + "description": "附件", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "className", + "in": "query", + "description": "班级名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门编码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodeList", + "in": "query", + "description": "部门查班级", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classCodes", + "in": "query", + "description": "班主任班级", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RIPageListClassFeeLogRelationVO", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "moneyTotal": 0, + "classFeeLogVOList": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "operatTime": "", + "type": "", + "money": 0, + "operator": "", + "purpose": "", + "attachment": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "", + "classNos": [ + "" + ] + } + ] + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -18367,7 +20188,7 @@ }, "/api/stuwork/classfeelog/detail": { "get": { - "summary": "详情", + "summary": "通过id查询班费记录", "deprecated": false, "description": "", "tags": [], @@ -18375,9 +20196,8 @@ { "name": "id", "in": "query", - "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", + "description": "id", + "required": true, "schema": { "type": "string" } @@ -18386,10 +20206,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -18399,110 +20219,35 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RClassFeeLog", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "operatTime": "", + "type": "", + "money": 0, + "operator": "", + "purpose": "", + "attachment": "", + "classNo": "", + "className": "", + "deptCode": "", + "deptName": "" + } } } }, @@ -18512,41 +20257,192 @@ "security": [] } }, - "/api/stuwork/classfeelog/page": { - "get": { - "summary": "列表", + "/api/stuwork/classfeelog": { + "post": { + "summary": "新增班费记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", - "in": "query", + "name": "Authorization", + "in": "header", "description": "", - "required": false, - "example": "1", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { - "type": "string" + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } - }, + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassFeeLog", + "description": "班费记录" + }, + "example": "{\r\n \"classCode\": \"1412082237\", //班级代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"operatTime\": \"2023-01-11 00:00:00\", //发生时间\r\n \"type\": \"1\", //类型1收入2支出\r\n \"money\": 366.47, //金额\r\n \"operator\": \"马菁\", //经办人\r\n \"purpose\": \"学期剩余\", //用途\r\n \"attachment\": \"\",\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classfeelog/edit": { + "post": { + "summary": "修改班费记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClassFeeLog", + "description": "班费记录" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classfeelog/delete": { + "post": { + "summary": "通过id删除班费记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuconduct/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "schoolTerm", + "name": "current", "in": "query", - "description": "学期", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { @@ -18554,20 +20450,104 @@ "in": "query", "description": "学年", "required": false, - "example": [ - "" - ], + "example": "", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "integer", + "format": "int64", + "default": 10 } }, { - "name": "deptCode", + "name": "schoolTerm", "in": "query", - "description": "学院代码", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "分数", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "conductType", + "in": "query", + "description": "类型 0:扣分 1:加分", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "description", + "in": "query", + "description": "情况记录", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "attachment", + "in": "query", + "description": "附件", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "sourceCode", + "in": "query", + "description": "扣分关联ID", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "recordDate", + "in": "query", + "description": "考核日期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", "required": false, "example": "", "schema": { @@ -18585,23 +20565,63 @@ } }, { - "name": "careType", + "name": "classNo", "in": "query", - "description": "类型", + "description": "班级代码", "required": false, "example": "", "schema": { "type": "string" } }, + { + "name": "deptCode", + "in": "query", + "description": "部门代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "stuNoList", + "in": "query", + "description": "学院查学号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "stuNos", + "in": "query", + "description": "班主任查学号", + "required": false, + "example": "", + "schema": { + "type": "integer" + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -18611,364 +20631,58 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RIPageListStuConductVO", + "description": "" }, - "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"moneyTotal\": 357247.28,//班费结余\r\n \"classFeeLogVOList\": [\r\n {\r\n \"id\": \"5b35ce4918fe4d867bc2706a667c6550\",\r\n \"createBy\": \"00585\",\r\n \"createTime\": \"2023-06-18 10:59:53\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1412082237\",//班级代码\r\n \"schoolYear\": \"2022-2023\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"operatTime\": \"2023-01-11 00:00:00\",//发生时间\r\n \"type\": \"1\",//类型1收入2支出\r\n \"money\": 366.47,//金额\r\n \"operator\": \"马菁\",//经办人\r\n \"purpose\": \"学期剩余\",//用途\r\n \"attachment\": \"\",//附件\r\n \"classNo\": null,//班号\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"8ad4f2d01d5fb9931e09da7d8dadae9e\",\r\n \"createBy\": \"00585\",\r\n \"createTime\": \"2023-06-18 10:58:39\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1412082237\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2023-01-12 00:00:00\",\r\n \"type\": \"1\",\r\n \"money\": 366.47,\r\n \"operator\": \"马菁\",\r\n \"purpose\": \"学期剩余\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"95e96c71a07e170fb5e781081c35e419\",\r\n \"createBy\": \"00585\",\r\n \"createTime\": \"2023-06-18 10:47:19\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1412082237\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2023-01-12 00:00:00\",\r\n \"type\": \"1\",\r\n \"money\": 336.47,\r\n \"operator\": \"马菁\",\r\n \"purpose\": \"学期剩余\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"f93328752583a3429c3bafd3e295cbf7\",\r\n \"createBy\": \"00585\",\r\n \"createTime\": \"2023-06-18 10:43:55\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1412082237\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2023-01-13 00:00:00\",\r\n \"type\": \"1\",\r\n \"money\": 336.47,\r\n \"operator\": \"马菁\",\r\n \"purpose\": \"学期剩余\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"dc901fbd551a41e4a7342abcfd43fe2d\",\r\n \"createBy\": \"00585\",\r\n \"createTime\": \"2023-06-18 10:42:27\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1412082237\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2023-01-17 00:00:00\",\r\n \"type\": \"1\",\r\n \"money\": 336.47,\r\n \"operator\": \"马菁\",\r\n \"purpose\": \"学期剩余\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"1ab327c4b11b62e02c40dc256b81d617\",\r\n \"createBy\": \"00569\",\r\n \"createTime\": \"2023-06-15 09:02:14\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1315102228\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2022-11-02 00:00:00\",\r\n \"type\": \"2\",\r\n \"money\": 30.00,\r\n \"operator\": \"金香\",\r\n \"purpose\": \"篮球比赛买水\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"d9385d75c25ec936c2126048effe0e66\",\r\n \"createBy\": \"00567\",\r\n \"createTime\": \"2023-06-14 14:09:11\",\r\n \"updateBy\": \"00567\",\r\n \"updateTime\": \"2023-06-14 14:09:26\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1522042050\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2022-11-07 00:00:00\",\r\n \"type\": \"2\",\r\n \"money\": 677.00,\r\n \"operator\": \"芮宇泽\",\r\n \"purpose\": \"班级活动(野外烧烤)\",\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-classFeeLog/5904663076.jpg\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"9c8501387007f58f8fe32aa0cfba0c0e\",\r\n \"createBy\": \"00552\",\r\n \"createTime\": \"2023-06-13 20:30:56\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1317042030\",\r\n \"schoolYear\": \"2023-2024\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2023-06-13 00:00:00\",\r\n \"type\": \"1\",\r\n \"money\": 786.10,\r\n \"operator\": \"周小凤\",\r\n \"purpose\": \"2022-2023学年第二学期班费结余\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"310cbd9b5c6ff6d2e8e7d2a9e2b2aa6d\",\r\n \"createBy\": \"00239\",\r\n \"createTime\": \"2023-06-12 16:30:25\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1217052008\",\r\n \"schoolYear\": \"2021-2022\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2021-11-27 00:00:00\",\r\n \"type\": \"1\",\r\n \"money\": 497.72,\r\n \"operator\": \"朱骥\",\r\n \"purpose\": \"上学期班费结余\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n },\r\n {\r\n \"id\": \"5b3729b51dd0f1da190f68d48222b856\",\r\n \"createBy\": \"00171\",\r\n \"createTime\": \"2023-06-07 09:21:16\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1212081914\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"operatTime\": \"2023-02-23 00:00:00\",\r\n \"type\": \"1\",\r\n \"money\": 0.00,\r\n \"operator\": \"罗开勇\",\r\n \"purpose\": \"上学期结余0\",\r\n \"attachment\": \"\",\r\n \"classNo\": null,\r\n \"className\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"classNos\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"total\": 8185,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 819\r\n },\r\n \"ok\": true\r\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classfeelog": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"classCode\": \"1412082237\", //班级代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"operatTime\": \"2023-01-11 00:00:00\", //发生时间\r\n \"type\": \"1\", //类型1收入2支出\r\n \"money\": 366.47, //金额\r\n \"operator\": \"马菁\", //经办人\r\n \"purpose\": \"学期剩余\", //用途\r\n \"attachment\": \"\",\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classfeelog/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"id\": \"99f552f2b1ea3a9cc2201cb135fa3724\",\r\n \"classCode\": \"1412082237\", //班级代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"operatTime\": \"2023-01-11 00:00:00\", //发生时间\r\n \"type\": \"1\", //类型1收入2支出\r\n \"money\": 366.47, //金额\r\n \"operator\": \"马菁\", //经办人\r\n \"purpose\": \"学期剩余\", //用途\r\n \"attachment\": \"\",\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/admin/dict/type/conduct_type": { - "get": { - "summary": "类型", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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" - ] + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "score": 0, + "conductType": "", + "description": "", + "attachment": "", + "sourceCode": "", + "recordDate": "", + "realName": "", + "classCode": "", + "classNo": "", + "deptCode": "", + "deptName": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false } - }, - "ok": { - "type": "boolean" - } - }, - "required": [ - "code", - "msg", - "data", - "ok" - ] - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/stuconduct/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -18989,8 +20703,7 @@ "name": "id", "in": "query", "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", + "required": true, "schema": { "type": "string" } @@ -18999,10 +20712,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -19012,110 +20725,36 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RStuConduct", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "score": 0, + "conductType": "", + "description": "", + "attachment": "", + "sourceCode": "", + "recordDate": "", + "realName": "", + "classCode": "", + "classNo": "", + "deptCode": "", + "deptName": "" + } } } }, @@ -19125,95 +20764,31 @@ "security": [] } }, - "/api/stuwork/stuconduct/page": { + "/api/stuwork/stuconduct/queryDataByStuNo": { "get": { - "summary": "列表", + "summary": "通过学年学期学号查信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", + "name": "stuNo", "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "size", - "in": "query", - "description": "", - "required": false, - "example": "10", - "schema": { - "type": "string" - } - }, - { - "name": "schoolTerm", - "in": "query", - "description": "学期", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "学年", - "required": false, - "example": [ - "" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "deptCode", - "in": "query", - "description": "学院代码", + "description": "学号", "required": false, "example": "", "schema": { "type": "string" } }, - { - "name": "classCode", - "in": "query", - "description": "班级代码", - "required": false, - "example": "", - "schema": { - "type": "string" - } - }, - { - "name": "conductType", - "in": "query", - "description": "类型", - "required": false, - "schema": { - "type": "string" - } - }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -19223,363 +20798,38 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RListStuConductVO", + "description": "" }, "example": { "code": 0, - "msg": null, - "data": { - "records": [ - { - "id": "0c89af7f7cc5f99feca8c983bc5971cb", - "createBy": "admin", - "createTime": "2026-01-08 11:14:13", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2025-2026", - "schoolTerm": "1", - "stuNo": "152304235510", - "score": 1, - "conductType": "0", - "description": "扣分1分,宿舍打闹", - "attachment": null, - "sourceCode": "91adce1061565a3ca45f090d23e07838", - "recordDate": "2025-12-29", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "b6c19c0a32c8705924e92bee1f551276", - "createBy": "admin", - "createTime": "2025-11-20 11:23:26", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2025-2026", - "schoolTerm": "1", - "stuNo": "152304235503", - "score": 1, - "conductType": "0", - "description": "吵闹", - "attachment": null, - "sourceCode": "8f571892385fc880d73766a4fb82498c", - "recordDate": "2025-11-20", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "4de94a77ce07be37c79fcbd9ceac0313", - "createBy": "admin", - "createTime": "2025-11-17 16:40:10", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2025-2026", - "schoolTerm": "1", - "stuNo": "152304235510", - "score": 1, - "conductType": "0", - "description": "扣分1分,宿舍打闹", - "attachment": null, - "sourceCode": "4305452886bba6feefcb102248669d58", - "recordDate": "2025-11-18", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "39ce268ba0836241637676f8d9cd4ce1", - "createBy": "admin", - "createTime": "2025-11-17 16:16:08", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2025-2026", - "schoolTerm": "1", - "stuNo": "152304235505", - "score": 2, - "conductType": "0", - "description": "测试2222", - "attachment": null, - "sourceCode": "0b3bd57410d534ac671c72d28ea94568", - "recordDate": "2025-11-18", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "64af7bc33b3cac0fd16950a1a67bf229", - "createBy": "admin", - "createTime": "2024-06-07 16:03:35", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2023-2024", - "schoolTerm": "1", - "stuNo": "152304235504", - "score": 10, - "conductType": "1", - "description": "补充", - "attachment": "", - "sourceCode": null, - "recordDate": "2024-06-07", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "a5b044644e69f7089f666fb279e5d037", - "createBy": "admin", - "createTime": "2024-06-07 16:02:51", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2022-2023", - "schoolTerm": "1", - "stuNo": "152304235501", - "score": 10, - "conductType": "1", - "description": "2222", - "attachment": "", - "sourceCode": null, - "recordDate": "2024-06-07", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "c9e4d354b59ad56bc22d999be761a8d4", - "createBy": "00528", - "createTime": "2022-12-29 21:24:40", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2022-2023", - "schoolTerm": "1", - "stuNo": "131202202735", - "score": 10, - "conductType": "1", - "description": "上课认真听讲,认真打扫卫生,认真完成作业", - "attachment": "", - "sourceCode": null, - "recordDate": "2023-01-13", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "5ff4066a270b4473b12916773d5c1457", - "createBy": "00528", - "createTime": "2022-12-29 21:08:15", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2022-2023", - "schoolTerm": "1", - "stuNo": "131202202714", - "score": 10, - "conductType": "1", - "description": "上课认真听讲,认真打扫卫生,认真完成作业", - "attachment": "", - "sourceCode": null, - "recordDate": "2023-01-13", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "4db2030496a0759b5b355250fae8a8af", - "createBy": "00528", - "createTime": "2022-12-29 21:07:44", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2022-2023", - "schoolTerm": "1", - "stuNo": "131202202713", - "score": 10, - "conductType": "1", - "description": "上课认真听讲,认真打扫卫生,认真完成作业", - "attachment": "", - "sourceCode": null, - "recordDate": "2023-01-13", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - }, - { - "id": "2247d81b9213de2ed9f4b2d782eab13a", - "createBy": "00528", - "createTime": "2022-12-29 20:57:20", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": null, - "schoolYear": "2022-2023", - "schoolTerm": "1", - "stuNo": "131202202701", - "score": 6, - "conductType": "1", - "description": "上课认真听讲,认真打扫卫生", - "attachment": "", - "sourceCode": null, - "recordDate": "2023-01-13", - "realName": null, - "classCode": "", - "classNo": null, - "deptCode": null, - "deptName": null - } - ], - "total": 255623, - "size": 10, - "current": 1, - "pages": 25563 - }, - "ok": true + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "score": 0, + "conductType": "", + "description": "", + "attachment": "", + "sourceCode": "", + "recordDate": "", + "realName": "", + "classCode": "", + "classNo": "", + "deptCode": "", + "deptName": "" + } + ] } } }, @@ -19591,7 +20841,7 @@ }, "/api/stuwork/stuconduct": { "post": { - "summary": "新增", + "summary": "新增操行考核", "deprecated": false, "description": "", "tags": [], @@ -19600,10 +20850,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -19611,8 +20861,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/StuConduct", + "description": "操行考核" }, "example": "{\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"classCode\": \"1512072548\",//班级代码\r\n \"stuNo\": \"151207254803\",//学号\r\n \"score\": 1,//分数\r\n \"conductType\": \"0\",//类型\r\n \"recordDate\": \"2026-01-12\",//记录时间\r\n \"description\": \"打闹\",//情况记录\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-stu_conduct/4430120627.jpg\"//附件\r\n}" } @@ -19624,8 +20874,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -19637,7 +20893,7 @@ }, "/api/stuwork/stuconduct/edit": { "post": { - "summary": "编辑", + "summary": "修改操行考核", "deprecated": false, "description": "", "tags": [], @@ -19646,10 +20902,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -19657,10 +20913,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/StuConduct", + "description": "操行考核" }, - "example": "{\r\n \"id\":\"20ce928ffe9320748dfa4a04a64d072f\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"classCode\": \"1512072548\",//班级代码\r\n \"stuNo\": \"151207254803\",//学号\r\n \"score\": 1,//分数\r\n \"conductType\": \"0\",//类型\r\n \"recordDate\": \"2026-01-12\",//记录时间\r\n \"description\": \"打闹\",//情况记录\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-stu_conduct/4430120627.jpg\"//附件\r\n}" + "examples": {} } } }, @@ -19670,8 +20926,392 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuconduct/delete": { + "post": { + "summary": "通过id删除操行考核", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuconduct/getStuConductTerm": { + "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": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "分数", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "conductType", + "in": "query", + "description": "类型 0:扣分 1:加分", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "description", + "in": "query", + "description": "情况记录", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "attachment", + "in": "query", + "description": "附件", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "sourceCode", + "in": "query", + "description": "扣分关联ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "recordDate", + "in": "query", + "description": "考核日期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "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": "stuNoList", + "in": "query", + "description": "学院查学号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "stuNos", + "in": "query", + "description": "班主任查学号", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListStuConductTermVO", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "score": 0, + "conductType": "", + "description": "", + "attachment": "", + "sourceCode": "", + "recordDate": "", + "realName": "", + "classCode": "", + "classNo": "", + "deptCode": "", + "deptName": "", + "oneMonth": "", + "twoMonth": "", + "threeMonth": "", + "fourMonth": "", + "fiveMonth": "", + "classStuNum": 0, + "excellentNum": 0, + "goodNum": 0, + "passNum": 0, + "failNum": 0, + "excellentRate": "", + "goodRate": "", + "passRate": "", + "failRate": "", + "excellentGoodRate": "", + "basicStudentVOList": [ + { + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "realName": "", + "scoreOneMonth": 0, + "scoreTwoMonth": 0, + "scoreThreeMonth": 0, + "scoreFourMonth": 0, + "scoreFiveMonth": 0, + "scoreOneTerm": 0, + "scoreSixMonth": 0, + "scoreSevenMonth": 0, + "scoreEightMonth": 0, + "scoreNineMonth": 0, + "scoreTenMonth": 0, + "scoreTwoTerm": 0, + "scoreYear": 0 + } + ] + } + ] } } }, @@ -19683,7 +21323,7 @@ }, "/api/stuwork/stuconduct/getStuConductYear": { "get": { - "summary": "页面", + "summary": "学年操行考核查询", "deprecated": false, "description": "", "tags": [], @@ -19691,22 +21331,97 @@ { "name": "schoolYear", "in": "query", - "description": "", + "description": "学年", "required": false, - "example": [ - "2025-2026" - ], + "example": "", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "string" } }, { "name": "schoolTerm", "in": "query", - "description": "", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "score", + "in": "query", + "description": "分数", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "conductType", + "in": "query", + "description": "类型 0:扣分 1:加分", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "description", + "in": "query", + "description": "情况记录", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "attachment", + "in": "query", + "description": "附件", + "required": false, + "example": "", + "schema": { + "type": "integer" + } + }, + { + "name": "sourceCode", + "in": "query", + "description": "扣分关联ID", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "recordDate", + "in": "query", + "description": "考核日期", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", "required": false, "example": "", "schema": { @@ -19717,65 +21432,34 @@ "name": "classCode", "in": "query", "description": "班级代码", - "required": true, - "example": [ - "1517042549" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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 \"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 \"schoolYear\": null,\r\n \"schoolTerm\": null,\r\n \"stuNo\": null,\r\n \"score\": null,\r\n \"conductType\": null,\r\n \"description\": null,\r\n \"attachment\": null,\r\n \"sourceCode\": null,\r\n \"recordDate\": null,\r\n \"realName\": null,\r\n \"classCode\": null,\r\n \"classNo\": null,\r\n \"deptCode\": null,\r\n \"deptName\": null,\r\n \"oneMonth\": \"2025-09\",//一个月\r\n \"twoMonth\": \"2025-10\",//两个个月\r\n \"threeMonth\": \"2025-11\",//三个月\r\n \"fourMonth\": \"2025-12\",//四个月\r\n \"fiveMonth\": \"2026-01\",//五个月个月\r\n \"classStuNum\": 54,//人数\r\n \"excellentNum\": 0,//优秀人数\r\n \"goodNum\": 54,//良好人数\r\n \"passNum\": 0,//及格人数\r\n \"failNum\": 0,//不几个认识\r\n \"excellentRate\": \"0%\",//优秀率\r\n \"goodRate\": \"100%\",//良好率\r\n \"passRate\": \"0%\",//及格率\r\n \"failRate\": \"0%\",//不及格率\r\n \"excellentGoodRate\": \"100%\",//优良率\r\n \"basicStudentVOList\": [\r\n {\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"stuNo\": \"151207254801\",//学号\r\n \"realName\": \"高淑言\",//姓名\r\n \"scoreOneMonth\": 85,//一个月分数\r\n \"scoreTwoMonth\": 85,//两个月分数\r\n \"scoreThreeMonth\": 85,//三个月分数\r\n \"scoreFourMonth\": 85,//四个月分数\r\n \"scoreFiveMonth\": 85,//五个月分数\r\n \"scoreOneTerm\": 85,//学期总评分数\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254802\",\r\n \"realName\": \"李梓悦\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254803\",\r\n \"realName\": \"聂嘉妤\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 84.00,\r\n \"scoreOneTerm\": 84.80,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254804\",\r\n \"realName\": \"沈恬\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254805\",\r\n \"realName\": \"王沙\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254806\",\r\n \"realName\": \"许欣冉\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254807\",\r\n \"realName\": \"张思忆\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254808\",\r\n \"realName\": \"蔡世博\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254809\",\r\n \"realName\": \"陈士博\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254810\",\r\n \"realName\": \"陈志豪\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254811\",\r\n \"realName\": \"程吉昊\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254812\",\r\n \"realName\": \"储金泽\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254813\",\r\n \"realName\": \"丁杨\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254814\",\r\n \"realName\": \"傅恩帅\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254815\",\r\n \"realName\": \"花志远\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254816\",\r\n \"realName\": \"季新皓\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254817\",\r\n \"realName\": \"贾锦辉\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254818\",\r\n \"realName\": \"李传磊\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254819\",\r\n \"realName\": \"李明强\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254820\",\r\n \"realName\": \"李文凯\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254821\",\r\n \"realName\": \"李玉良\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254822\",\r\n \"realName\": \"李泽昊\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254823\",\r\n \"realName\": \"刘森泉\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254824\",\r\n \"realName\": \"刘旭尧\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254825\",\r\n \"realName\": \"毛博晨\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254826\",\r\n \"realName\": \"倪猛\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254827\",\r\n \"realName\": \"钱思澄\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254828\",\r\n \"realName\": \"苏一丞\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254829\",\r\n \"realName\": \"谭梦辰\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254830\",\r\n \"realName\": \"王寒\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254831\",\r\n \"realName\": \"王子康\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254832\",\r\n \"realName\": \"吴昊\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254833\",\r\n \"realName\": \"吴一鸣\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254834\",\r\n \"realName\": \"吴忠涵\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254835\",\r\n \"realName\": \"许贺\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254836\",\r\n \"realName\": \"严语晨\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254837\",\r\n \"realName\": \"杨益铭\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254838\",\r\n \"realName\": \"杨正宇\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254839\",\r\n \"realName\": \"杨志豪\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254840\",\r\n \"realName\": \"乙永涛\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254841\",\r\n \"realName\": \"殷煜坤\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254842\",\r\n \"realName\": \"张皓语\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254843\",\r\n \"realName\": \"张磊\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254844\",\r\n \"realName\": \"张林虎\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254845\",\r\n \"realName\": \"张文海\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254846\",\r\n \"realName\": \"章子俊\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254847\",\r\n \"realName\": \"钟浩宇\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254848\",\r\n \"realName\": \"周皓瑜\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254849\",\r\n \"realName\": \"沈莉娜\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254850\",\r\n \"realName\": \"高兴旭\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254851\",\r\n \"realName\": \"陈家豪\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254852\",\r\n \"realName\": \"朱梓鹏\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254853\",\r\n \"realName\": \"曹子浩\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n },\r\n {\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"151207254854\",\r\n \"realName\": \"汤文杰\",\r\n \"scoreOneMonth\": 85,\r\n \"scoreTwoMonth\": 85,\r\n \"scoreThreeMonth\": 85,\r\n \"scoreFourMonth\": 85,\r\n \"scoreFiveMonth\": 85,\r\n \"scoreOneTerm\": 85,\r\n \"scoreSixMonth\": null,\r\n \"scoreSevenMonth\": null,\r\n \"scoreEightMonth\": null,\r\n \"scoreNineMonth\": null,\r\n \"scoreTenMonth\": null,\r\n \"scoreTwoTerm\": null,\r\n \"scoreYear\": null\r\n }\r\n ]\r\n }\r\n ],\r\n \"ok\": true\r\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/stuconduct/getStuConductTerm": { - "get": { - "summary": "页面", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "schoolYear", - "in": "query", - "description": "", "required": false, - "example": "2021-2022", + "example": "", "schema": { "type": "string" } }, { - "name": "schoolTerm", + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "部门代码", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "deptName", "in": "query", "description": "", "required": false, @@ -19785,105 +21469,21 @@ } }, { - "name": "classCode", + "name": "stuNoList", "in": "query", - "description": "班级代码", - "required": true, - "example": "1512072548", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": [\n {\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 \"schoolYear\": null,\n \"schoolTerm\": null,\n \"stuNo\": null,\n \"score\": null,\n \"conductType\": null,\n \"description\": null,\n \"attachment\": null,\n \"sourceCode\": null,\n \"recordDate\": null,\n \"realName\": null,\n \"classCode\": null,\n \"classNo\": null,\n \"deptCode\": null,\n \"deptName\": null,\n \"oneMonth\": \"2025-09\",//一个月\n \"twoMonth\": \"2025-10\",//两个个月\n \"threeMonth\": \"2025-11\",//三个月\n \"fourMonth\": \"2025-12\",//四个月\n \"fiveMonth\": \"2026-01\",//五个月\n \"sixMonth\": \"2026-02\",//6个月\n \"sevenMonth\": \"2026-03\",//7个月\n \"eightMonth\": \"2026-04\",//8个月\n \"nineMonth\": \"2026-05\",//8个月\n \"tenMonth\": \"2026-06\",//10个月\n \"classStuNum\": 54,//人数\n \"excellentNum\": 0,//优秀人数\n \"goodNum\": 54,//良好人数\n \"passNum\": 0,//及格人数\n \"failNum\": 0,//不几个认识\n \"excellentRate\": \"0%\",//优秀率\n \"goodRate\": \"100%\",//良好率\n \"passRate\": \"0%\",//及格率\n \"failRate\": \"0%\",//不及格率\n \"excellentGoodRate\": \"100%\",//优良率\n \"basicStudentVOList\": [\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151203254615\",\n \"realName\": \"仇森\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,//第一学期总评\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,//第二学期总评\n \"scoreYear\": 85//学年总评\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254902\",\n \"realName\": \"张雨\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254903\",\n \"realName\": \"陈永河\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254904\",\n \"realName\": \"陈予扬\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254905\",\n \"realName\": \"范子航\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254906\",\n \"realName\": \"冯懂\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254907\",\n \"realName\": \"付佳浩\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254908\",\n \"realName\": \"高凯枫\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254909\",\n \"realName\": \"顾君柯\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254910\",\n \"realName\": \"何昊阳\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254911\",\n \"realName\": \"华雨泽\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254912\",\n \"realName\": \"江海昊\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254913\",\n \"realName\": \"孔斌\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254914\",\n \"realName\": \"李翎\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254915\",\n \"realName\": \"李腾宇\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254916\",\n \"realName\": \"李文博\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254917\",\n \"realName\": \"李志侠\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254918\",\n \"realName\": \"李治龙\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254919\",\n \"realName\": \"李子轩\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254920\",\n \"realName\": \"刘家豪\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254921\",\n \"realName\": \"马震亚\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254922\",\n \"realName\": \"潘博文\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254923\",\n \"realName\": \"戚文旭\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254924\",\n \"realName\": \"佘东建\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254925\",\n \"realName\": \"沈康\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254926\",\n \"realName\": \"时东旭\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254927\",\n \"realName\": \"万晧轩\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254928\",\n \"realName\": \"王浩轩\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254929\",\n \"realName\": \"王鑫诚\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254930\",\n \"realName\": \"王宇鑫\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254931\",\n \"realName\": \"王臻彬\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254932\",\n \"realName\": \"王子豪\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254933\",\n \"realName\": \"吴明清\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254934\",\n \"realName\": \"吴天乐\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254935\",\n \"realName\": \"邢家伟\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254936\",\n \"realName\": \"徐家奎\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254937\",\n \"realName\": \"许嘉琪\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254938\",\n \"realName\": \"杨鼎诣\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254939\",\n \"realName\": \"杨航\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254940\",\n \"realName\": \"杨昊天\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254941\",\n \"realName\": \"夷骏程\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254942\",\n \"realName\": \"袁志勇\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254943\",\n \"realName\": \"翟鑫磊\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254944\",\n \"realName\": \"张豪宇\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254945\",\n \"realName\": \"张敬豪\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254946\",\n \"realName\": \"郑文博\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254947\",\n \"realName\": \"郑岳霖\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254948\",\n \"realName\": \"仲一凡\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254949\",\n \"realName\": \"周朗朗\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254950\",\n \"realName\": \"周凌川\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254951\",\n \"realName\": \"朱飞飞\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254952\",\n \"realName\": \"朱皓瑞\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254953\",\n \"realName\": \"朱恒毅\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254954\",\n \"realName\": \"朱振鹏\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"151704254955\",\n \"realName\": \"王文轩\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n },\n {\n \"schoolYear\": \"2025-2026\",\n \"schoolTerm\": null,\n \"stuNo\": \"161203243418\",\n \"realName\": \"季孙璨\",\n \"scoreOneMonth\": 85,\n \"scoreTwoMonth\": 85,\n \"scoreThreeMonth\": 85,\n \"scoreFourMonth\": 85,\n \"scoreFiveMonth\": 85,\n \"scoreOneTerm\": 85,\n \"scoreSixMonth\": 85,\n \"scoreSevenMonth\": 85,\n \"scoreEightMonth\": 85,\n \"scoreNineMonth\": 85,\n \"scoreTenMonth\": 85,\n \"scoreTwoTerm\": 85,\n \"scoreYear\": 85\n }\n ]\n }\n ],\n \"ok\": true\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classsafeedu/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classsafeedu/detail": { - "get": { - "summary": "详情", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "id", - "in": "query", - "description": "", + "description": "学院查学号", "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "stuNos", + "in": "query", + "description": "班主任查学号", + "required": false, + "example": "", "schema": { "type": "string" } @@ -19892,10 +21492,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -19905,109 +21505,78 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "total": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "current": { - "type": "integer" - }, - "pages": { - "type": "integer" + "$ref": "#/components/schemas/RListStuConductYearVO", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "score": 0, + "conductType": "", + "description": "", + "attachment": "", + "sourceCode": "", + "recordDate": "", + "realName": "", + "classCode": "", + "classNo": "", + "deptCode": "", + "deptName": "", + "oneMonth": "", + "twoMonth": "", + "threeMonth": "", + "fourMonth": "", + "fiveMonth": "", + "sixMonth": "", + "sevenMonth": "", + "eightMonth": "", + "nineMonth": "", + "tenMonth": "", + "classStuNum": 0, + "excellentNum": 0, + "goodNum": 0, + "passNum": 0, + "failNum": 0, + "excellentRate": "", + "goodRate": "", + "passRate": "", + "failRate": "", + "excellentGoodRate": "", + "basicStudentVOList": [ + { + "schoolYear": "", + "schoolTerm": "", + "stuNo": "", + "realName": "", + "scoreOneMonth": 0, + "scoreTwoMonth": 0, + "scoreThreeMonth": 0, + "scoreFourMonth": 0, + "scoreFiveMonth": 0, + "scoreOneTerm": 0, + "scoreSixMonth": 0, + "scoreSevenMonth": 0, + "scoreEightMonth": 0, + "scoreNineMonth": 0, + "scoreTenMonth": 0, + "scoreTwoTerm": 0, + "scoreYear": 0 } - }, - "required": [ - "records", - "total", - "size", - "current", - "pages" ] - }, - "ok": { - "type": "boolean" } - }, - "required": [ - "code", - "msg", - "data", - "ok" ] } } @@ -20020,64 +21589,31 @@ }, "/api/stuwork/classsafeedu/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "schoolTerm", + "name": "current", "in": "query", - "description": "学期", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "学年", - "required": false, - "example": [ - "" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "deptCode", - "in": "query", - "description": "学院代码", - "required": false, - "example": "", - "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 } }, { @@ -20086,16 +21622,125 @@ "description": "班级代码", "required": false, "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", "schema": { "type": "string" } }, + { + "name": "themeName", + "in": "query", + "description": "活动主题", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "author", + "in": "query", + "description": "主持人", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "address", + "in": "query", + "description": "活动地点", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, { "name": "recordDate", "in": "query", "description": "活动时间", "required": false, "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "attendNum", + "in": "query", + "description": "参加人数", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "attachment", + "in": "query", + "description": "活动图片", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "content", + "in": "query", + "description": "活动内容", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "attachment2", + "in": "query", + "description": "活动图片2", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", "schema": { "type": "string" } @@ -20104,10 +21749,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20117,112 +21762,123 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RPageClassSafeEdu", + "description": "" }, - "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"91bd6b883f3c1f7977d98479ca68e8ce\",\n \"createBy\": \"00159\",\n \"createTime\": \"2022-12-28 21:08:24\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1512032140\",//班级代码\n \"schoolYear\": \"2022-2023\",//学年\n \"schoolTerm\": \"1\",//学期\n \"themeName\": \"饮食安全\",//活动主题\n \"author\": \"李江\",//主持人\n \"address\": \"班级qq\",//活动地点\n \"recordDate\": \"2023-01-06\",//活动时间\n \"attendNum\": \"46\",//参与人数\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5587895064.jpg\",//活动图片\n \"content\": \"

1、班主任讲解饮食不当引发的事故

2.、在家或在宿舍发生饮食事故后的如何解决,老师解答

3、观看饮食卫生引发的后果

4、班主任总结饮食卫生安全

\",//内容\n \"attachment2\": \"\",//活动图片2\n \"classNo\": null//班号\n },\n {\n \"id\": \"d59eab3516f254f57c2d10a0f0e19a84\",\n \"createBy\": \"00624\",\n \"createTime\": \"2022-12-26 12:22:25\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0212131802\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"抗疫安全\",\n \"author\": \"朱镇京\",\n \"address\": \"微信群\",\n \"recordDate\": \"2023-01-04\",\n \"attendNum\": \"29\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/2557431534.jpg\",\n \"content\": \"

1. 发热病人等居家隔离者应尽量单间居住,保持相对隔离;


2. 为防止潜伏期出现交叉感染,建议健康家庭成员之间同样保持一米以上距离,并戴口罩,少面对面近距离说话,有条件者建议单间居住;


3. 丢弃使用过的口罩时,不要接触口罩外侧,应用手指捏住口罩的系带,将其丢至医疗废物容器内;摘掉口罩后应立即洗手;


4. 提倡公筷、分餐,家人碗筷单独专用,饭后用开水煮沸15-30分钟进行消毒;


5. 处理熟食和生食的菜板及刀具要分开,处理生食和熟食之后要洗手;


6. 房间勤通风,每天通风2-3次,每次20-30分钟以上;


7. 每天家中地面及桌椅板凳、门把手、马桶均用84消毒液按1:100浓度湿抹、湿拖,30分钟后再用清水湿抹、湿拖一次,每天二次,使用84消毒液时注意通风、戴口罩手套;


8. 普通衣物、床单、浴巾、毛巾等可以60-90℃的热水和普通家用洗衣液清洗,清洗后完全干燥;


9. 对疑似和确诊病例所有的床单、衣服及用品均要用84消毒液按1:100浓度浸泡30分钟后再用清水清洗,患者生活污水、排泄物最好用2:100浓度84消毒液浸泡或喷洒30分钟以上再倒掉或冲掉;


10. 杜绝亲朋好友探访;


11. 不出门少出门。必要的外出回家后,可以用浓度为75%的酒精对带回物品的外表面进行消毒,手机和钥匙也需要消毒,并用纸巾擦拭干净;用流动水和肥皂或洗手液洗手,洗手后尽可能使用一次性纸巾擦手;


12. 家庭内各房间均应使用单独的带盖垃圾桶,扔垃圾后应密封垃圾袋并消毒;


13. 对疑似或确诊病例的接触者,从最后一次接触病例次日算起,应自行隔离14天,把防护措施做好,才能避免家中互相传染;


14. 规律作息,定时运动,放松心情,提高免疫力。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"62817b049885d2626ca47e3085bdf914\",\n \"createBy\": \"00291\",\n \"createTime\": \"2022-12-30 11:11:33\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0412231822\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"阳了后怎么办\",\n \"author\": \"朱振华\",\n \"address\": \"班级群\",\n \"recordDate\": \"2022-12-30\",\n \"attendNum\": \"25\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5705409828.jpg\",\n \"content\": \"

如果发现自己“阳了”怎么办呢?我们就需要知道这些关键点。

1、学会识别症状、观察症状

新冠肺炎患者大多会出现以下几种症状:发热、咽痛、咳嗽、鼻塞、流鼻涕是常见的症状。

但有极少部分者可以没有发热,咳嗽,咳痰,胸闷气促呼吸困难的症状。极少部分患者表现为消化道的症状,会出现恶心呕吐、腹痛、腹胀的表现。如果去过疫区或者14天之内和诊断的新型肺炎的患者有密切接触史,就应该及时到医院发热门诊进行检查。

2、克服恐惧心理

全面放开之后,接下来的几个月可能会出现一个爆发的高潮阶段,但是大家不用太担心,如今即便是感染了,也完全没有开始的时候那么严重。而且我们现在有了疫苗和药物的双重保护,即便自己阳性了,也一定不要慌张,心态一定要积极,相信自己一定会好的。从心理上增强自身的抵抗力,轻松转阴。乐观的心态是很重要的。

3、及时看医生

如果不幸“阳”了,症状严重的话,建议还是尽快去看医生。尤其是老人和孩子以及免疫力低下的人群。如果出现胸痛、呼吸困难、言语或者四肢出现活动障碍一定要及时去医院治疗。学生在服用药物时,最好是要经过医生诊断过的,且必须按照医嘱服药,生活上一定要保证小朋友要多喝水、饮食清淡。

4、常备防疫物资

家里一定要准备一些防疫物资,以备不时之需。首先就是口罩等医用品,疫情高发期,口罩是出入各类公共场所的必备品,所以最好在家里囤一点。其次就是常备药品,家里要有点常备药,比如感冒药、抗病毒、退烧药、镇痛药、创可贴之类的。最后建议储备一些矿泉水了。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"cb4ccf157188de08d5be41579bdc3f6f\",\n \"createBy\": \"00351\",\n \"createTime\": \"2022-12-30 00:41:57\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0312141812\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"顶岗实习安全教育4\",\n \"author\": \"刘晨\",\n \"address\": \"QQ群\",\n \"recordDate\": \"2022-12-30\",\n \"attendNum\": \"34\",\n \"attachment\": \"\",\n \"content\": \"

强调在当前疫情的情况下,在注意安全防护的同时顾及自己的身体健康,不要带病上班,如果感染了新冠病毒必须自行隔离修养,在生病痊愈后方可继续进入定岗实习岗位。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"dff1ae589a79c5f56620b5ebb1872529\",\n \"createBy\": \"00285\",\n \"createTime\": \"2023-01-03 10:58:02\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1132022223\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"假期安全教育\",\n \"author\": \"朱文彬\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-30\",\n \"attendNum\": \"19\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5265841864.jpg\",\n \"content\": \"

本学期即将结束,大家马上就要进入寒假,在寒假期间大家要注意安全防护。

1、交通安全

2、用电安全

3、增强防火意识

4、燃放烟花爆竹

最后,祝大家过一个开心快乐祥和的寒假。

\",\n \"attachment2\": \"/stuwork/minio/show?fileName=base-class_activity/4093541817.jpg\",\n \"classNo\": null\n },\n {\n \"id\": \"5acbd8d515a69cb53127b7798318ee0d\",\n \"createBy\": \"00587\",\n \"createTime\": \"2022-12-30 14:05:54\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0217011706\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"假期安全教育\",\n \"author\": \"刘帆\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-28\",\n \"attendNum\": \"29\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/0139526948.jpg\",\n \"content\": \"

假期安全教育

线上教学工作已经全面结束,寒假即将到来,在这里进行安全教育。

1、通过学习让学生知道寒假中哪些安全事项及预防

2、让学生度过一个快乐平安的春节

3、提高学生的安全意识。

\\t一、科学防范,确保健康

    因寒假时间较长,又恰逢春节,请您做好自己以及孩子健康的第一责任人,时时关注身体状况,若出现发热、干咳、乏力、咽痛等相关症状,可在家观察治疗,对症用药,必要时请及时到医疗机构就诊。

    尽量减少外出,若确需外出,坚持佩戴医用防护口罩,勤洗手,避免用未清洁的手触摸口、眼、鼻。

    同时保持环境卫生,每天对生活区域进行卫生清洁消毒,坚持开窗通风。保持充足的睡眠和阳光的心态,注意科学饮食,营养均衡。

\\t跟岗、顶岗的同学,严格遵守学院和企业疫情防控要求,要自觉佩戴口罩,尽量减少外出,减少聚集,合理饮食,科学防控疫情。

\\t二、安全教育,不可忽视

  请家长们牢固树立“生命至上”、“安全第一”的意识,教育孩子遵守交通法规,注意行路安全、骑车安全,牢记“马路似虎口、安全每一步”,防止交通意外事故的发生。

   提醒孩子注意居家安全,特别是单独在家的时候,务必严格规范天然气等易燃易爆危险品和火、电的使用,防止天然气爆炸和火灾等事故发生。过年期间,严禁孩子私自燃放烟花爆竹,加强防范意识。

\\t三、网络安全教育

\\t提高安全防范意识,严防网络电信诈骗,注意子女的资金使用情况,微信、支付宝消费情况;严禁买卖电信卡、银行卡,严禁将电话卡、身份证借给他人使用;严禁参与网络刷单,防止网络诈骗、电话诈骗、短信诈骗、金融诈骗。发现疑似情况及时与其班主任联系。

\\t四、合理安排假期时间

\\t1.重视劳动习惯的养成,支持引导孩子参与生产劳动和家务劳动。勤俭节约、移风易俗,养成良好的卫生行为习惯,加强自身品德修养,做文明学生、文明公民。

\\t2.居家锻炼。体育锻炼不能落下,每天都要有固定的运动时间,父母和孩子一起进行居家锻炼,增强孩子的体质。

\\t五、心理健康教育

\\t持续关注心理健康,营造温馨和谐的家庭氛围。帮助孩子汲取正能量,塑造积极向上的成长型思维。及时传递权威消息,缓解孩子的焦虑情绪。利用假期和孩子多交流、多谈心,沟通思想。关注孩子心理状态的变化,加强家校联系,如有异常及时与班主任沟通。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"5b48e36950e2580c0e1d1e05514017d0\",\n \"createBy\": \"00136\",\n \"createTime\": \"2022-12-29 19:39:01\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1112042215\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"网络安全教育\",\n \"author\": \"申如意\",\n \"address\": \"网络\",\n \"recordDate\": \"2022-12-28\",\n \"attendNum\": \"40\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/0593834689.jpg\",\n \"content\": \"

1、不信谣不传谣

2、疫情当下,不能乱听信谣言

3、不要在网络乱购物

4、不去乱接陌生电话

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"e786720f9ab126a5232864da561c58c0\",\n \"createBy\": \"00605\",\n \"createTime\": \"2022-12-30 12:49:05\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1012021854\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"安全教育\",\n \"author\": \"彭庆英\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-28\",\n \"attendNum\": \"34\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5650413881.jpg\",\n \"content\": \"

这次主题班会对这个学期班级出现的情况进行总结,对每天自觉打卡签到的同学进行表扬和鼓励,对有几个要催好几次才打卡的同学进行了点名,要他们向自觉的同学学习。

还是强调安全问题,比如这次有的同学阳了还带病上班,要他们多注意休息,等身体好了再去上班。对于还没有阳的同学,要做好自身防护。所以,在疫情时期,每个同学都要注意自己的身体健康,把身体保护好。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"12bb5ee8711301fcb3fcc15cad6a45b7\",\n \"createBy\": \"00444\",\n \"createTime\": \"2022-12-27 18:35:37\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1212082002\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"寒假安全教育\",\n \"author\": \"魏小兵\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-27\",\n \"attendNum\": \"44\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/4708171526.jpg\",\n \"content\": \"

【活动目的】

1、切实加强冬季,尤其是春节期间安全教育,增强学生安全防范意识。

2、向学生进行防冻、防火、防盗、防骗、防交通事故等安全防范教育,增强学生的自我保护和安全防范意识,防止学生遭受人身和财产损失。

【活动形式】

师讲述,生理解议论

【活动过程】:

为了同学们的身心健康与生命安全,为了大家过一个愉快而又充实的寒假。彻底杜绝元旦假期期间学生一切非正常事故的发生,请大家遵守以下规定:

一、外出活动及交通安全

1、不到水库、机井、塘坝、水窖、河道沙坑等地方滑冰。恶劣天气不在危险建筑物、大树下避雨雪、不玩火、学会防火、防电、防煤气中毒等安全常识。

2、不到悬崖、陡坡、易塌方的沙、土坑等地方玩耍,不攀爬树木、高大建筑物等。

3、不在危险的地方玩耍,不做任何带有危险性的游戏,及时远离危险因素。

4、不打架斗殴,不搞恶作剧,不做有损自己和他人的事。

5、外出路上要遵守交通规则,不骑自行车上路,不乘坐无证车,不乘坐酒后驾驶的车辆,出行注意交通安全。

6、未经家长同意,一律不准私自、探亲、访友,离家时一定要与父母打招呼。

7、遵守社会公德,遵纪守法,不做任何损害老百姓利益、危及他人生命财产安全的事情。

二、饮食卫生安全

1、不饮用不卫生食物,不喝生水,不吃凉饭菜,元旦期间,保持良好的饮食习惯,不要暴食暴饮。

2、注意个人饮食卫生。

3、不食用三无食品。

三、用电用火用气等方面的安全

1、掌握安全用电常识,不随便触摸电器设备。不靠近有电电源,不随便动各种插头,不撕拉乱接电线。使用电器需由家长指导。

2、掌握正确使用液化气常识,不单独开液化气炉灶,预防煤气中毒。

3、不玩烟花爆竹等危险物品。不玩火、远离火源,注意消防安全。

四、社会公德方面

1、遵守社会公德,遵纪守法,不做任何损害老百姓利益、危及他人生命财产安全的事情。

2、崇尚科学,不参加任何封建迷信活动和邪教组织;严禁参与赌博与变相赌博,严禁听、看不健康的音像与书刊,严禁进电子游戏室、网吧、歌舞厅活动,看有益电视节目。

7、孝敬父母、团结邻里、关爱幼小,自己能做的事情自己做,帮助父母干力所能及的家务活。

五、假期作业方面

期末考试即将来临,希望大家在元旦假期里以复习功课为主,好好学习,认真复习功课,保质保量完成假期作业;

总结

以上诸条希望大家认真落实,请家长帮忙监督和加强自我管理、自我约束,各科作业做完后让家长签名。春节是我国的传统节日,只有保证人身和财产安全,才能过个安乐祥和的春节。寒假即将到来,春节在向我们招手,希望大家时时刻刻注意自身以及周围人群的安全,防止安全事故的发生。希望能通过这次活动进一步增强我们的安全意识和自我保护意识。让安全系着你、我、他,愿我们的生活每天都充满阳光和鲜花,愿我们每个人都能拥有一个平安快乐的寒假,愿平安和幸福永远着伴随我们大家!


\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"be27cf63dd55b9d43bb54f89b7cc9a3f\",\n \"createBy\": \"00705\",\n \"createTime\": \"2022-12-29 22:28:22\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1317042124\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"疫情防控安全教育\",\n \"author\": \"郭艺妹\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-27\",\n \"attendNum\": \"50\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/1242747539.jpg\",\n \"content\": \"

1.本学期线上课程今天全部结束,课程成绩可在app内查看,1月3日到7日学校安排线上讲座,届时请同学们准时观看,观看要求到时通知;

2.下学期2月7号报到,住宿生不能提前报到,8号正式上课;

3.请同学们假期注意防护,保重身体,做好自己健康的第一责任人。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n }\n ],\n \"total\": 7089,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 709\n },\n \"ok\": true\n}" + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "themeName": "", + "author": "", + "address": "", + "recordDate": "", + "attendNum": "", + "attachment": "", + "content": "", + "attachment2": "", + "classNo": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classsafeedu/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassSafeEdu", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "themeName": "", + "author": "", + "address": "", + "recordDate": "", + "attendNum": "", + "attachment": "", + "content": "", + "attachment2": "", + "classNo": "" + } + } } }, "headers": {} @@ -20233,7 +21889,7 @@ }, "/api/stuwork/classsafeedu": { "post": { - "summary": "新增", + "summary": "新增安全教育", "deprecated": false, "description": "", "tags": [], @@ -20242,10 +21898,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20253,8 +21909,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassSafeEdu", + "description": "安全教育" }, "example": "{\r\n \"classCode\": \"1512032140\", //班级代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"themeName\": \"饮食安全\", //活动主题\r\n \"author\": \"李江\", //主持人\r\n \"address\": \"班级qq\", //活动地点\r\n \"recordDate\": \"2023-01-06\", //活动时间\r\n \"attendNum\": \"46\", //参与人数\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5587895064.jpg\", //活动图片\r\n \"content\": \"

1、班主任讲解饮食不当引发的事故

2.、在家或在宿舍发生饮食事故后的如何解决,老师解答

3、观看饮食卫生引发的后果

4、班主任总结饮食卫生安全

\", //内容\r\n \"attachment2\": \"\" //活动图片2\r\n}" } @@ -20266,8 +21922,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -20279,7 +21941,7 @@ }, "/api/stuwork/classsafeedu/edit": { "post": { - "summary": "编辑", + "summary": "修改安全教育", "deprecated": false, "description": "", "tags": [], @@ -20288,10 +21950,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20299,10 +21961,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassSafeEdu", + "description": "安全教育" }, - "example": "{\r\n \"id\": \"91bd6b883f3c1f7977d98479ca68e8ce\",\r\n \"createBy\": \"00159\",\r\n \"createTime\": \"2022-12-28 21:08:24\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1512032140\", //班级代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"themeName\": \"饮食安全\", //活动主题\r\n \"author\": \"李江\", //主持人\r\n \"address\": \"班级qq\", //活动地点\r\n \"recordDate\": \"2023-01-06\", //活动时间\r\n \"attendNum\": \"46\", //参与人数\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5587895064.jpg\", //活动图片\r\n \"content\": \"

1、班主任讲解饮食不当引发的事故

2.、在家或在宿舍发生饮食事故后的如何解决,老师解答

3、观看饮食卫生引发的后果

4、班主任总结饮食卫生安全

\", //内容\r\n \"attachment2\": \"\", //活动图片2\r\n \"classNo\": null //班号\r\n}" + "examples": {} } } }, @@ -20312,8 +21974,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -20323,9 +21991,9 @@ "security": [] } }, - "/api/stuwork/classactivity/delete": { + "/api/stuwork/classsafeedu/delete": { "post": { - "summary": "删除", + "summary": "通过id删除安全教育", "deprecated": false, "description": "", "tags": [], @@ -20334,10 +22002,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20345,12 +22013,13 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "type": "array", + "items": { + "type": "string" + }, + "description": "" }, - "example": [ - "1" - ] + "examples": {} } } }, @@ -20360,155 +22029,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/classactivity/detail": { - "get": { - "summary": "详情", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "id", - "in": "query", - "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -20520,39 +22048,43 @@ }, "/api/stuwork/classactivity/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "schoolTerm", + "name": "current", "in": "query", - "description": "学期", + "description": "当前页", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 } }, { @@ -20560,20 +22092,17 @@ "in": "query", "description": "学年", "required": false, - "example": [ - "" - ], + "example": "", "schema": { - "type": "array", - "items": { - "type": "string" - } + "type": "integer", + "format": "int64", + "default": 1 } }, { - "name": "deptCode", + "name": "schoolTerm", "in": "query", - "description": "学院代码", + "description": "学期", "required": false, "example": "", "schema": { @@ -20581,7 +22110,92 @@ } }, { - "name": "classCode", + "name": "themeName", + "in": "query", + "description": "活动主题", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "author", + "in": "query", + "description": "主持人", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "activityTime", + "in": "query", + "description": "活动时间", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "address", + "in": "query", + "description": "活动地点", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "attendNum", + "in": "query", + "description": "参加人数", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "attachment", + "in": "query", + "description": "活动图片", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "content", + "in": "query", + "description": "活动内容", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "attachment2", + "in": "query", + "description": "活动图片2", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classNo", "in": "query", "description": "班级代码", "required": false, @@ -20594,10 +22208,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20607,112 +22221,123 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RPageClassActivity", + "description": "" }, - "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"91bd6b883f3c1f7977d98479ca68e8ce\",\n \"createBy\": \"00159\",\n \"createTime\": \"2022-12-28 21:08:24\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1512032140\",//班级代码\n \"schoolYear\": \"2022-2023\",//学年\n \"schoolTerm\": \"1\",//学期\n \"themeName\": \"饮食安全\",//活动主题\n \"author\": \"李江\",//主持人\n \"address\": \"班级qq\",//活动地点\n \"recordDate\": \"2023-01-06\",//活动时间\n \"attendNum\": \"46\",//参与人数\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5587895064.jpg\",//活动图片\n \"content\": \"

1、班主任讲解饮食不当引发的事故

2.、在家或在宿舍发生饮食事故后的如何解决,老师解答

3、观看饮食卫生引发的后果

4、班主任总结饮食卫生安全

\",//内容\n \"attachment2\": \"\",//活动图片2\n \"classNo\": null//班号\n },\n {\n \"id\": \"d59eab3516f254f57c2d10a0f0e19a84\",\n \"createBy\": \"00624\",\n \"createTime\": \"2022-12-26 12:22:25\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0212131802\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"抗疫安全\",\n \"author\": \"朱镇京\",\n \"address\": \"微信群\",\n \"recordDate\": \"2023-01-04\",\n \"attendNum\": \"29\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/2557431534.jpg\",\n \"content\": \"

1. 发热病人等居家隔离者应尽量单间居住,保持相对隔离;


2. 为防止潜伏期出现交叉感染,建议健康家庭成员之间同样保持一米以上距离,并戴口罩,少面对面近距离说话,有条件者建议单间居住;


3. 丢弃使用过的口罩时,不要接触口罩外侧,应用手指捏住口罩的系带,将其丢至医疗废物容器内;摘掉口罩后应立即洗手;


4. 提倡公筷、分餐,家人碗筷单独专用,饭后用开水煮沸15-30分钟进行消毒;


5. 处理熟食和生食的菜板及刀具要分开,处理生食和熟食之后要洗手;


6. 房间勤通风,每天通风2-3次,每次20-30分钟以上;


7. 每天家中地面及桌椅板凳、门把手、马桶均用84消毒液按1:100浓度湿抹、湿拖,30分钟后再用清水湿抹、湿拖一次,每天二次,使用84消毒液时注意通风、戴口罩手套;


8. 普通衣物、床单、浴巾、毛巾等可以60-90℃的热水和普通家用洗衣液清洗,清洗后完全干燥;


9. 对疑似和确诊病例所有的床单、衣服及用品均要用84消毒液按1:100浓度浸泡30分钟后再用清水清洗,患者生活污水、排泄物最好用2:100浓度84消毒液浸泡或喷洒30分钟以上再倒掉或冲掉;


10. 杜绝亲朋好友探访;


11. 不出门少出门。必要的外出回家后,可以用浓度为75%的酒精对带回物品的外表面进行消毒,手机和钥匙也需要消毒,并用纸巾擦拭干净;用流动水和肥皂或洗手液洗手,洗手后尽可能使用一次性纸巾擦手;


12. 家庭内各房间均应使用单独的带盖垃圾桶,扔垃圾后应密封垃圾袋并消毒;


13. 对疑似或确诊病例的接触者,从最后一次接触病例次日算起,应自行隔离14天,把防护措施做好,才能避免家中互相传染;


14. 规律作息,定时运动,放松心情,提高免疫力。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"62817b049885d2626ca47e3085bdf914\",\n \"createBy\": \"00291\",\n \"createTime\": \"2022-12-30 11:11:33\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0412231822\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"阳了后怎么办\",\n \"author\": \"朱振华\",\n \"address\": \"班级群\",\n \"recordDate\": \"2022-12-30\",\n \"attendNum\": \"25\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5705409828.jpg\",\n \"content\": \"

如果发现自己“阳了”怎么办呢?我们就需要知道这些关键点。

1、学会识别症状、观察症状

新冠肺炎患者大多会出现以下几种症状:发热、咽痛、咳嗽、鼻塞、流鼻涕是常见的症状。

但有极少部分者可以没有发热,咳嗽,咳痰,胸闷气促呼吸困难的症状。极少部分患者表现为消化道的症状,会出现恶心呕吐、腹痛、腹胀的表现。如果去过疫区或者14天之内和诊断的新型肺炎的患者有密切接触史,就应该及时到医院发热门诊进行检查。

2、克服恐惧心理

全面放开之后,接下来的几个月可能会出现一个爆发的高潮阶段,但是大家不用太担心,如今即便是感染了,也完全没有开始的时候那么严重。而且我们现在有了疫苗和药物的双重保护,即便自己阳性了,也一定不要慌张,心态一定要积极,相信自己一定会好的。从心理上增强自身的抵抗力,轻松转阴。乐观的心态是很重要的。

3、及时看医生

如果不幸“阳”了,症状严重的话,建议还是尽快去看医生。尤其是老人和孩子以及免疫力低下的人群。如果出现胸痛、呼吸困难、言语或者四肢出现活动障碍一定要及时去医院治疗。学生在服用药物时,最好是要经过医生诊断过的,且必须按照医嘱服药,生活上一定要保证小朋友要多喝水、饮食清淡。

4、常备防疫物资

家里一定要准备一些防疫物资,以备不时之需。首先就是口罩等医用品,疫情高发期,口罩是出入各类公共场所的必备品,所以最好在家里囤一点。其次就是常备药品,家里要有点常备药,比如感冒药、抗病毒、退烧药、镇痛药、创可贴之类的。最后建议储备一些矿泉水了。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"cb4ccf157188de08d5be41579bdc3f6f\",\n \"createBy\": \"00351\",\n \"createTime\": \"2022-12-30 00:41:57\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0312141812\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"顶岗实习安全教育4\",\n \"author\": \"刘晨\",\n \"address\": \"QQ群\",\n \"recordDate\": \"2022-12-30\",\n \"attendNum\": \"34\",\n \"attachment\": \"\",\n \"content\": \"

强调在当前疫情的情况下,在注意安全防护的同时顾及自己的身体健康,不要带病上班,如果感染了新冠病毒必须自行隔离修养,在生病痊愈后方可继续进入定岗实习岗位。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"dff1ae589a79c5f56620b5ebb1872529\",\n \"createBy\": \"00285\",\n \"createTime\": \"2023-01-03 10:58:02\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1132022223\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"假期安全教育\",\n \"author\": \"朱文彬\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-30\",\n \"attendNum\": \"19\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5265841864.jpg\",\n \"content\": \"

本学期即将结束,大家马上就要进入寒假,在寒假期间大家要注意安全防护。

1、交通安全

2、用电安全

3、增强防火意识

4、燃放烟花爆竹

最后,祝大家过一个开心快乐祥和的寒假。

\",\n \"attachment2\": \"/stuwork/minio/show?fileName=base-class_activity/4093541817.jpg\",\n \"classNo\": null\n },\n {\n \"id\": \"5acbd8d515a69cb53127b7798318ee0d\",\n \"createBy\": \"00587\",\n \"createTime\": \"2022-12-30 14:05:54\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"0217011706\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"假期安全教育\",\n \"author\": \"刘帆\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-28\",\n \"attendNum\": \"29\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/0139526948.jpg\",\n \"content\": \"

假期安全教育

线上教学工作已经全面结束,寒假即将到来,在这里进行安全教育。

1、通过学习让学生知道寒假中哪些安全事项及预防

2、让学生度过一个快乐平安的春节

3、提高学生的安全意识。

\\t一、科学防范,确保健康

    因寒假时间较长,又恰逢春节,请您做好自己以及孩子健康的第一责任人,时时关注身体状况,若出现发热、干咳、乏力、咽痛等相关症状,可在家观察治疗,对症用药,必要时请及时到医疗机构就诊。

    尽量减少外出,若确需外出,坚持佩戴医用防护口罩,勤洗手,避免用未清洁的手触摸口、眼、鼻。

    同时保持环境卫生,每天对生活区域进行卫生清洁消毒,坚持开窗通风。保持充足的睡眠和阳光的心态,注意科学饮食,营养均衡。

\\t跟岗、顶岗的同学,严格遵守学院和企业疫情防控要求,要自觉佩戴口罩,尽量减少外出,减少聚集,合理饮食,科学防控疫情。

\\t二、安全教育,不可忽视

  请家长们牢固树立“生命至上”、“安全第一”的意识,教育孩子遵守交通法规,注意行路安全、骑车安全,牢记“马路似虎口、安全每一步”,防止交通意外事故的发生。

   提醒孩子注意居家安全,特别是单独在家的时候,务必严格规范天然气等易燃易爆危险品和火、电的使用,防止天然气爆炸和火灾等事故发生。过年期间,严禁孩子私自燃放烟花爆竹,加强防范意识。

\\t三、网络安全教育

\\t提高安全防范意识,严防网络电信诈骗,注意子女的资金使用情况,微信、支付宝消费情况;严禁买卖电信卡、银行卡,严禁将电话卡、身份证借给他人使用;严禁参与网络刷单,防止网络诈骗、电话诈骗、短信诈骗、金融诈骗。发现疑似情况及时与其班主任联系。

\\t四、合理安排假期时间

\\t1.重视劳动习惯的养成,支持引导孩子参与生产劳动和家务劳动。勤俭节约、移风易俗,养成良好的卫生行为习惯,加强自身品德修养,做文明学生、文明公民。

\\t2.居家锻炼。体育锻炼不能落下,每天都要有固定的运动时间,父母和孩子一起进行居家锻炼,增强孩子的体质。

\\t五、心理健康教育

\\t持续关注心理健康,营造温馨和谐的家庭氛围。帮助孩子汲取正能量,塑造积极向上的成长型思维。及时传递权威消息,缓解孩子的焦虑情绪。利用假期和孩子多交流、多谈心,沟通思想。关注孩子心理状态的变化,加强家校联系,如有异常及时与班主任沟通。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"5b48e36950e2580c0e1d1e05514017d0\",\n \"createBy\": \"00136\",\n \"createTime\": \"2022-12-29 19:39:01\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1112042215\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"网络安全教育\",\n \"author\": \"申如意\",\n \"address\": \"网络\",\n \"recordDate\": \"2022-12-28\",\n \"attendNum\": \"40\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/0593834689.jpg\",\n \"content\": \"

1、不信谣不传谣

2、疫情当下,不能乱听信谣言

3、不要在网络乱购物

4、不去乱接陌生电话

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"e786720f9ab126a5232864da561c58c0\",\n \"createBy\": \"00605\",\n \"createTime\": \"2022-12-30 12:49:05\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1012021854\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"安全教育\",\n \"author\": \"彭庆英\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-28\",\n \"attendNum\": \"34\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5650413881.jpg\",\n \"content\": \"

这次主题班会对这个学期班级出现的情况进行总结,对每天自觉打卡签到的同学进行表扬和鼓励,对有几个要催好几次才打卡的同学进行了点名,要他们向自觉的同学学习。

还是强调安全问题,比如这次有的同学阳了还带病上班,要他们多注意休息,等身体好了再去上班。对于还没有阳的同学,要做好自身防护。所以,在疫情时期,每个同学都要注意自己的身体健康,把身体保护好。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"12bb5ee8711301fcb3fcc15cad6a45b7\",\n \"createBy\": \"00444\",\n \"createTime\": \"2022-12-27 18:35:37\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1212082002\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"寒假安全教育\",\n \"author\": \"魏小兵\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-27\",\n \"attendNum\": \"44\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/4708171526.jpg\",\n \"content\": \"

【活动目的】

1、切实加强冬季,尤其是春节期间安全教育,增强学生安全防范意识。

2、向学生进行防冻、防火、防盗、防骗、防交通事故等安全防范教育,增强学生的自我保护和安全防范意识,防止学生遭受人身和财产损失。

【活动形式】

师讲述,生理解议论

【活动过程】:

为了同学们的身心健康与生命安全,为了大家过一个愉快而又充实的寒假。彻底杜绝元旦假期期间学生一切非正常事故的发生,请大家遵守以下规定:

一、外出活动及交通安全

1、不到水库、机井、塘坝、水窖、河道沙坑等地方滑冰。恶劣天气不在危险建筑物、大树下避雨雪、不玩火、学会防火、防电、防煤气中毒等安全常识。

2、不到悬崖、陡坡、易塌方的沙、土坑等地方玩耍,不攀爬树木、高大建筑物等。

3、不在危险的地方玩耍,不做任何带有危险性的游戏,及时远离危险因素。

4、不打架斗殴,不搞恶作剧,不做有损自己和他人的事。

5、外出路上要遵守交通规则,不骑自行车上路,不乘坐无证车,不乘坐酒后驾驶的车辆,出行注意交通安全。

6、未经家长同意,一律不准私自、探亲、访友,离家时一定要与父母打招呼。

7、遵守社会公德,遵纪守法,不做任何损害老百姓利益、危及他人生命财产安全的事情。

二、饮食卫生安全

1、不饮用不卫生食物,不喝生水,不吃凉饭菜,元旦期间,保持良好的饮食习惯,不要暴食暴饮。

2、注意个人饮食卫生。

3、不食用三无食品。

三、用电用火用气等方面的安全

1、掌握安全用电常识,不随便触摸电器设备。不靠近有电电源,不随便动各种插头,不撕拉乱接电线。使用电器需由家长指导。

2、掌握正确使用液化气常识,不单独开液化气炉灶,预防煤气中毒。

3、不玩烟花爆竹等危险物品。不玩火、远离火源,注意消防安全。

四、社会公德方面

1、遵守社会公德,遵纪守法,不做任何损害老百姓利益、危及他人生命财产安全的事情。

2、崇尚科学,不参加任何封建迷信活动和邪教组织;严禁参与赌博与变相赌博,严禁听、看不健康的音像与书刊,严禁进电子游戏室、网吧、歌舞厅活动,看有益电视节目。

7、孝敬父母、团结邻里、关爱幼小,自己能做的事情自己做,帮助父母干力所能及的家务活。

五、假期作业方面

期末考试即将来临,希望大家在元旦假期里以复习功课为主,好好学习,认真复习功课,保质保量完成假期作业;

总结

以上诸条希望大家认真落实,请家长帮忙监督和加强自我管理、自我约束,各科作业做完后让家长签名。春节是我国的传统节日,只有保证人身和财产安全,才能过个安乐祥和的春节。寒假即将到来,春节在向我们招手,希望大家时时刻刻注意自身以及周围人群的安全,防止安全事故的发生。希望能通过这次活动进一步增强我们的安全意识和自我保护意识。让安全系着你、我、他,愿我们的生活每天都充满阳光和鲜花,愿我们每个人都能拥有一个平安快乐的寒假,愿平安和幸福永远着伴随我们大家!


\",\n \"attachment2\": \"\",\n \"classNo\": null\n },\n {\n \"id\": \"be27cf63dd55b9d43bb54f89b7cc9a3f\",\n \"createBy\": \"00705\",\n \"createTime\": \"2022-12-29 22:28:22\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1317042124\",\n \"schoolYear\": \"2022-2023\",\n \"schoolTerm\": \"1\",\n \"themeName\": \"疫情防控安全教育\",\n \"author\": \"郭艺妹\",\n \"address\": \"线上\",\n \"recordDate\": \"2022-12-27\",\n \"attendNum\": \"50\",\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/1242747539.jpg\",\n \"content\": \"

1.本学期线上课程今天全部结束,课程成绩可在app内查看,1月3日到7日学校安排线上讲座,届时请同学们准时观看,观看要求到时通知;

2.下学期2月7号报到,住宿生不能提前报到,8号正式上课;

3.请同学们假期注意防护,保重身体,做好自己健康的第一责任人。

\",\n \"attachment2\": \"\",\n \"classNo\": null\n }\n ],\n \"total\": 7089,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 709\n },\n \"ok\": true\n}" + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "themeName": "", + "author": "", + "activityTime": "", + "address": "", + "attendNum": "", + "attachment": "", + "content": "", + "attachment2": "", + "classNo": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classactivity/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RClassActivity", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "schoolYear": "", + "schoolTerm": "", + "themeName": "", + "author": "", + "activityTime": "", + "address": "", + "attendNum": "", + "attachment": "", + "content": "", + "attachment2": "", + "classNo": "" + } + } } }, "headers": {} @@ -20723,7 +22348,7 @@ }, "/api/stuwork/classactivity": { "post": { - "summary": "新增", + "summary": "新增活动记录", "deprecated": false, "description": "", "tags": [], @@ -20732,10 +22357,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20743,8 +22368,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassActivity", + "description": "活动记录" }, "example": "{\r\n \"classCode\": \"1512032140\", //班级代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"themeName\": \"饮食安全\", //活动主题\r\n \"author\": \"李江\", //主持人\r\n \"address\": \"班级qq\", //活动地点\r\n \"recordDate\": \"2023-01-06\", //活动时间\r\n \"attendNum\": \"46\", //参与人数\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5587895064.jpg\", //活动图片\r\n \"content\": \"

1、班主任讲解饮食不当引发的事故

2.、在家或在宿舍发生饮食事故后的如何解决,老师解答

3、观看饮食卫生引发的后果

4、班主任总结饮食卫生安全

\", //内容\r\n \"attachment2\": \"\" //活动图片2\r\n}" } @@ -20756,8 +22381,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -20769,7 +22400,7 @@ }, "/api/stuwork/classactivity/edit": { "post": { - "summary": "编辑", + "summary": "修改活动记录", "deprecated": false, "description": "", "tags": [], @@ -20778,10 +22409,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20789,10 +22420,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/ClassActivity", + "description": "活动记录" }, - "example": "{\r\n \"id\": \"48b74d5269f2984f12af725efa5996e6\",\r\n \"createBy\": \"00159\",\r\n \"createTime\": \"2022-12-28 21:08:24\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1512032140\", //班级代码\r\n \"schoolYear\": \"2022-2023\", //学年\r\n \"schoolTerm\": \"1\", //学期\r\n \"themeName\": \"饮食安全\", //活动主题\r\n \"author\": \"李江\", //主持人\r\n \"address\": \"班级qq\", //活动地点\r\n \"recordDate\": \"2023-01-06\", //活动时间\r\n \"attendNum\": \"46\", //参与人数\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-class_activity/5587895064.jpg\", //活动图片\r\n \"content\": \"

1、班主任讲解饮食不当引发的事故

2.、在家或在宿舍发生饮食事故后的如何解决,老师解答

3、观看饮食卫生引发的后果

4、班主任总结饮食卫生安全

\", //内容\r\n \"attachment2\": \"\", //活动图片2\r\n \"classNo\": null //班号\r\n}" + "examples": {} } } }, @@ -20802,8 +22433,69 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classactivity/delete": { + "post": { + "summary": "通过id删除活动记录", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -20824,10 +22516,878 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RListRewardRule" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "ruleName": "", + "ruleType": "" + } + ] + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardclass/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "ruleId", + "in": "query", + "description": "奖项id", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "ruleName", + "in": "query", + "description": "奖项名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "classNo", + "in": "query", + "description": "班级代码", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "deptName", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64" + } + }, + { + "name": "teacherNo", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "classMasterName", + "in": "query", + "description": "", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "班主任姓名", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageRewardClass", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "ruleId": "", + "ruleName": "", + "schoolYear": "", + "schoolTerm": "", + "classNo": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardclass/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RRewardClass", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "classCode": "", + "ruleId": "", + "ruleName": "", + "schoolYear": "", + "schoolTerm": "", + "classNo": "", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "classMasterName": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardclass": { + "post": { + "summary": "新增班级奖项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RewardClass", + "description": "班级奖项" + }, + "example": "{\r\n \"classCode\": \"1512072546\",//班级代码\r\n \"ruleId\": \"30\",//奖项id\r\n \"remarks\": \"222\",//备注\r\n \"ruleName\": \"二等奖\"//奖项\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardclass/edit": { + "post": { + "summary": "修改班级奖项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RewardClass", + "description": "班级奖项" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardclass/delete": { + "post": { + "summary": "通过id删除班级奖项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewarddorm/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "roomNo", + "in": "query", + "description": "宿舍号", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "ruleName", + "in": "query", + "description": "奖项名称", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "ruleId", + "in": "query", + "description": "奖项名称", + "required": false, + "example": "", + "schema": { + "type": "string" + } + }, + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "example": "", + "schema": { + "type": "boolean", + "default": true + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RPageRewardDorm", + "description": "" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "roomNo": "", + "ruleName": "", + "ruleId": "", + "schoolYear": "", + "schoolTerm": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewarddorm/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RRewardDorm" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "roomNo": "", + "ruleName": "", + "ruleId": "", + "schoolYear": "", + "schoolTerm": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewarddorm": { + "post": { + "summary": "新增宿舍奖项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RewardDorm", + "description": "宿舍奖项" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewarddorm/edit": { + "post": { + "summary": "修改宿舍奖项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RewardDorm", + "description": "宿舍奖项" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewarddorm/delete": { + "post": { + "summary": "通过id删除宿舍奖项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/rule_type": { + "get": { + "summary": "奖项类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -20914,1215 +23474,45 @@ "security": [] } }, - "/api/stuwork/rewardclass/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewardclass/detail": { - "get": { - "summary": "详情", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "id", - "in": "query", - "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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/rewardclass/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": "schoolTerm", - "in": "query", - "description": "学期", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "学年", - "required": false, - "example": [ - "" - ], - "schema": { - "type": "array", - "items": { - "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": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"1e1b3a3a82bb40848de4e9cbe04492fe\",\n \"createBy\": \"00421\",\n \"createTime\": \"2020-05-25 19:41:59\",\n \"updateBy\": \"00421\",\n \"updateTime\": \"2020-05-25 19:41:59\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"classCode\": \"1315081923\",//班级代码\n \"ruleId\": \"36\",//奖项id\n \"ruleName\": \"优秀团支部\",//奖项名称\n \"schoolYear\": \"2019-2020\",//学年\n \"schoolTerm\": \"1\",//学期\n \"classNo\": null,//班号\n \"deptCode\": null,//学院代码\n \"deptName\": null,//学院\n \"teacherNo\": null,//班主任员工号\n \"classMasterName\": null//班主任姓名\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewardclass": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"classCode\": \"1512072548\",//班级代码\r\n \"ruleId\": \"30\",//奖项id\r\n \"remarks\": \"222\",//备注\r\n \"ruleName\": \"二等奖\"//奖项\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewardclass/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": { - "id": "be6808f5f662ced0d509994d16ac1310", - "createBy": "admin", - "createTime": "2026-01-12 16:26:59", - "updateBy": null, - "updateTime": null, - "delFlag": "0", - "tenantId": null, - "remarks": "222", - "classCode": "1512072548", - "ruleId": "30", - "ruleName": "二等奖", - "schoolYear": "2025-2026", - "schoolTerm": "1", - "classNo": "2548", - "deptCode": "15", - "deptName": "交通运输学院", - "teacherNo": "00823", - "classMasterName": "周熔" - } - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewarddorm/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewarddorm/detail": { - "get": { - "summary": "详情", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "id", - "in": "query", - "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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/rewarddorm/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": "schoolTerm", - "in": "query", - "description": "学期", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, - { - "name": "schoolYear", - "in": "query", - "description": "学年", - "required": false, - "example": [ - "" - ], - "schema": { - "type": "array", - "items": { - "type": "string" - } - } - }, - { - "name": "roomNo", - "in": "query", - "description": "宿舍号", - "required": false, - "example": "6405", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"04fa073d154f4686938eb0a0ead09f74\",\n \"createBy\": \"00421\",\n \"createTime\": \"2020-05-21 16:08:46\",\n \"updateBy\": \"00421\",\n \"updateTime\": \"2020-05-21 16:08:46\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"roomNo\": \"6405\",//宿舍号\n \"ruleName\": \"文明宿舍\",//奖项名称\n \"schoolYear\": \"2019-2020\",//学年\n \"schoolTerm\": \"1\"//学期\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewarddorm": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"roomNo\": \"6405\", //宿舍号\r\n \"ruleId\": \"35\", //奖项id\r\n \"ruleName\": \"文明宿舍\", //奖项名称\r\n \"schoolYear\": \"2024-2025\", //学年\r\n \"schoolTerm\": \"1\" //学期\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewarddorm/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"id\": \"04fa073d154f4686938eb0a0ead09f74\",\r\n \"createBy\": \"00421\",\r\n \"createTime\": \"2020-05-21 16:08:46\",\r\n \"updateBy\": \"00421\",\r\n \"updateTime\": \"2020-05-21 16:08:46\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"roomNo\": \"6405\", //宿舍号\r\n \"ruleId\": \"35\", //奖项id\r\n \"ruleName\": \"文明宿舍\", //奖项名称\r\n \"schoolYear\": \"2019-2020\", //学年\r\n \"schoolTerm\": \"1\" //学期\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewardrule/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/rewardrule/detail": { - "get": { - "summary": "详情", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "id", - "in": "query", - "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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/rewardrule/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { - "name": "current", + "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "1", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "size", + "name": "current", "in": "query", - "description": "", + "description": "当前页", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "ruleName", + "in": "query", + "description": "奖项名称", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 } }, { @@ -22130,19 +23520,21 @@ "in": "query", "description": "奖项类型", "required": false, - "example": "1", + "example": "", "schema": { - "type": "string" + "type": "integer", + "format": "int64", + "default": 1 } }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -22152,112 +23544,102 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RPageRewardRule", + "description": "" }, - "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"21\",\n \"createBy\": \"thinkgem\",\n \"createTime\": \"2017-09-29 08:26:30\",\n \"updateBy\": \"thinkgem\",\n \"updateTime\": \"2017-09-29 08:26:30\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"优秀团员\",//奖项名称\n \"ruleType\": \"2\"//奖项类型\n },\n {\n \"id\": \"28\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 16:27:04\",\n \"updateBy\": \"00250\",\n \"updateTime\": \"2017-10-09 16:27:04\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"优秀团干部(班级)\",\n \"ruleType\": \"2\"\n },\n {\n \"id\": \"29\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 16:38:15\",\n \"updateBy\": \"00250\",\n \"updateTime\": \"2017-10-09 16:38:15\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"优秀学生干部(班级)\",\n \"ruleType\": \"2\"\n },\n {\n \"id\": \"30\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 16:40:43\",\n \"updateBy\": \"admin\",\n \"updateTime\": \"2021-04-01 23:14:21\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"二等奖\",\n \"ruleType\": \"2\"\n },\n {\n \"id\": \"31\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 16:40:59\",\n \"updateBy\": \"admin\",\n \"updateTime\": \"2021-04-01 23:14:26\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"一等奖\",\n \"ruleType\": \"2\"\n },\n {\n \"id\": \"32\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 16:41:12\",\n \"updateBy\": \"admin\",\n \"updateTime\": \"2021-04-01 23:14:13\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"特等奖\",\n \"ruleType\": \"2\"\n },\n {\n \"id\": \"33\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 16:42:11\",\n \"updateBy\": \"00250\",\n \"updateTime\": \"2017-10-09 16:42:11\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"院三好学生\",\n \"ruleType\": \"2\"\n },\n {\n \"id\": \"34\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 18:51:32\",\n \"updateBy\": \"00250\",\n \"updateTime\": \"2017-10-09 18:51:32\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"文明班级\",\n \"ruleType\": \"1\"\n },\n {\n \"id\": \"35\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-09 18:51:48\",\n \"updateBy\": \"00250\",\n \"updateTime\": \"2017-10-09 18:51:48\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"文明宿舍\",\n \"ruleType\": \"1\"\n },\n {\n \"id\": \"36\",\n \"createBy\": \"00250\",\n \"createTime\": \"2017-10-30 15:14:50\",\n \"updateBy\": \"00250\",\n \"updateTime\": \"2017-10-30 15:14:50\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"ruleName\": \"优秀团支部\",\n \"ruleType\": \"1\"\n }\n ],\n \"total\": 12,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 2\n },\n \"ok\": true\n}" + "example": { + "code": 0, + "msg": "", + "data": { + "records": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "ruleName": "", + "ruleType": "" + } + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardrule/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RRewardRule" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "ruleName": "", + "ruleType": "" + } + } } }, "headers": {} @@ -22268,7 +23650,7 @@ }, "/api/stuwork/rewardrule": { "post": { - "summary": "新增", + "summary": "新增评优评先奖项", "deprecated": false, "description": "", "tags": [], @@ -22277,10 +23659,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -22288,10 +23670,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RewardRule", + "description": "评优评先奖项" }, - "example": "{\r\n \"ruleName\": \"测试\", //奖项名称\r\n \"ruleType\": \"2\" //奖项类型\r\n}" + "examples": {} } } }, @@ -22301,8 +23683,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -22314,7 +23702,7 @@ }, "/api/stuwork/rewardrule/edit": { "post": { - "summary": "编辑", + "summary": "修改评优评先奖项", "deprecated": false, "description": "", "tags": [], @@ -22323,10 +23711,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -22334,10 +23722,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/RewardRule", + "description": "评优评先奖项" }, - "example": "{\r\n \"id\": \"21\",\r\n \"createBy\": \"thinkgem\",\r\n \"createTime\": \"2017-09-29 08:26:30\",\r\n \"updateBy\": \"thinkgem\",\r\n \"updateTime\": \"2017-09-29 08:26:30\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"ruleName\": \"优秀团员\", //奖项名称\r\n \"ruleType\": \"2\" //奖项类型\r\n}" + "examples": {} } } }, @@ -22347,8 +23735,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -22358,9 +23752,9 @@ "security": [] } }, - "/api/admin/dict/type/rule_type": { - "get": { - "summary": "奖项类型", + "/api/stuwork/rewardrule/delete": { + "post": { + "summary": "通过id删除评优评先奖项", "deprecated": false, "description": "", "tags": [], @@ -22369,10 +23763,65 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/rewardrule/getRewardRule": { + "get": { + "summary": "getRewardRule", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -22382,73 +23831,24 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "code": { - "type": "integer" - }, - "msg": { - "type": "null" - }, - "data": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string" - }, - "createBy": { - "type": "string" - }, - "createTime": { - "type": "string" - }, - "updateBy": { - "type": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "ruleName": { - "type": "string" - }, - "ruleType": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "ruleName", - "ruleType" - ] - } - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/RListRewardRule" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "ruleName": "", + "ruleType": "" } - }, - "required": [ - "code", - "msg", - "data", - "ok" ] } } @@ -22459,6 +23859,344 @@ "security": [] } }, + "/api/stuwork/assessmentcategory/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "example": 0, + "schema": { + "type": "" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "category", + "in": "query", + "description": "考核项名称", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "type", + "in": "query", + "description": "考核类型,0:常规考核 1:顶岗考核", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RIPageListAssessmentCategory", + "description": "" + }, + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "category": "", + "type": "" + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/assessmentcategory/detail": { + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RAssessmentCategory", + "description": "R" + }, + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "category": "", + "type": "" + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/assessmentcategory": { + "post": { + "summary": "新增考核项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AssessmentCategory", + "description": "考核项" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/assessmentcategory/edit": { + "post": { + "summary": "修改考核项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AssessmentCategory", + "description": "考核项" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/assessmentcategory/delete": { + "post": { + "summary": "通过id删除考核项", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, "/api/admin/dict/type/assessment_type": { "get": { "summary": "考核类型", @@ -22470,10 +24208,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -22494,79 +24232,21 @@ "security": [] } }, - "/api/stuwork/assessmentcategory/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/assessmentcategory/detail": { + "/assessmentcategory/list": { "get": { - "summary": "详情", + "summary": "考核项列表", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "id", - "in": "query", - "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", - "schema": { - "type": "string" - } - }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -22576,164 +24256,115 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "total": { - "type": "integer" - }, - "size": { - "type": "integer" - }, - "current": { - "type": "integer" - }, - "pages": { - "type": "integer" - } - }, - "required": [ - "records", - "total", - "size", - "current", - "pages" - ] - }, - "ok": { - "type": "boolean" + "$ref": "#/components/schemas/RListAssessmentCategory" + }, + "example": { + "code": 0, + "msg": "", + "data": [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "category": "", + "type": "" } - }, - "required": [ - "code", - "msg", - "data", - "ok" ] } } - }, - "headers": {} + } } }, "security": [] } }, - "/api/stuwork/assessmentcategory/page": { + "/api/stuwork/assessmentpoint/page": { "get": { - "summary": "列表", + "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ - { - "name": "current", - "in": "query", - "description": "", - "required": false, - "example": "1", - "schema": { - "type": "string" - } - }, { "name": "size", "in": "query", - "description": "", + "description": "每页显示条数,默认 10", "required": false, - "example": "10", + "example": 0, "schema": { - "type": "string" + "type": "" } }, { - "name": "type", + "name": "current", "in": "query", - "description": "考核类型", + "description": "当前页", "required": false, - "example": "0", + "example": 0, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "categortyId", + "in": "query", + "description": "考核项", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "pointName", + "in": "query", + "description": "指标名称", + "required": false, + "example": "", + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "standard", + "in": "query", + "description": "评分标准", + "required": false, + "example": "", "schema": { "type": "string" } }, + { + "name": "score", + "in": "query", + "description": "默认扣分值", + "required": false, + "example": 0, + "schema": { + "type": "boolean", + "default": true + } + }, { "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -22743,251 +24374,48 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RIPageListAssessmentPoint", + "description": "" }, - "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"1\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"出勤\",//考核项名称\n \"type\": \"0\"//考核类型\n },\n {\n \"id\": \"2\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"数据资料\",\n \"type\": \"0\"\n },\n {\n \"id\": \"3\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"学生常规\",\n \"type\": \"0\"\n },\n {\n \"id\": \"4\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"宿舍管理\",\n \"type\": \"0\"\n },\n {\n \"id\": \"5\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"学籍工作\",\n \"type\": \"0\"\n },\n {\n \"id\": \"6\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"学生教育\",\n \"type\": \"0\"\n },\n {\n \"id\": \"7\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"团学工作\",\n \"type\": \"0\"\n },\n {\n \"id\": \"71dfe82ad4cb4153824d756ec650ee42\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": \"00421\",\n \"updateTime\": \"2019-10-15 11:09:44\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"category\": \"德育研究\",\n \"type\": \"0\"\n },\n {\n \"id\": \"8\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": null,\n \"category\": \"班级荣誉\",\n \"type\": \"0\"\n },\n {\n \"id\": \"801a0e3cabe841419e37fa854bc8c96b\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:28:53\",\n \"updateBy\": \"00362\",\n \"updateTime\": \"2019-04-19 07:31:55\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"category\": \"学风检查\",\n \"type\": \"0\"\n }\n ],\n \"total\": 12,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 2\n },\n \"ok\": true\n}" - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/assessmentcategory": { - "post": { - "summary": "新增", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"category\": \"测试\", //考核项名称\r\n \"type\": \"0\" //考核类型\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/assessmentcategory/edit": { - "post": { - "summary": "编辑", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": "{\r\n \"id\": \"1\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:28:53\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": null,\r\n \"category\": \"出勤\", //考核项名称\r\n \"type\": \"0\" //考核类型\r\n}" - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - } - } - }, - "headers": {} - } - }, - "security": [] - } - }, - "/api/stuwork/assessmentpoint/delete": { - "post": { - "summary": "删除", - "deprecated": false, - "description": "", - "tags": [], - "parameters": [ - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} - }, - "example": [ - "1" - ] - } - } - }, - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "type": "object", - "properties": {} + "example": { + "ok": false, + "code": 0, + "msg": "", + "data": { + "records": [ + [ + { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "categortyId": "", + "pointName": "", + "standard": "", + "score": 0 + } + ] + ], + "total": 0, + "size": 0, + "current": 0, + "orders": [ + { + "column": "", + "asc": false + } + ], + "optimizeCountSql": false, + "searchCount": false, + "optimizeJoinOfCountSql": false, + "maxLimit": 0, + "countId": "", + "pages": 0 + } } } }, @@ -23008,8 +24436,7 @@ "name": "id", "in": "query", "description": "", - "required": false, - "example": "99f552f2b1ea3a9cc2201cb135fa3724", + "required": true, "schema": { "type": "string" } @@ -23018,10 +24445,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23031,279 +24458,26 @@ "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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/assessmentpoint/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": "pointName", - "in": "query", - "description": "指标名称", - "required": false, - "example": "一", - "schema": { - "type": "string" - } - }, - { - "name": "Authorization", - "in": "header", - "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", - "schema": { - "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" - } - } - ], - "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": "string" - }, - "updateTime": { - "type": "string" - }, - "delFlag": { - "type": "string" - }, - "tenantId": { - "type": "integer" - }, - "remarks": { - "type": "string" - }, - "schoolYear": { - "type": "string" - }, - "schoolTerm": { - "type": "string" - }, - "title": { - "type": "string" - }, - "content": { - "type": "string" - }, - "author": { - "type": "string" - } - }, - "required": [ - "id", - "createBy", - "createTime", - "updateBy", - "updateTime", - "delFlag", - "tenantId", - "remarks", - "schoolYear", - "schoolTerm", - "title", - "content", - "author" - ] - } - }, - "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" - ] + "$ref": "#/components/schemas/RAssessmentPoint" }, - "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"9\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-12 21:57:59\",\n \"updateBy\": \"00421\",\n \"updateTime\": \"2019-10-17 19:08:51\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"扣分前判断当前的总考勤率是否达到15%,只有达到该指定比例,才实行扣分\",//备注\n \"categortyId\": \"1\",//考核项id\n \"pointName\": \"一日二报\",//指标名称\n \"standard\": \"每日9:30分、20:30分 对未考勤的班级进行扣分;扣分分值默认为1分\",//评分标准\n \"score\": 0\n },\n {\n \"id\": \"7\",\n \"createBy\": \"1\",\n \"createTime\": \"2021-03-13 22:29:07\",\n \"updateBy\": \"00367A\",\n \"updateTime\": \"2019-12-21 06:02:00\",\n \"delFlag\": \"0\",\n \"tenantId\": 1,\n \"remarks\": \"\",\n \"categortyId\": \"2\",\n \"pointName\": \"统一安排的工作\",\n \"standard\": \"未及时准确上交首次扣5分、未按时完成统一安排的工作扣1-3分\",\n \"score\": 0\n }\n ],\n \"total\": 2,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" + "example": { + "code": 0, + "msg": "", + "data": { + "id": "", + "createBy": "", + "createTime": "", + "updateBy": "", + "updateTime": "", + "delFlag": "", + "tenantId": 0, + "remarks": "", + "categortyId": "", + "pointName": "", + "standard": "", + "score": 0 + } + } } }, "headers": {} @@ -23314,7 +24488,7 @@ }, "/api/stuwork/assessmentpoint": { "post": { - "summary": "新增", + "summary": "新增考核指标", "deprecated": false, "description": "", "tags": [], @@ -23323,10 +24497,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23334,10 +24508,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/AssessmentPoint", + "description": "考核指标" }, - "example": "{\r\n \"remarks\": \"扣分前判断当前的总考勤率是否达到15%,只有达到该指定比例,才实行扣分\", //备注\r\n \"categortyId\": \"1\", //考核项id\r\n \"pointName\": \"一日二报\", //指标名称\r\n \"standard\": \"每日9:30分、20:30分 对未考勤的班级进行扣分;扣分分值默认为1分\", //评分标准\r\n \"score\": 0\r\n}" + "examples": {} } } }, @@ -23347,8 +24521,14 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -23360,7 +24540,7 @@ }, "/api/stuwork/assessmentpoint/edit": { "post": { - "summary": "编辑", + "summary": "修改考核指标", "deprecated": false, "description": "", "tags": [], @@ -23369,10 +24549,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23380,10 +24560,10 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/AssessmentPoint", + "description": "考核指标" }, - "example": "{\r\n \"id\": \"9\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-12 21:57:59\",\r\n \"updateBy\": \"00421\",\r\n \"updateTime\": \"2019-10-17 19:08:51\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"扣分前判断当前的总考勤率是否达到15%,只有达到该指定比例,才实行扣分\", //备注\r\n \"categortyId\": \"1\", //考核项id\r\n \"pointName\": \"一日二报\", //指标名称\r\n \"standard\": \"每日9:30分、20:30分 对未考勤的班级进行扣分;扣分分值默认为1分\", //评分标准\r\n \"score\": 0\r\n}" + "examples": {} } } }, @@ -23393,8 +24573,69 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": {} + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/assessmentpoint/delete": { + "post": { + "summary": "通过id删除考核指标", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/R", + "description": "R" + }, + "example": { + "ok": false, + "code": null, + "msg": "", + "data": {} } } }, @@ -23415,10 +24656,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23481,10 +24722,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23619,10 +24860,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23691,10 +24932,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23821,10 +25062,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -23925,10 +25166,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -24690,10 +25931,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -24746,10 +25987,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -24963,10 +26204,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -25009,10 +26250,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -25057,10 +26298,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -25823,10 +27064,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -25928,10 +27169,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -25974,10 +27215,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -26024,10 +27265,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -26059,10 +27300,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -26211,10 +27452,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -26361,10 +27602,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -26565,10 +27806,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -26760,10 +28001,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -26976,10 +28217,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27182,10 +28423,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27430,10 +28671,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27638,10 +28879,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27673,10 +28914,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27758,10 +28999,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27794,10 +29035,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27828,10 +29069,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27874,10 +29115,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -27989,10 +29230,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28127,10 +29368,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28186,10 +29427,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28323,10 +29564,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28369,10 +29610,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28415,10 +29656,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28460,10 +29701,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28585,10 +29826,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28679,10 +29920,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28735,10 +29976,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28829,10 +30070,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28875,10 +30116,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28923,10 +30164,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -28958,10 +30199,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29108,10 +30349,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29202,10 +30443,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29258,10 +30499,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29352,10 +30593,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29398,10 +30639,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29446,10 +30687,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29481,10 +30722,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29526,10 +30767,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29562,10 +30803,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29612,10 +30853,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29658,10 +30899,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29706,10 +30947,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29802,10 +31043,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29940,10 +31181,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -29999,10 +31240,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30136,10 +31377,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30182,10 +31423,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30238,10 +31479,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30272,10 +31513,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30384,10 +31625,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30430,10 +31671,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30476,10 +31717,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30612,10 +31853,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30750,10 +31991,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30798,10 +32039,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -30974,10 +32215,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31195,10 +32436,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31229,10 +32470,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31275,10 +32516,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31341,10 +32582,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31479,10 +32720,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31525,10 +32766,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31581,10 +32822,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31639,10 +32880,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31777,10 +33018,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31801,6 +33042,52 @@ "security": [] } }, + "/api/stuwork/teachclassroom/putDeptList": { + "post": { + "summary": "批量设置", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "[\r\n {\r\n \"id\": \"ab595ad96eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"//学院代码\r\n },\r\n {\r\n \"id\": \"a5a49a9c6eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"b550c4cf6eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"b0124ada6eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"be641a146eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"b989d5786eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"c2dd4ec76eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"c6fedc4a6eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"cf22f3876eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n },\r\n {\r\n \"id\": \"d69bd4116eee11e88d210242ac110002\",\r\n \"deptCode\": \"13\"\r\n }\r\n]" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, "/api/stuwork/teachclassroom/page": { "get": { "summary": "列表", @@ -31852,10 +33139,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -31990,10 +33277,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32036,10 +33323,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32082,10 +33369,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32140,10 +33427,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32338,10 +33625,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32374,10 +33661,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32409,10 +33696,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32444,10 +33731,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32468,6 +33755,16474 @@ "security": [] } }, + "/api/stuwork/teachclassroom/initData": { + "post": { + "summary": "同步教室安排", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/teachclassroomassign/addClassRoomAssign": { + "post": { + "summary": "教室安排", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"buildingNo\": 12,//楼号\r\n \"position\": \"12-402/404\",//位置\r\n \"classCode\": \"1512072548\"//班级代码\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/classassets/edit": { + "post": { + "summary": "教室公物编辑及门锁密码", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"buildingNo\": 9,//楼号\r\n \"deptName\": \"交通运输学院\",\r\n \"classCode\": \"1523042253\",\r\n \"classStatus\": \"0\",//班级状态\r\n \"position\": \"9-205/207\",//教室位置\r\n \"stuNum\": 27,//人数\r\n \"teacherRealName\": \"李建新\",//班主任\r\n \"platformType\": \"2\",//讲台类型\r\n \"tyType\": \"2\",//投影类型\r\n \"tvType\": \"2\",//电视机\r\n \"chairCnt\": 10,//课桌数量\r\n \"tableCnt\": 10,//课桌数量\r\n \"remarks\": \"测试教室公物\",//备注\r\n \"password\": \"\",//门锁密码\r\n \"id\": \"a7e1c63980d3d2fc6e536e81c19b191b\",\r\n \"createBy\": \"00063\",\r\n \"createTime\": \"2022-06-16 10:31:14\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-05-13 08:52:00\",\r\n \"deptCode\": \"15\",//学院编码\r\n \"classNo\": \"2253\"//班号\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/teachclassroomassign/delClassRoomAssign": { + "post": { + "summary": "取消教室安排", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": { + "id": "a7e1c63980d3d2fc6e536e81c19b191b", + "createBy": "00063", + "createTime": "2022-06-16 10:31:14", + "updateBy": "00063", + "updateTime": "2024-05-13 08:52:00", + "remarks": "测试教室公物", + "buildingNo": 9, + "position": "9-205/207", + "deptCode": "15", + "classCode": "1523042253", + "deptName": "交通运输学院", + "classNo": "2253", + "classStatus": "0", + "stuNum": 27, + "teacherRealName": "李建新", + "platformType": "2", + "tyType": "2", + "tvType": "2", + "chairCnt": 10, + "tableCnt": 10, + "password": "123456" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfo/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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "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\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 10:59:39\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2023公开主题班会\",//活动说明\r\n \"activityTheme\": \"2023公开主题班会\",//活动主题\r\n \"maxSub\": 1,//活动兼报数\r\n \"startTime\": \"2023-10-27 13:30:00\",//开始时间\r\n \"endTime\": \"2024-01-12 14:15:00\",//结束时间\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"b999a9c22627d07980e6956add2c77da\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2022-10-24 17:04:36\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2022公开主题班会\",\r\n \"activityTheme\": \"2022公开主题班会\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2022-10-14 13:30:00\",\r\n \"endTime\": \"2022-12-30 14:15:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"a17178e8f2c4ab492d38b6651e462fd7\",\r\n \"createBy\": \"00172\",\r\n \"createTime\": \"2021-10-25 11:10:30\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2021-10-25 16:18:30\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2021公开主题班会\",\r\n \"activityTheme\": \"2021公开主题班会\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2021-10-29 13:30:00\",\r\n \"endTime\": \"2022-01-07 14:15:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"e2ea6eea63b5ea5e2ccd33f84d574e7a\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-12-03 17:19:49\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"国庆歌舞晚会 , 请踊跃报名节目\",\r\n \"activityTheme\": \"国庆歌舞晚会\",\r\n \"maxSub\": 3,\r\n \"startTime\": \"2020-12-01 00:00:00\",\r\n \"endTime\": \"2020-12-16 00:00:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"7e41a08484063229d0cd2f44112c2901\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-11-14 13:39:07\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2020-11-14 13:45:13\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"唱歌比赛选秀\",\r\n \"activityTheme\": \"唱歌比赛\",\r\n \"maxSub\": 2,\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"0588d590c3da44116ccecabca0235e2f\",\r\n \"createBy\": \"00414\",\r\n \"createTime\": \"2020-10-22 17:08:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"比赛第一,友谊第二\",\r\n \"activityTheme\": \"篮球比赛\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2020-10-01 00:00:00\",\r\n \"endTime\": \"2020-10-20 00:00:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"408c18480ec7c0dc56f50d924fa66174\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-10-20 14:46:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \" 才艺show\",\r\n \"activityTheme\": \"第二届大国工匠 我型我秀才艺show\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2020-09-29 04:00:00\",\r\n \"endTime\": \"2020-10-30 16:51:22\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"9a444174295fa487eb4df1c0c2f11356\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-10-20 14:46:09\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \" “最美的团徽”摄影比赛\",\r\n \"activityTheme\": \"最美的团徽摄影比赛\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2020-10-01 12:01:01\",\r\n \"endTime\": \"2020-10-21 09:11:20\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"462f1f2e4fce71a52dcb7f22fd6a1d90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-10-20 14:44:53\",\r\n \"updateBy\": \"00414\",\r\n \"updateTime\": \"2020-10-23 11:33:04\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2020-2021校级主题班会申报汇总\",\r\n \"activityTheme\": \"2020-2021校级主题班会申报汇总\",\r\n \"maxSub\": 2,\r\n \"startTime\": \"2020-10-01 00:00:00\",\r\n \"endTime\": \"2020-10-22 10:14:33\",\r\n \"status\": false\r\n }\r\n ],\r\n \"total\": 9,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfo/detail": { + "get": { + "summary": "详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": false, + "example": "d41001d3526ff0bdf4beb1156226e9e01", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "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\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 10:59:39\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2023公开主题班会\",//活动说明\r\n \"activityTheme\": \"2023公开主题班会\",//活动主题\r\n \"maxSub\": 1,//活动兼报数\r\n \"startTime\": \"2023-10-27 13:30:00\",//开始时间\r\n \"endTime\": \"2024-01-12 14:15:00\",//结束时间\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"b999a9c22627d07980e6956add2c77da\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2022-10-24 17:04:36\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2022公开主题班会\",\r\n \"activityTheme\": \"2022公开主题班会\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2022-10-14 13:30:00\",\r\n \"endTime\": \"2022-12-30 14:15:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"a17178e8f2c4ab492d38b6651e462fd7\",\r\n \"createBy\": \"00172\",\r\n \"createTime\": \"2021-10-25 11:10:30\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2021-10-25 16:18:30\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2021公开主题班会\",\r\n \"activityTheme\": \"2021公开主题班会\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2021-10-29 13:30:00\",\r\n \"endTime\": \"2022-01-07 14:15:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"e2ea6eea63b5ea5e2ccd33f84d574e7a\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-12-03 17:19:49\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"国庆歌舞晚会 , 请踊跃报名节目\",\r\n \"activityTheme\": \"国庆歌舞晚会\",\r\n \"maxSub\": 3,\r\n \"startTime\": \"2020-12-01 00:00:00\",\r\n \"endTime\": \"2020-12-16 00:00:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"7e41a08484063229d0cd2f44112c2901\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-11-14 13:39:07\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2020-11-14 13:45:13\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"唱歌比赛选秀\",\r\n \"activityTheme\": \"唱歌比赛\",\r\n \"maxSub\": 2,\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"0588d590c3da44116ccecabca0235e2f\",\r\n \"createBy\": \"00414\",\r\n \"createTime\": \"2020-10-22 17:08:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"比赛第一,友谊第二\",\r\n \"activityTheme\": \"篮球比赛\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2020-10-01 00:00:00\",\r\n \"endTime\": \"2020-10-20 00:00:00\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"408c18480ec7c0dc56f50d924fa66174\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-10-20 14:46:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \" 才艺show\",\r\n \"activityTheme\": \"第二届大国工匠 我型我秀才艺show\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2020-09-29 04:00:00\",\r\n \"endTime\": \"2020-10-30 16:51:22\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"9a444174295fa487eb4df1c0c2f11356\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-10-20 14:46:09\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \" “最美的团徽”摄影比赛\",\r\n \"activityTheme\": \"最美的团徽摄影比赛\",\r\n \"maxSub\": 1,\r\n \"startTime\": \"2020-10-01 12:01:01\",\r\n \"endTime\": \"2020-10-21 09:11:20\",\r\n \"status\": false\r\n },\r\n {\r\n \"id\": \"462f1f2e4fce71a52dcb7f22fd6a1d90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2020-10-20 14:44:53\",\r\n \"updateBy\": \"00414\",\r\n \"updateTime\": \"2020-10-23 11:33:04\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"2020-2021校级主题班会申报汇总\",\r\n \"activityTheme\": \"2020-2021校级主题班会申报汇总\",\r\n \"maxSub\": 2,\r\n \"startTime\": \"2020-10-01 00:00:00\",\r\n \"endTime\": \"2020-10-22 10:14:33\",\r\n \"status\": false\r\n }\r\n ],\r\n \"total\": 9,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfo": { + "post": { + "summary": "新增", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"activityTheme\": \"测试主题\",//主题\r\n \"remarks\": \"测试主题说明\",//说明\r\n \"maxSub\": 1,//兼报数\r\n \"startTime\": \"\",//开始时间\r\n \"endTime\": \"\"//结束时间\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfo/edit": { + "post": { + "summary": "编辑", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": "{\r\n \"id\": \"d41001d3526ff0bdf4beb1156226e9e0\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-15 11:05:40\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"activityTheme\": \"测试主题\", //主题\r\n \"remarks\": \"测试主题说明\", //说明\r\n \"maxSub\": 1, //兼报数\r\n \"startTime\": \"2023-10-27 13:30:00\", //开始时间\r\n \"endTime\": \"2024-01-12 14:15:00\" //结束时间\r\n}" + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfo/delete": { + "post": { + "summary": "删除", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosub/getActivityInfoSubList": { + "get": { + "summary": "查看详情", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "activityInfoId", + "in": "query", + "description": "", + "required": false, + "example": "19cd305645d61d903ca5d56e4d4c27bd", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "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 \"id\": \"a60fb7ee-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"同心筑梦,不断超越\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"2111\",\r\n \"classCode\": \"1115082111\",\r\n \"classMasterName\": \"陈潺\",\r\n \"startTime\": \"2023-10-27 13:30:00\",\r\n \"endTime\": \"2023-10-27 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7号楼201\",\r\n \"projectDescription\": \"学院:智能装备学院2111 班主任:陈潺 地点:7号楼201\",\r\n \"applyNums\": \"10\"\r\n },\r\n {\r\n \"id\": \"a63af609-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,强国有我\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2243\",\r\n \"classCode\": \"1417072243\",\r\n \"classMasterName\": \"陈胜姝\",\r\n \"startTime\": \"2023-10-27 13:30:00\",\r\n \"endTime\": \"2023-10-27 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#414\",\r\n \"projectDescription\": \"学院:医药康养学院2243 班主任:陈胜姝 地点:12#414\",\r\n \"applyNums\": \"10\"\r\n },\r\n {\r\n \"id\": \"a6178629-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才 匠心筑梦\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2038\",\r\n \"classCode\": \"1417012038\",\r\n \"classMasterName\": \"韩瑶聃\",\r\n \"startTime\": \"2023-11-01 13:30:00\",\r\n \"endTime\": \"2023-11-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#305\",\r\n \"projectDescription\": \"学院:医药康养学院2038 班主任:韩瑶聃 地点:2#305\",\r\n \"applyNums\": \"8\"\r\n },\r\n {\r\n \"id\": \"a623e3c1-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"敢于超越 突破自我\",//子项目名称\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2004\",\r\n \"classCode\": \"1217022004\",\r\n \"classMasterName\": \"万静\",\r\n \"startTime\": \"2023-11-03 13:30:00\",//开始时间\r\n \"endTime\": \"2023-11-03 14:15:00\",//结束时间\r\n \"maxNum\": 10,//报名人数限制\r\n \"position\": \"14#501\",//位置\r\n \"projectDescription\": \"学院:智能制造学院2004 班主任:万静 地点:14#501\",//项目描述\r\n \"applyNums\": \"10\"//已报名人数\r\n },\r\n {\r\n \"id\": \"a602cc17-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"练就技能,挑战未来\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2132\",\r\n \"classCode\": \"1412082132\",\r\n \"classMasterName\": \"陈阳\",\r\n \"startTime\": \"2023-11-04 13:30:00\",\r\n \"endTime\": \"2023-11-04 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#306\",\r\n \"projectDescription\": \"学院:医药康养学院2132 班主任:陈阳 地点:2#306\",\r\n \"applyNums\": \"4\"\r\n },\r\n {\r\n \"id\": \"a61e3bbb-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,设计梦想\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2335\",\r\n \"classCode\": \"1323012335\",\r\n \"classMasterName\": \"刘智志\",\r\n \"startTime\": \"2023-11-06 13:30:00\",\r\n \"endTime\": \"2023-11-06 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#503\",\r\n \"projectDescription\": \"学院:信息服务学院2335 班主任:刘智志 地点:4#503\",\r\n \"applyNums\": \"5\"\r\n },\r\n {\r\n \"id\": \"a61c53e7-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"职业适应规划,预见更好的自己\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2338\",\r\n \"classCode\": \"1412052338\",\r\n \"classMasterName\": \"黄飞\",\r\n \"startTime\": \"2023-11-17 13:30:00\",\r\n \"endTime\": \"2023-11-17 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#202\",\r\n \"projectDescription\": \"学院:医药康养学院2338 班主任:黄飞 地点:2#202\",\r\n \"applyNums\": \"9\"\r\n },\r\n {\r\n \"id\": \"a6394afc-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,强国有我\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2311\",\r\n \"classCode\": \"1223042311\",\r\n \"classMasterName\": \"刘军\",\r\n \"startTime\": \"2023-11-24 13:30:00\",\r\n \"endTime\": \"2023-11-24 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#232\",\r\n \"projectDescription\": \"学院:智能制造学院2311 班主任:刘军 地点:14#232\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a60eb987-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能铸才,德艺双馨\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2234\",\r\n \"classCode\": \"1317112234\",\r\n \"classMasterName\": \"姜秀坤\",\r\n \"startTime\": \"2023-11-24 13:30:00\",\r\n \"endTime\": \"2023-11-24 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#317\",\r\n \"projectDescription\": \"学院:信息服务学院2234 班主任:姜秀坤 地点:4#317\",\r\n \"applyNums\": \"4\"\r\n },\r\n {\r\n \"id\": \"a63beafa-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"加强新时代技能人才队伍建设\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2131\",\r\n \"classCode\": \"1412062131\",\r\n \"classMasterName\": \"范学艳\",\r\n \"startTime\": \"2023-11-24 13:30:00\",\r\n \"endTime\": \"2023-11-24 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#407\",\r\n \"projectDescription\": \"学院:医药康养学院2131 班主任:范学艳 地点:12#407\",\r\n \"applyNums\": \"4\"\r\n },\r\n {\r\n \"id\": \"a630b018-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"秀一技之长,展青春风采\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2039\",\r\n \"classCode\": \"1417032039\",\r\n \"classMasterName\": \"陈倩\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#413\",\r\n \"projectDescription\": \"学院:医药康养学院2039 班主任:陈倩 地点:2#413\",\r\n \"applyNums\": \"3\"\r\n },\r\n {\r\n \"id\": \"a62febe8-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"“心”方向\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2237\",\r\n \"classCode\": \"1412082237\",\r\n \"classMasterName\": \"李燕\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#414\",\r\n \"projectDescription\": \"学院:医药康养学院2237 班主任:李燕 地点:2#414\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a629ad02-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"追梦青春\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2344\",\r\n \"classCode\": \"1417032344\",\r\n \"classMasterName\": \"高颖\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#215\",\r\n \"projectDescription\": \"学院:医药康养学院2344 班主任:高颖 地点:2#215\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a628d35a-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"匠心筑梦,方得始终\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"2318\",\r\n \"classCode\": \"1112092318\",\r\n \"classMasterName\": \"许宁\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7-407\",\r\n \"projectDescription\": \"学院:智能装备学院2318 班主任:许宁 地点:7-407\",\r\n \"applyNums\": \"5\"\r\n },\r\n {\r\n \"id\": \"a6280529-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,技能报国\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2121\",\r\n \"classCode\": \"1315072121\",\r\n \"classMasterName\": \"陶婷\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#306\",\r\n \"projectDescription\": \"学院:信息服务学院2121 班主任:陶婷 地点:4#306\",\r\n \"applyNums\": \"4\"\r\n },\r\n {\r\n \"id\": \"a6233a54-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能青春,造就坚毅品质!\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2228\",\r\n \"classCode\": \"1315102228\",\r\n \"classMasterName\": \"谈奕\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#308\",\r\n \"projectDescription\": \"学院:信息服务学院2228 班主任:谈奕 地点:15#308\",\r\n \"applyNums\": \"2\"\r\n },\r\n {\r\n \"id\": \"a6226acb-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成就梦想\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2026\",\r\n \"classCode\": \"1315082026\",\r\n \"classMasterName\": \"徐丹\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#209\",\r\n \"projectDescription\": \"学院:信息服务学院2026 班主任:徐丹 地点:4#209\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a621767e-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,强国有我\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2230\",\r\n \"classCode\": \"1312052230\",\r\n \"classMasterName\": \"曹菁\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#313\",\r\n \"projectDescription\": \"学院:信息服务学院2230 班主任:曹菁 地点:15#313\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a620ca78-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"匠心筑梦 技赢未来\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2029\",\r\n \"classCode\": \"1312092029\",\r\n \"classMasterName\": \"陈晓燕\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#505\",\r\n \"projectDescription\": \"学院:信息服务学院2029 班主任:陈晓燕 地点:12#505\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a61f04de-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"锤炼技能,筑梦未来\",\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"classNo\": \"2046\",\r\n \"classCode\": \"1517042046\",\r\n \"classMasterName\": \"杭明峰\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"9#408\",\r\n \"projectDescription\": \"学院:交通运输学院2046 班主任:杭明峰 地点:9#408\",\r\n \"applyNums\": \"2\"\r\n },\r\n {\r\n \"id\": \"a615d53e-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"秀一技之长,展青春风采\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2227\",\r\n \"classCode\": \"1315092227\",\r\n \"classMasterName\": \"何旭\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#321\",\r\n \"projectDescription\": \"学院:信息服务学院2227 班主任:何旭 地点:4#321\",\r\n \"applyNums\": \"3\"\r\n },\r\n {\r\n \"id\": \"a6107e7d-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"让技术点燃腾飞梦想\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2231\",\r\n \"classCode\": \"1312132231\",\r\n \"classMasterName\": \"周欣\",\r\n \"startTime\": \"2023-12-01 13:30:00\",\r\n \"endTime\": \"2023-12-01 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#315\",\r\n \"projectDescription\": \"学院:信息服务学院2231 班主任:周欣 地点:15#315\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a6132af3-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能逐梦成就出彩人生\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"1906\",\r\n \"classCode\": \"1117021906\",\r\n \"classMasterName\": \"杨丁弘扬\",\r\n \"startTime\": \"2023-12-08 13:30:00\",\r\n \"endTime\": \"2023-12-08 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7-429\",\r\n \"projectDescription\": \"学院:智能装备学院1906 班主任:杨丁弘扬 地点:7-429\",\r\n \"applyNums\": \"3\"\r\n },\r\n {\r\n \"id\": \"a6184bfc-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技炫青春 能创未来\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2034\",\r\n \"classCode\": \"1412052034\",\r\n \"classMasterName\": \"贾景景\",\r\n \"startTime\": \"2023-12-08 13:30:00\",\r\n \"endTime\": \"2023-12-08 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#410\",\r\n \"projectDescription\": \"学院:医药康养学院2034 班主任:贾景景 地点:2#410\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a6265dca-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"匠心筑梦,绽放青春\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"2323\",\r\n \"classCode\": \"1117022323\",\r\n \"classMasterName\": \"赵李凤\",\r\n \"startTime\": \"2023-12-08 13:30:00\",\r\n \"endTime\": \"2023-12-08 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7-337\",\r\n \"projectDescription\": \"学院:智能装备学院2323 班主任:赵李凤 地点:7-337\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a60c0c41-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"蒸蒸日上,强国有我\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2345\",\r\n \"classCode\": \"1417072345\",\r\n \"classMasterName\": \"杨洁\",\r\n \"startTime\": \"2023-12-08 13:30:00\",\r\n \"endTime\": \"2023-12-08 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#217\",\r\n \"projectDescription\": \"学院:医药康养学院2345 班主任:杨洁 地点:2#217\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a61fc5f7-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成就梦想\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2331\",\r\n \"classCode\": \"1312022331\",\r\n \"classMasterName\": \"吴伟杰\",\r\n \"startTime\": \"2023-12-08 13:30:00\",\r\n \"endTime\": \"2023-12-08 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#408\",\r\n \"projectDescription\": \"学院:信息服务学院2331 班主任:吴伟杰 地点:15#408\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a60dbbba-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,强国有我,争做新时代有为青年\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"2020\",\r\n \"classCode\": \"1117042020\",\r\n \"classMasterName\": \"潘银芬\",\r\n \"startTime\": \"2023-12-08 13:30:00\",\r\n \"endTime\": \"2023-12-08 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7#241\",\r\n \"projectDescription\": \"学院:智能装备学院2020 班主任:潘银芬 地点:7#241\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a60cc1ed-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,技能报国\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2136\",\r\n \"classCode\": \"1417072136\",\r\n \"classMasterName\": \"李东玙\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#411\",\r\n \"projectDescription\": \"学院:医药康养学院2136 班主任:李东玙 地点:12#411\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a606de8d-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,技能报国\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"1928\",\r\n \"classCode\": \"1317031928\",\r\n \"classMasterName\": \"张南\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"二期(5号楼)龙城工匠馆\",\r\n \"projectDescription\": \"学院:信息服务学院1928 班主任:张南 地点:二期(5号楼)龙城工匠馆\",\r\n \"applyNums\": \"2\"\r\n },\r\n {\r\n \"id\": \"a62b36d7-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"敢拼才会赢\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2135\",\r\n \"classCode\": \"1417032135\",\r\n \"classMasterName\": \"段华琴\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#315\",\r\n \"projectDescription\": \"学院:医药康养学院2135 班主任:段华琴 地点:2#315\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a6084d32-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,强国有我\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2208\",\r\n \"classCode\": \"1217132208\",\r\n \"classMasterName\": \"谢尧\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#407\",\r\n \"projectDescription\": \"学院:智能制造学院2208 班主任:谢尧 地点:14#407\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a60940a3-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技赢未来 能达天下\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"2320\",\r\n \"classCode\": \"1117012320\",\r\n \"classMasterName\": \"陈嘉\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7#321\",\r\n \"projectDescription\": \"学院:智能装备学院2320 班主任:陈嘉 地点:7#321\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a60a3409-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"锤炼技艺,竞逐荣耀\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2305\",\r\n \"classCode\": \"1212032305\",\r\n \"classMasterName\": \"丁金晔\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#309\",\r\n \"projectDescription\": \"学院:智能制造学院2305 班主任:丁金晔 地点:12#309\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a6273310-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能报国,青春绽彩\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2240\",\r\n \"classCode\": \"1417012240\",\r\n \"classMasterName\": \"王林涛\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"2#402\",\r\n \"projectDescription\": \"学院:医药康养学院2240 班主任:王林涛 地点:2#402\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a636eb04-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"就业引领 技创未来\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2211\",\r\n \"classCode\": \"1232062211\",\r\n \"classMasterName\": \"高阿兴\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#423\",\r\n \"projectDescription\": \"学院:智能制造学院2211 班主任:高阿兴 地点:12#423\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a60b30d5-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"“汇运动之姿,享飞驰人生”\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2133\",\r\n \"classCode\": \"1417022133\",\r\n \"classMasterName\": \"狄敬旭\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"户外,操场\",\r\n \"projectDescription\": \"学院:医药康养学院2133 班主任:狄敬旭 地点:户外,操场\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a6116fe8-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"励志改变命运、梦想启动未来\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2329\",\r\n \"classCode\": \"1315102329\",\r\n \"classMasterName\": \"孔百花\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#411\",\r\n \"projectDescription\": \"学院:信息服务学院2329 班主任:孔百花 地点:15#411\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a605dc1a-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,德才双赢\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2129\",\r\n \"classCode\": \"1323022129\",\r\n \"classMasterName\": \"周丹\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#316\",\r\n \"projectDescription\": \"学院:信息服务学院2129 班主任:周丹 地点:15#316\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a6124243-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"青年拼搏,方能致远\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2033\",\r\n \"classCode\": \"1323022033\",\r\n \"classMasterName\": \"公伟庆\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#421\",\r\n \"projectDescription\": \"学院:信息服务学院2033 班主任:公伟庆 地点:15#421\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a604ef4a-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"匠心铸就梦想,技能成就人生\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2123\",\r\n \"classCode\": \"1312022123\",\r\n \"classMasterName\": \"刘杨\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#308\",\r\n \"projectDescription\": \"学院:信息服务学院2123 班主任:刘杨 地点:15#308\",\r\n \"applyNums\": \"2\"\r\n },\r\n {\r\n \"id\": \"a603fe1a-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"与压力共舞,向梦想奋进\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2122\",\r\n \"classCode\": \"1315092122\",\r\n \"classMasterName\": \"闵雅赳\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#413\",\r\n \"projectDescription\": \"学院:信息服务学院2122 班主任:闵雅赳 地点:4#413\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a616af86-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"赛技能,展风采\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"2040\",\r\n \"classCode\": \"1417072040\",\r\n \"classMasterName\": \"刘心学\",\r\n \"startTime\": \"2023-12-15 13:30:00\",\r\n \"endTime\": \"2023-12-15 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#406\",\r\n \"projectDescription\": \"学院:医药康养学院2040 班主任:刘心学 地点:12#406\",\r\n \"applyNums\": \"2\"\r\n },\r\n {\r\n \"id\": \"a63e0449-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"匠心筑梦 技能成才\",\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"classNo\": \"2043\",\r\n \"classCode\": \"1512032043\",\r\n \"classMasterName\": \"徐雁\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"9#404\",\r\n \"projectDescription\": \"学院:交通运输学院2043 班主任:徐雁 地点:9#404\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a6384ab1-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能报国,逐梦成才\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"1915\",\r\n \"classCode\": \"1217021915\",\r\n \"classMasterName\": \"吴辰晨\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#510\",\r\n \"projectDescription\": \"学院:智能制造学院1915 班主任:吴辰晨 地点:14#510\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a63a228e-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"让焊接之花绽放别样光彩\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"2112\",\r\n \"classCode\": \"1112062112\",\r\n \"classMasterName\": \"虞海\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7#207\",\r\n \"projectDescription\": \"学院:智能装备学院2112 班主任:虞海 地点:7#207\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a63cb4be-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"立德树人 匠心筑梦\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"1828\",\r\n \"classCode\": \"0417221828\",\r\n \"classMasterName\": \"余震\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7-419\",\r\n \"projectDescription\": \"学院:智能装备学院1828 班主任:余震 地点:7-419\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a6361b42-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技行天下 能赢未来\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2104\",\r\n \"classCode\": \"1217042104\",\r\n \"classMasterName\": \"姜利彬\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#201\",\r\n \"projectDescription\": \"学院:智能制造学院2104 班主任:姜利彬 地点:14#201\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a635482e-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能之光,点亮未来\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2306\",\r\n \"classCode\": \"1217072306\",\r\n \"classMasterName\": \"沈虞\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#410\",\r\n \"projectDescription\": \"学院:智能制造学院2306 班主任:沈虞 地点:14#410\",\r\n \"applyNums\": \"4\"\r\n },\r\n {\r\n \"id\": \"a634424b-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"争学技能,成就自我\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2304\",\r\n \"classCode\": \"1212082304\",\r\n \"classMasterName\": \"刘帆\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#530\",\r\n \"projectDescription\": \"学院:智能制造学院2304 班主任:刘帆 地点:14#530\",\r\n \"applyNums\": \"2\"\r\n },\r\n {\r\n \"id\": \"a63341fe-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,青春有我\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2309\",\r\n \"classCode\": \"1217032309\",\r\n \"classMasterName\": \"茅健\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14-430\",\r\n \"projectDescription\": \"学院:智能制造学院2309 班主任:茅健 地点:14-430\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a632b97a-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成就梦想\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2007\",\r\n \"classCode\": \"1217012007\",\r\n \"classMasterName\": \"薛龙\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#403\",\r\n \"projectDescription\": \"学院:智能制造学院2007 班主任:薛龙 地点:14#403\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a614df10-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"展技能,秀风采\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2027\",\r\n \"classCode\": \"1312022027\",\r\n \"classMasterName\": \"李贞\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#416\",\r\n \"projectDescription\": \"学院:信息服务学院2027 班主任:李贞 地点:15#416\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a631b02b-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能报国,奋斗出彩\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2006\",\r\n \"classCode\": \"1217042006\",\r\n \"classMasterName\": \"韦俊\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#301\",\r\n \"projectDescription\": \"学院:智能制造学院2006 班主任:韦俊 地点:14#301\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a62ef8fe-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"守匠心耀青春\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2105\",\r\n \"classCode\": \"1217082105\",\r\n \"classMasterName\": \"徐燕\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#210\",\r\n \"projectDescription\": \"学院:智能制造学院2105 班主任:徐燕 地点:14#210\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a62e2222-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,青春有为\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": \"智能装备学院\",\r\n \"classNo\": \"2312\",\r\n \"classCode\": \"1112022312\",\r\n \"classMasterName\": \"赵烨菊\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"7#301\",\r\n \"projectDescription\": \"学院:智能装备学院2312 班主任:赵烨菊 地点:7#301\",\r\n \"applyNums\": \"2\"\r\n },\r\n {\r\n \"id\": \"a62d2120-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,技能出圈\",\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"classNo\": \"2048\",\r\n \"classCode\": \"1517012048\",\r\n \"classMasterName\": \"华晨磊\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"9#407\",\r\n \"projectDescription\": \"学院:交通运输学院2048 班主任:华晨磊 地点:9#407\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a62c55eb-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"竞技场上展实力,技能成才赢未来!\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2210\",\r\n \"classCode\": \"1217082210\",\r\n \"classMasterName\": \"汤配\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#526\",\r\n \"projectDescription\": \"学院:智能制造学院2210 班主任:汤配 地点:14#526\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a62572eb-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"启航梦想,绽放青春\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2308\",\r\n \"classCode\": \"1217022308\",\r\n \"classMasterName\": \"高进祥\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#534\",\r\n \"projectDescription\": \"学院:智能制造学院2308 班主任:高进祥 地点:14#534\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a601cc18-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,技能报国\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2031\",\r\n \"classCode\": \"1317032031\",\r\n \"classMasterName\": \"吕兆华\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"12#510\",\r\n \"projectDescription\": \"学院:信息服务学院2031 班主任:吕兆华 地点:12#510\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a61d5741-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,强国有我\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"1851\",\r\n \"classCode\": \"0917021851\",\r\n \"classMasterName\": \"霍米英\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"15#409\",\r\n \"projectDescription\": \"学院:信息服务学院1851 班主任:霍米英 地点:15#409\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a61a8d36-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能点亮青春梦想 匠心铸就成才之路\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2327\",\r\n \"classCode\": \"1315092327\",\r\n \"classMasterName\": \"丁翊\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#309\",\r\n \"projectDescription\": \"学院:信息服务学院2327 班主任:丁翊 地点:4#309\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a619d90b-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,技能出圈\",\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"classNo\": \"2048\",\r\n \"classCode\": \"1517012048\",\r\n \"classMasterName\": \"华晨磊\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"9#407\",\r\n \"projectDescription\": \"学院:交通运输学院2048 班主任:华晨磊 地点:9#407\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a619030e-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"创新技能展光彩,砺争拼搏铸未来\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": \"2226\",\r\n \"classCode\": \"1315072226\",\r\n \"classMasterName\": \"朱彦霖\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"4#107\",\r\n \"projectDescription\": \"学院:信息服务学院2226 班主任:朱彦霖 地点:4#107\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a613f36a-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"技能成才,强国有我\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2103\",\r\n \"classCode\": \"1212012103\",\r\n \"classMasterName\": \"朱敏\",\r\n \"startTime\": \"2023-12-22 13:30:00\",\r\n \"endTime\": \"2023-12-22 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#207\",\r\n \"projectDescription\": \"学院:智能制造学院2103 班主任:朱敏 地点:14#207\",\r\n \"applyNums\": \"0\"\r\n },\r\n {\r\n \"id\": \"a61b8227-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"“技”享幸福生活,“能”创美好未来\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"classNo\": \"1938\",\r\n \"classCode\": \"1417011938\",\r\n \"classMasterName\": \"王攀\",\r\n \"startTime\": \"2023-12-29 13:30:00\",\r\n \"endTime\": \"2023-12-29 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"户外,操场\",\r\n \"projectDescription\": \"学院:医药康养学院1938 班主任:王攀 地点:户外,操场\",\r\n \"applyNums\": \"1\"\r\n },\r\n {\r\n \"id\": \"a6077806-7152-11ee-898f-0242ac120002\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2023-10-23 11:17:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"activityInfoId\": \"19cd305645d61d903ca5d56e4d4c27bd\",\r\n \"subTitle\": \"\\\"汇聚智慧,铸就辉煌明天\\\"\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"classNo\": \"2307\",\r\n \"classCode\": \"1217132307\",\r\n \"classMasterName\": \"沈宇亮\",\r\n \"startTime\": \"2024-01-12 13:30:00\",\r\n \"endTime\": \"2024-01-12 14:15:00\",\r\n \"maxNum\": 10,\r\n \"position\": \"14#315\",\r\n \"projectDescription\": \"学院:智能制造学院2307 班主任:沈宇亮 地点:14#315\",\r\n \"applyNums\": \"0\"\r\n }\r\n ],\r\n \"ok\": true\r\n}" + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosub/addActivityInfoSub": { + "post": { + "summary": "新增活动列表-子项目", + "deprecated": false, + "description": "新增活动列表-子项目", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "活动说明" + }, + "activityInfoId": { + "type": "string", + "description": "活动主题ID" + }, + "subTitle": { + "type": "string", + "description": "子项目名称" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classCode": { + "type": "string", + "description": "班级" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "startTime": { + "type": "string", + "description": "开始时间" + }, + "endTime": { + "type": "string", + "description": "结束时间" + }, + "maxNum": { + "type": "integer", + "description": "报名人数限制" + }, + "position": { + "type": "string", + "description": "地点" + } + }, + "description": "活动列表-子项目" + }, + "example": { + "activityInfoId": "19cd305645d61d903ca5d56e4d4c27bd", + "activityTheme": "2023公开主题班会", + "maxNum": 20, + "subTitle": "测试子项目", + "classCode": "1512062547", + "startTime": "2026-01-15 00:00:00", + "endTime": "2026-01-21 00:00:00", + "position": "测试地点" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosubsignup/saveApply": { + "post": { + "summary": "报名", + "deprecated": false, + "description": "报名", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "活动说明" + }, + "activityInfoId": { + "type": "string", + "description": "活动主题ID" + }, + "activityInfoSubId": { + "type": "string", + "description": "子项目ID" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "phone": { + "type": "string", + "description": "联系电话" + } + }, + "description": "" + }, + "example": { + "id": "b605049b-5384-11ed-8d38-ea84b094c6ef", + "createBy": "admin", + "createTime": "2022-10-24 18:14:57", + "delFlag": "0", + "activityInfoId": "b999a9c22627d07980e6956add2c77da", + "subTitle": "专业引领方向 规划职场人生", + "deptCode": "13", + "deptName": "信息服务学院", + "classNo": "2230", + "classCode": "1312052230", + "classMasterName": "曹菁", + "startTime": "2022-10-14 13:30:00", + "endTime": "2022-10-14 14:15:00", + "maxNum": 10, + "position": "15#313", + "projectDescription": "学院:信息服务学院2230 班主任:曹菁 地点:15#313", + "applyNums": "0" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosub/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "activityInfoId", + "in": "query", + "description": "活动主题id", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 0 + } + }, + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "活动说明" + }, + "activityInfoId": { + "type": "string", + "description": "活动主题ID" + }, + "subTitle": { + "type": "string", + "description": "子项目名称" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classCode": { + "type": "string", + "description": "班级" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "startTime": { + "type": "string", + "description": "开始时间" + }, + "endTime": { + "type": "string", + "description": "结束时间" + }, + "maxNum": { + "type": "integer", + "description": "报名人数限制" + }, + "position": { + "type": "string", + "description": "地点" + }, + "projectDescription": { + "type": "string", + "description": "项目描述" + }, + "applyNums": { + "type": "string", + "description": "已经报名人数" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.ActivityInfoSubVO" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosub/delete": { + "post": { + "summary": "通过id集合删除活动列表-子项目", + "deprecated": false, + "description": "通过id集合删除活动列表-子项目", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id集合", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosubsignup/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "activityInfoId", + "in": "query", + "description": "活动主题ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "activityInfoSubId", + "in": "query", + "description": "子项目ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "userName", + "in": "query", + "description": "学号/工号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "活动说明" + }, + "activityInfoId": { + "type": "string", + "description": "活动主题ID" + }, + "activityInfoSubId": { + "type": "string", + "description": "子项目ID" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "phone": { + "type": "string", + "description": "联系电话" + } + }, + "description": "活动报名表" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosubsignup/delete": { + "post": { + "summary": "通过id删除活动报名表", + "deprecated": false, + "description": "通过id删除活动报名表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityinfosub/activityInfoSubList": { + "get": { + "summary": "子项目列表", + "deprecated": false, + "description": "activityInfoSubList", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityawards/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "活动说明" + }, + "activityInfo": { + "type": "string", + "description": "活动主题" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "month": { + "type": "string", + "description": "获奖时间" + }, + "awards": { + "type": "string", + "description": "获奖信息" + } + }, + "description": "活动获奖信息" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityawards/detail": { + "get": { + "summary": "获得获奖详情", + "deprecated": false, + "description": "获得获奖详情", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "example": "0848240ae7d21eecab77ae712c680450", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "活动说明" + }, + "activityInfo": { + "type": "string", + "description": "活动主题" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "month": { + "type": "string", + "description": "获奖时间" + }, + "awards": { + "type": "string", + "description": "获奖信息" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityawards": { + "post": { + "summary": "新增活动获奖信息", + "deprecated": false, + "description": "新增活动获奖信息", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "活动说明" + }, + "activityInfo": { + "type": "string", + "description": "活动主题" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "month": { + "type": "string", + "description": "获奖时间" + }, + "awards": { + "type": "string", + "description": "获奖信息" + } + }, + "description": "活动获奖信息" + }, + "example": { + "remarks": "该生表现优异", + "activityInfo": "马拉松比赛", + "userName": "021213160307", + "realName": "王雪松", + "month": "2020-10-13", + "awards": "马拉松比赛" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityawards/edit": { + "post": { + "summary": "修改活动获奖信息", + "deprecated": false, + "description": "修改活动获奖信息", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "活动说明" + }, + "activityInfo": { + "type": "string", + "description": "活动主题" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "month": { + "type": "string", + "description": "获奖时间" + }, + "awards": { + "type": "string", + "description": "获奖信息" + } + }, + "description": "活动获奖信息" + }, + "example": { + "id": "0848240ae7d21eecab77ae712c680450", + "createBy": "admin", + "createTime": "2020-12-04 17:19:38", + "updateBy": null, + "updateTime": null, + "delFlag": "0", + "tenantId": null, + "remarks": "该生表现优异", + "activityInfo": "马拉松比赛", + "userName": "021213160307", + "realName": "王雪松", + "month": "2020-10-13", + "awards": "马拉松比赛" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/activityawards/delete": { + "post": { + "summary": "通过id删除活动获奖信息", + "deprecated": false, + "description": "通过id删除活动获奖信息", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/union_type": { + "get": { + "summary": "类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunion/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "备注" + }, + "unionName": { + "type": "string", + "description": "学生会名称" + }, + "unionType": { + "type": "string", + "description": "类型" + }, + "parentId": { + "type": "string", + "description": "上级学生会" + }, + "address": { + "type": "string", + "description": "联系地址" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "sort": { + "type": "integer", + "description": "排序" + } + }, + "description": "学生会" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunion/detail": { + "get": { + "summary": "通过id查询学生会", + "deprecated": false, + "description": "通过id查询学生会", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunion": { + "post": { + "summary": "新增学生会", + "deprecated": false, + "description": "新增学生会", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "unionName": { + "type": "string", + "description": "学生会名称" + }, + "unionType": { + "type": "string", + "description": "类型" + }, + "parentId": { + "type": "string", + "description": "上级学生会" + }, + "address": { + "type": "string", + "description": "联系地址" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "sort": { + "type": "integer", + "description": "排序" + } + }, + "description": "学生会" + }, + "example": { + "unionName": "测试", + "unionType": "1", + "parentId": "1", + "address": "常州市新北区嫩江路8号", + "maintainer": "王宇琳", + "sort": 1 + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunion/edit": { + "post": { + "summary": "修改学生会", + "deprecated": false, + "description": "修改学生会", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "unionName": { + "type": "string", + "description": "学生会名称" + }, + "unionType": { + "type": "string", + "description": "类型" + }, + "parentId": { + "type": "string", + "description": "上级学生会" + }, + "address": { + "type": "string", + "description": "联系地址" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "sort": { + "type": "integer", + "description": "排序" + } + }, + "description": "学生会" + }, + "example": { + "id": "1", + "createBy": "1", + "createTime": "2021-03-13 22:31:50", + "updateBy": "1", + "updateTime": "2021-03-13 22:31:50", + "delFlag": "0", + "tenantId": 1, + "remarks": "", + "unionName": "江苏省常州技师学院学生联合会", + "unionType": "1", + "parentId": "", + "address": "常州市新北区嫩江路8号", + "maintainer": "王宇琳", + "sort": 1 + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunion/delete": { + "post": { + "summary": "通过id删除学生会", + "deprecated": false, + "description": "通过id删除学生会", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/stuunion/stuUnionList": { + "get": { + "summary": "stuUnionList", + "deprecated": false, + "description": "stuUnionList", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/admin/dict/type/association_type": { + "get": { + "summary": "社团类型", + "deprecated": false, + "description": "", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": {} + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuassociation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "associationName", + "in": "query", + "description": "社团名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "teacherRealName", + "in": "query", + "description": "指导老师姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "type", + "in": "query", + "description": "所属类别", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuassociation": { + "post": { + "summary": "新增社团", + "deprecated": false, + "description": "新增社团", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "associationName": { + "type": "string", + "description": "社团名称" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "teacherNo": { + "type": "string", + "description": "指导老师编号" + }, + "teacherRealName": { + "type": "string", + "description": "指导老师姓名" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "openTime": { + "type": "string", + "description": "成立时间" + }, + "tel": { + "type": "string", + "description": "联系电话" + }, + "type": { + "type": "string", + "description": "所属类别" + }, + "applyNote": { + "type": "string", + "description": "成立申请" + }, + "ruleNote": { + "type": "string", + "description": "社团章程" + } + }, + "description": "社团" + }, + "example": { + "associationName": "测试", + "deptCode": "11", + "deptName": "智能装备学院", + "teacherNo": "00716", + "teacherRealName": "朱琪", + "maintainer": "122233", + "num": "", + "openTime": "2026-01-15 00:00:00", + "tel": "188888888", + "type": "3", + "applyNote": "333424", + "ruleNote": "4234" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuassociation/edit": { + "post": { + "summary": "修改社团", + "deprecated": false, + "description": "修改社团", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "associationName": { + "type": "string", + "description": "社团名称" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "teacherNo": { + "type": "string", + "description": "指导老师编号" + }, + "teacherRealName": { + "type": "string", + "description": "指导老师姓名" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "openTime": { + "type": "string", + "description": "成立时间" + }, + "tel": { + "type": "string", + "description": "联系电话" + }, + "type": { + "type": "string", + "description": "所属类别" + }, + "applyNote": { + "type": "string", + "description": "成立申请" + }, + "ruleNote": { + "type": "string", + "description": "社团章程" + } + }, + "description": "社团" + }, + "example": { + "id": "5625ddb06d0e499eb76205ea91fd1529", + "createBy": "1", + "createTime": "2021-03-13 22:32:03", + "updateBy": "1", + "updateTime": "2021-03-13 22:32:03", + "delFlag": "0", + "tenantId": 1, + "remarks": "", + "associationName": "戏精上线", + "deptCode": "", + "deptName": "", + "teacherNo": "", + "teacherRealName": "张勋", + "maintainer": "", + "openTime": "2019-01-16 18:26:37", + "tel": "13775091645", + "type": "3", + "applyNote": "2018-05-01,2018-05-01,2018-05-01,带我的团队去向更好的舞台 让我们的表演能轰动全场 让观众更懂小品 望老师批准", + "ruleNote": "为爱好舞台剧及小品的广大同学搭建一个交流的平台,坚持组织,协调,联络,服务的原则,积极组织社团社员,联络广大舞台剧及小品爱好者,加强本社团和外校的舞台剧及小品社团的交流与联系,增强与各高校的舞台剧及小品爱好者的友谊,推广舞台剧及小品的发展\r\n角色自争 靠实力生存 遵守时间概念 热爱表演", + "num": 0 + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuassociation/delete": { + "post": { + "summary": "通过id删除社团", + "deprecated": false, + "description": "通过id删除社团", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuassociation/stuAssociationList": { + "get": { + "summary": "stuAssociationList", + "deprecated": false, + "description": "stuAssociationList", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "associationName": { + "type": "string", + "description": "社团名称" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "teacherNo": { + "type": "string", + "description": "指导老师编号" + }, + "teacherRealName": { + "type": "string", + "description": "指导老师姓名" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "openTime": { + "type": "string", + "description": "成立时间" + }, + "tel": { + "type": "string", + "description": "联系电话" + }, + "type": { + "type": "string", + "description": "所属类别" + }, + "applyNote": { + "type": "string", + "description": "成立申请" + }, + "ruleNote": { + "type": "string", + "description": "社团章程" + } + }, + "description": "社团" + } + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuassociationmember/queryDataByAssID": { + "get": { + "summary": "查社团成员", + "deprecated": false, + "description": "查社团成员", + "tags": [], + "parameters": [ + { + "name": "associationId", + "in": "query", + "description": "所属社团", + "required": false, + "example": "12924af6cd134031ba1b58d7d37db49b", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "associationId": { + "type": "string", + "description": "所属社团" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "position": { + "type": "string", + "description": "职务" + }, + "deptName": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "" + }, + "gender": { + "type": "string", + "description": "" + }, + "stuStatus": { + "type": "integer", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.StuAssociationMemberVO" + } + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunionleague/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "serNo", + "in": "query", + "description": "团员编号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "grade", + "in": "query", + "description": "入学年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "学号" + }, + "enterTime": { + "type": "string", + "description": "入团时间" + }, + "serNo": { + "type": "string", + "description": "团员编号" + }, + "position": { + "type": "string", + "description": "团内职务" + }, + "deptName": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.StuUnionLeagueVO" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunionleague/detail": { + "get": { + "summary": "通过id查询团员信息表", + "deprecated": false, + "description": "通过id查询团员信息表", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "example": "00012398aae7495690dcb802b629a784", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunionleague": { + "post": { + "summary": "新增团员信息表", + "deprecated": false, + "description": "新增团员信息表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "学号" + }, + "enterTime": { + "type": "string", + "description": "入团时间" + }, + "serNo": { + "type": "string", + "description": "团员编号" + }, + "position": { + "type": "string", + "description": "团内职务" + } + }, + "description": "团员信息表" + }, + "example": { + "deptCode": "", + "classCode": "", + "stuNo": "222", + "realName": "", + "phone": "", + "enterTime": "22", + "serNo": "222", + "position": "222", + "grade": "" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunionleague/edit": { + "post": { + "summary": "修改团员信息表", + "deprecated": false, + "description": "修改团员信息表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "学号" + }, + "enterTime": { + "type": "string", + "description": "入团时间" + }, + "serNo": { + "type": "string", + "description": "团员编号" + }, + "position": { + "type": "string", + "description": "团内职务" + } + }, + "description": "团员信息表" + }, + "example": { + "id": "00012398aae7495690dcb802b629a784", + "createBy": "9b1676a337df44d68e6d4b54f15602d4", + "createTime": "2017-10-30 13:14:24", + "updateBy": "9b1676a337df44d68e6d4b54f15602d4", + "updateTime": "2017-10-30 13:14:24", + "delFlag": "0", + "tenantId": 1, + "remarks": null, + "stuNo": "101202145540", + "enterTime": "2013.11", + "serNo": "", + "position": "普通团员", + "deptName": "医药康养学院", + "deptCode": "14", + "classCode": "1012021455", + "classNo": null, + "realName": "周玥", + "phone": "187****1311" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stuunionleague/delete": { + "post": { + "summary": "通过id删除团员信息表", + "deprecated": false, + "description": "通过id删除团员信息表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebookscategory/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "categoryCode", + "in": "query", + "description": "类别编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "categoryName", + "in": "query", + "description": "类别名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "备注" + }, + "categoryName": { + "type": "string", + "description": "类别名称" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "description": "二维码" + } + }, + "description": "在线书类别" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebookscategory/{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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebookscategory": { + "post": { + "summary": "新增在线书类别", + "deprecated": false, + "description": "新增在线书类别", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "categoryName": { + "type": "string", + "description": "类别名称" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "description": "二维码" + } + }, + "description": "在线书类别" + }, + "example": { + "categoryName": "eee", + "categoryCode": "eee", + "qrCode": "", + "remarks": "测试" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebookscategory/edit": { + "post": { + "summary": "修改在线书类别", + "deprecated": false, + "description": "修改在线书类别", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "categoryName": { + "type": "string", + "description": "类别名称" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "description": "二维码" + } + }, + "description": "在线书类别" + }, + "example": { + "id": "1cd4e99dc5b4fac1eb4e61670fabb7ba", + "createBy": "admin", + "createTime": "2025-05-07 16:50:19", + "updateBy": "admin", + "updateTime": "2025-05-07 16:52:35", + "delFlag": "0", + "tenantId": null, + "remarks": "", + "categoryName": "世界名著", + "categoryCode": "0001", + "qrCode": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAMgAyADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAPCKKKK4z48KKKKACiiigAooooAKKKKACiiigAooooAKKKKAOt+Hv/Ifn/wCvVv8A0JK9KrzX4e/8h+f/AK9W/wDQkr0quin8J9Dlv8D5sKKKK0O8K81+IX/Ifg/69V/9CevSq81+IX/Ifg/69V/9Ces6nwnBmX8D5o5Kiiiuc+eCiiigAooooA7z4b/8xP8A7Zf+z13dcJ8N/wDmJ/8AbL/2eu7rpp/CfSYD/d4/P82FFFFWdgV5N4z/AORsvf8Atn/6LWvWa8m8Z/8AI2Xv/bP/ANFrWdXY83NP4K9f0Zg11vw9/wCQ/P8A9erf+hJXJV1vw9/5D8//AF6t/wChJWUPiR5WD/jx9T0qiiiuk+nPCKKKK4z489K+Hv8AyAJ/+vpv/QUrra5L4e/8gCf/AK+m/wDQUrra6ofCj6fB/wACPoYPjP8A5FO9/wC2f/oxa8mr1nxn/wAine/9s/8A0YteTVlV3PKzT+MvT9WFe0aH/wAgDTf+vWL/ANBFeL17Rof/ACANN/69Yv8A0EUUty8q+OXoX6KKK3PbCqGuf8gDUv8Ar1l/9BNX6oa5/wAgDUv+vWX/ANBNJ7EVPgfoeL0UUVyHyR6z4M/5FOy/7af+jGrerB8Gf8inZf8AbT/0Y1b1dcdkfVYf+DD0X5HJfEL/AJAEH/X0v/oL15rXpXxC/wCQBB/19L/6C9ea1hU+I8TMv4/yQUUUVmcAV6V8Pf8AkAT/APX03/oKV5rXpXw9/wCQ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" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebookscategory/delete": { + "post": { + "summary": "通过id删除在线书类别", + "deprecated": false, + "description": "通过id删除在线书类别", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooksbrowsinghistory/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "userName", + "in": "query", + "description": "用户名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bookId", + "in": "query", + "description": "图书ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "userType", + "in": "query", + "description": "用户类型 0学生 1老师", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "备注" + }, + "deptCode": { + "type": "string", + "description": "学院" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "bookId": { + "type": "string", + "description": "图书ID" + }, + "readTime": { + "type": "string", + "description": "浏览时间" + }, + "userType": { + "type": "string", + "description": "用户类型 0学生 1老师" + } + }, + "description": "在线书浏览记录" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooksbrowsinghistory/detail": { + "get": { + "summary": "通过id查询在线书浏览记录", + "deprecated": false, + "description": "通过id查询在线书浏览记录", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "example": "485aa0dcfd0ccc8848de2acc260fcfa0", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooksbrowsinghistory": { + "post": { + "summary": "新增在线书浏览记录", + "deprecated": false, + "description": "新增在线书浏览记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "学院" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "bookId": { + "type": "string", + "description": "图书ID" + }, + "readTime": { + "type": "string", + "description": "浏览时间" + }, + "userType": { + "type": "string", + "description": "用户类型 0学生 1老师" + } + }, + "description": "在线书浏览记录" + }, + "example": { + "deptCode": "16", + "userName": "161701245846", + "realName": "周毅凡", + "bookId": "48b86603c444def989fb9f905a602fe1", + "readTime": "2025-05-27 18:03:30", + "userType": "0" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooksbrowsinghistory/edit": { + "post": { + "summary": "修改在线书浏览记录", + "deprecated": false, + "description": "修改在线书浏览记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "学院" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "bookId": { + "type": "string", + "description": "图书ID" + }, + "readTime": { + "type": "string", + "description": "浏览时间" + }, + "userType": { + "type": "string", + "description": "用户类型 0学生 1老师" + } + }, + "description": "在线书浏览记录" + }, + "example": { + "id": "485aa0dcfd0ccc8848de2acc260fcfa0", + "createBy": "161701245846", + "createTime": "2025-05-27 18:03:30", + "updateBy": null, + "updateTime": null, + "delFlag": "0", + "tenantId": null, + "remarks": null, + "deptCode": "16", + "userName": "161701245846", + "realName": "周毅凡", + "bookId": "48b86603c444def989fb9f905a602fe1", + "readTime": "2025-05-27 18:03:30", + "userType": "0" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooksbrowsinghistory/delete": { + "post": { + "summary": "通过id删除在线书浏览记录", + "deprecated": false, + "description": "通过id删除在线书浏览记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooks/list": { + "get": { + "summary": "在线书列表", + "deprecated": false, + "description": "list", + "tags": [], + "parameters": [ + { + "name": "webUrl", + "in": "query", + "description": "外部链接", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooks/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "categoryCode", + "in": "query", + "description": "类别编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bookName", + "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 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "备注" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "description": "二维码" + }, + "bookImg": { + "type": "string", + "description": "封面" + }, + "bookName": { + "type": "string", + "description": "书名" + }, + "bookAuthor": { + "type": "string", + "description": "作者" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "webUrl": { + "type": "string", + "description": "外部链接" + } + }, + "description": "在线书" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooks/detail": { + "get": { + "summary": "通过id查询在线书", + "deprecated": false, + "description": "通过id查询在线书", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebookscategory/list": { + "get": { + "summary": "在线书类别", + "deprecated": false, + "description": "list", + "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": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "categoryName", + "in": "query", + "description": "类别名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "categoryCode", + "in": "query", + "description": "类别编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "qrCode", + "in": "query", + "description": "二维码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooks": { + "post": { + "summary": "新增在线书", + "deprecated": false, + "description": "新增在线书", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "description": "二维码" + }, + "bookImg": { + "type": "string", + "description": "封面" + }, + "bookName": { + "type": "string", + "description": "书名" + }, + "bookAuthor": { + "type": "string", + "description": "作者" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "webUrl": { + "type": "string", + "description": "外部链接" + } + }, + "description": "在线书" + }, + "example": { + "deptCode": "11", + "categoryCode": "0002", + "bookImg": "/stuwork/file/show?fileName=stuwork-onLineBook/1854863885.jpg", + "bookName": "www", + "bookAuthor": "www", + "webUrl": "https://www.baidu.com", + "remarks": "www" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooks/edit": { + "post": { + "summary": "修改在线书", + "deprecated": false, + "description": "修改在线书", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "description": "二维码" + }, + "bookImg": { + "type": "string", + "description": "封面" + }, + "bookName": { + "type": "string", + "description": "书名" + }, + "bookAuthor": { + "type": "string", + "description": "作者" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "webUrl": { + "type": "string", + "description": "外部链接" + } + }, + "description": "在线书" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/onlinebooks/delete": { + "post": { + "summary": "通过id删除在线书", + "deprecated": false, + "description": "通过id删除在线书", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingduty/listByMonth": { + "get": { + "summary": "按月份返回值班表", + "deprecated": false, + "description": "按月份返回值班表", + "tags": [], + "parameters": [ + { + "name": "month", + "in": "query", + "description": "月份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingduty/getDutyByMonth": { + "get": { + "summary": "后台前端获取值班表回显到日历", + "deprecated": false, + "description": "后台前端获取值班表回显到日历", + "tags": [], + "parameters": [ + { + "name": "month", + "in": "query", + "description": "月份", + "required": false, + "example": "1", + "schema": { + "type": "string" + } + }, + { + "name": "year", + "in": "query", + "description": "", + "required": false, + "example": "2026", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "dutyTime": { + "type": "string", + "description": "值班日期" + }, + "month": { + "type": "string", + "description": "月份" + }, + "days": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "reservation": { + "type": "string", + "description": "是否预约 0否 1是" + }, + "date": { + "type": "string", + "description": "" + }, + "teacherUserName": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.PsychologicalCounselingDutyVO" + } + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingduty/detail": { + "get": { + "summary": "通过id查询心理咨询值班", + "deprecated": false, + "description": "通过id查询心理咨询值班", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingduty/saveDuty": { + "post": { + "summary": "新增/批量新增值班", + "deprecated": false, + "description": "saveDuty", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "dutyTime": { + "type": "string", + "description": "值班日期" + }, + "month": { + "type": "string", + "description": "月份" + }, + "days": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "date": { + "type": "string", + "description": "" + }, + "teacherUserName": { + "type": "string", + "description": "" + }, + "weekType": { + "type": "string", + "description": "" + } + } + } + }, + "example": [ + { + "date": "2026-01-15", + "teacherUserName": "00827", + "weekType": "single" + } + ] + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingduty/clearDuty": { + "post": { + "summary": "一键清空", + "deprecated": false, + "description": "clearDuty", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "dutyTime": { + "type": "string", + "description": "值班日期" + }, + "month": { + "type": "string", + "description": "月份" + }, + "days": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "date": { + "type": "string", + "description": "" + }, + "teacherUserName": { + "type": "string", + "description": "" + }, + "weekType": { + "type": "string", + "description": "" + } + }, + "description": "" + }, + "example": { + "year": 2026, + "month": 1 + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingduty/clearOneDuty": { + "post": { + "summary": "清除单个值班", + "deprecated": false, + "description": "clearOneDuty", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "dutyTime": { + "type": "string", + "description": "值班日期" + }, + "month": { + "type": "string", + "description": "月份" + }, + "days": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "date": { + "type": "string", + "description": "" + }, + "teacherUserName": { + "type": "string", + "description": "" + }, + "weekType": { + "type": "string", + "description": "" + } + }, + "description": "" + }, + "example": { + "days": "2026-01-15" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingteacher/list": { + "get": { + "summary": "值班教师", + "deprecated": false, + "description": "list", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + } + }, + "description": "心理咨询预约师" + } + } + } + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingteacher/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页大小", + "required": false, + "schema": { + "type": "", + "default": "10" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "教师姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + } + }, + "description": "心理咨询预约师" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingteacher/detail": { + "get": { + "summary": "通过id查询心理咨询预约师", + "deprecated": false, + "description": "通过id查询心理咨询预约师", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "id", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingteacher": { + "post": { + "summary": "新增心理咨询预约师", + "deprecated": false, + "description": "新增心理咨询预约师", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + } + }, + "description": "心理咨询预约师" + }, + "example": { + "userName": "00716", + "phone": "", + "remarks": "222" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingteacher/edit": { + "post": { + "summary": "修改心理咨询预约师", + "deprecated": false, + "description": "修改心理咨询预约师", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + } + }, + "description": "心理咨询预约师" + }, + "example": { + "id": "42ba0fc15d00c068e013694ae5fdd020", + "createBy": "admin", + "createTime": "2025-05-21 10:39:13", + "updateBy": "00690", + "updateTime": "2025-05-21 15:06:16", + "delFlag": "0", + "tenantId": null, + "remarks": "", + "userName": "00353", + "realName": "陈旭昌", + "phone": "15295123349" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingteacher/delete": { + "post": { + "summary": "通过id删除心理咨询预约师", + "deprecated": false, + "description": "通过id删除心理咨询预约师", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingreservation/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "stuNo", + "in": "query", + "description": "学生学号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "reservationTime", + "in": "query", + "description": "预约时间", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "isHandle", + "in": "query", + "description": "是否处理", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "", + "default": "1" + } + }, + { + "name": "size", + "in": "query", + "description": "每页大小", + "required": false, + "schema": { + "type": "", + "default": "10" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "备注" + }, + "teacherNo": { + "type": "string", + "description": "值班教师用户名" + }, + "realName": { + "type": "string", + "description": "值班老师真实姓名" + }, + "stuNo": { + "type": "string", + "description": "学生学号" + }, + "stuName": { + "type": "string", + "description": "学生姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "reservationTime": { + "type": "string", + "description": "预约时间" + }, + "isHandle": { + "type": "string", + "description": "是否处理" + }, + "teaRemark": { + "type": "string", + "description": "老师备注" + } + }, + "description": "预约记录" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingreservation/detail": { + "get": { + "summary": "通过id查询预约记录", + "deprecated": false, + "description": "通过id查询预约记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "teacherNo": { + "type": "string", + "description": "值班教师用户名" + }, + "realName": { + "type": "string", + "description": "值班老师真实姓名" + }, + "stuNo": { + "type": "string", + "description": "学生学号" + }, + "stuName": { + "type": "string", + "description": "学生姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "reservationTime": { + "type": "string", + "description": "预约时间" + }, + "isHandle": { + "type": "string", + "description": "是否处理" + }, + "teaRemark": { + "type": "string", + "description": "老师备注" + } + }, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingreservation": { + "post": { + "summary": "新增预约记录", + "deprecated": false, + "description": "新增预约记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "teacherNo": { + "type": "string", + "description": "值班教师用户名" + }, + "realName": { + "type": "string", + "description": "值班老师真实姓名" + }, + "stuNo": { + "type": "string", + "description": "学生学号" + }, + "stuName": { + "type": "string", + "description": "学生姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "reservationTime": { + "type": "string", + "description": "预约时间" + }, + "isHandle": { + "type": "string", + "description": "是否处理" + }, + "teaRemark": { + "type": "string", + "description": "老师备注" + } + }, + "description": "预约记录" + }, + "example": { + "realName": "", + "teacherNo": "00827", + "reservationTime": "2026-01-15 00:00:00", + "createTime": "", + "classNo": "2549", + "stuNo": "151704254911", + "stuName": "", + "phone": "", + "remarks": "测试", + "isHandle": "" + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingreservation/edit": { + "post": { + "summary": "修改预约记录", + "deprecated": false, + "description": "修改预约记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "teacherNo": { + "type": "string", + "description": "值班教师用户名" + }, + "realName": { + "type": "string", + "description": "值班老师真实姓名" + }, + "stuNo": { + "type": "string", + "description": "学生学号" + }, + "stuName": { + "type": "string", + "description": "学生姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "reservationTime": { + "type": "string", + "description": "预约时间" + }, + "isHandle": { + "type": "string", + "description": "是否处理" + }, + "teaRemark": { + "type": "string", + "description": "老师备注" + } + }, + "description": "预约记录" + }, + "example": { + "id": "661ebd876c2e5d1c9835f1b821fc6cbf", + "createBy": "admin", + "createTime": "2026-01-15 16:59:15", + "updateBy": null, + "updateTime": null, + "delFlag": "0", + "tenantId": null, + "remarks": "测试", + "teacherNo": "00827", + "realName": "陈颖", + "stuNo": "151704254911", + "stuName": "华雨泽", + "phone": "199****6679", + "classNo": "2549", + "reservationTime": "2026-01-15 00:00:00", + "isHandle": "0", + "teaRemark": null + } + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/psychologicalcounselingreservation/delete": { + "post": { + "summary": "通过id删除预约记录", + "deprecated": false, + "description": "通过id删除预约记录", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreeterm/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "schoolYear", + "in": "query", + "description": "学年", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "schoolTerm", + "in": "query", + "description": "学期", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "", + "default": "1" + } + }, + { + "name": "size", + "in": "query", + "description": "每页大小", + "required": false, + "schema": { + "type": "", + "default": "10" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "records": { + "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": "备注" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "免学费申请批次表" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreeterm": { + "post": { + "summary": "新增免学费申请批次表", + "deprecated": false, + "description": "新增免学费申请批次表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "免学费申请批次表" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreeterm/edit": { + "post": { + "summary": "修改免学费申请批次表", + "deprecated": false, + "description": "修改免学费申请批次表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "免学费申请批次表" + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreeterm/delete": { + "post": { + "summary": "通过id删除免学费申请批次表", + "deprecated": false, + "description": "通过id删除免学费申请批次表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "", + "items": { + "type": "string" + } + }, + "examples": {} + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreeterm/list": { + "get": { + "summary": "查全部id excelTitle", + "deprecated": false, + "description": "查全部id excelTitle", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "免学费申请批次表" + } + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreeterm/getDataAtPresent": { + "get": { + "summary": "查当前时间 内的批次数据", + "deprecated": false, + "description": "查当前时间 内的批次数据", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/tuitionfreeterm/detail": { + "get": { + "summary": "查看详情", + "deprecated": false, + "description": "查看详情", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/basic/basicstudent/getTuitionFreeStu": { + "get": { + "summary": "获取符合免学费学生表", + "deprecated": false, + "description": "获取符合免学费学生表", + "tags": [], + "parameters": [ + { + "name": "classCode", + "in": "query", + "description": "所属班级", + "required": false, + "example": "1264092418", + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "删除标志位" + }, + "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": "" + }, + "idCard": { + "type": "string", + "description": "身份证" + }, + "phone": { + "type": "string", + "description": "学生联系电话" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "education": { + "type": "string", + "description": "" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "majorCode": { + "type": "string", + "description": "" + }, + "householdAddress": { + "type": "string", + "description": "户口所在地" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "classQQ": { + "type": "string", + "description": "" + }, + "graduateNumber": { + "type": "string", + "description": "毕业证号" + }, + "oldName": { + "type": "string", + "description": "/**" + }, + "className": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "班级状态" + }, + "majorLevel": { + "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": "借读人数" + }, + "tel": { + "type": "string", + "description": "学生家长联系电话" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "initial": { + "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": "" + }, + "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": "学生表" + } + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/batchAddTuitionFreeStu": { + "post": { + "summary": "免学费学生申请", + "deprecated": false, + "description": "免学费学生申请", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "termId": { + "type": "string", + "description": "批次表ID" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "majorCode": { + "type": "string", + "description": "专业编码" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "integer", + "description": "年级" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别:0女 1男" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "phone": { + "type": "string", + "description": "联系电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "money": { + "type": "number", + "description": "金额" + }, + "checkStatus": { + "type": "string", + "description": "审核状态 0待审核 1审核通过" + }, + "education": { + "type": "string", + "description": "文化程度 4:技职校 5:高中 7:初中" + }, + "majorLevel": { + "type": "string", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级" + }, + "practicePattern": { + "type": "string", + "description": "实习模式" + }, + "stuList": { + "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": "删除标志位" + }, + "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": "" + }, + "idCard": { + "type": "string", + "description": "身份证" + }, + "phone": { + "type": "string", + "description": "学生联系电话" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "education": { + "type": "string", + "description": "" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "majorCode": { + "type": "string", + "description": "" + }, + "householdAddress": { + "type": "string", + "description": "户口所在地" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "classQQ": { + "type": "string", + "description": "" + }, + "graduateNumber": { + "type": "string", + "description": "毕业证号" + }, + "oldName": { + "type": "string", + "description": "/**" + }, + "className": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "班级状态" + }, + "majorLevel": { + "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": "借读人数" + }, + "tel": { + "type": "string", + "description": "学生家长联系电话" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "initial": { + "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": "" + }, + "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": "学生表" + } + } + }, + "description": "" + }, + "example": { + "termId": "41ba3a5d86d91aa2cc470f3200310cd5", + "stuList": [ + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241801", + "realName": "沈传秋", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320382********5015", + "phone": "177****4999", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241802", + "realName": "孔宾", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "321283********6014", + "phone": "188****2322", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241803", + "realName": "邹涛", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320411********6510", + "phone": "173****6603", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241804", + "realName": "黄宇文", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320681********2011", + "phone": "138****1168", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241805", + "realName": "谢顺琦", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "371322********5411", + "phone": "132****3270", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241806", + "realName": "贺礼", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320404********4118", + "phone": "198****0116", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241807", + "realName": "朱骑彪", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320411********6313", + "phone": "158****8375", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241808", + "realName": "邓哲钰", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320482********0113", + "phone": "133****0281", + "teacherNo": null, + "teacherRealName": null, + "education": "9", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241809", + "realName": "张炜钢", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320483********0510", + "phone": "139****6831", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241810", + "realName": "於中原", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "321181********4916", + "phone": "159****9389", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241811", + "realName": "朱清波", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320582********0816", + "phone": "151****7423", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241812", + "realName": "陶奇亮", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320411********631X", + "phone": "180****7502", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241813", + "realName": "刘单铖", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320483********8813", + "phone": "135****3166", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241815", + "realName": "王巍", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320382********9118", + "phone": "185****9000", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241816", + "realName": "胡明亮", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "413026********0616", + "phone": "138****6155", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241818", + "realName": "张成", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320482********2312", + "phone": "137****0933", + "teacherNo": null, + "teacherRealName": null, + "education": "1", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + }, + { + "id": null, + "createBy": null, + "createTime": null, + "updateBy": null, + "updateTime": null, + "delFlag": null, + "remarks": null, + "tenantId": null, + "stuNo": "126409241819", + "realName": "刘星宇", + "gender": "1", + "stuStatus": null, + "classCode": "1264092418", + "enrollStatus": null, + "qrCode": null, + "isGradu": null, + "isClassLeader": null, + "graduTime": null, + "isInout": null, + "classMasterName": null, + "classMasterCode": null, + "specialIn": null, + "socialInsurance": null, + "enrollNo": null, + "enrollMiddleNo": null, + "graduNo": null, + "faceExclude": null, + "faceExcludeReason": null, + "avatarAudit": null, + "idCard": "320411********2219", + "phone": "199****0992", + "teacherNo": null, + "teacherRealName": null, + "education": "2", + "majorName": null, + "majorCode": "126409", + "householdAddress": null, + "roomNo": null, + "classQQ": null, + "graduateNumber": null, + "oldName": null, + "className": null, + "deptCode": "12", + "deptName": "智能制造学院", + "classStatus": null, + "majorLevel": "7", + "stuNos": null, + "bankCard": null, + "gradeCurr": 2026, + "temporaryyeYear": null, + "majorYears": null, + "rewards": null, + "evaluation": null, + "appraisal": null, + "studentStatus": null, + "nationName": null, + "postalAddress": null, + "advantage": null, + "liveAddress": null, + "homeBirth": null, + "national": null, + "politicsStatus": null, + "classNo": "2418", + "stuNum": null, + "manStuNum": null, + "girlStuNum": null, + "borrowingStuNum": null, + "tel": null, + "birthday": null, + "initial": null, + "scoreOneMonth": null, + "scoreTwoMonth": null, + "scoreThreeMonth": null, + "scoreFourMonth": null, + "scoreFiveMonth": null, + "scoreOneTerm": null, + "scoreSixMonth": null, + "scoreSevenMonth": null, + "scoreEightMonth": null, + "scoreNineMonth": null, + "scoreTenMonth": null, + "scoreTwoTerm": null, + "scoreYear": null, + "schoolYear": null, + "schoolTerm": null, + "parentPhone": null, + "photo": null, + "qrStr": null, + "month": null, + "contactName": null, + "contactType": null, + "contactContent": null, + "contactDate": null, + "grade": "2024", + "content": null, + "week": null, + "reply": null, + "isSpotCheck": null, + "comment": null, + "parentalMsg": null, + "fraction": null, + "strList": null, + "teacherPhone": null, + "atHome": null, + "atSchool": null, + "dgTotle": null, + "headImg": null, + "userType": null, + "educationDetails": null, + "socialDetails": null, + "jldateRange1": null, + "jldateEnd1": null, + "jlschool1": null, + "jlworkAs1": null, + "jldateRange2": null, + "jldateEnd2": null, + "jlschool2": null, + "jlworkAs2": null, + "jldateRange3": null, + "jldateEnd3": null, + "jlschool3": null, + "jlworkAs3": null, + "jldateRange4": null, + "jldateEnd4": null, + "jlschool4": null, + "jlworkAs4": null, + "jldateRange5": null, + "jldateEnd5": null, + "jlschool5": null, + "jlworkAs5": null, + "jcgx": null, + "jcgx2": null, + "jcgx3": null, + "jcgx4": null, + "jcgx5": null, + "jcxm": null, + "jcxm2": null, + "jcxm3": null, + "jcxm4": null, + "jcxm5": null, + "jczzmm": null, + "jczzmm2": null, + "jczzmm3": null, + "jczzmm4": null, + "jczzmm5": null, + "jcgzdw": null, + "jcgzdw2": null, + "jcgzdw3": null, + "jcgzdw4": null, + "jcgzdw5": null, + "jcjkzk": null, + "jcjkzk2": null, + "jcjkzk3": null, + "jcjkzk4": null, + "jcjkzk5": null, + "shcw": null, + "shxm": null, + "shzz": null, + "shrz": null, + "shjk": null, + "shcw1": null, + "shxm1": null, + "shzz1": null, + "shrz1": null, + "shjk1": null, + "shcw2": null, + "shxm2": null, + "shzz2": null, + "shrz2": null, + "shjk2": null, + "shcw3": null, + "shxm3": null, + "shzz3": null, + "shrz3": null, + "shjk3": null, + "currentGrade": "2026" + } + ] + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/getApproveData": { + "get": { + "summary": "查待审批数据 按班级", + "deprecated": false, + "description": "查待审批数据 按班级", + "tags": [], + "parameters": [ + { + "name": "termId", + "in": "query", + "description": "批次表ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "termId": { + "type": "string", + "description": "批次表ID" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "majorCode": { + "type": "string", + "description": "专业编码" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "integer", + "description": "年级" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别:0女 1男" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "phone": { + "type": "string", + "description": "联系电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "money": { + "type": "number", + "description": "金额" + }, + "checkStatus": { + "type": "string", + "description": "审核状态 0待审核 1审核通过" + }, + "education": { + "type": "string", + "description": "文化程度 4:技职校 5:高中 7:初中" + }, + "majorLevel": { + "type": "string", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级" + }, + "practicePattern": { + "type": "string", + "description": "实习模式" + }, + "classNum": { + "type": "string", + "description": "班级数" + }, + "stuNum": { + "type": "string", + "description": "学生数" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.TuitionFreeStuVO" + } + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/getDataGroupDept": { + "get": { + "summary": "查已审批的 班级数 人数", + "deprecated": false, + "description": "查已审批的 班级数 人数", + "tags": [], + "parameters": [ + { + "name": "termId", + "in": "query", + "description": "批次id", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "备注" + }, + "termId": { + "type": "string", + "description": "批次表ID" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "majorCode": { + "type": "string", + "description": "专业编码" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "integer", + "description": "年级" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别:0女 1男" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "phone": { + "type": "string", + "description": "联系电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "money": { + "type": "number", + "description": "金额" + }, + "checkStatus": { + "type": "string", + "description": "审核状态 0待审核 1审核通过" + }, + "education": { + "type": "string", + "description": "文化程度 4:技职校 5:高中 7:初中" + }, + "majorLevel": { + "type": "string", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级" + }, + "practicePattern": { + "type": "string", + "description": "实习模式" + }, + "classNum": { + "type": "string", + "description": "班级数" + }, + "stuNum": { + "type": "string", + "description": "学生数" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.TuitionFreeStuVO" + } + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/getDataByDept": { + "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": "tenantId", + "in": "query", + "description": "租户ID", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "remarks", + "in": "query", + "description": "备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "termId", + "in": "query", + "description": "批次表ID", + "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": "majorCode", + "in": "query", + "description": "专业编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorName", + "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": "grade", + "in": "query", + "description": "年级", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "gradeCurr", + "in": "query", + "description": "年级(计算结果)", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuNo", + "in": "query", + "description": "学号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "姓名", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "gender", + "in": "query", + "description": "性别:0女 1男", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "bankCard", + "in": "query", + "description": "中职卡号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "phone", + "in": "query", + "description": "联系电话", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "idCard", + "in": "query", + "description": "身份证号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "money", + "in": "query", + "description": "金额", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "checkStatus", + "in": "query", + "description": "审核状态 0待审核 1审核通过", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "education", + "in": "query", + "description": "文化程度 4:技职校 5:高中 7:初中", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorLevel", + "in": "query", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "practicePattern", + "in": "query", + "description": "实习模式", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/approveAll": { + "post": { + "summary": "审批所有", + "deprecated": false, + "description": "审批所有", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "termId": { + "type": "string", + "description": "批次表ID" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "majorCode": { + "type": "string", + "description": "专业编码" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "integer", + "description": "年级" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别:0女 1男" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "phone": { + "type": "string", + "description": "联系电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "money": { + "type": "number", + "description": "金额" + }, + "checkStatus": { + "type": "string", + "description": "审核状态 0待审核 1审核通过" + }, + "education": { + "type": "string", + "description": "文化程度 4:技职校 5:高中 7:初中" + }, + "majorLevel": { + "type": "string", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级" + }, + "practicePattern": { + "type": "string", + "description": "实习模式" + } + }, + "description": "" + }, + "example": { + "classCode": "1223012110", + "termId": "b6c8c710a0a4778f2a7154bfe0cb65fe", + "checkStatus": "1" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/approveOut": { + "post": { + "summary": "审批驳回", + "deprecated": false, + "description": "审批驳回哦", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "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": "备注" + }, + "termId": { + "type": "string", + "description": "批次表ID" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "majorCode": { + "type": "string", + "description": "专业编码" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "integer", + "description": "年级" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别:0女 1男" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "phone": { + "type": "string", + "description": "联系电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "money": { + "type": "number", + "description": "金额" + }, + "checkStatus": { + "type": "string", + "description": "审核状态 0待审核 1审核通过" + }, + "education": { + "type": "string", + "description": "文化程度 4:技职校 5:高中 7:初中" + }, + "majorLevel": { + "type": "string", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级" + }, + "practicePattern": { + "type": "string", + "description": "实习模式" + } + }, + "description": "" + }, + "example": { + "classCode": "1223012110", + "termId": "b6c8c710a0a4778f2a7154bfe0cb65fe", + "checkStatus": "1" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "termId", + "in": "query", + "description": "批次表ID", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "学院编码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "grade", + "in": "query", + "description": "入学年份", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "gradeCurr", + "in": "query", + "description": "年级(计算结果)", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "checkStatus", + "in": "query", + "description": "审核状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreestu/delete": { + "post": { + "summary": "通过id删除免学费学生表", + "deprecated": false, + "description": "通过id删除免学费学生表", + "tags": [], + "parameters": [ + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "type": "array", + "description": "id", + "items": { + "type": "string" + } + }, + "example": [ + "1" + ] + } + } + }, + "responses": { + "200": { + "description": "R", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "string", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": {}, + "description": "数据" + } + }, + "description": "R" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/tuitionfreeterm/detail": { + "get": { + "summary": "查看详情", + "deprecated": false, + "description": "查看详情", + "tags": [], + "parameters": [ + { + "name": "id", + "in": "query", + "description": "", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "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": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, + "/api/stuwork/stugraducheck/page": { + "get": { + "summary": "分页查询", + "deprecated": false, + "description": "分页查询", + "tags": [], + "parameters": [ + { + "name": "size", + "in": "query", + "description": "每页显示条数,默认 10", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 10 + } + }, + { + "name": "current", + "in": "query", + "description": "当前页", + "required": false, + "schema": { + "type": "integer", + "format": "int64", + "default": 1 + } + }, + { + "name": "stuNo", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "realName", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classCode", + "in": "query", + "description": "班级代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNameProvince", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "deptCode", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "graduYear", + "in": "query", + "description": "毕业年份", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "relationId", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "borrowReadYear", + "in": "query", + "description": "借读 +1 年", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "turnoverYear", + "in": "query", + "description": "异动 +N 年", + "required": false, + "schema": { + "type": "integer" + } + }, + { + "name": "grade", + "in": "query", + "description": "", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "description": "0 待确认 1 确认毕业 -1 不可毕业", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "scoreCondition", + "in": "query", + "description": "学分情况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "skillCondition", + "in": "query", + "description": "技能情况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "conductCondition", + "in": "query", + "description": "操行分情况", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "education", + "in": "query", + "description": "学历", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "type", + "in": "query", + "description": "1 段段清 2 正常毕业", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "originLearnYear", + "in": "query", + "description": "原始班级年制", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "learnYear", + "in": "query", + "description": "现在班级年制", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "classNo", + "in": "query", + "description": "班号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "originClassNo", + "in": "query", + "description": "原始班号", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorName", + "in": "query", + "description": "专业名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "originMajorName", + "in": "query", + "description": "原始专业名称", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "majorCode", + "in": "query", + "description": "专业代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "originMajorCode", + "in": "query", + "description": "原始专业代码", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "conductExam", + "in": "query", + "description": "操行和违纪审核状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "scoreExam", + "in": "query", + "description": "学分审核状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "skillExam", + "in": "query", + "description": "等级工审核状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "masterExam", + "in": "query", + "description": "班主任神恶化状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "conductExamBy", + "in": "query", + "description": "操行和违纪审核人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "scoreExamBy", + "in": "query", + "description": "学分审核人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "skillExamBy", + "in": "query", + "description": "等级工神恶化人", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "conductExamRemarks", + "in": "query", + "description": "操行和违纪审核备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "scoreExamRemarks", + "in": "query", + "description": "学分审核备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "skillExamRemarks", + "in": "query", + "description": "等级工审核备注", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stuPunish", + "in": "query", + "description": "学生违纪", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "stupunishExam", + "in": "query", + "description": "学生违纪审核", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "graduType", + "in": "query", + "description": "正常毕业类型 细分", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "exportType", + "in": "query", + "description": "导出类型 all 全部 ddq 段段清 turnover 转制离校", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "zipType", + "in": "query", + "description": "压缩包类型 0 按班级分文件夹 1 按系部分文件夹 班级在sheet表 2 按年级 培养层次", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "nowOrOrigin", + "in": "query", + "description": "1 现学制 2 原学制", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "enrollStatus", + "in": "query", + "description": "学籍状态", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "Authorization", + "in": "header", + "description": "", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", + "schema": { + "type": "string", + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "object", + "properties": { + "canExamConduct": { + "type": "boolean", + "description": "/毕业学生操行审核" + }, + "canExamScore": { + "type": "boolean", + "description": "毕业学生学分审核" + }, + "canExamSkill": { + "type": "boolean", + "description": "毕业学生等级工审核" + }, + "canExamStuPunish": { + "type": "boolean", + "description": "违纪审核" + }, + "canExamBaseInfo": { + "type": "boolean", + "description": "主要信息审核" + }, + "dataList": { + "type": "object", + "properties": { + "records": { + "type": "array", + "description": "查询数据列表", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "graduYear": { + "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": "" + }, + "relationId": { + "type": "string", + "description": "" + }, + "borrowReadYear": { + "type": "integer", + "description": "借读 +1 年" + }, + "turnoverYear": { + "type": "integer", + "description": "异动 +N 年" + }, + "grade": { + "type": "string", + "description": "" + }, + "status": { + "type": "string", + "description": "0 待确认 1 确认毕业 -1 不可毕业" + }, + "scoreCondition": { + "type": "string", + "description": "学分情况" + }, + "mainScoreCondition": { + "type": "string", + "description": "" + }, + "skillCondition": { + "type": "string", + "description": "技能情况" + }, + "conductCondition": { + "type": "string", + "description": "操行分情况" + }, + "education": { + "type": "string", + "description": "学历" + }, + "type": { + "type": "string", + "description": "1 段段清 2 正常毕业" + }, + "originLearnYear": { + "type": "string", + "description": "原始班级年制" + }, + "learnYear": { + "type": "string", + "description": "现在班级年制" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "originClassNo": { + "type": "string", + "description": "原始班号" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "originMajorName": { + "type": "string", + "description": "原始专业名称" + }, + "majorCode": { + "type": "string", + "description": "专业代码" + }, + "originMajorCode": { + "type": "string", + "description": "原始专业代码" + }, + "conductExam": { + "type": "string", + "description": "操行和违纪审核状态" + }, + "scoreExam": { + "type": "string", + "description": "学分审核状态" + }, + "skillExam": { + "type": "string", + "description": "等级工审核状态" + }, + "conductExamBy": { + "type": "string", + "description": "操行和违纪审核人" + }, + "scoreExamBy": { + "type": "string", + "description": "学分审核人" + }, + "skillExamBy": { + "type": "string", + "description": "等级工神恶化人" + }, + "conductExamRemarks": { + "type": "string", + "description": "操行和违纪审核备注" + }, + "scoreExamRemarks": { + "type": "string", + "description": "学分审核备注" + }, + "skillExamRemarks": { + "type": "string", + "description": "等级工审核备注" + }, + "stuPunish": { + "type": "string", + "description": "学生违纪" + }, + "majorLevel": { + "type": "string", + "description": "培养层次" + }, + "originMajorLevel": { + "type": "string", + "description": "原始培养层次" + }, + "enterDate": { + "type": "string", + "description": "进校日期" + }, + "idCard": { + "type": "string", + "description": "身份证" + }, + "masterExam": { + "type": "string", + "description": "班主任审核" + }, + "masterExamRemarks": { + "type": "string", + "description": "班主任审核驳回理由" + }, + "masterExamBy": { + "type": "string", + "description": "班主任审核工号" + }, + "stupunishExamBy": { + "type": "string", + "description": "违纪审核人" + }, + "stupunishExamRemarks": { + "type": "string", + "description": "违纪审核备注" + }, + "stupunishExam": { + "type": "string", + "description": "违纪审核状态" + }, + "enrollStatus": { + "type": "string", + "description": "学籍状态" + }, + "specialGradu": { + "type": "string", + "description": "特殊毕业" + }, + "graduSchool": { + "type": "string", + "description": "" + }, + "graduNo": { + "type": "string", + "description": "" + }, + "classNameProvince": { + "type": "string", + "description": "" + }, + "turnoverLeave": { + "type": "string", + "description": "" + }, + "isJy": { + "type": "string", + "description": "" + } + }, + "description": "毕业生信息" + }, + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "description": "排序字段信息", + "items": { + "type": "object", + "properties": { + "column": { + "type": "string", + "description": "需要进行排序的字段" + }, + "asc": { + "type": "boolean", + "description": "是否正序排列,默认 true", + "default": "true" + } + }, + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": "true" + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": "true" + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": "true" + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + }, + "description": "数据" + } + }, + "description": "数据" + } + }, + "description": "" + } + } + }, + "headers": {} + } + }, + "security": [] + } + }, "/api/admin/dict/type/school_term": { "get": { "summary": "学期字典", @@ -32479,10 +50234,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32592,10 +50347,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32705,10 +50460,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32818,10 +50573,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -32931,10 +50686,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33044,10 +50799,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33157,10 +50912,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33270,10 +51025,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33383,10 +51138,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33496,10 +51251,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33609,10 +51364,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33722,10 +51477,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -33845,10 +51600,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -34499,10 +52254,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -34634,10 +52389,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -34760,10 +52515,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -34896,10 +52651,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -34969,10 +52724,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -35105,10 +52860,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -35285,10 +53040,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -35411,10 +53166,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -35591,10 +53346,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -35727,10 +53482,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -36301,10 +54056,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -36418,10 +54173,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -36517,10 +54272,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -36940,10 +54695,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -37057,10 +54812,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -37183,10 +54938,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -37319,10 +55074,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -37873,10 +55628,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -38437,10 +56192,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -38563,10 +56318,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -38635,10 +56390,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -38752,10 +56507,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -39262,10 +57017,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -39325,10 +57080,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -39899,10 +57654,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -39962,10 +57717,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -40088,10 +57843,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -40223,10 +57978,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -40315,10 +58070,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -40432,10 +58187,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -40549,10 +58304,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -40666,10 +58421,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -40774,10 +58529,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -41267,10 +59022,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -42014,10 +59769,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -42122,10 +59877,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -42258,10 +60013,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -42783,10 +60538,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -42900,10 +60655,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -43008,10 +60763,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -43134,10 +60889,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -43650,10 +61405,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -43759,10 +61514,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -44252,10 +62007,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -44964,10 +62719,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -45113,10 +62868,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -45639,10 +63394,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -45785,10 +63540,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -46274,10 +64029,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -46422,10 +64177,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -46948,10 +64703,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -47150,10 +64905,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -47305,10 +65060,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -47440,10 +65195,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -47576,10 +65331,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -47755,10 +65510,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -47900,10 +65655,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -48484,10 +66239,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -48609,10 +66364,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -48658,10 +66413,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -48707,10 +66462,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -48940,10 +66695,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -49075,10 +66830,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -49201,10 +66956,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -49337,10 +67092,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -49473,10 +67228,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -49609,10 +67364,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -49910,10 +67665,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -50045,10 +67800,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -50171,10 +67926,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -50307,10 +68062,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -50443,10 +68198,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -50579,10 +68334,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -50898,10 +68653,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -51033,10 +68788,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -51159,10 +68914,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -51295,10 +69050,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -51431,10 +69186,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -51567,10 +69322,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -51886,10 +69641,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -52021,10 +69776,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -52147,10 +69902,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -52283,10 +70038,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -52419,10 +70174,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -52555,10 +70310,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -52681,10 +70436,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -52817,10 +70572,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -53146,10 +70901,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -53281,10 +71036,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -53407,10 +71162,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -53543,10 +71298,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -53679,10 +71434,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -53815,10 +71570,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -54134,10 +71889,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -54269,10 +72024,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -54395,10 +72150,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -54531,10 +72286,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -54667,10 +72422,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -54803,10 +72558,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -55188,10 +72943,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -55573,10 +73328,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -55708,10 +73463,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -55834,10 +73589,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -55970,10 +73725,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -56106,10 +73861,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -56242,10 +73997,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -56535,10 +74290,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -56670,10 +74425,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -56796,10 +74551,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -56932,10 +74687,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -57005,10 +74760,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -57114,10 +74869,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -57662,10 +75417,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -58200,10 +75955,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -58335,10 +76090,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -58461,10 +76216,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -58597,10 +76352,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -58733,10 +76488,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -58869,10 +76624,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -59162,10 +76917,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -59297,10 +77052,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -59423,10 +77178,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -59559,10 +77314,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -59668,10 +77423,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -59741,10 +77496,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -60115,10 +77870,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -60250,10 +78005,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -60376,10 +78131,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -60512,10 +78267,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -60648,10 +78403,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -60977,10 +78732,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -61112,10 +78867,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -61238,10 +78993,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -61374,10 +79129,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -61510,10 +79265,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -61646,10 +79401,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -61929,10 +79684,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62064,10 +79819,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62190,10 +79945,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62326,10 +80081,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62435,10 +80190,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62508,10 +80263,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62653,10 +80408,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62873,10 +80628,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -62999,10 +80754,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -63108,10 +80863,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -63181,10 +80936,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -63290,10 +81045,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -63619,10 +81374,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -63754,10 +81509,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -63880,10 +81635,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64016,10 +81771,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64152,10 +81907,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64445,10 +82200,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64580,10 +82335,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64643,10 +82398,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64779,10 +82534,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64813,10 +82568,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64886,10 +82641,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -64968,10 +82723,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -65002,10 +82757,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -65245,10 +83000,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -65380,10 +83135,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -65506,10 +83261,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -65642,10 +83397,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -65778,10 +83533,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -65914,10 +83669,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -66049,10 +83804,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -66265,10 +84020,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -66584,10 +84339,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -66719,10 +84474,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -66845,10 +84600,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -66981,10 +84736,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -67117,10 +84872,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -67253,10 +85008,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -67572,10 +85327,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -67707,10 +85462,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -67833,10 +85588,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -67969,10 +85724,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -68105,10 +85860,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -68241,10 +85996,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -68560,10 +86315,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -68695,10 +86450,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -68821,10 +86576,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -68957,10 +86712,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -69093,10 +86848,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -69229,10 +86984,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -69548,10 +87303,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -69683,10 +87438,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -69809,10 +87564,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -69945,10 +87700,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -70081,10 +87836,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -70217,10 +87972,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -70536,10 +88291,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -70671,10 +88426,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -70797,10 +88552,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -70933,10 +88688,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -71069,10 +88824,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -71205,10 +88960,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -71698,10 +89453,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -71824,10 +89579,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -72327,10 +90082,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -72462,10 +90217,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -72588,10 +90343,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -72724,10 +90479,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -72860,10 +90615,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -72996,10 +90751,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -73481,10 +91236,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -73616,10 +91371,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -73742,10 +91497,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -73878,10 +91633,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -74014,10 +91769,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -74150,10 +91905,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -74545,10 +92300,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -74930,10 +92685,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -75065,10 +92820,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -75191,10 +92946,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -75327,10 +93082,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -75463,10 +93218,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -75599,10 +93354,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -75735,10 +93490,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -75870,10 +93625,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -76189,10 +93944,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -76324,10 +94079,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -76450,10 +94205,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -76586,10 +94341,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -76722,10 +94477,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -76858,10 +94613,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -77240,10 +94995,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -77622,10 +95377,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -77757,10 +95512,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -77883,10 +95638,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -78019,10 +95774,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -78155,10 +95910,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -78291,10 +96046,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -78620,10 +96375,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -78755,10 +96510,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -78881,10 +96636,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -79017,10 +96772,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -79153,10 +96908,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -79289,10 +97044,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -79608,10 +97363,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -79743,10 +97498,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -79869,10 +97624,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -80005,10 +97760,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -80141,10 +97896,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -80277,10 +98032,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -80560,10 +98315,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -80695,10 +98450,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -80821,10 +98576,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -80957,10 +98712,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81066,10 +98821,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81139,10 +98894,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81468,10 +99223,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81508,10 +99263,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81567,10 +99322,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81764,10 +99519,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81804,10 +99559,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81854,10 +99609,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -81904,10 +99659,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -82141,10 +99896,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -82249,10 +100004,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -82348,10 +100103,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -82457,10 +100212,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -82566,10 +100321,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -82675,10 +100430,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83030,10 +100785,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83120,10 +100875,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83210,10 +100965,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83291,10 +101046,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83380,10 +101135,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83471,10 +101226,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83571,10 +101326,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83652,10 +101407,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83720,10 +101475,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -83763,10 +101518,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84080,10 +101835,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84170,10 +101925,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84251,10 +102006,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84342,10 +102097,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84433,10 +102188,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84524,10 +102279,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84615,10 +102370,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84706,10 +102461,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -84801,10 +102556,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85000,10 +102755,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85090,10 +102845,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85171,10 +102926,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85271,10 +103026,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85470,10 +103225,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85660,10 +103415,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85751,10 +103506,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85842,10 +103597,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -85932,10 +103687,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -86022,10 +103777,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -86112,10 +103867,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -86202,10 +103957,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -86277,10 +104032,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -86412,10 +104167,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -86615,10 +104370,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -86818,10 +104573,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -87018,10 +104773,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -87218,10 +104973,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -87430,10 +105185,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -87610,10 +105365,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -87822,10 +105577,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88012,10 +105767,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88093,10 +105848,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88467,10 +106222,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88548,10 +106303,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88639,10 +106394,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88730,10 +106485,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88821,10 +106576,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -88912,10 +106667,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89208,10 +106963,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89298,10 +107053,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89386,10 +107141,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89467,10 +107222,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89556,10 +107311,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89647,10 +107402,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89733,10 +107488,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89888,10 +107643,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -89969,10 +107724,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -90060,10 +107815,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -90398,10 +108153,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -90488,10 +108243,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -90569,10 +108324,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -90660,10 +108415,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -90751,10 +108506,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -90986,10 +108741,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91067,10 +108822,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91248,10 +109003,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91419,10 +109174,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91500,10 +109255,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91586,10 +109341,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91672,10 +109427,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91767,10 +109522,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91848,10 +109603,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91892,10 +109647,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -91967,10 +109722,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -93663,10 +111418,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -93744,10 +111499,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -93835,10 +111590,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -93926,10 +111681,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -94017,10 +111772,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -95723,10 +113478,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -95804,10 +113559,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -95895,10 +113650,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -95986,10 +113741,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -96077,10 +113832,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -96177,10 +113932,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -96258,10 +114013,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -96349,10 +114104,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -97479,10 +115234,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -98599,10 +116354,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -99719,10 +117474,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -99809,10 +117564,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -99897,10 +117652,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -99978,10 +117733,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100067,10 +117822,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100158,10 +117913,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100249,10 +118004,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100340,10 +118095,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100431,10 +118186,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100475,10 +118230,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100566,10 +118321,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100657,10 +118412,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -100748,10 +118503,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101095,10 +118850,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101176,10 +118931,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101239,10 +118994,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101312,10 +119067,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101385,10 +119140,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101732,10 +119487,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101804,10 +119559,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101867,10 +119622,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -101940,10 +119695,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102013,10 +119768,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102105,10 +119860,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102196,10 +119951,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102443,10 +120198,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102515,10 +120270,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102578,10 +120333,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102651,10 +120406,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102724,10 +120479,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102889,10 +120644,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -102964,10 +120719,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -103035,10 +120790,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -103107,10 +120862,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -103179,10 +120934,10 @@ "name": "Authorization", "in": "header", "description": "", - "example": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9", + "example": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40", "schema": { "type": "string", - "default": "Bearer d10abe80-1b0e-4564-89ab-915b01c004c9" + "default": "Bearer 130e6c00-4995-49d4-9886-9da7d8cb9a40" } } ], @@ -103344,6 +121099,5283 @@ } } }, + "net.cyweb.cloud.stuwork.api.VO.ActivityInfoSubVO": { + "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": "活动说明" + }, + "activityInfoId": { + "type": "string", + "description": "活动主题ID" + }, + "subTitle": { + "type": "string", + "description": "子项目名称" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classCode": { + "type": "string", + "description": "班级" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "startTime": { + "type": "string", + "description": "开始时间" + }, + "endTime": { + "type": "string", + "description": "结束时间" + }, + "maxNum": { + "type": "integer", + "description": "报名人数限制" + }, + "position": { + "type": "string", + "description": "地点" + }, + "projectDescription": { + "type": "string", + "description": "项目描述" + }, + "applyNums": { + "type": "string", + "description": "已经报名人数" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.ActivityInfoSubVO" + }, + "活动报名表": { + "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": "活动说明" + }, + "activityInfoId": { + "type": "string", + "description": "活动主题ID" + }, + "activityInfoSubId": { + "type": "string", + "description": "子项目ID" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "phone": { + "type": "string", + "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": "活动说明" + }, + "activityInfo": { + "type": "string", + "description": "活动主题" + }, + "userName": { + "type": "string", + "description": "学号/工号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "month": { + "type": "string", + "description": "获奖时间" + }, + "awards": { + "type": "string", + "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": "备注" + }, + "unionName": { + "type": "string", + "description": "学生会名称" + }, + "unionType": { + "type": "string", + "description": "类型" + }, + "parentId": { + "type": "string", + "description": "上级学生会" + }, + "address": { + "type": "string", + "description": "联系地址" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "sort": { + "type": "integer", + "description": "排序" + } + }, + "description": "学生会" + }, + "net.cyweb.cloud.stuwork.api.VO.StuAssociationMemberVO": { + "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": "备注" + }, + "associationId": { + "type": "string", + "description": "所属社团" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "position": { + "type": "string", + "description": "职务" + }, + "deptName": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "" + }, + "gender": { + "type": "string", + "description": "" + }, + "stuStatus": { + "type": "integer", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.StuAssociationMemberVO" + }, + "net.cyweb.cloud.stuwork.api.VO.StuUnionLeagueVO": { + "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": "学号" + }, + "enterTime": { + "type": "string", + "description": "入团时间" + }, + "serNo": { + "type": "string", + "description": "团员编号" + }, + "position": { + "type": "string", + "description": "团内职务" + }, + "deptName": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.StuUnionLeagueVO" + }, + "在线书类别": { + "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": "备注" + }, + "categoryName": { + "type": "string", + "description": "类别名称" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "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": "备注" + }, + "deptCode": { + "type": "string", + "description": "学院" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "bookId": { + "type": "string", + "description": "图书ID" + }, + "readTime": { + "type": "string", + "description": "浏览时间" + }, + "userType": { + "type": "string", + "description": "用户类型 0学生 1老师" + } + }, + "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": "备注" + }, + "categoryCode": { + "type": "string", + "description": "类别编码" + }, + "qrCode": { + "type": "string", + "description": "二维码" + }, + "bookImg": { + "type": "string", + "description": "封面" + }, + "bookName": { + "type": "string", + "description": "书名" + }, + "bookAuthor": { + "type": "string", + "description": "作者" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "webUrl": { + "type": "string", + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "dutyTime": { + "type": "string", + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "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": "备注" + }, + "teacherNo": { + "type": "string", + "description": "值班教师用户名" + }, + "realName": { + "type": "string", + "description": "值班老师真实姓名" + }, + "stuNo": { + "type": "string", + "description": "学生学号" + }, + "stuName": { + "type": "string", + "description": "学生姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "reservationTime": { + "type": "string", + "description": "预约时间" + }, + "isHandle": { + "type": "string", + "description": "是否处理" + }, + "teaRemark": { + "type": "string", + "description": "老师备注" + } + }, + "description": "数据" + }, + "net.cyweb.cloud.stuwork.api.VO.PsychologicalCounselingDutyVO": { + "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": "备注" + }, + "userName": { + "type": "string", + "description": "用户名" + }, + "realName": { + "type": "string", + "description": "真实姓名" + }, + "phone": { + "type": "string", + "description": "联系方式" + }, + "dutyTime": { + "type": "string", + "description": "值班日期" + }, + "month": { + "type": "string", + "description": "月份" + }, + "days": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "reservation": { + "type": "string", + "description": "是否预约 0否 1是" + }, + "date": { + "type": "string", + "description": "" + }, + "teacherUserName": { + "type": "string", + "description": "" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.PsychologicalCounselingDutyVO" + }, + "免学费申请批次表": { + "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": "学期" + }, + "startTime": { + "type": "string", + "description": "上报开始日期" + }, + "endTime": { + "type": "string", + "description": "上报截止日期" + }, + "type": { + "type": "string", + "description": "0:秋季 1:春季" + }, + "excelTitle": { + "type": "string", + "description": "excel表头" + }, + "title": { + "type": "string", + "description": "批次" + }, + "year": { + "type": "string", + "description": "" + } + }, + "description": "数据" + }, + "毕业生信息": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "graduYear": { + "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": "" + }, + "relationId": { + "type": "string", + "description": "" + }, + "borrowReadYear": { + "type": "integer", + "description": "借读 +1 年" + }, + "turnoverYear": { + "type": "integer", + "description": "异动 +N 年" + }, + "grade": { + "type": "string", + "description": "" + }, + "status": { + "type": "string", + "description": "0 待确认 1 确认毕业 -1 不可毕业" + }, + "scoreCondition": { + "type": "string", + "description": "学分情况" + }, + "mainScoreCondition": { + "type": "string", + "description": "" + }, + "skillCondition": { + "type": "string", + "description": "技能情况" + }, + "conductCondition": { + "type": "string", + "description": "操行分情况" + }, + "education": { + "type": "string", + "description": "学历" + }, + "type": { + "type": "string", + "description": "1 段段清 2 正常毕业" + }, + "originLearnYear": { + "type": "string", + "description": "原始班级年制" + }, + "learnYear": { + "type": "string", + "description": "现在班级年制" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "originClassNo": { + "type": "string", + "description": "原始班号" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "originMajorName": { + "type": "string", + "description": "原始专业名称" + }, + "majorCode": { + "type": "string", + "description": "专业代码" + }, + "originMajorCode": { + "type": "string", + "description": "原始专业代码" + }, + "conductExam": { + "type": "string", + "description": "操行和违纪审核状态" + }, + "scoreExam": { + "type": "string", + "description": "学分审核状态" + }, + "skillExam": { + "type": "string", + "description": "等级工审核状态" + }, + "conductExamBy": { + "type": "string", + "description": "操行和违纪审核人" + }, + "scoreExamBy": { + "type": "string", + "description": "学分审核人" + }, + "skillExamBy": { + "type": "string", + "description": "等级工神恶化人" + }, + "conductExamRemarks": { + "type": "string", + "description": "操行和违纪审核备注" + }, + "scoreExamRemarks": { + "type": "string", + "description": "学分审核备注" + }, + "skillExamRemarks": { + "type": "string", + "description": "等级工审核备注" + }, + "stuPunish": { + "type": "string", + "description": "学生违纪" + }, + "majorLevel": { + "type": "string", + "description": "培养层次" + }, + "originMajorLevel": { + "type": "string", + "description": "原始培养层次" + }, + "enterDate": { + "type": "string", + "description": "进校日期" + }, + "idCard": { + "type": "string", + "description": "身份证" + }, + "masterExam": { + "type": "string", + "description": "班主任审核" + }, + "masterExamRemarks": { + "type": "string", + "description": "班主任审核驳回理由" + }, + "masterExamBy": { + "type": "string", + "description": "班主任审核工号" + }, + "stupunishExamBy": { + "type": "string", + "description": "违纪审核人" + }, + "stupunishExamRemarks": { + "type": "string", + "description": "违纪审核备注" + }, + "stupunishExam": { + "type": "string", + "description": "违纪审核状态" + }, + "enrollStatus": { + "type": "string", + "description": "学籍状态" + }, + "specialGradu": { + "type": "string", + "description": "特殊毕业" + }, + "graduSchool": { + "type": "string", + "description": "" + }, + "graduNo": { + "type": "string", + "description": "" + }, + "classNameProvince": { + "type": "string", + "description": "" + }, + "turnoverLeave": { + "type": "string", + "description": "" + }, + "isJy": { + "type": "string", + "description": "" + } + }, + "description": "毕业生信息" + }, + "ClassRoomHygieneDaily": { + "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": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "score": { + "type": "number", + "description": "备注" + }, + "note": { + "type": "string", + "description": "检查记录" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "recordDate": { + "type": "string", + "description": "记录时间" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "ClassRoomHygieneMonthly": { + "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": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "score": { + "type": "number", + "description": "评分" + }, + "note": { + "type": "string", + "description": "检查记录" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "month": { + "type": "string", + "description": "月份" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + }, + "buildingNo": { + "type": "integer", + "description": "楼号" + }, + "position": { + "type": "string", + "description": "教室位置" + } + } + }, + "ClassCheckDaily": { + "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": "" + } + } + }, + "ClassHygieneDaily": { + "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": "班级代码" + }, + "score": { + "type": "number", + "description": "分数" + }, + "note": { + "type": "string", + "description": "检查记录" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "recordDate": { + "type": "string", + "description": "记录时间" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + } + } + }, + "StuGraduCheck": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "graduYear": { + "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": "" + }, + "relationId": { + "type": "string", + "description": "" + }, + "borrowReadYear": { + "type": "integer", + "description": "借读 +1 年" + }, + "turnoverYear": { + "type": "integer", + "description": "异动 +N 年" + }, + "grade": { + "type": "string", + "description": "" + }, + "status": { + "type": "string", + "description": "0 待确认 1 确认毕业 -1 不可毕业" + }, + "scoreCondition": { + "type": "string", + "description": "学分情况" + }, + "mainScoreCondition": { + "type": "string", + "description": "" + }, + "skillCondition": { + "type": "string", + "description": "技能情况" + }, + "conductCondition": { + "type": "string", + "description": "操行分情况" + }, + "education": { + "type": "string", + "description": "学历" + }, + "type": { + "type": "string", + "description": "1 段段清 2 正常毕业" + }, + "originLearnYear": { + "type": "string", + "description": "原始班级年制" + }, + "learnYear": { + "type": "string", + "description": "现在班级年制" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "originClassNo": { + "type": "string", + "description": "原始班号" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "originMajorName": { + "type": "string", + "description": "原始专业名称" + }, + "majorCode": { + "type": "string", + "description": "专业代码" + }, + "originMajorCode": { + "type": "string", + "description": "原始专业代码" + }, + "conductExam": { + "type": "string", + "description": "操行和违纪审核状态" + }, + "scoreExam": { + "type": "string", + "description": "学分审核状态" + }, + "skillExam": { + "type": "string", + "description": "等级工审核状态" + }, + "conductExamBy": { + "type": "string", + "description": "操行和违纪审核人" + }, + "scoreExamBy": { + "type": "string", + "description": "学分审核人" + }, + "skillExamBy": { + "type": "string", + "description": "等级工神恶化人" + }, + "conductExamRemarks": { + "type": "string", + "description": "操行和违纪审核备注" + }, + "scoreExamRemarks": { + "type": "string", + "description": "学分审核备注" + }, + "skillExamRemarks": { + "type": "string", + "description": "等级工审核备注" + }, + "stuPunish": { + "type": "string", + "description": "学生违纪" + }, + "majorLevel": { + "type": "string", + "description": "培养层次" + }, + "originMajorLevel": { + "type": "string", + "description": "原始培养层次" + }, + "enterDate": { + "type": "string", + "description": "进校日期" + }, + "idCard": { + "type": "string", + "description": "身份证" + }, + "masterExam": { + "type": "string", + "description": "班主任审核" + }, + "masterExamRemarks": { + "type": "string", + "description": "班主任审核驳回理由" + }, + "masterExamBy": { + "type": "string", + "description": "班主任审核工号" + }, + "stupunishExamBy": { + "type": "string", + "description": "违纪审核人" + }, + "stupunishExamRemarks": { + "type": "string", + "description": "违纪审核备注" + }, + "stupunishExam": { + "type": "string", + "description": "违纪审核状态" + }, + "enrollStatus": { + "type": "string", + "description": "学籍状态" + }, + "specialGradu": { + "type": "string", + "description": "特殊毕业" + }, + "graduSchool": { + "type": "string", + "description": "" + }, + "graduNo": { + "type": "string", + "description": "" + }, + "classNameProvince": { + "type": "string", + "description": "" + }, + "turnoverLeave": { + "type": "string", + "description": "" + }, + "isJy": { + "type": "string", + "description": "" + } + } + }, + "ClassHonor": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "author": { + "type": "string", + "description": "作者" + }, + "belong": { + "type": "string", + "description": "归档级别" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "TeachClassRoomAssign": { + "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": "integer", + "description": "楼号" + }, + "position": { + "type": "string", + "description": "教室位置" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + } + } + }, + "BasicStudentEducationDetail": { + "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": "结束年月" + } + } + }, + "DormRoomStudentVO": { + "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": "备注" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "isLeader": { + "type": "string", + "description": "是否舍长" + }, + "bedNo": { + "type": "string", + "description": "床位号" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptName": { + "type": "string", + "description": "部门名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "realName": { + "type": "string", + "description": "学生姓名" + }, + "gender": { + "type": "string", + "description": "性别" + }, + "phone": { + "type": "string", + "description": "学生联系电话" + }, + "teacherPhone": { + "type": "string", + "description": "班主任电话" + }, + "tel": { + "type": "string", + "description": "家长电话1" + }, + "buildingNo": { + "type": "string", + "description": "" + }, + "pic": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "bedNum": { + "type": "string", + "description": "宿舍几人间" + }, + "notBedNo": { + "type": "string", + "description": "宿舍" + }, + "stuNum": { + "type": "integer", + "description": "住宿人数" + }, + "manStuNum": { + "type": "integer", + "description": "住宿男人数" + }, + "girlStuNum": { + "type": "integer", + "description": "住宿女人数" + }, + "nums": { + "type": "integer", + "description": "" + }, + "bedNo1": { + "type": "string", + "description": "" + }, + "bedNo2": { + "type": "string", + "description": "" + }, + "bedNo3": { + "type": "string", + "description": "" + }, + "bedNo4": { + "type": "string", + "description": "" + }, + "bedNo5": { + "type": "string", + "description": "" + }, + "bedNo6": { + "type": "string", + "description": "" + }, + "isHaveAir": { + "type": "string", + "description": "是否有空调 0没有 1有" + } + } + }, + "StuPunlishVO": { + "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": "学期" + }, + "punlishStartDate": { + "type": "string", + "description": "处分开始时间" + }, + "punlishEndDate": { + "type": "string", + "description": "到期日" + }, + "punlishLevel": { + "type": "string", + "description": "处分级别" + }, + "punlishContent": { + "type": "string", + "description": "处分内容" + }, + "publishStatus": { + "type": "string", + "description": "处分状态" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "" + }, + "stuRealName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "month": { + "type": "string", + "description": "" + }, + "warningNum": { + "type": "integer", + "description": "警告人数" + }, + "seriousWarningNum": { + "type": "integer", + "description": "严重警告人数" + }, + "recordDemeritNum": { + "type": "integer", + "description": "记过人数" + }, + "detentionNum": { + "type": "integer", + "description": "留校察看人数" + }, + "dropOutNum": { + "type": "integer", + "description": "责令退学人数" + }, + "expelSchoolNum": { + "type": "integer", + "description": "开除学籍人数" + }, + "punlishStartDateValue": { + "type": "string", + "description": "" + }, + "punlishEndDateValue": { + "type": "string", + "description": "" + }, + "isUnionTxt": { + "type": "string", + "description": "" + } + } + }, + "ClassPublicity": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "author": { + "type": "string", + "description": "作者" + }, + "website": { + "type": "string", + "description": "网址" + }, + "belong": { + "type": "string", + "description": "归档级别" + }, + "isAddScore": { + "type": "string", + "description": "是否已加分" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "BasicClassVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "createBy": { + "type": "string", + "description": "" + }, + "createTime": { + "type": "string", + "description": "" + }, + "updateBy": { + "type": "string", + "description": "" + }, + "updateTime": { + "type": "string", + "description": "" + }, + "remarks": { + "type": "string", + "description": "" + }, + "delFlag": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classProName": { + "type": "string", + "description": "班级规范名称" + }, + "majorCode": { + "type": "string", + "description": "班级所属专业" + }, + "enterDate": { + "type": "string", + "description": "入学日期" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "string", + "description": "年级" + }, + "deptCode": { + "type": "string", + "description": "归属二级学院" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classQq": { + "type": "string", + "description": "班级QQ" + }, + "preStuNum": { + "type": "integer", + "description": "" + }, + "isGraduate": { + "type": "string", + "description": "" + }, + "isPractice": { + "type": "string", + "description": "" + }, + "isUpdataPractice": { + "type": "string", + "description": "" + }, + "gateRule": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "联院 标记" + }, + "isLb": { + "type": "string", + "description": "联办" + }, + "isHigh": { + "type": "string", + "description": "高级" + }, + "stuLoseRate": { + "type": "number", + "description": "流失率" + }, + "stuNumOrigin": { + "type": "integer", + "description": "班级原始人数" + }, + "enterYear": { + "type": "integer", + "description": "" + }, + "majorName": { + "type": "string", + "description": "" + }, + "stuNum": { + "type": "integer", + "description": "" + }, + "manStuNum": { + "type": "integer", + "description": "" + }, + "girlStuNum": { + "type": "integer", + "description": "" + }, + "teacherPhone": { + "type": "string", + "description": "" + }, + "stuNoStr": { + "type": "string", + "description": "" + }, + "classCodes": { + "type": "string", + "description": "班级" + }, + "classArrangement": { + "type": "string", + "description": "教室安排" + }, + "headmaster": { + "type": "string", + "description": "班主任" + }, + "inSchool": { + "type": "string", + "description": "" + }, + "boySchool": { + "type": "string", + "description": "" + }, + "girlSchool": { + "type": "string", + "description": "" + }, + "warningNum": { + "type": "integer", + "description": "警告人数" + }, + "seriousWarningNum": { + "type": "integer", + "description": "严重警告人数" + }, + "recordDemeritNum": { + "type": "integer", + "description": "记过人数" + }, + "detentionNum": { + "type": "integer", + "description": "留校察看人数" + }, + "dropOutNum": { + "type": "integer", + "description": "责令退学人数" + }, + "expelSchoolNum": { + "type": "integer", + "description": "开除学籍人数" + }, + "position": { + "type": "string", + "description": "教室位置" + }, + "teacherNos": { + "type": "string", + "description": "" + } + } + }, + "ClassMasterEvaluation": { + "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": "备注" + }, + "classMasterCode": { + "type": "string", + "description": "班主任" + }, + "virtualClassNo": { + "type": "string", + "description": "考核班号" + }, + "classCode": { + "type": "string", + "description": "实际班号" + }, + "assessmentCategory": { + "type": "string", + "description": "考核项目" + }, + "assessmentPoint": { + "type": "string", + "description": "考核指标" + }, + "score": { + "type": "number", + "description": "分数" + }, + "type": { + "type": "string", + "description": "类型 1:加分 2:扣分" + }, + "recordDate": { + "type": "string", + "description": "考核日期" + }, + "outerId": { + "type": "string", + "description": "明细外检ID" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "classMasterName": { + "type": "string", + "description": "" + } + } + }, + "ClassMasterResumeVo": { + "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": "备注" + }, + "teacherNo": { + "type": "string", + "description": "班主任" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classCode": { + "type": "string", + "description": "班级编码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "beginTime": { + "type": "string", + "description": "开始时间" + }, + "endTime": { + "type": "string", + "description": "结束时间" + }, + "resumeRemark": { + "type": "string", + "description": "履历备注" + }, + "telPhone": { + "type": "string", + "description": "联系方式" + }, + "teacherNoVal": { + "type": "string", + "description": "" + } + } + }, + "ClassAssessmentSettle": { + "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": "班级代码" + }, + "virtualClassNo": { + "type": "string", + "description": "考核班号" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "deptCode": { + "type": "string", + "description": "学期" + } + } + }, + "DayRuleList": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "description": "" + }, + "endTime": { + "type": "string", + "description": "" + } + } + }, + "BasicStudentInfoDetailVO": { + "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": "学号" + }, + "oldName": { + "type": "string", + "description": "曾用名" + }, + "idCard": { + "type": "string", + "description": "" + }, + "birthday": { + "type": "string", + "description": "出生年月" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "national": { + "type": "string", + "description": "民族" + }, + "colourSense": { + "type": "string", + "description": "辩色力" + }, + "eyeLeft": { + "type": "string", + "description": "裸眼视力(左)" + }, + "eyeRight": { + "type": "string", + "description": "裸眼视力(右)" + }, + "height": { + "type": "integer", + "description": "身高" + }, + "weight": { + "type": "integer", + "description": "体重" + }, + "careType": { + "type": "string", + "description": "需关爱类型" + }, + "email": { + "type": "string", + "description": "电子邮箱" + }, + "qq": { + "type": "string", + "description": "qq/微信号" + }, + "phone": { + "type": "string", + "description": "本人电话" + }, + "veteran": { + "type": "string", + "description": "退伍军人" + }, + "seekText": { + "type": "string", + "description": "既往病史" + }, + "advantage": { + "type": "string", + "description": "本人特长" + }, + "isWeekPwd": { + "type": "string", + "description": "生源" + }, + "socialBank": { + "type": "string", + "description": "社保开户行" + }, + "socialBankNo": { + "type": "string", + "description": "社保开户行卡号" + }, + "religiousBelief": { + "type": "string", + "description": "宗教信仰" + }, + "realName": { + "type": "string", + "description": "" + }, + "gender": { + "type": "string", + "description": "" + }, + "isLower": { + "type": "string", + "description": "" + } + } + }, + "ClassMasterEvaluationAppealVO": { + "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": "备注" + }, + "evaluationId": { + "type": "string", + "description": "考核记录ID" + }, + "appealReason": { + "type": "string", + "description": "申诉原因" + }, + "appealStatus": { + "type": "string", + "description": "申诉结果 0: 等待审核 1:审核通过 2:审核驳回" + }, + "appealReply": { + "type": "string", + "description": "反馈意见" + }, + "classNo": { + "type": "string", + "description": "班级" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "classMasterCode": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "recordDate": { + "type": "string", + "description": "记录日期" + }, + "assessmentCategory": { + "type": "string", + "description": "考核项目" + }, + "assessmentPoint": { + "type": "string", + "description": "考核指标" + } + } + }, + "DormBuildingManger": { + "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": "管理员工号" + } + } + }, + "DormRoom": { + "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": "" + }, + "roomStudentId": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "DormHygieneDaily": { + "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": "学期" + }, + "buildingNo": { + "type": "string", + "description": "楼号" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "recordDate": { + "type": "string", + "description": "记录日期" + }, + "note": { + "type": "string", + "description": "情况记录" + } + } + }, + "DormHygieneMonthly": { + "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": "房间号" + }, + "month": { + "type": "string", + "description": "月份" + }, + "score": { + "type": "number", + "description": "评分" + } + } + }, + "DormReformVO": { + "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": "学期" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "reformContent": { + "type": "string", + "description": "整改内容" + }, + "reformStatus": { + "type": "string", + "description": "整改结果 0未整改 1合格 2不合格" + }, + "reformDate": { + "type": "string", + "description": "整改时间" + }, + "deptCodes": { + "type": "string", + "description": "" + }, + "deptNames": { + "type": "string", + "description": "" + }, + "classNos": { + "type": "string", + "description": "" + }, + "nums": { + "type": "integer", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classMasters": { + "type": "string", + "description": "" + } + } + }, + "DormRoomStudentChangeVO": { + "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": "学号" + }, + "changeType": { + "type": "string", + "description": "异动类型" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "bedNo": { + "type": "string", + "description": "原床位号" + }, + "newRoomNo": { + "type": "string", + "description": "新房间号" + }, + "newBedNo": { + "type": "string", + "description": "新床位号" + }, + "deptCode": { + "type": "string", + "description": "学院代码" + }, + "deptName": { + "type": "string", + "description": "部门名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "realName": { + "type": "string", + "description": "学生姓名" + } + } + }, + "WaterOrder": { + "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": "备注" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "year": { + "type": "string", + "description": "年" + }, + "period": { + "type": "string", + "description": "周期" + }, + "orderNum": { + "type": "string", + "description": "订单号" + }, + "type": { + "type": "string", + "description": "类型 1:补助 2:充值 3:开电 4:管电" + }, + "paymentCode": { + "type": "string", + "description": "充值类型 0:人工 1:中行" + }, + "money": { + "type": "number", + "description": "金额" + }, + "chargeAccount": { + "type": "string", + "description": "充值人的账户" + }, + "chargeRealname": { + "type": "string", + "description": "充值人的真实姓名" + }, + "chargeState": { + "type": "string", + "description": "充值结果 0: 待处理 1:充值成功" + }, + "state": { + "type": "string", + "description": "水电系统处理订单状态,0:待处理,1:已成功 2:处理失败" + } + } + }, + "WaterDetailVO": { + "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": "备注" + }, + "buildNo": { + "type": "string", + "description": "楼号" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "bedNum": { + "type": "integer", + "description": "几人间" + }, + "liveNum": { + "type": "integer", + "description": "已住人数" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "oddbMoney": { + "type": "number", + "description": "校园补贴" + }, + "costMoney": { + "type": "number", + "description": "消费金额" + }, + "effectiveMoney": { + "type": "number", + "description": "剩余金额" + }, + "rechargeMoney": { + "type": "number", + "description": "充值金额" + } + } + }, + "WaterMonthReport": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "createDate": { + "type": "string", + "description": "创建时间" + }, + "updateBy": { + "type": "string", + "description": "更新人" + }, + "updateDate": { + "type": "string", + "description": "更新时间" + }, + "delFlag": { + "type": "string", + "description": "删除标记" + }, + "remarks": { + "type": "string", + "description": "备注" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "year": { + "type": "integer", + "description": "年份" + }, + "month": { + "type": "integer", + "description": "月份" + }, + "subiMonthSum": { + "type": "number", + "description": "用量" + }, + "subWatFlagSum": { + "type": "number", + "description": "费用" + }, + "flag": { + "type": "integer", + "description": "2:用电 4:用水" + }, + "meterNum": { + "type": "integer", + "description": "10:冷水 11:热水" + }, + "waterDate": { + "type": "string", + "description": "日期" + } + } + }, + "ClassConstruction": { + "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": "备注" + }, + "title": { + "type": "string", + "description": "活动主题" + }, + "fileUrl": { + "type": "string", + "description": "附件" + }, + "content": { + "type": "string", + "description": "富文本" + }, + "classNo": { + "type": "string", + "description": "班级" + }, + "deptCode": { + "type": "string", + "description": "二级学院" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "ClassPlanVO": { + "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": "班级代码" + }, + "classNo": { + "type": "string", + "description": "" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "content": { + "type": "string", + "description": "内容" + }, + "status": { + "type": "string", + "description": "状态" + }, + "deptCode": { + "type": "string", + "description": "学院" + }, + "deptName": { + "type": "string", + "description": "学院" + }, + "classNos": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + } + } + }, + "ClassPaperVO": { + "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": "学期" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "title": { + "type": "string", + "description": "标题" + }, + "journal": { + "type": "string", + "description": "发表刊物" + }, + "page": { + "type": "integer", + "description": "发表页码" + }, + "description": { + "type": "string", + "description": "描述" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "isAddScore": { + "type": "string", + "description": "是否加分" + }, + "type": { + "type": "string", + "description": "类别 0 德育论文 1 教案" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "班主任" + }, + "classNos": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + }, + "scoreTab": { + "type": "string", + "description": "加分标记" + } + } + }, + "ClassThemeRecord": { + "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": "学期" + }, + "classNo": { + "type": "string", + "description": "班级" + }, + "deptCode": { + "type": "string", + "description": "学院" + }, + "count": { + "type": "integer", + "description": "上传次数" + } + } + }, + "ClassTheme": { + "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": "备注" + }, + "title": { + "type": "string", + "description": "活动主题" + }, + "fileUrl": { + "type": "string", + "description": "附件" + }, + "content": { + "type": "string", + "description": "富文本" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "classNo": { + "type": "string", + "description": "班级" + }, + "deptCode": { + "type": "string", + "description": "二级学院" + } + } + }, + "ClassSummary": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "totalCnt": { + "type": "integer", + "description": "总人数" + }, + "boyCnt": { + "type": "integer", + "description": "男生人数" + }, + "girlCnt": { + "type": "integer", + "description": "女生人数" + }, + "boyDormCnt": { + "type": "integer", + "description": "男(住宿)" + }, + "girlDormCnt": { + "type": "integer", + "description": "女(住宿)" + }, + "keepSchoolCnt": { + "type": "integer", + "description": "留校察看人数" + }, + "gigCnt": { + "type": "integer", + "description": "记过人数" + }, + "seriousWarningCnt": { + "type": "integer", + "description": "严重警告人数" + }, + "warningCnt": { + "type": "integer", + "description": "警告人数" + }, + "revokeCnt": { + "type": "integer", + "description": "撤销处分人数" + }, + "dropCnt": { + "type": "integer", + "description": "退学人数" + }, + "summary": { + "type": "string", + "description": "总结报告" + }, + "status": { + "type": "string", + "description": "状态" + } + } + }, + "RewardStudentVO": { + "type": "object", + "properties": { + "departName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "averageConduct": { + "type": "number", + "description": "操行平均分" + }, + "averageScore": { + "type": "number", + "description": "平均分" + }, + "violation": { + "type": "string", + "description": "违规违纪" + }, + "upDateTime": { + "type": "string", + "description": "保存时间时间" + }, + "ruleName": { + "type": "array", + "items": { + "type": "string" + }, + "description": "奖项" + }, + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "id": { + "type": "string", + "description": "" + } + } + }, + "FileManager": { + "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": "备注" + }, + "fileName": { + "type": "string", + "description": "文件名称" + }, + "fileUrl": { + "type": "string", + "description": "附件地址" + }, + "classification": { + "type": "string", + "description": "分类名称" + }, + "level": { + "type": "integer", + "description": "层级" + }, + "parentId": { + "type": "string", + "description": "上级ID" + } + } + }, + "MoralPlan": { + "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": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "content": { + "type": "string", + "description": "内容" + }, + "author": { + "type": "string", + "description": "作者" + } + } + }, + "TermActivity": { + "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": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "content": { + "type": "string", + "description": "内容" + }, + "author": { + "type": "string", + "description": "作者" + } + } + }, + "StuCareVO": { + "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": "学号" + }, + "careType": { + "type": "string", + "description": "需关爱类型 1:自卑 2:逆反 3:嫉妒 4:厌学 5:唯我独尊 6:早恋 7:网瘾 8:情绪化 9:其他" + }, + "present": { + "type": "string", + "description": "危机表现" + }, + "result": { + "type": "string", + "description": "干预结果" + }, + "recordDate": { + "type": "string", + "description": "记录时间" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "classMasterName": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "" + }, + "teacherTel": { + "type": "string", + "description": "" + } + } + }, + "ClassHonorVO": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "author": { + "type": "string", + "description": "作者" + }, + "belong": { + "type": "string", + "description": "归档级别" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classNos": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + } + } + }, + "ClassPublicityVO": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "author": { + "type": "string", + "description": "作者" + }, + "website": { + "type": "string", + "description": "网址" + }, + "belong": { + "type": "string", + "description": "归档级别" + }, + "isAddScore": { + "type": "string", + "description": "是否已加分" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classNos": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + }, + "scoreTab": { + "type": "string", + "description": "加分标记" + } + } + }, + "ClassFeeLogVO": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "operatTime": { + "type": "string", + "description": "发生时间" + }, + "type": { + "type": "string", + "description": "类型 1收入 2支出" + }, + "money": { + "type": "number", + "description": "金额" + }, + "operator": { + "type": "string", + "description": "经办人" + }, + "purpose": { + "type": "string", + "description": "用途" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "classNo": { + "type": "string", + "description": "" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classNos": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + } + } + }, + "StuConductVO": { + "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": "学号" + }, + "score": { + "type": "number", + "description": "分数" + }, + "conductType": { + "type": "string", + "description": "类型 0:扣分 1:加分" + }, + "description": { + "type": "string", + "description": "情况记录" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "sourceCode": { + "type": "string", + "description": "扣分关联ID" + }, + "recordDate": { + "type": "string", + "description": "考核日期" + }, + "realName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "ClassSafeEdu": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "themeName": { + "type": "string", + "description": "活动主题" + }, + "author": { + "type": "string", + "description": "主持人" + }, + "address": { + "type": "string", + "description": "活动地点" + }, + "recordDate": { + "type": "string", + "description": "活动时间" + }, + "attendNum": { + "type": "string", + "description": "参加人数" + }, + "attachment": { + "type": "string", + "description": "活动图片" + }, + "content": { + "type": "string", + "description": "活动内容" + }, + "attachment2": { + "type": "string", + "description": "活动图片2" + }, + "classNo": { + "type": "string", + "description": "班级代码" + } + } + }, + "ClassActivity": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "themeName": { + "type": "string", + "description": "活动主题" + }, + "author": { + "type": "string", + "description": "主持人" + }, + "activityTime": { + "type": "string", + "description": "活动时间" + }, + "address": { + "type": "string", + "description": "活动地点" + }, + "attendNum": { + "type": "string", + "description": "参加人数" + }, + "attachment": { + "type": "string", + "description": "活动图片" + }, + "content": { + "type": "string", + "description": "活动内容" + }, + "attachment2": { + "type": "string", + "description": "活动图片2" + }, + "classNo": { + "type": "string", + "description": "班级代码" + } + } + }, + "RewardClass": { + "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": "班级代码" + }, + "ruleId": { + "type": "string", + "description": "奖项id" + }, + "ruleName": { + "type": "string", + "description": "奖项名称" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + } + } + }, + "RewardDorm": { + "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": "备注" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "ruleName": { + "type": "string", + "description": "奖项名称" + }, + "ruleId": { + "type": "string", + "description": "奖项名称" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + } + } + }, + "RewardRule": { + "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": "备注" + }, + "ruleName": { + "type": "string", + "description": "奖项名称" + }, + "ruleType": { + "type": "string", + "description": "奖项类型" + } + } + }, + "AssessmentCategory": { + "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": "备注" + }, + "category": { + "type": "string", + "description": "考核项名称" + }, + "type": { + "type": "string", + "description": "考核类型,0:常规考核 1:顶岗考核" + } + } + }, + "AssessmentPoint": { + "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": "备注" + }, + "categortyId": { + "type": "string", + "description": "考核项" + }, + "pointName": { + "type": "string", + "description": "指标名称" + }, + "standard": { + "type": "string", + "description": "评分标准" + }, + "score": { + "type": "integer", + "description": "默认扣分值" + } + } + }, "ProfessionalStationType": { "type": "object", "properties": { @@ -103519,6 +126551,511 @@ } } }, + "社团": { + "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": "备注" + }, + "associationName": { + "type": "string", + "description": "社团名称" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "teacherNo": { + "type": "string", + "description": "指导老师编号" + }, + "teacherRealName": { + "type": "string", + "description": "指导老师姓名" + }, + "maintainer": { + "type": "string", + "description": "负责人" + }, + "openTime": { + "type": "string", + "description": "成立时间" + }, + "tel": { + "type": "string", + "description": "联系电话" + }, + "type": { + "type": "string", + "description": "所属类别" + }, + "applyNote": { + "type": "string", + "description": "成立申请" + }, + "ruleNote": { + "type": "string", + "description": "社团章程" + } + }, + "description": "社团" + }, + "RListClassHonor": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassHonor", + "description": "班级荣誉" + }, + "description": "数据" + } + } + }, + "RTeachClassRoomAssign": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/TeachClassRoomAssign", + "description": "数据" + } + } + }, + "BasicStudentSocialDetail": { + "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": "健康状况" + } + } + }, + "RDormRoomStudentVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/DormRoomStudentVO", + "description": "数据" + } + } + }, + "RStuPunlishVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/StuPunlishVO", + "description": "数据" + } + } + }, + "RListClassPublicity": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassPublicity", + "description": "班级宣传" + }, + "description": "数据" + } + } + }, + "DayRule": { + "type": "object", + "properties": { + "week": { + "type": "string", + "description": "" + }, + "weekNo": { + "type": "string", + "description": "" + }, + "dayRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DayRuleList", + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRuleList" + }, + "description": "" + } + } + }, + "BasicStudentEducation": { + "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": "学号" + }, + "education": { + "type": "string", + "description": "文化程度" + }, + "examScore": { + "type": "number", + "description": "中考分数" + }, + "examNo": { + "type": "string", + "description": "中考准考证" + }, + "temporaryyeYear": { + "type": "string", + "description": "借读学年" + }, + "schoolName": { + "type": "string", + "description": "毕业学校校名" + }, + "schoolProvince": { + "type": "string", + "description": "毕业学校所在省" + }, + "position": { + "type": "string", + "description": "曾任职务)" + } + } + }, + "DormBuildingVO": { + "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": "楼号" + }, + "layers": { + "type": "integer", + "description": "层数" + }, + "phone": { + "type": "string", + "description": "电话" + }, + "nowNum": { + "type": "integer", + "description": "现住人数" + }, + "roomNum": { + "type": "integer", + "description": "房间数" + }, + "allNum": { + "type": "integer", + "description": "总数" + }, + "surplusNum": { + "type": "integer", + "description": "剩余人数" + }, + "roomEmptyNum5": { + "type": "integer", + "description": "空5人宿舍数" + }, + "roomEmptyNum4": { + "type": "integer", + "description": "空4人宿舍数" + }, + "roomEmptyNum3": { + "type": "integer", + "description": "空3人宿舍数" + }, + "roomEmptyNum2": { + "type": "integer", + "description": "空2人宿舍数" + }, + "roomEmptyNum1": { + "type": "integer", + "description": "空1人宿舍数" + }, + "allAlreadyNum": { + "type": "integer", + "description": "已住住人数" + }, + "occupancyRate": { + "type": "string", + "description": "入住率" + }, + "roomEmptyNum": { + "type": "integer", + "description": "空房间数" + }, + "sixRoomNum": { + "type": "integer", + "description": "六人间房间数" + }, + "sixNum": { + "type": "integer", + "description": "六人间可住人数" + }, + "sixAlreadyNum": { + "type": "integer", + "description": "六人间已住住人数" + }, + "fourRoomNum": { + "type": "integer", + "description": "四人间房间数" + }, + "fourNum": { + "type": "integer", + "description": "四人间可住人数" + }, + "fourAlreadyNum": { + "type": "integer", + "description": "四人间已住住人数" + }, + "roomNotEmptyNum": { + "type": "integer", + "description": "非空房间数" + }, + "dormBuildingMangerList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormBuildingManger", + "description": "宿舍楼管理员" + }, + "description": "管理员" + }, + "roomNo": { + "type": "integer", + "description": "宿舍号" + } + } + }, + "RListRewardStudentVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RewardStudentVO", + "description": "net.cyweb.cloud.stuwork.api.VO.RewardStudentVO" + }, + "description": "数据" + } + } + }, + "ClassFeeLogRelationVO": { + "type": "object", + "properties": { + "moneyTotal": { + "type": "number", + "description": "" + }, + "classFeeLogVOList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassFeeLogVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassFeeLogVO" + }, + "description": "" + } + } + }, "ProfessionalWorkType": { "type": "object", "properties": { @@ -103741,6 +127278,3611 @@ "isSpecial" ] }, + "PageWeekPlan": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WeekPlan", + "description": "班主任每周工作安排" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageClassRoomHygieneDaily": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassRoomHygieneDaily", + "description": "教室日卫生检查记录" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageClassRoomHygieneMonthly": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassRoomHygieneMonthly", + "description": "教室月卫生检查记录" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageClassCheckDaily": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassCheckDaily", + "description": "日常巡检" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageClassHygieneDaily": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassHygieneDaily", + "description": "日常行为日检查记录" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageStuGraduCheck": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuGraduCheck", + "description": "毕业生信息" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "BasicStudentVO": { + "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": "" + }, + "idCard": { + "type": "string", + "description": "身份证" + }, + "phone": { + "type": "string", + "description": "学生联系电话" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "education": { + "type": "string", + "description": "" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "majorCode": { + "type": "string", + "description": "" + }, + "householdAddress": { + "type": "string", + "description": "户口所在地" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "classQQ": { + "type": "string", + "description": "" + }, + "graduateNumber": { + "type": "string", + "description": "毕业证号" + }, + "oldName": { + "type": "string", + "description": "/**" + }, + "className": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "班级状态" + }, + "majorLevel": { + "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": "借读人数" + }, + "tel": { + "type": "string", + "description": "学生家长联系电话" + }, + "birthday": { + "type": "string", + "description": "生日" + }, + "initial": { + "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": "" + }, + "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", + "items": { + "type": "string" + }, + "description": "" + }, + "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", + "items": { + "$ref": "#/components/schemas/BasicStudentEducationDetail", + "description": "学生教育经历" + }, + "description": "教育经历" + }, + "socialDetails": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicStudentSocialDetail", + "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": "" + } + } + }, + "PageBasicClassVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicClassVO", + "description": "" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListClassMasterEvaluation": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassMasterEvaluation", + "description": "班主任考核记录" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageClassMasterResumeVo": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassMasterResumeVo", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassMasterResumeVo" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListClassAssessmentSettle": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassAssessmentSettle", + "description": "考核班级指定" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "DormRuleList": { + "type": "object", + "properties": { + "startTime": { + "type": "string", + "description": "" + }, + "endTime": { + "type": "string", + "description": "" + } + } + }, + "BasicStudentHome": { + "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": "学号" + }, + "householdAddress": { + "type": "string", + "description": "户口地址" + }, + "householdProperties": { + "type": "string", + "description": "户口性质" + }, + "liveAddress": { + "type": "string", + "description": "居住详细地址" + }, + "isTemp": { + "type": "string", + "description": "是否租住" + }, + "homeBirth": { + "type": "string", + "description": "家庭出身" + }, + "incomeSource": { + "type": "string", + "description": "收入来源" + }, + "incomeMoney": { + "type": "integer", + "description": "家庭收入" + }, + "incomePerMoney": { + "type": "integer", + "description": "家庭人均年收入" + }, + "homeDifficulty": { + "type": "string", + "description": "家庭困难证" + } + } + }, + "IPageListClassMasterEvaluationAppealVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassMasterEvaluationAppealVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassMasterEvaluationAppealVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageDormRoom": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoom", + "description": "宿舍房间" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListDormRoomStudentVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoomStudentVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomStudentVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageDormHygieneDaily": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormHygieneDaily", + "description": "宿舍日卫生检查表" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListDormHygieneMonthly": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormHygieneMonthly", + "description": "宿舍每月卫生" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageDormReformVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormReformVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormReformVO" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageDormBuildingManger": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormBuildingManger", + "description": "宿舍楼管理员" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListDormRoomStudentChangeVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoomStudentChangeVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomStudentChangeVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageWaterOrder": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WaterOrder", + "description": "宿舍水电缴费记录" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListWaterDetailVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WaterDetailVO", + "description": "net.cyweb.cloud.stuwork.api.VO.WaterDetailVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageWaterMonthReport": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WaterMonthReport", + "description": "宿舍水电月明细" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageClassConstruction": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassConstruction", + "description": "班级建设方案" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListClassPlanVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassPlanVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassPlanVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageListClassPaperVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassPaperVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassPaperVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageClassThemeRecord": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassThemeRecord", + "description": "主题班会上传记录" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageClassTheme": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassTheme", + "description": "主题班会" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListClassSummary": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassSummary", + "description": "班级总结" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageFileManager": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FileManager", + "description": "学工文件管理" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListMoralPlan": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MoralPlan", + "description": "德育计划" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageListTermActivity": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TermActivity", + "description": "学期活动" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageListStuCareVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuCareVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuCareVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageListClassHonorVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassHonorVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassHonorVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageListClassPublicityVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassPublicityVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassPublicityVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageListStuConductVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuConductVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "PageClassSafeEdu": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassSafeEdu", + "description": "安全教育" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageClassActivity": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassActivity", + "description": "活动记录" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageRewardClass": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RewardClass", + "description": "班级奖项" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageRewardDorm": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RewardDorm", + "description": "宿舍奖项" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "PageRewardRule": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RewardRule", + "description": "评优评先奖项" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "IPageListAssessmentCategory": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AssessmentCategory", + "description": "考核项" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "IPageListAssessmentPoint": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AssessmentPoint", + "description": "考核指标" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, "ProfessionalStationDutyLevel": { "type": "object", "properties": { @@ -104030,6 +131172,1023 @@ } } }, + "RPageWeekPlan": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageWeekPlan", + "description": "数据" + } + } + }, + "RPageClassRoomHygieneDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassRoomHygieneDaily", + "description": "数据" + } + } + }, + "RPageClassRoomHygieneMonthly": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassRoomHygieneMonthly", + "description": "数据" + } + } + }, + "RPageClassCheckDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassCheckDaily", + "description": "数据" + } + } + }, + "RPageClassHygieneDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassHygieneDaily", + "description": "数据" + } + } + }, + "StuGraduCheckVo": { + "type": "object", + "properties": { + "canExamConduct": { + "type": "boolean", + "description": "/毕业学生操行审核" + }, + "canExamScore": { + "type": "boolean", + "description": "毕业学生学分审核" + }, + "canExamSkill": { + "type": "boolean", + "description": "毕业学生等级工审核" + }, + "canExamStuPunish": { + "type": "boolean", + "description": "违纪审核" + }, + "canExamBaseInfo": { + "type": "boolean", + "description": "主要信息审核" + }, + "dataList": { + "$ref": "#/components/schemas/PageStuGraduCheck", + "description": "数据" + } + } + }, + "RBasicStudentVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/BasicStudentVO", + "description": "数据" + } + } + }, + "RPageBasicClassVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageBasicClassVO", + "description": "数据" + } + } + }, + "RIPageListClassMasterEvaluation": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassMasterEvaluation", + "description": "数据" + } + } + }, + "RPageClassMasterResumeVo": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassMasterResumeVo", + "description": "数据" + } + } + }, + "RIPageListClassAssessmentSettle": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassAssessmentSettle", + "description": "数据" + } + } + }, + "DormRule": { + "type": "object", + "properties": { + "week": { + "type": "string", + "description": "" + }, + "weekNo": { + "type": "string", + "description": "" + }, + "dormRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRuleList", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRuleList" + }, + "description": "" + } + } + }, + "StudentHomeDetail": { + "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": "姓名" + }, + "tel": { + "type": "string", + "description": "电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "workAddress": { + "type": "string", + "description": "工作单位" + }, + "politicsStatus": { + "type": "string", + "description": "政治面貌" + }, + "health": { + "type": "string", + "description": "健康状况" + } + } + }, + "RIPageListClassMasterEvaluationAppealVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassMasterEvaluationAppealVO", + "description": "数据" + } + } + }, + "IPageListDormBuildingVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormBuildingVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormBuildingVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "RPageDormRoom": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageDormRoom", + "description": "数据" + } + } + }, + "RIPageListDormRoomStudentVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListDormRoomStudentVO", + "description": "数据" + } + } + }, + "RPageDormHygieneDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageDormHygieneDaily", + "description": "数据" + } + } + }, + "RIPageListDormHygieneMonthly": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListDormHygieneMonthly", + "description": "数据" + } + } + }, + "RIPageDormReformVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageDormReformVO", + "description": "数据" + } + } + }, + "RPageDormBuildingManger": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageDormBuildingManger", + "description": "数据" + } + } + }, + "RIPageListDormRoomStudentChangeVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListDormRoomStudentChangeVO", + "description": "数据" + } + } + }, + "RPageWaterOrder": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageWaterOrder", + "description": "数据" + } + } + }, + "RIPageListWaterDetailVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListWaterDetailVO", + "description": "数据" + } + } + }, + "RPageWaterMonthReport": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageWaterMonthReport", + "description": "数据" + } + } + }, + "RPageClassConstruction": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassConstruction", + "description": "数据" + } + } + }, + "RIPageListClassPlanVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassPlanVO", + "description": "数据" + } + } + }, + "RIPageListClassPaperVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassPaperVO", + "description": "数据" + } + } + }, + "RPageClassThemeRecord": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassThemeRecord", + "description": "数据" + } + } + }, + "RPageClassTheme": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassTheme", + "description": "数据" + } + } + }, + "RIPageListClassSummary": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassSummary", + "description": "数据" + } + } + }, + "RPageFileManager": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageFileManager", + "description": "数据" + } + } + }, + "RIPageListMoralPlan": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListMoralPlan", + "description": "数据" + } + } + }, + "RIPageListTermActivity": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListTermActivity", + "description": "数据" + } + } + }, + "RIPageListStuCareVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListStuCareVO", + "description": "数据" + } + } + }, + "RIPageListClassHonorVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassHonorVO", + "description": "数据" + } + } + }, + "RIPageListClassPublicityVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassPublicityVO", + "description": "数据" + } + } + }, + "IPageListClassFeeLogRelationVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassFeeLogRelationVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassFeeLogRelationVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "RIPageListStuConductVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListStuConductVO", + "description": "数据" + } + } + }, + "RPageClassSafeEdu": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassSafeEdu", + "description": "数据" + } + } + }, + "RPageClassActivity": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageClassActivity", + "description": "数据" + } + } + }, + "RPageRewardClass": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageRewardClass", + "description": "数据" + } + } + }, + "RPageRewardDorm": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageRewardDorm", + "description": "数据" + } + } + }, + "RPageRewardRule": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageRewardRule", + "description": "数据" + } + } + }, + "RIPageListAssessmentCategory": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListAssessmentCategory", + "description": "数据" + } + } + }, + "RIPageListAssessmentPoint": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListAssessmentPoint", + "description": "数据" + } + } + }, "ProfessionalTopicSourceConfig": { "type": "object", "properties": { @@ -104249,6 +132408,1487 @@ }, "description": "招标代理表" }, + "net.cyweb.cloud.stuwork.api.VO.TuitionFreeStuVO": { + "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": "备注" + }, + "termId": { + "type": "string", + "description": "批次表ID" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "majorCode": { + "type": "string", + "description": "专业编码" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "integer", + "description": "年级" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别:0女 1男" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "phone": { + "type": "string", + "description": "联系电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "money": { + "type": "number", + "description": "金额" + }, + "checkStatus": { + "type": "string", + "description": "审核状态 0待审核 1审核通过" + }, + "education": { + "type": "string", + "description": "文化程度 4:技职校 5:高中 7:初中" + }, + "majorLevel": { + "type": "string", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级" + }, + "practicePattern": { + "type": "string", + "description": "实习模式" + }, + "classNum": { + "type": "string", + "description": "班级数" + }, + "stuNum": { + "type": "string", + "description": "学生数" + } + }, + "description": "net.cyweb.cloud.stuwork.api.VO.TuitionFreeStuVO" + }, + "RListWeekPlan": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WeekPlan", + "description": "班主任每周工作安排" + }, + "description": "数据" + } + } + }, + "ClassCheckDailyDTO": { + "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": "" + }, + "classCodes": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + } + } + }, + "RStuGraduCheckVo": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/StuGraduCheckVo", + "description": "数据" + } + } + }, + "ClassMasterResume": { + "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": "备注" + }, + "teacherNo": { + "type": "string", + "description": "班主任" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classCode": { + "type": "string", + "description": "班级编码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "beginTime": { + "type": "string", + "description": "开始时间" + }, + "endTime": { + "type": "string", + "description": "结束时间" + }, + "resumeRemark": { + "type": "string", + "description": "履历备注" + }, + "telPhone": { + "type": "string", + "description": "联系方式" + } + } + }, + "RClassAssessmentSettle": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassAssessmentSettle", + "description": "数据" + } + } + }, + "EntranceRuleVO": { + "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": "备注" + }, + "ruleName": { + "type": "string", + "description": "规则名称" + }, + "isHoliday": { + "type": "string", + "description": "假期模式" + }, + "dayRule": { + "type": "string", + "description": "走读生大门时段(进)" + }, + "dormRule": { + "type": "string", + "description": "住宿生大门时段(进)" + }, + "outDayRule": { + "type": "string", + "description": "走读生大门时段(出)" + }, + "outDormRule": { + "type": "string", + "description": "住宿生大门时段(出)" + }, + "roomInRule": { + "type": "string", + "description": "住宿生宿舍时段(进)" + }, + "roomOutRule": { + "type": "string", + "description": "住宿生宿舍时段(出)" + }, + "positionDisable": { + "type": "string", + "description": "禁用的位置,即配置了规则后,此位置不允许进出" + }, + "dayRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DayRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRule" + }, + "description": "" + }, + "outDayRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DayRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRule" + }, + "description": "" + }, + "dormRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "outDormRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "roomInRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "roomOutRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "classNos": { + "type": "string", + "description": "" + } + } + }, + "BasicStudentMajorClassVO": { + "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": "学号" + }, + "schoolRoll": { + "type": "string", + "description": "学籍" + }, + "schoolRollNumber": { + "type": "string", + "description": "学籍号" + }, + "enterDate": { + "type": "string", + "description": "入学日期" + }, + "middleNumber": { + "type": "string", + "description": "中技证号" + }, + "middleTime": { + "type": "string", + "description": "中技后文化程度" + }, + "highNumber": { + "type": "string", + "description": "高技证号" + }, + "highTime": { + "type": "string", + "description": "高技后文化程度" + }, + "technicianNumber": { + "type": "string", + "description": "技师证号" + }, + "graduateNumber": { + "type": "string", + "description": "毕业证号" + }, + "graduateDate": { + "type": "string", + "description": "毕业时间" + }, + "pauseDate": { + "type": "string", + "description": "结业时间" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "parkingNo": { + "type": "string", + "description": "停车证号" + }, + "bankName": { + "type": "string", + "description": "中职卡开户行" + }, + "studyType": { + "type": "string", + "description": "学习形式" + }, + "unionStuNo": { + "type": "string", + "description": "联院学号" + }, + "deptName": { + "type": "string", + "description": "专业学院" + }, + "deptCode": { + "type": "string", + "description": "专业系部" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "majorCode": { + "type": "string", + "description": "专业名称" + }, + "stuStatus": { + "type": "string", + "description": "状态" + }, + "majorLevel": { + "type": "string", + "description": "培养层次" + }, + "majorYears": { + "type": "string", + "description": "学制" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "classCode": { + "type": "string", + "description": "班级编码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "position": { + "type": "string", + "description": "教室地址" + }, + "teacherNo": { + "type": "string", + "description": "班主任编码" + }, + "teacherRealName": { + "type": "string", + "description": "班主任" + }, + "telPhone": { + "type": "string", + "description": "班主任联系电话" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "phone": { + "type": "string", + "description": "宿管室电话" + }, + "classQq": { + "type": "string", + "description": "班级QQ号" + } + } + }, + "RIPageListDormBuildingVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListDormBuildingVO", + "description": "数据" + } + } + }, + "DormRoomStudentDTO": { + "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": "备注" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "isLeader": { + "type": "string", + "description": "是否舍长" + }, + "bedNo": { + "type": "string", + "description": "床位号" + }, + "deptCode": { + "type": "string", + "description": "学院代码" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptName": { + "type": "string", + "description": "部门名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "realName": { + "type": "string", + "description": "学生姓名" + }, + "gender": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "学生联系电话" + }, + "teacherPhone": { + "type": "string", + "description": "班主任电话" + }, + "tel": { + "type": "string", + "description": "家长电话1" + }, + "buildingNo": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "classNos": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + }, + "stuNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "学号" + }, + "stuNoList2": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "roomNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "type": { + "type": "string", + "description": "" + }, + "roomType": { + "type": "integer", + "description": "" + } + } + }, + "RDormHygieneMonthly": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/DormHygieneMonthly", + "description": "数据" + } + } + }, + "RWaterOrder": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/WaterOrder", + "description": "数据" + } + } + }, + "RWaterMonthReport": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/WaterMonthReport", + "description": "数据" + } + } + }, + "ClassPlan": { + "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": "班级代码" + }, + "classNo": { + "type": "string", + "description": "" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "title": { + "type": "string", + "description": "标题" + }, + "content": { + "type": "string", + "description": "内容" + }, + "status": { + "type": "string", + "description": "状态" + }, + "deptCode": { + "type": "string", + "description": "学院代码" + }, + "deptName": { + "type": "string", + "description": "学院" + } + } + }, + "ClassPaper": { + "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": "学期" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "title": { + "type": "string", + "description": "标题" + }, + "journal": { + "type": "string", + "description": "发表刊物" + }, + "page": { + "type": "integer", + "description": "发表页码" + }, + "description": { + "type": "string", + "description": "描述" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "isAddScore": { + "type": "string", + "description": "是否加分" + }, + "type": { + "type": "string", + "description": "类别 0 德育论文 1 教案" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + } + } + }, + "RClassThemeRecord": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassThemeRecord", + "description": "数据" + } + } + }, + "RClassTheme": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassTheme", + "description": "数据" + } + } + }, + "RClassSummary": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassSummary", + "description": "数据" + } + } + }, + "RListFileManager": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/FileManager", + "description": "学工文件管理" + }, + "description": "数据" + } + } + }, + "RMoralPlan": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/MoralPlan", + "description": "数据" + } + } + }, + "RTermActivity": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/TermActivity", + "description": "数据" + } + } + }, + "StuCare": { + "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": "学号" + }, + "careType": { + "type": "string", + "description": "需关爱类型 1:自卑 2:逆反 3:嫉妒 4:厌学 5:唯我独尊 6:早恋 7:网瘾 8:情绪化 9:其他" + }, + "present": { + "type": "string", + "description": "危机表现" + }, + "result": { + "type": "string", + "description": "干预结果" + }, + "recordDate": { + "type": "string", + "description": "记录时间" + }, + "realName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + } + } + }, + "RIPageListClassFeeLogRelationVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListClassFeeLogRelationVO", + "description": "数据" + } + } + }, + "StuConduct": { + "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": "学号" + }, + "score": { + "type": "number", + "description": "分数" + }, + "conductType": { + "type": "string", + "description": "类型 0:扣分 1:加分" + }, + "description": { + "type": "string", + "description": "情况记录" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "sourceCode": { + "type": "string", + "description": "扣分关联ID" + }, + "recordDate": { + "type": "string", + "description": "考核日期" + }, + "realName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "RClassSafeEdu": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassSafeEdu", + "description": "数据" + } + } + }, + "RClassActivity": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassActivity", + "description": "数据" + } + } + }, + "RRewardClass": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/RewardClass", + "description": "数据" + } + } + }, + "RRewardDorm": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/RewardDorm", + "description": "数据" + } + } + }, + "RRewardRule": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/RewardRule", + "description": "数据" + } + } + }, + "RAssessmentCategory": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/AssessmentCategory", + "description": "数据" + } + } + }, + "RAssessmentPoint": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/AssessmentPoint", + "description": "数据" + } + } + }, "ProfessionalPoliticsStatus": { "type": "object", "properties": { @@ -104390,6 +134030,970 @@ } } }, + "免学费学生表": { + "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": "备注" + }, + "termId": { + "type": "string", + "description": "批次表ID" + }, + "deptCode": { + "type": "string", + "description": "学院编码" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "majorCode": { + "type": "string", + "description": "专业编码" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "integer", + "description": "年级" + }, + "gradeCurr": { + "type": "integer", + "description": "年级(计算结果)" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别:0女 1男" + }, + "bankCard": { + "type": "string", + "description": "中职卡号" + }, + "phone": { + "type": "string", + "description": "联系电话" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "money": { + "type": "number", + "description": "金额" + }, + "checkStatus": { + "type": "string", + "description": "审核状态 0待审核 1审核通过" + }, + "education": { + "type": "string", + "description": "文化程度 4:技职校 5:高中 7:初中" + }, + "majorLevel": { + "type": "string", + "description": "专业培养层次 1:中专 2:中级 3:大专 4:技师 5:高级" + }, + "practicePattern": { + "type": "string", + "description": "实习模式" + } + }, + "description": "免学费学生表" + }, + "RWeekPlan": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/WeekPlan", + "description": "数据" + } + } + }, + "": { + "type": "object", + "properties": {} + }, + "RClassCheckDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassCheckDaily", + "description": "数据" + } + } + }, + "RClassHygieneDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassHygieneDaily", + "description": "数据" + } + } + }, + "BasicClass": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "createBy": { + "type": "string", + "description": "" + }, + "createTime": { + "type": "string", + "description": "" + }, + "updateBy": { + "type": "string", + "description": "" + }, + "updateTime": { + "type": "string", + "description": "" + }, + "remarks": { + "type": "string", + "description": "" + }, + "delFlag": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classProName": { + "type": "string", + "description": "班级规范名称" + }, + "majorCode": { + "type": "string", + "description": "班级所属专业" + }, + "enterDate": { + "type": "string", + "description": "入学日期" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "string", + "description": "年级" + }, + "deptCode": { + "type": "string", + "description": "归属二级学院" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classQq": { + "type": "string", + "description": "班级QQ" + }, + "preStuNum": { + "type": "integer", + "description": "" + }, + "isGraduate": { + "type": "string", + "description": "" + }, + "isPractice": { + "type": "string", + "description": "" + }, + "isUpdataPractice": { + "type": "string", + "description": "" + }, + "gateRule": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "联院 标记" + }, + "isLb": { + "type": "string", + "description": "联办" + }, + "isHigh": { + "type": "string", + "description": "高级" + }, + "stuLoseRate": { + "type": "number", + "description": "流失率" + }, + "stuNumOrigin": { + "type": "integer", + "description": "班级原始人数" + }, + "enterYear": { + "type": "integer", + "description": "" + }, + "majorName": { + "type": "string", + "description": "" + } + } + }, + "RClassMasterResume": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassMasterResume", + "description": "数据" + } + } + }, + "BasicStudentAdultEducation": { + "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": "成教院校" + }, + "education": { + "type": "string", + "description": "成教学历" + }, + "examNo": { + "type": "string", + "description": "成教准考证号" + }, + "enterDate": { + "type": "string", + "description": "成教入籍日期" + }, + "adultNo": { + "type": "string", + "description": "成教学号" + }, + "majorName": { + "type": "string", + "description": "成教专业" + }, + "computerScore": { + "type": "string", + "description": "成教计算机" + }, + "englishScore": { + "type": "string", + "description": "成教英语" + } + } + }, + "ClassMasterEvaluationAppeal": { + "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": "备注" + }, + "evaluationId": { + "type": "string", + "description": "考核记录ID" + }, + "appealReason": { + "type": "string", + "description": "申诉原因" + }, + "appealStatus": { + "type": "string", + "description": "申诉结果 0: 等待审核 1:审核通过 2:审核驳回" + }, + "appealReply": { + "type": "string", + "description": "反馈意见" + } + } + }, + "DormRoomDTO": { + "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": "" + }, + "roomStudentId": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "dormdataType": { + "type": "string", + "description": "" + }, + "stuNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "roomNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "ids": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + }, + "RListDormRoomStudentVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoomStudentVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomStudentVO" + }, + "description": "数据" + } + } + }, + "RDormHygieneDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/DormHygieneDaily", + "description": "数据" + } + } + }, + "DormReform": { + "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": "学期" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "reformContent": { + "type": "string", + "description": "整改内容" + }, + "reformStatus": { + "type": "string", + "description": "整改结果 0未整改 1合格 2不合格" + }, + "reformDate": { + "type": "string", + "description": "整改时间" + }, + "deptCodes": { + "type": "string", + "description": "" + }, + "deptNames": { + "type": "string", + "description": "" + }, + "classNos": { + "type": "string", + "description": "" + } + } + }, + "WaterDetail": { + "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": "备注" + }, + "buildNo": { + "type": "string", + "description": "楼号" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "bedNum": { + "type": "integer", + "description": "几人间" + }, + "liveNum": { + "type": "integer", + "description": "已住人数" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "oddbMoney": { + "type": "number", + "description": "校园补贴" + }, + "costMoney": { + "type": "number", + "description": "消费金额" + } + } + }, + "RClassConstruction": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassConstruction", + "description": "数据" + } + } + }, + "RClassPlan": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassPlan", + "description": "数据" + } + } + }, + "RClassPaper": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassPaper", + "description": "数据" + } + } + }, + "RFileManager": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/FileManager", + "description": "数据" + } + } + }, + "RStuCare": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/StuCare", + "description": "数据" + } + } + }, + "RClassHonor": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassHonor", + "description": "数据" + } + } + }, + "RClassPublicity": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassPublicity", + "description": "数据" + } + } + }, + "ClassFeeLog": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "operatTime": { + "type": "string", + "description": "发生时间" + }, + "type": { + "type": "string", + "description": "类型 1收入 2支出" + }, + "money": { + "type": "number", + "description": "金额" + }, + "operator": { + "type": "string", + "description": "经办人" + }, + "purpose": { + "type": "string", + "description": "用途" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, + "RStuConduct": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/StuConduct", + "description": "数据" + } + } + }, "ProfessionalTeacherType": { "type": "object", "properties": { @@ -104479,7 +135083,982 @@ }, "asc": { "type": "boolean", + "description": "", + "default": true + } + } + }, + "RClassRoomHygieneMonthly": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassRoomHygieneMonthly", + "description": "数据" + } + } + }, + "RBasicClass": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/BasicClass", + "description": "数据" + } + } + }, + "ClassMasterEvaluationVO": { + "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": "备注" + }, + "classMasterCode": { + "type": "string", + "description": "班主任" + }, + "virtualClassNo": { + "type": "string", + "description": "考核班号" + }, + "classCode": { + "type": "string", + "description": "实际班号" + }, + "assessmentCategory": { + "type": "string", + "description": "考核项目" + }, + "assessmentPoint": { + "type": "string", + "description": "考核指标" + }, + "score": { + "type": "number", + "description": "分数" + }, + "type": { + "type": "string", + "description": "类型 1:加分 2:扣分" + }, + "recordDate": { + "type": "string", + "description": "考核日期" + }, + "outerId": { + "type": "string", + "description": "明细外检ID" + }, + "deptCode": { + "type": "string", "description": "" + }, + "classMasterName": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "班主任姓名" + }, + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "commonDeptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + }, + "commonDeptName": { + "type": "string", + "description": "" + }, + "classNum": { + "type": "integer", + "description": "班级数量" + }, + "classMasterNum": { + "type": "integer", + "description": "班主任数量" + }, + "aveScore": { + "type": "number", + "description": "平均分" + }, + "pointScore": { + "type": "number", + "description": "每个考核指标分数" + }, + "classScore": { + "type": "number", + "description": "班级分数" + }, + "classMasterScore": { + "type": "number", + "description": "班主任分数" + } + } + }, + "ClassAssessmentSettleRelationDTO": { + "type": "object", + "properties": { + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTearm": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + } + } + }, + "IPageListEntranceRuleVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EntranceRuleVO", + "description": "net.cyweb.cloud.stuwork.api.VO.EntranceRuleVO" + } + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + }, + "pages": { + "type": "integer", + "format": "int64" + } + } + }, + "BasicStudentInfoVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "createBy": { + "type": "string", + "description": "创建人" + }, + "deptCode": { + "type": "string", + "description": "学院" + }, + "deptName": { + "type": "string", + "description": "" + }, + "majorCode": { + "type": "string", + "description": "专业" + }, + "majorName": { + "type": "string", + "description": "专业" + }, + "arrangement": { + "type": "string", + "description": "层次" + }, + "sourceOfStudents": { + "type": "string", + "description": "生源地" + }, + "educationalSystems": { + "type": "string", + "description": "学制" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别0:女 1:男" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "idNumber": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "本人电话" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "education": { + "type": "string", + "description": "文化程度" + }, + "enrollStatus": { + "type": "string", + "description": "学籍状态" + }, + "householdAddress": { + "type": "string", + "description": "户口所在地" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "classQQ": { + "type": "string", + "description": "" + }, + "createTime": { + "type": "string", + "description": "创建时间" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "isClassLeader": { + "type": "string", + "description": "是否班干部" + }, + "graduateNumber": { + "type": "string", + "description": "毕业证号" + }, + "oldName": { + "type": "string", + "description": "/**" + }, + "basicStudentInfoDetailVO": { + "$ref": "#/components/schemas/BasicStudentInfoDetailVO", + "description": "基本信息" + }, + "basicStudentEducation": { + "$ref": "#/components/schemas/BasicStudentEducation", + "description": "学习经历" + }, + "basicStudentHome": { + "$ref": "#/components/schemas/BasicStudentHome", + "description": "" + }, + "homeDetailList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StudentHomeDetail", + "description": "学生家庭成员表" + }, + "description": "家庭信息" + }, + "basicStudentMajorClassVO": { + "$ref": "#/components/schemas/BasicStudentMajorClassVO", + "description": "专业信息 班级信息" + }, + "basicStudentAdultEducation": { + "$ref": "#/components/schemas/BasicStudentAdultEducation", + "description": "成教信息" + }, + "classCode": { + "type": "string", + "description": "" + }, + "className": { + "type": "string", + "description": "" + }, + "stuStatus": { + "type": "string", + "description": "" + }, + "parkingNo": { + "type": "string", + "description": "停车证" + }, + "isInout": { + "type": "string", + "description": "" + }, + "completeRate": { + "type": "string", + "description": "" + }, + "national": { + "type": "string", + "description": "" + }, + "telPhone": { + "type": "string", + "description": "" + }, + "headImg": { + "type": "string", + "description": "" + }, + "jzPhone": { + "type": "string", + "description": "" + }, + "religiousBelief": { + "type": "string", + "description": "宗教信仰" + } + } + }, + "DormBuildingDTO": { + "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": "楼号" + }, + "layers": { + "type": "integer", + "description": "层数" + }, + "phone": { + "type": "string", + "description": "电话" + }, + "roomNum": { + "type": "integer", + "description": "房间数" + }, + "roomEmptyNum": { + "type": "integer", + "description": "空房间数" + }, + "roomNotEmptyNum": { + "type": "integer", + "description": "非空房间数" + }, + "dormBuildingMangerList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormBuildingManger", + "description": "宿舍楼管理员" + }, + "description": "管理员" + } + } + }, + "RListDormRoom": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoom", + "description": "宿舍房间" + }, + "description": "数据" + } + } + }, + "DormHygieneMonthlyDTO": { + "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": "房间号" + }, + "month": { + "type": "string", + "description": "月份" + }, + "score": { + "type": "number", + "description": "评分" + }, + "roomNos": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + }, + "RDormReform": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/DormReform", + "description": "数据" + } + } + }, + "WaterDetailDTO": { + "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": "备注" + }, + "buildNo": { + "type": "string", + "description": "楼号" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "bedNum": { + "type": "integer", + "description": "几人间" + }, + "liveNum": { + "type": "integer", + "description": "已住人数" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "oddbMoney": { + "type": "number", + "description": "校园补贴" + }, + "costMoney": { + "type": "number", + "description": "消费金额" + }, + "effectiveMoney": { + "type": "number", + "description": "可用余额" + }, + "isLiveNum": { + "type": "boolean", + "description": "已住人数大于0" + }, + "moneySort": { + "type": "string", + "description": "可用余额排序" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "roomNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "房间号" + } + } + }, + "RListWaterMonthReport": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WaterMonthReport", + "description": "宿舍水电月明细" + }, + "description": "数据" + } + } + }, + "RClassFeeLog": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassFeeLog", + "description": "数据" + } + } + }, + "StuConductRelationVO": { + "type": "object", + "properties": { + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "realName": { + "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": "学年平均分" + } + } + }, + "ClassSafeEduDTO": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "themeName": { + "type": "string", + "description": "活动主题" + }, + "author": { + "type": "string", + "description": "主持人" + }, + "address": { + "type": "string", + "description": "活动地点" + }, + "recordDate": { + "type": "string", + "description": "活动时间" + }, + "attendNum": { + "type": "string", + "description": "参加人数" + }, + "attachment": { + "type": "string", + "description": "活动图片" + }, + "content": { + "type": "string", + "description": "活动内容" + }, + "attachment2": { + "type": "string", + "description": "活动图片2" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "recordDates": { + "type": "string", + "description": "" + }, + "classCodeList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + }, + "RListRewardRule": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/RewardRule", + "description": "评优评先奖项" + }, + "description": "数据" + } + } + }, + "RListAssessmentCategory": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AssessmentCategory", + "description": "考核项" + }, + "description": "数据" + } + } + }, + "RListAssessmentPoint": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/AssessmentPoint", + "description": "考核指标" + }, + "description": "数据" } } }, @@ -104741,6 +136320,669 @@ } } }, + "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": "" + } + } + }, + "RListClassMasterEvaluationVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassMasterEvaluationVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassMasterEvaluationVO" + }, + "description": "数据" + } + } + }, + "ClassAssessmentSettleDTO": { + "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": "班级代码" + }, + "virtualClassNo": { + "type": "string", + "description": "考核班号" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCodes": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "classList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassAssessmentSettleRelationDTO", + "description": "net.cyweb.cloud.stuwork.api.DTO.ClassAssessmentSettleRelationDTO" + }, + "description": "班级信息" + } + } + }, + "RIPageListEntranceRuleVO": { + "type": "object", + "properties": { + "ok": { + "type": "boolean" + }, + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/IPageListEntranceRuleVO", + "description": "数据" + } + } + }, + "DormBuilding": { + "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": "楼号" + }, + "layers": { + "type": "integer", + "description": "层数" + }, + "phone": { + "type": "string", + "description": "电话" + } + } + }, + "TreeNode": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "parentId": { + "type": "string", + "description": "" + }, + "children": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TreeNode", + "description": "" + }, + "description": "", + "default": "new ArrayList()" + } + } + }, + "DormRoomStudent": { + "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": "备注" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "stuNo": { + "type": "string", + "description": "学号" + }, + "isLeader": { + "type": "string", + "description": "是否舍长" + }, + "bedNo": { + "type": "string", + "description": "床位号" + }, + "deptCode": { + "type": "string", + "description": "学院代码" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptName": { + "type": "string", + "description": "学院" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "classMasterName": { + "type": "string", + "description": "班主任" + }, + "realName": { + "type": "string", + "description": "姓名" + }, + "gender": { + "type": "string", + "description": "性别" + }, + "phone": { + "type": "string", + "description": "" + }, + "teacherPhone": { + "type": "string", + "description": "班主任电话" + }, + "tel": { + "type": "string", + "description": "家长电话" + }, + "buildingNo": { + "type": "string", + "description": "" + } + } + }, + "DormReformDTO": { + "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": "学期" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "reformContent": { + "type": "string", + "description": "整改内容" + }, + "reformStatus": { + "type": "string", + "description": "整改结果 0未整改 1合格 2不合格" + }, + "reformDate": { + "type": "string", + "description": "整改时间" + }, + "deptCodes": { + "type": "string", + "description": "" + }, + "deptNames": { + "type": "string", + "description": "" + }, + "classNos": { + "type": "string", + "description": "" + }, + "classCodes": { + "type": "array", + "items": { + "type": "string" + }, + "description": "按学院查班级号" + }, + "stuNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "roomNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "month": { + "type": "string", + "description": "" + } + } + }, + "WaterReportDTO": { + "type": "object", + "properties": { + "roomNo": { + "type": "string", + "description": "房间号" + }, + "costMoney": { + "type": "number", + "description": "消费金额" + }, + "effectiveMoney": { + "type": "number", + "description": "剩余金额" + }, + "WaterMonthReportList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/WaterMonthReport", + "description": "宿舍水电月明细" + }, + "description": "明细" + } + } + }, + "FileManagerDTO": { + "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": "备注" + }, + "fileName": { + "type": "string", + "description": "文件名称" + }, + "fileUrl": { + "type": "string", + "description": "附件地址" + }, + "classification": { + "type": "string", + "description": "分类名称" + }, + "level": { + "type": "integer", + "description": "层级" + }, + "parentId": { + "type": "string", + "description": "上级ID" + } + } + }, + "StuConductTermVO": { + "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": "学号" + }, + "score": { + "type": "number", + "description": "分数" + }, + "conductType": { + "type": "string", + "description": "类型 0:扣分 1:加分" + }, + "description": { + "type": "string", + "description": "情况记录" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "sourceCode": { + "type": "string", + "description": "扣分关联ID" + }, + "recordDate": { + "type": "string", + "description": "考核日期" + }, + "realName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "oneMonth": { + "type": "string", + "description": "操行考核月份" + }, + "twoMonth": { + "type": "string", + "description": "" + }, + "threeMonth": { + "type": "string", + "description": "" + }, + "fourMonth": { + "type": "string", + "description": "" + }, + "fiveMonth": { + "type": "string", + "description": "" + }, + "classStuNum": { + "type": "integer", + "description": "班级人数" + }, + "excellentNum": { + "type": "integer", + "description": "优秀人数" + }, + "goodNum": { + "type": "integer", + "description": "良好人数" + }, + "passNum": { + "type": "integer", + "description": "及格人数" + }, + "failNum": { + "type": "integer", + "description": "不及格人数" + }, + "excellentRate": { + "type": "string", + "description": "优秀率" + }, + "goodRate": { + "type": "string", + "description": "良率" + }, + "passRate": { + "type": "string", + "description": "及格率" + }, + "failRate": { + "type": "string", + "description": "不及格率" + }, + "excellentGoodRate": { + "type": "string", + "description": "优良率" + }, + "basicStudentVOList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuConductRelationVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductRelationVO" + }, + "description": "private List basicStudentVOList;" + } + } + }, "ProfessionalAwardCourseware": { "type": "object", "properties": { @@ -104956,6 +137198,521 @@ } } }, + "RListClassInspectionRankVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassInspectionRankVO", + "description": "net.cyweb.cloud.stuwork.api.VO.ClassInspectionRankVO" + }, + "description": "数据" + } + } + }, + "Page": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/1" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "ClassMasterEvaluationDTO": { + "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": "备注" + }, + "classMasterCode": { + "type": "string", + "description": "班主任" + }, + "virtualClassNo": { + "type": "string", + "description": "考核班号" + }, + "classCode": { + "type": "string", + "description": "实际班号" + }, + "assessmentCategory": { + "type": "string", + "description": "考核项目" + }, + "assessmentPoint": { + "type": "string", + "description": "考核指标" + }, + "score": { + "type": "number", + "description": "分数" + }, + "type": { + "type": "string", + "description": "类型 1:加分 2:扣分" + }, + "recordDate": { + "type": "string", + "description": "考核日期" + }, + "outerId": { + "type": "string", + "description": "明细外检ID" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "classMasterName": { + "type": "string", + "description": "" + }, + "classCodeList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "classMasterCodeList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "deptTab": { + "type": "string", + "description": "标记" + }, + "appealReason": { + "type": "string", + "description": "申诉原因" + }, + "startTime": { + "type": "string", + "description": "开始时间" + }, + "endTime": { + "type": "string", + "description": "结束时间" + }, + "deptName": { + "type": "string", + "description": "部门编码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "isGraduate": { + "type": "string", + "description": "是否毕业" + }, + "isPractice": { + "type": "string", + "description": "是否顶岗" + }, + "isUpdataPractice": { + "type": "string", + "description": "是否更杠" + } + } + }, + "PageBasicStudentInfoVO": { + "type": "object", + "properties": { + "records": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicStudentInfoVO", + "description": "学生表" + }, + "description": "查询数据列表", + "default": "Collections.emptyList()" + }, + "total": { + "type": "integer", + "description": "总数", + "format": "int64", + "default": 0 + }, + "size": { + "type": "integer", + "description": "每页显示条数,默认 10", + "format": "int64", + "default": 10 + }, + "current": { + "type": "integer", + "description": "当前页", + "format": "int64", + "default": 1 + }, + "orders": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OrderItem", + "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" + }, + "description": "排序字段信息", + "default": "new ArrayList<>()" + }, + "optimizeCountSql": { + "type": "boolean", + "description": "自动优化 COUNT SQL", + "default": true + }, + "searchCount": { + "type": "boolean", + "description": "是否进行 count 查询", + "default": true + }, + "optimizeJoinOfCountSql": { + "type": "boolean", + "description": "{@link #optimizeJoinOfCountSql()}", + "default": true + }, + "maxLimit": { + "type": "integer", + "description": "单页分页条数限制", + "format": "int64" + }, + "countId": { + "type": "string", + "description": "countId" + } + } + }, + "RListDormBuilding": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormBuilding", + "description": "宿舍楼" + }, + "description": "数据" + } + } + }, + "DormRoomTreeVO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "主键" + }, + "parentId": { + "type": "string", + "description": "" + }, + "children": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TreeNode", + "description": "" + }, + "description": "", + "default": "new ArrayList()" + }, + "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": "几人间" + } + } + }, + "MapRoomAndBuildingVO": { + "type": "object", + "properties": { + "key": { + "type": "object", + "properties": { + "roomNo": { + "type": "string", + "description": "" + }, + "buildingNo": { + "type": "string", + "description": "" + }, + "phone": { + "type": "string", + "description": "" + } + } + } + } + }, + "RWaterReportDTO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/WaterReportDTO", + "description": "数据" + } + } + }, + "ClassFeeLogDTO": { + "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": "班级代码" + }, + "schoolYear": { + "type": "string", + "description": "学年" + }, + "schoolTerm": { + "type": "string", + "description": "学期" + }, + "operatTime": { + "type": "string", + "description": "发生时间" + }, + "type": { + "type": "string", + "description": "类型 1收入 2支出" + }, + "money": { + "type": "number", + "description": "金额" + }, + "operator": { + "type": "string", + "description": "经办人" + }, + "purpose": { + "type": "string", + "description": "用途" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "classCodeList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "部门查班级" + }, + "classCodes": { + "type": "array", + "items": { + "type": "string" + }, + "description": "班主任班级" + } + } + }, + "RListStuConductTermVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuConductTermVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductTermVO" + }, + "description": "数据" + } + } + }, "ProfessionalAwardCoursewareDTO": { "type": "object", "properties": { @@ -105116,6 +137873,492 @@ } } }, + "RListClassCheckDaily": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassCheckDaily", + "description": "日常巡检" + }, + "description": "数据" + } + } + }, + "BasicClassDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "createBy": { + "type": "string", + "description": "" + }, + "createTime": { + "type": "string", + "description": "" + }, + "updateBy": { + "type": "string", + "description": "" + }, + "updateTime": { + "type": "string", + "description": "" + }, + "remarks": { + "type": "string", + "description": "" + }, + "delFlag": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classProName": { + "type": "string", + "description": "班级规范名称" + }, + "majorCode": { + "type": "string", + "description": "班级所属专业" + }, + "enterDate": { + "type": "string", + "description": "入学日期" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "string", + "description": "年级" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "归属部门" + }, + "classQq": { + "type": "string", + "description": "班级QQ" + }, + "preStuNum": { + "type": "integer", + "description": "" + }, + "isGraduate": { + "type": "string", + "description": "" + }, + "isPractice": { + "type": "string", + "description": "" + }, + "isUpdataPractice": { + "type": "string", + "description": "" + }, + "gateRule": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "联院 标记" + }, + "isLb": { + "type": "string", + "description": "联办" + }, + "isHigh": { + "type": "string", + "description": "高级" + }, + "stuLoseRate": { + "type": "number", + "description": "流失率" + }, + "stuNumOrigin": { + "type": "integer", + "description": "班级原始人数" + }, + "enterYear": { + "type": "integer", + "description": "" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "list": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicClass", + "description": "" + }, + "description": "" + }, + "classArrangement": { + "type": "string", + "description": "教室安排" + }, + "headmaster": { + "type": "string", + "description": "班主任" + }, + "inSchool": { + "type": "string", + "description": "在校(注册|借读)" + }, + "boySchool": { + "type": "string", + "description": "男(在校)" + }, + "girlSchool": { + "type": "string", + "description": "女(在校)" + }, + "borrowingSchool": { + "type": "string", + "description": "借读" + }, + "accommodation": { + "type": "string", + "description": "住宿人数" + }, + "manAccommodation": { + "type": "string", + "description": "男(住宿)" + }, + "womanAccommodation": { + "type": "string", + "description": "女(住宿)" + }, + "page": { + "$ref": "#/components/schemas/Page", + "description": "" + }, + "year": { + "type": "string", + "description": "" + }, + "teacherTsNo": { + "type": "string", + "description": "特殊情况下使用 (既是对接人 又是 班主任 并且 可能跨部门)" + }, + "deptTsCode": { + "type": "string", + "description": "特殊情况下使用 (既是对接人 又是 班主任 并且 可能跨部门)" + } + } + }, + "RClassMasterEvaluation": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/ClassMasterEvaluation", + "description": "数据" + } + } + }, + "PositionDisableRule": { + "type": "object", + "properties": { + "weekList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + }, + "positionList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + }, + "RPageBasicStudentInfoVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/PageBasicStudentInfoVO", + "description": "数据" + } + } + }, + "RDormBuilding": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/DormBuilding", + "description": "数据" + } + } + }, + "RListDormRoomTreeVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoomTreeVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomTreeVO" + }, + "description": "数据" + } + } + }, + "StuConductYearVO": { + "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": "学号" + }, + "score": { + "type": "number", + "description": "分数" + }, + "conductType": { + "type": "string", + "description": "类型 0:扣分 1:加分" + }, + "description": { + "type": "string", + "description": "情况记录" + }, + "attachment": { + "type": "string", + "description": "附件" + }, + "sourceCode": { + "type": "string", + "description": "扣分关联ID" + }, + "recordDate": { + "type": "string", + "description": "考核日期" + }, + "realName": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "classNo": { + "type": "string", + "description": "班级代码" + }, + "deptCode": { + "type": "string", + "description": "部门编码" + }, + "deptName": { + "type": "string", + "description": "" + }, + "oneMonth": { + "type": "string", + "description": "操行考核月份" + }, + "twoMonth": { + "type": "string", + "description": "" + }, + "threeMonth": { + "type": "string", + "description": "" + }, + "fourMonth": { + "type": "string", + "description": "" + }, + "fiveMonth": { + "type": "string", + "description": "" + }, + "sixMonth": { + "type": "string", + "description": "" + }, + "sevenMonth": { + "type": "string", + "description": "" + }, + "eightMonth": { + "type": "string", + "description": "" + }, + "nineMonth": { + "type": "string", + "description": "" + }, + "tenMonth": { + "type": "string", + "description": "" + }, + "classStuNum": { + "type": "integer", + "description": "班级人数 seven eight nine ten" + }, + "excellentNum": { + "type": "integer", + "description": "优秀人数" + }, + "goodNum": { + "type": "integer", + "description": "良好人数" + }, + "passNum": { + "type": "integer", + "description": "及格人数" + }, + "failNum": { + "type": "integer", + "description": "不及格人数" + }, + "excellentRate": { + "type": "string", + "description": "优秀率" + }, + "goodRate": { + "type": "string", + "description": "良率" + }, + "passRate": { + "type": "string", + "description": "及格率" + }, + "failRate": { + "type": "string", + "description": "不及格率" + }, + "excellentGoodRate": { + "type": "string", + "description": "优良率" + }, + "basicStudentVOList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuConductRelationVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductRelationVO" + }, + "description": "private List basicStudentVOList;" + } + } + }, "TeacherBaseDTO": { "type": "object", "properties": { @@ -105572,6 +138815,204 @@ } } }, + "RListBasicClass": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicClass", + "description": "" + }, + "description": "数据" + } + } + }, + "EntranceRuleDTO": { + "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": "备注" + }, + "ruleName": { + "type": "string", + "description": "规则名称" + }, + "isHoliday": { + "type": "string", + "description": "假期模式" + }, + "dayRule": { + "type": "string", + "description": "走读生大门时段(进)" + }, + "dormRule": { + "type": "string", + "description": "住宿生大门时段(进)" + }, + "outDayRule": { + "type": "string", + "description": "走读生大门时段(出)" + }, + "outDormRule": { + "type": "string", + "description": "住宿生大门时段(出)" + }, + "roomInRule": { + "type": "string", + "description": "住宿生宿舍时段(进)" + }, + "roomOutRule": { + "type": "string", + "description": "住宿生宿舍时段(出)" + }, + "positionDisable": { + "type": "string", + "description": "禁用的位置,即配置了规则后,此位置不允许进出" + }, + "dayRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DayRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRule" + }, + "description": "" + }, + "outDayRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DayRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DayRule" + }, + "description": "" + }, + "dormRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "outDormRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "roomInRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "roomOutRuleList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRule", + "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" + }, + "description": "" + }, + "positionDisableRule": { + "$ref": "#/components/schemas/PositionDisableRule", + "description": "" + } + } + }, + "key": { + "type": "object", + "properties": {} + }, + "WaitSignDromDTO": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "点名类型\")" + }, + "zoneId": { + "type": "integer", + "description": "校区\")" + }, + "buildIdList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "宿舍楼号\")" + }, + "roomNoList": { + "type": "array", + "items": { + "type": "string" + }, + "description": "宿舍房间号\")" + } + } + }, + "RListStuConductYearVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuConductYearVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductYearVO" + }, + "description": "数据" + } + } + }, "ProfessionalTeacherAcademicRelation": { "type": "object", "properties": { @@ -105803,6 +139244,252 @@ }, "description": "数据" }, + "CloudClassDTO": { + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "" + }, + "createBy": { + "type": "string", + "description": "" + }, + "createTime": { + "type": "string", + "description": "" + }, + "updateBy": { + "type": "string", + "description": "" + }, + "updateTime": { + "type": "string", + "description": "" + }, + "remarks": { + "type": "string", + "description": "" + }, + "delFlag": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classProName": { + "type": "string", + "description": "班级规范名称" + }, + "majorCode": { + "type": "string", + "description": "班级所属专业" + }, + "enterDate": { + "type": "string", + "description": "入学日期" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "string", + "description": "年级" + }, + "deptCode": { + "type": "string", + "description": "归属二级学院" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classQq": { + "type": "string", + "description": "班级QQ" + }, + "preStuNum": { + "type": "integer", + "description": "" + }, + "isGraduate": { + "type": "string", + "description": "" + }, + "isPractice": { + "type": "string", + "description": "" + }, + "isUpdataPractice": { + "type": "string", + "description": "" + }, + "gateRule": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "联院 标记" + }, + "isLb": { + "type": "string", + "description": "联办" + }, + "isHigh": { + "type": "string", + "description": "高级" + }, + "stuLoseRate": { + "type": "number", + "description": "流失率" + }, + "stuNumOrigin": { + "type": "integer", + "description": "班级原始人数" + }, + "enterYear": { + "type": "integer", + "description": "" + }, + "majorName": { + "type": "string", + "description": "" + }, + "teacherName": { + "type": "string", + "description": "" + }, + "classCodes": { + "type": "array", + "items": { + "type": "string" + }, + "description": "" + } + } + }, + "EntranceRule": { + "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": "备注" + }, + "ruleName": { + "type": "string", + "description": "规则名称" + }, + "isHoliday": { + "type": "string", + "description": "假期模式" + }, + "dayRule": { + "type": "string", + "description": "走读生大门时段(进)" + }, + "dormRule": { + "type": "string", + "description": "住宿生大门时段(进)" + }, + "outDayRule": { + "type": "string", + "description": "走读生大门时段(出)" + }, + "outDormRule": { + "type": "string", + "description": "住宿生大门时段(出)" + }, + "roomInRule": { + "type": "string", + "description": "住宿生宿舍时段(进)" + }, + "roomOutRule": { + "type": "string", + "description": "住宿生宿舍时段(出)" + }, + "positionDisable": { + "type": "string", + "description": "禁用的位置,即配置了规则后,此位置不允许进出" + } + } + }, + "MapObject": { + "type": "object", + "properties": { + "key": { + "$ref": "#/components/schemas/key" + } + } + }, + "RListStuConductVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuConductVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductVO" + }, + "description": "数据" + } + } + }, "ProfessionalSocial": { "type": "object", "properties": { @@ -105894,6 +139581,40 @@ }, "description": "net.cyweb.cloud.stuwork.api.VO.StuConductForEmsVO" }, + "RListEntranceRule": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EntranceRule", + "description": "门禁规则" + }, + "description": "数据" + } + } + }, + "HeaderVO": { + "type": "object", + "properties": { + "label": { + "type": "string", + "description": "" + }, + "prop": { + "type": "string", + "description": "" + } + } + }, "ProfessionalTitleRelation": { "type": "object", "properties": { @@ -106037,6 +139758,89 @@ }, "description": "宿舍楼管理员" }, + "RInteger": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "integer", + "description": "数据" + } + } + }, + "DormStatisticsVO": { + "type": "object", + "properties": { + "mapList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/MapObject" + }, + "description": "数据" + }, + "headerVOList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/HeaderVO", + "description": "net.cyweb.cloud.stuwork.api.VO.HeaderVO" + }, + "description": "眉头" + } + } + }, + "RListBasicStudentVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicStudentVO", + "description": "学生表" + }, + "description": "数据" + } + } + }, + "StuConductForEmsVO": { + "type": "object", + "properties": { + "totalScore": { + "type": "number", + "description": "" + }, + "schoolYear": { + "type": "string", + "description": "" + }, + "schoolTerm": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "month": { + "type": "string", + "description": "" + } + } + }, "ProfessionalQualificationRelation": { "type": "object", "properties": { @@ -106297,6 +140101,216 @@ } } }, + "MapBasicClass": { + "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": "" + }, + "remarks": { + "type": "string", + "description": "" + }, + "delFlag": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "班级代码" + }, + "className": { + "type": "string", + "description": "班级名称" + }, + "classNo": { + "type": "string", + "description": "班号" + }, + "classProName": { + "type": "string", + "description": "班级规范名称" + }, + "majorCode": { + "type": "string", + "description": "班级所属专业" + }, + "enterDate": { + "type": "string", + "description": "入学日期" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "grade": { + "type": "string", + "description": "年级" + }, + "deptCode": { + "type": "string", + "description": "归属二级学院" + }, + "deptName": { + "type": "string", + "description": "学院名称" + }, + "classQq": { + "type": "string", + "description": "班级QQ" + }, + "preStuNum": { + "type": "integer", + "description": "" + }, + "isGraduate": { + "type": "string", + "description": "" + }, + "isPractice": { + "type": "string", + "description": "" + }, + "isUpdataPractice": { + "type": "string", + "description": "" + }, + "gateRule": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "" + }, + "isUnion": { + "type": "string", + "description": "联院 标记" + }, + "isLb": { + "type": "string", + "description": "联办" + }, + "isHigh": { + "type": "string", + "description": "高级" + }, + "stuLoseRate": { + "type": "number", + "description": "流失率" + }, + "stuNumOrigin": { + "type": "integer", + "description": "班级原始人数" + }, + "enterYear": { + "type": "integer", + "description": "" + }, + "majorName": { + "type": "string", + "description": "" + } + } + } + } + }, + "REntranceRule": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/EntranceRule", + "description": "数据" + } + } + }, + "RDormStatisticsVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "$ref": "#/components/schemas/DormStatisticsVO", + "description": "数据" + } + } + }, + "PrintDormRoom": { + "type": "object", + "properties": { + "roomNo": { + "type": "string", + "description": "" + }, + "dormRoomStudentVOList": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoomStudentVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomStudentVO" + }, + "description": "" + } + } + }, + "RListStuConductForEmsVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/StuConductForEmsVO", + "description": "net.cyweb.cloud.stuwork.api.VO.StuConductForEmsVO" + }, + "description": "数据" + } + } + }, "ProfessionalStationRelationVO": { "type": "object", "properties": { @@ -106437,6 +140451,27 @@ } } }, + "RListPrintDormRoom": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/PrintDormRoom", + "description": "net.cyweb.cloud.stuwork.api.VO.PrintDormRoom" + }, + "description": "数据" + } + } + }, "BaseInfoDTO": { "type": "object", "properties": { @@ -106596,6 +140631,59 @@ } } }, + "EverDormStudentVO": { + "type": "object", + "properties": { + "classNo": { + "type": "string", + "description": "" + }, + "realName": { + "type": "string", + "description": "" + }, + "bedNo": { + "type": "string", + "description": "" + }, + "roomNo": { + "type": "string", + "description": "" + }, + "stuNo": { + "type": "string", + "description": "" + }, + "buildingNo": { + "type": "string", + "description": "" + }, + "teacherRealName": { + "type": "string", + "description": "" + }, + "teacherPhone": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "majorName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "description": "" + } + } + }, "ProfessionalTeacherBase": { "type": "object", "properties": { @@ -106884,6 +140972,64 @@ } } }, + "BasicClassDeptVO": { + "type": "object", + "properties": { + "deptName": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "majorProName": { + "type": "string", + "description": "" + }, + "teacherNo": { + "type": "string", + "description": "" + }, + "classStatus": { + "type": "string", + "description": "" + }, + "classNo": { + "type": "string", + "description": "" + }, + "teacherPhone": { + "type": "string", + "description": "" + } + } + }, + "RListEverDormStudentVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/EverDormStudentVO", + "description": "net.cyweb.cloud.stuwork.api.VO.EverDormStudentVO" + }, + "description": "数据" + } + } + }, "TeacherAboutInfoDTO": { "type": "object", "properties": { @@ -107165,9 +141311,53 @@ "type": "string", "description": "" }, - "classStatus": { + "idCard": { "type": "string", - "description": "班级状态" + "description": "身份证" + }, + "phone": { + "type": "string", + "description": "学生联系电话" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任姓名" + }, + "education": { + "type": "string", + "description": "" + }, + "majorName": { + "type": "string", + "description": "专业名称" + }, + "majorCode": { + "type": "string", + "description": "" + }, + "householdAddress": { + "type": "string", + "description": "户口所在地" + }, + "roomNo": { + "type": "string", + "description": "房间号" + }, + "classQQ": { + "type": "string", + "description": "" + }, + "graduateNumber": { + "type": "string", + "description": "毕业证号" + }, + "oldName": { + "type": "string", + "description": "/**" }, "className": { "type": "string", @@ -107181,18 +141371,14 @@ "type": "string", "description": "" }, - "majorCode": { + "classStatus": { "type": "string", - "description": "" + "description": "班级状态" }, "majorLevel": { "type": "string", "description": "" }, - "education": { - "type": "string", - "description": "" - }, "stuNos": { "type": "string", "description": "学号" @@ -107277,10 +141463,6 @@ "type": "integer", "description": "借读人数" }, - "phone": { - "type": "string", - "description": "学生联系电话" - }, "tel": { "type": "string", "description": "学生家长联系电话" @@ -107289,26 +141471,10 @@ "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": "操行考核分数/月份" @@ -107369,10 +141535,6 @@ "type": "string", "description": "" }, - "majorName": { - "type": "string", - "description": "专业名称" - }, "parentPhone": { "type": "string", "description": "家长电话" @@ -107867,6 +142029,128 @@ }, "description": "学生表" }, + "RListBasicClassDeptVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicClassDeptVO", + "description": "net.cyweb.cloud.basic.api.vo.BasicClassDeptVO" + }, + "description": "数据" + } + } + }, + "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": "" + }, + "roomStudentId": { + "type": "string", + "description": "" + }, + "deptName": { + "type": "string", + "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\")" + } + } + }, "RListProfessionalTeacherBase": { "type": "object", "properties": { @@ -107967,6 +142251,48 @@ } } }, + "RListBasicClassVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/BasicClassVO", + "description": "" + }, + "description": "数据" + } + } + }, + "RListDormRoomVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormRoomVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomVO" + }, + "description": "数据" + } + } + }, "MapString": { "type": "object", "properties": { @@ -107984,6 +142310,80 @@ }, "description": "java.util.Map" }, + "BasicClassAttenceDTO": { + "type": "object", + "properties": { + "deptCode": { + "type": "string", + "description": "" + }, + "stuNoList": { + "type": "string", + "description": "" + }, + "classCode": { + "type": "string", + "description": "" + }, + "classCodeList": { + "type": "string", + "description": "" + } + } + }, + "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": "请假事由\")" + } + } + }, "TeacherBaseVO": { "type": "object", "properties": { @@ -108337,6 +142737,208 @@ } } }, + "BasicStudent": { + "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": "" + }, + "idCard": { + "type": "string", + "description": "身份证号" + }, + "phone": { + "type": "string", + "description": "本人电话" + }, + "teacherNo": { + "type": "string", + "description": "班主任工号" + }, + "teacherRealName": { + "type": "string", + "description": "班主任工号" + }, + "education": { + "type": "string", + "description": "文化程度" + }, + "majorName": { + "type": "string", + "description": "文化程度" + }, + "majorCode": { + "type": "string", + "description": "" + }, + "householdAddress": { + "type": "string", + "description": "户口所在地" + }, + "roomNo": { + "type": "string", + "description": "宿舍号" + }, + "classQQ": { + "type": "string", + "description": "" + }, + "graduateNumber": { + "type": "string", + "description": "毕业证号" + }, + "oldName": { + "type": "string", + "description": "/**" + }, + "className": { + "type": "string", + "description": "" + }, + "deptCode": { + "type": "string", + "description": "归属二级学院" + }, + "deptName": { + "type": "string", + "description": "学院名称" + } + } + }, + "RListDormStudentForAtVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/DormStudentForAtVO", + "description": "net.cyweb.cloud.stuwork.api.VO.DormStudentForAtVO" + }, + "description": "数据" + } + } + }, "RMapString": { "type": "object", "properties": { @@ -108475,6 +143077,31 @@ } } }, + "ClassMajorInfoVO": { + "type": "object", + "properties": { + "classNo": { + "type": "string", + "description": "" + }, + "majorCode": { + "type": "string", + "description": "" + }, + "majorName": { + "type": "string", + "description": "" + }, + "majorYears": { + "type": "string", + "description": "" + }, + "majorLevel": { + "type": "string", + "description": "" + } + } + }, "TeacherInfoDTO": { "type": "object", "properties": { @@ -108545,6 +143172,27 @@ } } }, + "RListClassMajorInfoVO": { + "type": "object", + "properties": { + "code": { + "type": "integer", + "description": "返回标记:成功标记=0,失败标记=1" + }, + "msg": { + "type": "string", + "description": "返回信息" + }, + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ClassMajorInfoVO", + "description": "班级专业信息" + }, + "description": "数据" + } + } + }, "RListString": { "type": "object", "properties": { diff --git a/src/api/jsonflow/Untitled b/src/api/jsonflow/Untitled new file mode 100644 index 0000000..6477b1b --- /dev/null +++ b/src/api/jsonflow/Untitled @@ -0,0 +1 @@ +basic/basicdept/page \ No newline at end of file diff --git a/src/api/stuwork/classconstruction.ts b/src/api/stuwork/classconstruction.ts new file mode 100644 index 0000000..d1d03e3 --- /dev/null +++ b/src/api/stuwork/classconstruction.ts @@ -0,0 +1,69 @@ +import request from '/@/utils/request'; + +/** + * 分页查询班级建设方案列表 + * @param query + */ +export const fetchList = (query?: any) => { + return request({ + url: '/stuwork/classconstruction/page', + method: 'get', + params: query + }); +}; + +/** + * 初始化班级建设方案 + * @param data + */ +export const initObj = (data?: any) => { + return request({ + url: '/stuwork/classconstruction', + method: 'post', + data + }); +}; + +/** + * 获取详情 + * @param id + */ +export const getDetail = (id: string) => { + return request({ + url: '/stuwork/classconstruction/detail', + method: 'get', + params: { id } + }); +}; + +/** + * 编辑班级建设方案(新增和修改都用这个接口) + * @param data + */ +export const editObj = (data: any) => { + return request({ + url: '/stuwork/classconstruction/edit', + method: 'post', + data + }); +}; + +/** + * 新增班级建设方案(使用编辑接口) + * @param data + */ +export const addObj = (data: any) => { + return editObj(data); +}; + +/** + * 删除班级建设方案 + * @param ids + */ +export const delObj = (ids: string[]) => { + return request({ + url: '/stuwork/classconstruction/delete', + method: 'post', + data: ids + }); +}; diff --git a/src/api/stuwork/classplan.ts b/src/api/stuwork/classplan.ts new file mode 100644 index 0000000..07d6e3e --- /dev/null +++ b/src/api/stuwork/classplan.ts @@ -0,0 +1,62 @@ +import request from '/@/utils/request'; + +/** + * 分页查询班级计划列表 + * @param query + */ +export const fetchList = (query?: any) => { + return request({ + url: '/stuwork/classplan/page', + method: 'get', + params: query + }); +}; + +/** + * 新增班级计划 + * @param data + */ +export const addObj = (data: any) => { + return request({ + url: '/stuwork/classplan', + method: 'post', + data + }); +}; + +/** + * 获取详情 + * @param id + */ +export const getDetail = (id: string) => { + return request({ + url: '/stuwork/classplan/detail', + method: 'get', + params: { id } + }); +}; + +/** + * 编辑班级计划 + * @param data + */ +export const editObj = (data: any) => { + return request({ + url: '/stuwork/classplan/edit', + method: 'post', + data + }); +}; + +/** + * 删除班级计划 + * @param ids + */ +export const delObj = (ids: string[]) => { + return request({ + url: '/stuwork/classplan/delete', + method: 'post', + data: ids + }); +}; + diff --git a/src/views/stuwork/classconstruction/fileList.vue b/src/views/stuwork/classconstruction/fileList.vue new file mode 100644 index 0000000..376dcf2 --- /dev/null +++ b/src/views/stuwork/classconstruction/fileList.vue @@ -0,0 +1,110 @@ + + + + + + diff --git a/src/views/stuwork/classconstruction/form.vue b/src/views/stuwork/classconstruction/form.vue new file mode 100644 index 0000000..cae4cc8 --- /dev/null +++ b/src/views/stuwork/classconstruction/form.vue @@ -0,0 +1,167 @@ + + + + + diff --git a/src/views/stuwork/classconstruction/index.vue b/src/views/stuwork/classconstruction/index.vue new file mode 100644 index 0000000..7620e50 --- /dev/null +++ b/src/views/stuwork/classconstruction/index.vue @@ -0,0 +1,276 @@ + + + + + diff --git a/src/views/stuwork/classplan/form.vue b/src/views/stuwork/classplan/form.vue new file mode 100644 index 0000000..0b70d10 --- /dev/null +++ b/src/views/stuwork/classplan/form.vue @@ -0,0 +1,168 @@ + + + + + + diff --git a/src/views/stuwork/classplan/index.vue b/src/views/stuwork/classplan/index.vue new file mode 100644 index 0000000..5ade4d2 --- /dev/null +++ b/src/views/stuwork/classplan/index.vue @@ -0,0 +1,352 @@ + + + + + diff --git a/src/views/stuwork/classroombase/arrange.vue b/src/views/stuwork/classroombase/arrange.vue index bbdfc0a..941b67b 100644 --- a/src/views/stuwork/classroombase/arrange.vue +++ b/src/views/stuwork/classroombase/arrange.vue @@ -81,7 +81,8 @@ import { ref, reactive, nextTick, onMounted } from 'vue' import { useMessage } from '/@/hooks/message' import { editObj } from '/@/api/stuwork/classroombase' import { queryAllClass } from '/@/api/basic/basicclass' -import { getClassRoomList, getBuildingList } from '/@/api/stuwork/teachclassroom' +import { getClassRoomList } from '/@/api/stuwork/teachclassroom' +import { getBuildingList } from '/@/api/stuwork/teachbuilding' const emit = defineEmits(['refresh'])