{ "openapi": "3.0.1", "info": { "title": "默认模块", "description": "cloud-purchase 模块:采购品目、特殊情况管理接口", "version": "1.0.0" }, "tags": [], "paths": { "/api/stuwork/weekPlan/delete": { "post": { "summary": "通过id删除班主任每周工作安排", "deprecated": false, "description": "通过id删除班主任每周工作安排\n通过id删除班主任每周工作安排", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/weekPlan/edit": { "post": { "summary": "修改班主任每周工作安排", "deprecated": false, "description": "修改班主任每周工作安排\n修改班主任每周工作安排", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WeekPlan", "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/weekPlan": { "post": { "summary": "新增班主任每周工作安排", "deprecated": false, "description": "新增班主任每周工作安排\n新增班主任每周工作安排", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WeekPlan", "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/weekPlan/detail": { "get": { "summary": "通过条件查询", "deprecated": false, "description": "查看详情\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "查询条件", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RWeekPlan", "description": "R 对象列表" }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } }, "security": [] } }, "/api/stuwork/classRoomHygieneDaily/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": "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": "recordDate", "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": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } }, "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": "" } } } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classRoomHygieneDaily/detail": { "get": { "summary": "通过条件查询", "deprecated": false, "description": "通过条件查询教室日卫生检查记录\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/edit": { "post": { "summary": "修改教室日卫生检查记录", "deprecated": false, "description": "修改教室日卫生检查记录\n修改教室日卫生检查记录", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageClassRoomHygieneMonthly", "description": "" }, "example": { "code": 0, "msg": "", "data": { "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/file/exportClassRoomHygieneMonth": { "post": { "summary": "导入教室月卫生", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "format": "binary", "type": "string", "description": "文件", "example": "file://C:\\Users\\49384\\Downloads\\教室月卫生导入模板.xlsx" }, "date": { "description": "月份", "example": "2025-12", "type": "string" } } }, "examples": {} } } }, "responses": { "424": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "string" }, "data": { "type": "string" }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classroomhygienemonthly/detail": { "get": { "summary": "通过条件查询", "deprecated": false, "description": "通过条件查询教室日卫生检查记录\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RClassRoomHygieneMonthly", "description": "R 对象列表" }, "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": {} } }, "security": [] } }, "/api/stuwork/classcheckdaily/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": "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": "", "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classcheckdaily/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classcheckdaily": { "post": { "summary": "新增日常巡检", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassCheckDaily", "description": "日常巡检" }, "example": { "id": "", "classCode": "1512062547", "stuNo": "151206254705", "realName": "王雯慧", "recordTime": "2026-01-23", "score": 5, "note": "111" } } } }, "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/edit": { "post": { "summary": "修改日常巡检", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/classcheckdaily/rank": { "get": { "summary": "学期统计", "deprecated": false, "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, "schema": { "type": "string" } }, { "name": "schoolTerm", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListClassInspectionRankVO", "description": "班级巡检排行列表" }, "example": { "code": 0, "msg": "", "data": [ { "classNo": "", "smokeNum": 0, "noiseNum": 0, "totalNum": 0, "smokeRate": 0, "noiseRate": 0 } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classcheckdaily/classPendingList": { "get": { "summary": "班主任获取日常巡检待处理列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "schema": { "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": "部门编码", "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": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classcheckdaily/resolve": { "post": { "summary": "班主任处理日常巡检记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassCheckDaily", "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//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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/delete": { "post": { "summary": "通过id删除日常行为日检查记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classhygienedaily/detail": { "get": { "summary": "通过条件查询", "deprecated": false, "description": "通过条件查询教室日卫生检查记录\n通过条件查询\n通过条件查询对象", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classhonor/queryClassHonorByClassCode": { "get": { "summary": "班级荣誉", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": true, "example": "0223251708", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListClassHonor" }, "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": {} } }, "security": [] } }, "/api/stuwork/teachclassroomassign/getClassRoomByClassCode": { "get": { "summary": "通过班级代码查教室位置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": true, "example": "0223251708", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RTeachClassRoomAssign", "description": "" }, "example": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "buildingNo": 0, "position": "", "classCode": "", "schoolYear": "", "schoolTerm": "" } } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/queryStuNumByClassCode": { "get": { "summary": "学生概况", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": true, "example": "0223251708", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudent/fearchStuNumByClassCode": { "get": { "summary": "根据班级查住宿男女人数", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": true, "example": "0223251708", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RDormRoomStudentVO", "description": "" }, "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": {} } }, "security": [] } }, "/api/stuwork/stupunlish/queryPunlishNumByClass": { "get": { "summary": "通过班级查各违纪种类人数", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": true, "example": "0223251708", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classpublicity/queryDataByClassCode": { "get": { "summary": "根据班级代码查宣传记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicclass/classExportData": { "post": { "summary": "班级信息导出", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"grade\": \"\",//入学年份\r\n \"teacherRealName\": \"\",//班主任姓名\r\n \"classStatus\": \"\",//班级状态\r\n \"deptCode\": \"\",//学院\r\n \"isUnion\": 0,//联院\r\n \"classNo\": \"\",//班号\r\n \"stuLoseRate\": \"\"//流失率\r\n}" } } }, "responses": { "424": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "string" }, "data": { "type": "string" }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classassessmentsettle/initAssessment": { "post": { "summary": "initAssessment", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassAssessmentSettle", "description": "" }, "examples": {} } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicclass/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": "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BasicClass", "description": "" }, "example": "{\r\n \"enterDate\": \"2025-12-10\",\r\n \"majorCode\": \"121201\",\r\n \"deptCode\": \"12\",\r\n \"classCode\": \"20210113326589\",\r\n \"classNo\": \"6589\",\r\n \"className\": \"测试班级\",\r\n \"classProName\": \"25智能制造技术[五](初)\",\r\n \"grade\": \"2025\",\r\n \"teacherRealName\": \"李响\",\r\n \"teacherNo\": \"00829\",\r\n \"teacherPhone\": \"\",//班主任电话\r\n \"preStuNum\": 100,\r\n \"remarks\": \"测试\"\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/basic/basicclass/edit": { "post": { "summary": "修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": [], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classmasterresume/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classmasterresume": { "post": { "summary": "新增班主任履历", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/edit": { "post": { "summary": "修改班主任履历", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/edit": { "post": { "summary": "修改门禁规则", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": { "post": { "summary": "新增门禁规则", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/openHoliday": { "post": { "summary": "开启假期状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/safety/clouddeviceposition/listAll": { "get": { "summary": "大门列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListCloudDevicePosition" }, "example": { "code": 0, "msg": "", "data": [ { "id": 0, "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "tenantId": 0, "remarks": "", "sort": "", "positionName": "", "buildId": "", "type": "" } ] } } }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "7", "schema": { "type": "string" } }, { "name": "month", "in": "query", "description": "", "required": false, "example": "2026-01", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudentinfo/queryDataByPage": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "10", "schema": { "type": "string" } }, { "name": "stuStatus", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "isRoom", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "enrollStatus", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "temporaryyeYear", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "total", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "parkingNo", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "classStatus", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "completeRate", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "isUnion", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "" } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/saveStu": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"idCard\": \"620000196402091674\",//身份证号\r\n \"gender\": \"1\",//性别\r\n \"birthday\": \"2010-03-23\",//出生日期\r\n \"realName\": \"张大风\",//姓名\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"classCode\": \"1515072544\",//班级代码\r\n \"stuNo\": \"111111111111\",//学号\r\n \"colourSense\": \"1\",//辨色力\r\n \"veteran\": \"0\",//退伍军人\r\n \"politicsStatus\": \"共青团员\",//政治面貌\r\n \"national\": \"81b0a10496edfdea81d9db6a25331be9\",//民族id\r\n \"isLower\": \"0\",//是否10万以下民族\r\n \"seekText\": \"1111\",//既往病史\r\n \"education\": \"1\",//入学前文化程度\r\n \"schoolName\": \"111\",//入学前毕业院校\r\n \"schoolProvince\": \"1\"//毕业学校省市\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5e4e567950fe4122a6c5d149a4cacb52\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",//学院编码\r\n \"deptName\": \"新能源学院\",//学院\r\n \"majorCode\": null,//专业代码\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",//专业名称\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"张裕涛\",//姓名\r\n \"gender\": \"1\",//性别\r\n \"idCard\": \"320581********251x\",//身份证号\r\n \"idNumber\": null,\r\n \"phone\": \"151****0386\",//手机号\r\n \"teacherNo\": \"00306\",//班主任工哈\r\n \"education\": \"4\",//文化程度\r\n \"enrollStatus\": \"0\",//学籍状态\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253534\",//学号\r\n \"isClassLeader\": \"0\",//是否班干部\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",//班级代码\r\n \"className\": \"新能源2535\",//班级名称\r\n \"stuStatus\": \"1\",//学生状态\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",//是否允许进出\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"961e00ea4c724123b967a84e2807b71b\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"鲁佳宏\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"361127********5735\",\r\n \"idNumber\": null,\r\n \"phone\": \"184****1121\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江西省上饶市余干县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253532\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ff626ea29b4547a6b9ba028472ca2965\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"郁修远\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"321322********2414\",\r\n \"idNumber\": null,\r\n \"phone\": \"193****0630\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省宿迁市沭阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253531\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"21d4b25c784b4209a4f1dd74cbe99ca0\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"阙思诺\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"341523********5514\",\r\n \"idNumber\": null,\r\n \"phone\": \"134****1675\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省六安市舒城县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253529\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"c3c52f3e7e5b4639a4014d38692d1504\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"韦金城\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320721********4625\",\r\n \"idNumber\": null,\r\n \"phone\": \"197****7191\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省连云港市赣榆县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253528\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ac48dafb5914435b8cbce13e0bcb6340\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"胡艳\",\r\n \"gender\": \"0\",\r\n \"idCard\": \"340823********4440\",\r\n \"idNumber\": null,\r\n \"phone\": \"173****0557\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省安庆市枞阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253527\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"6aa4be3b099f472094629dd3710f3a3a\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"吴易轩\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320481********0812\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省常州市溧阳市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253526\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"520d95db3b4940cf93ed94220256bfd8\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟宣文\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"510321********3791\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"四川省自贡市荣县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253524\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"8412fd8172ed441eac4bd04b10561ee9\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟前峰\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320382********3652\",\r\n \"idNumber\": null,\r\n \"phone\": \"188****2481\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省徐州市邳州市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253523\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"4778abee6f654bd3970123af43690ef5\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"赵朴单\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320282********0391\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省无锡市宜兴市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253522\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n }\r\n ],\r\n \"total\": 41039,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 4104\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/stuDataExport": { "post": { "summary": "学生信息导出", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n\t\"classCode\": \"\",//班级代码\r\n\t\"grade\": \"\",//入学年份\r\n\t\"stuStatus\": \"\",//学生状态\r\n\t\"isRoom\": \"\",//是否住宿\r\n\t\"deptCode\": \"13\",//学院编码\r\n //基础信息要导出的字段\r\n\t\"basicStudentInfo\": [\r\n\t\t\"realName\", // 姓名\r\n\t\t\"oldName\", // 曾用名\r\n\t\t\"idCard\", // 身份证\r\n\t\t\"gender\", // 性别\r\n\t\t\"birthday\", // 出生日期\r\n\t\t\"householdAddress\", // 户口所在地\r\n\t\t\"politicsStatus\", // 政治面貌\r\n\t\t\"national\", // 民族\r\n\t\t\"isLower\", // 是否10万以下民族\r\n\t\t\"colourSense\", // 辨色力\r\n\t\t\"eyeLeft\", // 裸眼视力(左)\r\n\t\t\"eyeRight\", // 裸眼视力(右)\r\n\t\t\"weight\", // 体重\r\n\t\t\"height\", // 身高\r\n\t\t\"careType\", // 需关爱类型\r\n\t\t\"email\", // 电子邮箱\r\n\t\t\"qq\", // QQ号/微信号\r\n\t\t\"phone\", // 本人电话\r\n\t\t\"veteran\", // 退伍军人\r\n\t\t\"seekText\", // 既往病史\r\n\t\t\"advantage\" // 本人特长\r\n\t],\r\n //学习经历要导出的字段\r\n\t\"basicStudentEducation\": [\r\n\t\t\"education\", // 入学前文化程度\r\n\t\t\"examScore\", // 中考分数\r\n\t\t\"examNo\", // 中考准考证号\r\n\t\t\"temporaryyeYear\", // 本校借读学年\r\n\t\t\"schoolName\", // 入学前毕业学校\r\n\t\t\"schoolProvince\", // 毕业学校省市\r\n\t\t\"position\" // 曾任职务\r\n\t],\r\n //家庭信息要导出的字段\r\n\t\"basicStudentHome\": [\r\n\t\t\"detailedHouseholdAddress\", // 户口详细地址\r\n\t\t\"householdProperties\", // 户口性质\r\n\t\t\"liveAddress\", // 居住详细地址\r\n\t\t\"isTemp\", // 是否租住\r\n\t\t\"incomeSource\", // 家庭主要收入来源\r\n\t\t\"incomeMoney\", // 家庭年收入(万)\r\n\t\t\"incomePerMoney\", // 家庭人均收入(万)\r\n\t\t\"homeDifficulty\", // 是否低保\r\n\t\t\"livewith\", // 共同居住人\r\n\t\t\"fatherName\", // 父亲姓名\r\n\t\t\"fatherPhone\", // 父亲手机号\r\n\t\t\"fatcherIdCard\", // 父亲身份证号\r\n\t\t\"fatherWorkAddress\", // 父亲工作单位\r\n\t\t\"matherName\", // 母亲姓名\r\n\t\t\"matherPhone\", // 母亲手机号\r\n\t\t\"matherIdCard\", // 母亲身份证号\r\n\t\t\"matherWorkAddress\" // 母亲工作单位\r\n\t],\r\n //专业信息要导出的字段\r\n\t\"basicStudentMajorClass\": [\r\n\t\t\"enterDate\", // 入学日期\r\n\t\t\"deptName\", // 学院\r\n\t\t\"deptCode\", // 专业系部\r\n\t\t\"majorName\", // 专业名称\r\n\t\t\"stuNo\", // 学号\r\n\t\t\"schoolRollNumber\", // 学籍号\r\n\t\t\"schoolRoll\", // 学籍\r\n\t\t\"studentStatus\", // 状态\r\n\t\t\"majorLevel\", // 培养层次\r\n\t\t\"majorYears\", // 学制\r\n\t\t\"studyType\", // 学习形式\r\n\t\t\"unionStuNo\", // 联院学号\r\n\t\t\"middleNumber\", // 中技证号\r\n\t\t\"middleTime\", // 中技段结束时间\r\n\t\t\"highNumber\", // 高技证号\r\n\t\t\"highTime\", // 高技段结束时间\r\n\t\t\"technicianNumber\", // 技师证号\r\n\t\t\"graduateNumber\", // 毕业证号\r\n\t\t\"graduateDate\", // 毕业时间\r\n\t\t\"pauseDate\" // 结业时间\r\n\t],\r\n //班级信息要导出的字段\r\n\t\"basicStudentClass\": [\r\n\t\t\"className\", // 班级名称\r\n\t\t\"classNo\", // 班号\r\n\t\t\"classRoomPosition\", // 教室位置\r\n\t\t\"isRoomNo\", // 就读方式\r\n\t\t\"teacherRealName\", // 班主任\r\n\t\t\"teacherTel\", // 班主任联系电话\r\n\t\t\"roomNo\", // 宿舍号\r\n\t\t\"dormBuildingPhone\", // 宿舍联系电话\r\n\t\t\"bankName\", // 中职卡开户行\r\n\t\t\"bankCard\", // 中职卡号\r\n\t\t\"socialBank\", // 社保卡开户行\r\n\t\t\"socialBankNo\", // 社保卡号\r\n\t\t\"parkingNo\", // 停车证号\r\n\t\t\"classQq\", // 班级QQ群号\r\n\t\t\"currentGrade\" // 年级\r\n\t],\r\n //成教信息要导出的字段\r\n\t\"basicStudentAdultEducation\": [\r\n\t\t\"adultSchoolName\", // 成教学院\r\n\t\t\"adultEducation\", // 成教学历\r\n\t\t\"adultExamNo\", // 成教考试号\r\n\t\t\"adultEnterDate\", // 成教入籍日期\r\n\t\t\"adultNo\", // 成教学号\r\n\t\t\"adultMajorName\", // 成教专业\r\n\t\t\"computerScore\", // 成教计算机成绩\r\n\t\t\"englishScore\" // 成教英语成绩\r\n\t],\r\n //学籍状态\r\n\t\"enrollStatus\": \"\"\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"5e4e567950fe4122a6c5d149a4cacb52\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",//学院编码\r\n \"deptName\": \"新能源学院\",//学院\r\n \"majorCode\": null,//专业代码\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",//专业名称\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"张裕涛\",//姓名\r\n \"gender\": \"1\",//性别\r\n \"idCard\": \"320581********251x\",//身份证号\r\n \"idNumber\": null,\r\n \"phone\": \"151****0386\",//手机号\r\n \"teacherNo\": \"00306\",//班主任工哈\r\n \"education\": \"4\",//文化程度\r\n \"enrollStatus\": \"0\",//学籍状态\r\n \"householdAddress\": \"江苏省苏州市常熟市\",//籍贯\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253534\",//学号\r\n \"isClassLeader\": \"0\",//是否班干部\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",//班级代码\r\n \"className\": \"新能源2535\",//班级名称\r\n \"stuStatus\": \"1\",//学生状态\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",//是否允许进出\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"961e00ea4c724123b967a84e2807b71b\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"鲁佳宏\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"361127********5735\",\r\n \"idNumber\": null,\r\n \"phone\": \"184****1121\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江西省上饶市余干县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253532\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ff626ea29b4547a6b9ba028472ca2965\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"郁修远\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"321322********2414\",\r\n \"idNumber\": null,\r\n \"phone\": \"193****0630\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省宿迁市沭阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253531\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"21d4b25c784b4209a4f1dd74cbe99ca0\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"阙思诺\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"341523********5514\",\r\n \"idNumber\": null,\r\n \"phone\": \"134****1675\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省六安市舒城县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253529\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"c3c52f3e7e5b4639a4014d38692d1504\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"韦金城\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320721********4625\",\r\n \"idNumber\": null,\r\n \"phone\": \"197****7191\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省连云港市赣榆县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253528\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"ac48dafb5914435b8cbce13e0bcb6340\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"胡艳\",\r\n \"gender\": \"0\",\r\n \"idCard\": \"340823********4440\",\r\n \"idNumber\": null,\r\n \"phone\": \"173****0557\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"安徽省安庆市枞阳县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253527\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"6aa4be3b099f472094629dd3710f3a3a\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"吴易轩\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320481********0812\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省常州市溧阳市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253526\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"520d95db3b4940cf93ed94220256bfd8\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟宣文\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"510321********3791\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"四川省自贡市荣县\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253524\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"8412fd8172ed441eac4bd04b10561ee9\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"钟前峰\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320382********3652\",\r\n \"idNumber\": null,\r\n \"phone\": \"188****2481\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"4\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省徐州市邳州市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253523\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n },\r\n {\r\n \"id\": \"4778abee6f654bd3970123af43690ef5\",\r\n \"createBy\": null,\r\n \"deptCode\": \"16\",\r\n \"deptName\": \"新能源学院\",\r\n \"majorCode\": null,\r\n \"majorName\": \"电气自动化设备安装与维修[四](高)\",\r\n \"arrangement\": null,\r\n \"sourceOfStudents\": null,\r\n \"educationalSystems\": null,\r\n \"realName\": \"赵朴单\",\r\n \"gender\": \"1\",\r\n \"idCard\": \"320282********0391\",\r\n \"idNumber\": null,\r\n \"phone\": \"\",\r\n \"teacherNo\": \"00306\",\r\n \"education\": \"5\",\r\n \"enrollStatus\": \"0\",\r\n \"householdAddress\": \"江苏省无锡市宜兴市\",\r\n \"roomNo\": null,\r\n \"classQQ\": null,\r\n \"createTime\": null,\r\n \"stuNo\": \"162301253522\",\r\n \"isClassLeader\": \"0\",\r\n \"graduateNumber\": null,\r\n \"oldName\": \"无\",\r\n \"basicStudentInfoDetailVO\": null,\r\n \"basicStudentEducation\": null,\r\n \"basicStudentHome\": null,\r\n \"homeDetailList\": null,\r\n \"basicStudentMajorClassVO\": null,\r\n \"basicStudentAdultEducation\": null,\r\n \"classCode\": \"1623012535\",\r\n \"className\": \"新能源2535\",\r\n \"stuStatus\": \"1\",\r\n \"parkingNo\": null,\r\n \"isInout\": \"1\",\r\n \"completeRate\": \"20%\",\r\n \"national\": null,\r\n \"telPhone\": null,\r\n \"headImg\": null,\r\n \"jzPhone\": null,\r\n \"religiousBelief\": null\r\n }\r\n ],\r\n \"total\": 41039,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 4104\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/updateStuSimpleInfo": { "post": { "summary": "简单信息维护", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "realName": "张裕涛", "idCard": "32058120061201251x", "oldName": "无", "stuNo": "162301253534" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudentinfo/page": { "get": { "summary": "详情1-数据结构", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "integer", "format": "int64", "default": 0 } }, { "name": "stuNo", "in": "query", "description": "", "required": false, "example": "162301253534", "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageBasicStudentInfoVO" }, "example": { "ok": false, "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": "", "pages": 0 } } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/resetPassWord": { "post": { "summary": "重置密码", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "id": "5e4e567950fe4122a6c5d149a4cacb52", "deptName": "新能源学院", "majorName": "电气自动化设备安装与维修[四](高)", "realName": "张裕涛", "gender": "1", "idCard": "32058120061201251x", "phone": "15162580386", "teacherNo": "00306", "education": "4", "enrollStatus": "0", "householdAddress": "江苏省苏州市常熟市", "stuNo": "162301253534", "isClassLeader": "1", "oldName": "无", "classCode": "1623012535", "className": "新能源2535", "stuStatus": "1", "isInout": "1", "completeRate": "20%" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/editIsleader": { "post": { "summary": "任命班干部", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"43ce2fe0-8410-11eb-a06b-0242ac130002\",\r\n \"stuNo\": \"021103090201\",\r\n \"isClassLeader\": 1//是否为班干部1是0否\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/updateInout": { "post": { "summary": "是否进出", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"stuNo\": \"162301253534\",\r\n \"isInout\": 1//是否能进出1是0否\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api//basic/basicnation/getNationalDict": { "get": { "summary": "民族", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api//basic/basicpoliticsstatusbase/getPoliticsStatusDict": { "get": { "summary": "政治面貌", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/api/admin/dict/queryDictByTypeList": { "post": { "summary": "多字典查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"typeList\": [\r\n \"care_type\",//需关爱类型\r\n \"eye_status\",//辨色力\r\n \"veteran_status\",//是否退伍军人\r\n \"pre_school_education\",//入学前文化程度\r\n \"school_province\",//毕业学校省市\r\n \"house_hold_properties\",//户口性质\r\n \"is_temp\",//是否租住\r\n \"income_source\",//家庭主要收入来源\r\n \"home_difficulty\",//是否低保\r\n \"basic_major_level\",//专业培养层次\r\n \"student_status\",//学生状态\r\n \"religious_belief\"//宗教信仰\r\n ]\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/studenthomedetail": { "post": { "summary": "家庭信息保存", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"appellation\": \"1\",//关系\r\n \"realName\": \"李四\",//姓名\r\n \"tel\": \"19851991111\",//手机号\r\n \"idCard\": \"320404200012178489\",//身份证号\r\n \"workAddress\": \"测试\",//地址\r\n \"politicsStatus\": \"1\",\r\n \"health\": \"1\",//身体状况\r\n \"stuNo\": \"162301253534\"//学号\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/family_member_type": { "get": { "summary": "家庭成员类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/health_status": { "get": { "summary": "健康状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudentinfo/edit": { "post": { "summary": "编辑学生信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BasicStudentInfoDTO", "description": "学生基础信息表" }, "example": { "basicStudentInfo": { "id": "8d7aa446f2c347d0a84c1f9bb2c46213", "createBy": "admin", "createTime": "2025-08-29 16:09:54", "oldName": "无", "idCard": "32058120061201251x", "birthday": "2006-12-01 00:00:00", "politicsStatus": "群众", "national": "81b0a10496edfdea81d9db6a25331be9", "colourSense": "1", "height": 172, "weight": 50, "careType": "1", "phone": "15162580386", "veteran": "0", "seekText": "无病史", "advantage": "测试", "religiousBelief": "1", "isLower": "0", "stuNo": "162301253534", "eyeLeft": "3.0", "eyeRight": "3.1", "email": "1@qq.com", "qq": "1134455", "socialBank": "234324", "socialBankNo": "52354" }, "saveStuInfo": { "gender": "" }, "basicStudentEducation": { "id": "f4f0642442744b87a35ece041e3e8ff6", "createTime": "2025-08-29 16:09:54", "stuNo": "162301253534", "education": "4", "examScore": "563", "schoolName": "江苏省常熟中等专业学校", "schoolProvince": "1", "position": "无职务", "examNo": "12343242" }, "basicStudentHome": { "id": "78e2519a95fe76dc604be36da095e5e0", "createTime": "2026-01-13 15:45:41", "stuNo": "162301253534", "householdAddress": "江苏省苏州市常熟市", "householdProperties": "1", "liveAddress": "1111111", "isTemp": "0", "incomeSource": "3", "incomeMoney": 10, "incomePerMoney": 10, "homeDifficulty": "0" }, "homeDetailList": [ { "id": "f7d5ab3807424dbbeccb473db94246ac", "createTime": "2026-01-13 15:36:41", "appellation": "1", "realName": "李四", "tel": "19851991111", "idCard": "320404200012178489", "workAddress": "测试", "politicsStatus": "1", "health": "1" } ], "basicStudentMajorClassVO": { "id": "01dc533f18944c63ad20599d77d1d84a", "createTime": "2025-08-29 16:09:54", "stuNo": "162301253534", "deptName": "新能源学院", "deptCode": "16", "majorName": "电气自动化设备安装与维修[四](高)", "stuStatus": "1", "majorLevel": "3", "majorYears": "4", "className": "新能源2535", "classCode": "1623012535", "classNo": "2535", "teacherNo": "00306", "teacherRealName": "王海燕", "telPhone": "13914343912", "classQq": "0", "middleNumber": "423423432", "middleTime": "2026-01-14", "highNumber": "454656", "highTime": "2026-01-22", "technicianNumber": "22222", "graduateNumber": "33", "graduateDate": "2026-01-14", "pauseDate": "2026-01-29", "bankName": "234324324", "bankCard": "43523", "parkingNo": "23424" }, "basicStudentAdultEducation": { "id": "ccba920294f791b2ee674720f2e2211f", "createTime": "2026-01-13 15:45:42", "schoolName": "测试", "education": "22", "examNo": "22", "enterDate": "2026-01-07", "adultNo": "222", "majorName": "22", "computerScore": "333", "englishScore": "33" }, "stuNo": "162301253534", "realName": "张裕涛", "gender": "1", "classQQ": "0", "isTeacher": "1" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": 0, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/prePrint/162301253534": { "get": { "summary": "根据学号拿到打印学生证信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n //图片信息\n \"ava\": \"data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAMgAyADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA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KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA/9k=\",\n \"basicStudent\": {\n \"id\": null,\n \"createBy\": null,\n \"createTime\": null,\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": null,\n \"remarks\": null,\n \"tenantId\": null,\n \"stuNo\": \"162301253534\",\n \"realName\": \"张裕涛\",\n \"gender\": null,\n \"stuStatus\": null,\n \"classCode\": null,\n \"enrollStatus\": null,\n \"qrCode\": \"/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAMgAyADASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA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KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA/9k=\",\n \"isGradu\": null,\n \"isClassLeader\": null,\n \"graduTime\": null,\n \"isInout\": null,\n \"classMasterName\": null,\n \"classMasterCode\": null,\n \"specialIn\": null,\n \"socialInsurance\": null,\n \"enrollNo\": null,\n \"enrollMiddleNo\": null,\n \"graduNo\": null,\n \"faceExclude\": null,\n \"faceExcludeReason\": null,\n \"avatarAudit\": null,\n \"idCard\": null,\n \"phone\": null,\n \"teacherNo\": null,\n \"teacherRealName\": null,\n \"education\": null,\n \"majorName\": null,\n \"majorCode\": null,\n \"householdAddress\": null,\n \"roomNo\": null,\n \"classQQ\": null,\n \"graduateNumber\": null,\n \"oldName\": null,\n \"className\": \"新能源2535\",\n \"deptCode\": null,\n \"deptName\": \"新能源学院\",\n \"classStatus\": null,\n \"majorLevel\": null,\n \"stuNos\": null,\n \"bankCard\": null,\n \"gradeCurr\": null,\n \"temporaryyeYear\": null,\n \"majorYears\": null,\n \"rewards\": null,\n \"evaluation\": null,\n \"appraisal\": null,\n \"studentStatus\": null,\n \"nationName\": null,\n \"postalAddress\": null,\n \"advantage\": null,\n \"liveAddress\": null,\n \"homeBirth\": null,\n \"national\": null,\n \"politicsStatus\": null,\n \"classNo\": null,\n \"stuNum\": null,\n \"manStuNum\": null,\n \"girlStuNum\": null,\n \"borrowingStuNum\": null,\n \"tel\": null,\n \"birthday\": null,\n \"initial\": null,\n \"scoreOneMonth\": null,\n \"scoreTwoMonth\": null,\n \"scoreThreeMonth\": null,\n \"scoreFourMonth\": null,\n \"scoreFiveMonth\": null,\n \"scoreOneTerm\": null,\n \"scoreSixMonth\": null,\n \"scoreSevenMonth\": null,\n \"scoreEightMonth\": null,\n \"scoreNineMonth\": null,\n \"scoreTenMonth\": null,\n \"scoreTwoTerm\": null,\n \"scoreYear\": null,\n \"schoolYear\": null,\n \"schoolTerm\": null,\n \"parentPhone\": null,\n \"photo\": \"/basic/file/show?fileName=base-userpic/162301253534/162301253534.jpg\",\n \"qrStr\": \"faad747b06d248d9a80fbcb0b643e00c\",\n \"month\": null,\n \"contactName\": null,\n \"contactType\": null,\n \"contactContent\": null,\n \"contactDate\": null,\n \"grade\": null,\n \"content\": null,\n \"week\": null,\n \"reply\": null,\n \"isSpotCheck\": null,\n \"comment\": null,\n \"parentalMsg\": null,\n \"fraction\": null,\n \"strList\": null,\n \"teacherPhone\": null,\n \"atHome\": null,\n \"atSchool\": null,\n \"dgTotle\": null,\n \"headImg\": null,\n \"userType\": null,\n \"educationDetails\": null,\n \"socialDetails\": null,\n \"jldateRange1\": null,\n \"jldateEnd1\": null,\n \"jlschool1\": null,\n \"jlworkAs1\": null,\n \"jldateRange2\": null,\n \"jldateEnd2\": null,\n \"jlschool2\": null,\n \"jlworkAs2\": null,\n \"jldateRange3\": null,\n \"jldateEnd3\": null,\n \"jlschool3\": null,\n \"jlworkAs3\": null,\n \"jldateRange4\": null,\n \"jldateEnd4\": null,\n \"jlschool4\": null,\n \"jlworkAs4\": null,\n \"jldateRange5\": null,\n \"jldateEnd5\": null,\n \"jlschool5\": null,\n \"jlworkAs5\": null,\n \"jcgx\": null,\n \"jcgx2\": null,\n \"jcgx3\": null,\n \"jcgx4\": null,\n \"jcgx5\": null,\n \"jcxm\": null,\n \"jcxm2\": null,\n \"jcxm3\": null,\n \"jcxm4\": null,\n \"jcxm5\": null,\n \"jczzmm\": null,\n \"jczzmm2\": null,\n \"jczzmm3\": null,\n \"jczzmm4\": null,\n \"jczzmm5\": null,\n \"jcgzdw\": null,\n \"jcgzdw2\": null,\n \"jcgzdw3\": null,\n \"jcgzdw4\": null,\n \"jcgzdw5\": null,\n \"jcjkzk\": null,\n \"jcjkzk2\": null,\n \"jcjkzk3\": null,\n \"jcjkzk4\": null,\n \"jcjkzk5\": null,\n \"shcw\": null,\n \"shxm\": null,\n \"shzz\": null,\n \"shrz\": null,\n \"shjk\": null,\n \"shcw1\": null,\n \"shxm1\": null,\n \"shzz1\": null,\n \"shrz1\": null,\n \"shjk1\": null,\n \"shcw2\": null,\n \"shxm2\": null,\n \"shzz2\": null,\n \"shrz2\": null,\n \"shjk2\": null,\n \"shcw3\": null,\n \"shxm3\": null,\n \"shzz3\": null,\n \"shrz3\": null,\n \"shjk3\": null,\n \"currentGrade\": null\n }\n },\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/avatar/list": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/stuwork/classassessmentsettle/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "10", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "1223012254", "schema": { "type": "string" } }, { "name": "schoolYear", "in": "query", "description": "2025-2026学年", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "schoolTerm", "in": "query", "description": "学期", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListClassAssessmentSettle", "description": "" }, "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": {} } }, "security": [] } }, "/api/stuwork/classassessmentsettle/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RClassAssessmentSettle", "description": "R" }, "example": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "classCode": "", "virtualClassNo": "", "schoolYear": "", "schoolTerm": "", "deptCode": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classassessmentsettle": { "post": { "summary": "新增考核班级指定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassAssessmentSettle", "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/classassessmentsettle/batchAdds": { "post": { "summary": "批量新增考核班级", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } }, "security": [] } }, "/api/stuwork/classassessmentsettle/edit": { "post": { "summary": "修改考核班级指定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassAssessmentSettle", "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/classassessmentsettle/delete": { "post": { "summary": "通过id删除考核班级指定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/assessmentcategory/list": { "get": { "summary": "班主任考核-考核项目", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/assessmentpoint/getAssessmentPointListByacId": { "get": { "summary": "班主任考核-考核指标", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "categortyId", "in": "query", "description": "考核项目id", "required": false, "example": "2", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classmasterevaluation/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "当前页", "required": false, "schema": { "type": "integer" } }, { "name": "size", "in": "query", "description": "每页数量", "required": false, "schema": { "type": "integer" } }, { "name": "classMasterCode", "in": "query", "description": "班主任", "required": false, "schema": { "type": "string" } }, { "name": "virtualClassNo", "in": "query", "description": "考核班号", "required": false, "schema": { "type": "string" } }, { "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": "", "required": false, "schema": { "type": "string" } }, { "name": "classCodeList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "classMasterCodeList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptTab", "in": "query", "description": "标记", "required": false, "schema": { "type": "string" } }, { "name": "appealReason", "in": "query", "description": "申诉原因", "required": false, "schema": { "type": "string" } }, { "name": "startTime", "in": "query", "description": "开始时间", "required": false, "schema": { "type": "string" } }, { "name": "endTime", "in": "query", "description": "结束时间", "required": false, "schema": { "type": "string" } }, { "name": "deptName", "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": "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": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classmasterevaluationappeal/page": { "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": "deptCode", "in": "query", "description": "学院", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "classNo", "in": "query", "description": "班号", "required": false, "example": "2247", "schema": { "type": "integer", "format": "int64", "default": 1 } }, { "name": "appealStatus", "in": "query", "description": "审核状态", "required": false, "example": "0", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": { "post": { "summary": "新增班主任考核记录申诉", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassMasterEvaluationAppeal", "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/classmasterevaluationappeal/editAppealStatus": { "post": { "summary": "审批", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/appeal_status": { "get": { "summary": "申诉状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/api/basic/basicyear/queryAllSchoolYear": { "get": { "summary": "学年列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "text/html": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicyear/getNowSchoolYear": { "get": { "summary": "当前学年", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "text/html": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicclass/listByRole": { "get": { "summary": "班级列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "text/html": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicdept/getDeptList": { "get": { "summary": "二级学院列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "secondFlag", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "text/html": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicclass/getGradeList": { "get": { "summary": "入学年份", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "text/html": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/professional/teacherbase/TeacherBaseList": { "get": { "summary": "老师列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "commonDeptCode", "in": "query", "description": "二级学院代码", "required": false, "example": "11", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "text/html": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudent/queryEmptyRoomWithBuildingNo": { "get": { "summary": "空宿舍列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "buildingNo", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "500": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "timestamp": { "type": "string" }, "status": { "type": "integer" }, "error": { "type": "string" }, "path": { "type": "string" } }, "required": [ "timestamp", "status", "error", "path" ] }, "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"076b30c88327c9e09894c609f0b11762\",//id\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 09:44:47\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:00:59\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"1\",//楼号\n \"layers\": 6,//层数\n \"phone\": \"81162201\",//电话号码\n \"nowNum\": 877,//现住人数\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 317,//剩余可住人数\n \"roomEmptyNum5\": 2,//空5人宿舍数\n \"roomEmptyNum4\": 3,//空4人宿舍数\n \"roomEmptyNum3\": 9,//空3人宿舍数\n \"roomEmptyNum2\": 22,//空2人宿舍数\n \"roomEmptyNum1\": 50,//空1人宿舍数\n \"allAlreadyNum\": 877,//已住人数\n \"occupancyRate\": null,\n \"roomEmptyNum\": 29,//空宿舍数\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"061d0e8f5a1971bcd05b18258236092a\",\n \"createBy\": \"admin\",\n \"createTime\": \"2026-01-08 13:17:27\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"10086\",\n \"layers\": 1,\n \"phone\": \"123\",\n \"nowNum\": 0,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 0,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 0,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 0,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 0,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"80ada9540e7a54855838f5e9b9fb88d1\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:05\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:22\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"2\",\n \"layers\": 6,\n \"phone\": \"81162201\",\n \"nowNum\": 810,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 366,\n \"roomEmptyNum5\": 3,\n \"roomEmptyNum4\": 13,\n \"roomEmptyNum3\": 21,\n \"roomEmptyNum2\": 28,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 810,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 21,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"bb62ec24cf504d912d5680780c7db222\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 10:19:20\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:01:38\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"3\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 215,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 3,\n \"roomEmptyNum3\": 10,\n \"roomEmptyNum2\": 29,\n \"roomEmptyNum1\": 55,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 10,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"d29610b7a6b60f51558c65fa29b429ab\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:29:10\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:07\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"4\",\n \"layers\": 6,\n \"phone\": \"81162203\",\n \"nowNum\": 856,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 324,\n \"roomEmptyNum5\": 4,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 15,\n \"roomEmptyNum2\": 27,\n \"roomEmptyNum1\": 46,\n \"allAlreadyNum\": 856,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 24,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"8e09893f7c5542e25aaa0e455fcac625\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-14 14:35:00\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:19\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"\",\n \"buildingNo\": \"5\",\n \"layers\": 6,\n \"phone\": \"81162206\",\n \"nowNum\": 973,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 225,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 2,\n \"roomEmptyNum3\": 12,\n \"roomEmptyNum2\": 26,\n \"roomEmptyNum1\": 54,\n \"allAlreadyNum\": 973,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 11,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"0a82852a8166d44156cd3737012ffc23\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-07-15 10:54:15\",\n \"updateBy\": \"00063\",\n \"updateTime\": \"2024-04-07 14:02:34\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"6\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 628,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 338,\n \"roomEmptyNum5\": 1,\n \"roomEmptyNum4\": 4,\n \"roomEmptyNum3\": 9,\n \"roomEmptyNum2\": 21,\n \"roomEmptyNum1\": 32,\n \"allAlreadyNum\": 628,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 36,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n },\n {\n \"id\": \"ce9d2dae424722b42a12cb9083f60972\",\n \"createBy\": \"admin\",\n \"createTime\": \"2020-09-24 21:17:29\",\n \"updateBy\": \"00353\",\n \"updateTime\": \"2024-05-16 09:41:14\",\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"buildingNo\": \"7\",\n \"layers\": 6,\n \"phone\": \"81162208\",\n \"nowNum\": 1,\n \"roomNum\": null,\n \"allNum\": null,\n \"surplusNum\": 439,\n \"roomEmptyNum5\": 0,\n \"roomEmptyNum4\": 0,\n \"roomEmptyNum3\": 1,\n \"roomEmptyNum2\": 0,\n \"roomEmptyNum1\": 0,\n \"allAlreadyNum\": 1,\n \"occupancyRate\": null,\n \"roomEmptyNum\": 109,\n \"sixRoomNum\": null,\n \"sixNum\": null,\n \"sixAlreadyNum\": null,\n \"fourRoomNum\": null,\n \"fourNum\": null,\n \"fourAlreadyNum\": null,\n \"roomNotEmptyNum\": null,\n \"dormBuildingMangerList\": null,\n \"roomNo\": null\n }\n ],\n \"total\": 8,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudent/queryEmtryRoomDetail": { "get": { "summary": "空几人宿舍列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "buildingNo", "in": "query", "description": "楼栋号", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "roomType", "in": "query", "description": "空几人", "required": false, "example": "5", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormbuilding/edit": { "post": { "summary": "修改宿舍楼", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormbuilding/delete": { "post": { "summary": "通过id删除宿舍楼", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "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/dormbuilding/queryDormStatistics": { "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": "buildNo", "in": "query", "description": "楼栋", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RDormStatisticsVO", "description": "" }, "example": { "code": 0, "msg": "", "data": { "mapList": [ { "": {} } ], "headerVOList": [ { "label": "", "prop": "" } ] } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormbuilding/list": { "get": { "summary": "查询所有楼号", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListDormBuilding", "description": "" }, "example": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "buildingNo": "", "layers": 0, "phone": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroom/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroom": { "post": { "summary": "新增宿舍房间", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/editDept": { "post": { "summary": "学院安排", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "500": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "timestamp": { "type": "string" }, "status": { "type": "integer" }, "error": { "type": "string" }, "path": { "type": "string" } }, "required": [ "timestamp", "status", "error", "path" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroom/dormRoomByRoleList": { "get": { "summary": "根据角色查房间", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "", "schema": { "type": "string" } }, { "name": "roomNo", "in": "query", "description": "房间号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/fetchDormRoomTreeList": { "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": "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/dormitory_occupancy_type": { "get": { "summary": "宿舍空几人类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudent/page": { "get": { "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": "当前页", "required": false, "example": 0, "schema": { "type": "integer", "format": "int64", "default": 1 } }, { "name": "roomNo", "in": "query", "description": "房间号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "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": "", "schema": { "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": "", "schema": { "type": "string" } }, { "name": "teacherRealName", "in": "query", "description": "班主任姓名", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "classNos", "in": "query", "description": "按学院查班级号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "stuNoList", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": [] } }, "/api/basic/basicclass/getListByRole": { "get": { "summary": "选择班级列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/fearchRoomStuNum": { "get": { "summary": "床位号", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "roomNo", "in": "query", "description": "宿舍号", "required": false, "example": "1000000001", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/exportEmptyPeopleRoomExcel": { "post": { "summary": "空 n人宿舍导出", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DormRoomStudentDTO", "description": "" }, "examples": {} } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudent": { "post": { "summary": "新增住宿学生", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DormRoomStudent", "description": "住宿学生" }, "example": { "id": "004fb0a3b72e3cd5c2be15ebb753fa03", "roomNo": "3333", "bedNo": "6", "stuNo": "122301221213", "isLeader": "0" } } } }, "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": "通过id删除住宿学生退宿", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" }, "example": [ "002c97f288cf3e0fa0a44fcb6506710f" ] } } }, "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MapRoomAndBuildingVO", "description": "R" }, "example": { "": { "roomNo": "", "buildingNo": "", "phone": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormhygienedaily/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": "buildingNo", "in": "query", "description": "楼栋号 6", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "schoolYear", "in": "query", "description": "学年如2024-2025", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 1 } }, { "name": "schoolTerm", "in": "query", "description": "学期", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageDormHygieneDaily", "description": "" }, "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": {} } }, "security": [] } }, "/api/stuwork/dormhygienedaily": { "post": { "summary": "新增宿舍日卫生检查表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DormHygieneDaily", "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/dormhygienedaily/edit": { "post": { "summary": "修改宿舍日卫生检查表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DormHygieneDaily", "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/dormhygienedaily/delete": { "post": { "summary": "通过id删除宿舍日卫生检查表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/dormhygienedaily/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RDormHygieneDaily", "description": "R" }, "example": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "schoolYear": "", "schoolTerm": "", "buildingNo": "", "roomNo": "", "recordDate": "", "note": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormhygienemonthly/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": "buildingNo", "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": "month", "in": "query", "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListDormHygieneMonthly", "description": "" }, "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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormhygienemonthly/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/edit": { "post": { "summary": "修改宿舍每月卫生", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/reform_status": { "get": { "summary": "整改状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormreform/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "总数", "required": false, "schema": { "type": "integer", "format": "int64", "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": "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": "schoolYear", "in": "query", "description": "学年", "required": false, "schema": { "type": "string" } }, { "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, "schema": { "type": "string" } }, { "name": "month", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageDormReformVO", "description": "" }, "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": {} } }, "security": [] } }, "/api/stuwork/dormreform": { "post": { "summary": "新增宿舍整改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DormReform", "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/dormreform/edit": { "post": { "summary": "修改宿舍整改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DormReform", "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/dormreform/delete": { "post": { "summary": "通过id删除宿舍整改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/dormreform/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RDormReform", "description": "R" }, "example": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "schoolYear": "", "schoolTerm": "", "roomNo": "", "reformContent": "", "reformStatus": "", "reformDate": "", "deptCodes": "", "deptNames": "", "classNos": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudent/queryStudentAbnormal": { "get": { "summary": "异常住宿信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListEverDormStudentVO", "description": "" }, "example": { "code": 0, "msg": "", "data": [ { "classNo": "", "realName": "", "bedNo": "", "roomNo": "", "stuNo": "", "buildingNo": "", "teacherRealName": "", "teacherPhone": "", "deptCode": "", "majorName": "", "teacherNo": "", "deptName": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork//dormbuildingmanger/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageDormBuildingManger", "description": "" }, "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": {} } }, "security": [] } }, "/api/admin/dict/type/change_type": { "get": { "summary": "异动类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudentchange/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": "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": "房间号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "bedNo", "in": "query", "description": "原床位号", "required": false, "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": "classCode", "in": "query", "description": "班级代码", "required": false, "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" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/dorm_water_source_type": { "get": { "summary": "类型字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/dorm_water_payment_type": { "get": { "summary": "充值类型字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/dorm_water_charge_state": { "get": { "summary": "充值结果字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/dorm_water_state": { "get": { "summary": "状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/waterdetail/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": "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" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/waterdetail": { "post": { "summary": "新增宿舍水电", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/waterdetail/edit": { "post": { "summary": "修改宿舍水电", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/waterdetail/initWaterOrder": { "post": { "summary": "初始化本学期水电", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WaterDetail", "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/waterdetail/delete": { "post": { "summary": "通过id删除宿舍水电", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/watermonthreport/lookDetails": { "get": { "summary": "明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "roomNo", "in": "query", "description": "房间号", "required": false, "example": "1105", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/watermonthreport/delete": { "post": { "summary": "通过id删除宿舍水电月明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/watermonthreport/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "当前页", "required": false, "example": 0, "schema": { "type": "" } }, { "name": "size", "in": "query", "description": "每页显示条数,默认 10", "required": false, "example": 0, "schema": { "type": "integer", "format": "int64", "default": 0 } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageWaterMonthReport", "description": "" }, "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": {} } }, "security": [] } }, "/api/stuwork/watermonthreport": { "post": { "summary": "新增宿舍水电月明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WaterMonthReport", "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/watermonthreport/edit": { "post": { "summary": "修改宿舍水电月明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/WaterMonthReport", "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/watermonthreport/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "" } ] } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classconstructionfile/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": "constructionId", "in": "query", "description": "建设方案id", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageClassConstructionFile", "description": "" }, "example": { "code": 0, "msg": "", "data": { "records": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "title": "", "fileUrl": "", "constructionId": "" } ], "total": 0, "size": 0, "current": 0, "orders": [ { "column": "", "asc": false } ], "optimizeCountSql": false, "searchCount": false, "optimizeJoinOfCountSql": false, "maxLimit": 0, "countId": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classconstructionfile/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RClassConstructionFile", "description": "R" }, "example": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "title": "", "fileUrl": "", "constructionId": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classconstructionfile": { "post": { "summary": "新增班级建设方案附件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassConstructionFile", "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/classconstructionfile/edit": { "post": { "summary": "修改班级建设方案附件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassConstructionFile", "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/classconstructionfile/delete": { "post": { "summary": "通过id删除班级建设方案附件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/classconstruction/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": "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": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": { "post": { "summary": "新增班级计划", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/edit": { "post": { "summary": "修改班级计划", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "10", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "", "required": false, "example": "0", "schema": { "type": "string" } }, { "name": "schoolYear", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "schoolTerm", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "createBy": { "type": "string" }, "createTime": { "type": "string" }, "updateBy": { "type": "null" }, "updateTime": { "type": "null" }, "delFlag": { "type": "string" }, "tenantId": { "type": "null" }, "remarks": { "type": "null" }, "title": { "type": "string" }, "fileUrl": { "type": "string" }, "content": { "type": "null" }, "classNo": { "type": "string" }, "deptCode": { "type": "string" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "delFlag", "tenantId", "remarks", "title", "fileUrl", "content", "classNo", "deptCode" ] } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] }, "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"records\": [\r\n {\r\n \"id\": \"02cc408a5e85a568f39671ae63bae85d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",//标题\r\n \"fileUrl\": \"\",//文件\r\n \"content\": null,//内容\r\n \"classNo\": \"2541\",//班号\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": null//学院名称\r\n },\r\n {\r\n \"id\": \"1461fcae977486b0a36199b40f7c1c84\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2505\",\r\n \"deptCode\": \"11\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"1b7aa8ef7632f66318eda40b429c4c7d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2519\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"23464314091e7d8913131573c6be308f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2538\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"290e2377800249c55bde2095d2bb99d8\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2514\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"29198fad41697bba388c78fe45a7e25d\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2512\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"2954b0c91b869677d3d3d1d482d43897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2513\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"325fd7ff86f8cfae5ce514b062872b90\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2520\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"365a892496e7472b43d5fc9ac8005c76\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2537\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": null\r\n },\r\n {\r\n \"id\": \"3bb31582856327f9d5789f8f7fac9b58\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-10-13 13:45:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"title\": \"\",\r\n \"fileUrl\": \"\",\r\n \"content\": null,\r\n \"classNo\": \"2518\",\r\n \"deptCode\": \"13\",\r\n \"deptName\": null\r\n }\r\n ],\r\n \"total\": 284,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 29\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classpaper": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptName\": \"\",\r\n \"classCode\": \"1517042549\",\r\n \"teacherRealName\": \"\",\r\n \"title\": \"2333\",\r\n \"type\": \"0\",//类型\r\n \"journal\": \"333\",//发表刊物\r\n \"page\": 100,//页码\r\n \"description\": \"333\",//内容\r\n \"isAddScore\": \"\",\r\n \"attachment\":\"/\"//附件地址\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "createBy": { "type": "string" }, "createTime": { "type": "string" }, "updateBy": { "type": "null" }, "updateTime": { "type": "null" }, "delFlag": { "type": "string" }, "tenantId": { "type": "null" }, "remarks": { "type": "null" }, "title": { "type": "string" }, "fileUrl": { "type": "string" }, "content": { "type": "null" }, "classNo": { "type": "string" }, "deptCode": { "type": "string" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "delFlag", "tenantId", "remarks", "title", "fileUrl", "content", "classNo", "deptCode" ] } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classpaper/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/classtheme/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "总数", "required": false, "schema": { "type": "integer", "format": "int64", "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": "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, "schema": { "type": "string" } }, { "name": "schoolYear", "in": "query", "description": "学年", "required": false, "schema": { "type": "string" } }, { "name": "schoolTerm", "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": "isDb", "in": "query", "description": "是否满足次数(数据字典配置)\")", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": [] } }, "/api/stuwork/classtheme": { "post": { "summary": "新增主题班会", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classtheme/edit": { "post": { "summary": "修改主题班会", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassTheme", "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/classtheme/delete": { "post": { "summary": "通过id删除主题班会", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/class_paper_type": { "get": { "summary": "类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classsummary": { "post": { "summary": "新增班级总结", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } ] ], "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/classsummary/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RClassSummary", "description": "R" }, "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": {} } }, "security": [] } }, "/api/stuwork/classsummary/edit": { "post": { "summary": "修改班级总结", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/rewardstudent/getList": { "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": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "1417072412", "schema": { "type": "integer", "format": "int64", "default": 1 } }, { "name": "schoolYear", "in": "query", "description": "学年", "required": false, "example": "2024-2025", "schema": { "type": "string" } }, { "name": "schoolTerm", "in": "query", "description": "学期", "required": false, "example": "1", "schema": { "type": "boolean", "default": true } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListRewardStudentVO", "description": "" }, "example": { "code": 0, "msg": "", "data": [ { "departName": "", "classCode": "", "classNo": "", "realName": "", "stuNo": "", "averageConduct": 0, "averageScore": 0, "violation": "", "upDateTime": "", "ruleName": [ "" ], "schoolYear": "", "schoolTerm": "", "id": "" } ] } } }, "headers": {} } }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/list": { "get": { "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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" ] } } } } }, "security": [] } }, "/api/stuwork/filemanager/detail": { "get": { "summary": "文件详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "114caa084ec51480fa8933b06f01aa7f", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/filemanager": { "post": { "summary": "新增文件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } }, "security": [] } }, "/api/stuwork/filemanager/editFile": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/filemanager/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "1" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/moralplan/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListMoralPlan", "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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/moralplan/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/moralplan": { "post": { "summary": "新增德育计划", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MoralPlan", "description": "德育计划" }, "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": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/moralplan/edit": { "post": { "summary": "修改德育计划", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MoralPlan", "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/moralplan/delete": { "post": { "summary": "通过id删除德育计划", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/termactivity/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/stu_care_type": { "get": { "summary": "需关爱类型字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stucare": { "post": { "summary": "新增心理健康", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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": "stuNo", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListStuCareVO", "description": "" }, "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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stucare/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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/edit": { "post": { "summary": "修改心理健康/更新干预结果", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/StuCare", "description": "心理健康" }, "example": "{\r\n \"id\": \"5bfeec1674453ddbcf1ec0f88f6fd36f\",\r\n \"createTime\": \"2026-01-13 15:30:07\",\r\n \"delFlag\": \"0\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"stuNo\": \"141701224019\",\r\n \"careType\": \"8\",\r\n \"present\": \"没有诚信,老师讲的答应后又做不到;请假欺骗老师;卫生不认真打扫;其父母与弟弟常驻西太湖,对其关心不够,一个多月才见一次\",\r\n \"result\": \"\",//干预结果\r\n \"recordDate\": \"2026-01-13\",\r\n \"realName\": \"刘韵嫣\",\r\n \"deptCode\": \"14\",\r\n \"classCode\": \"1417012343\",\r\n \"teacherRealName\": \"殳叶婷\",\r\n \"teacherTel\": \"18661193535\",\r\n \"teacherNo\": \"00809\"\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/delete": { "post": { "summary": "通过id删除心理健康", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/classhonor": { "post": { "summary": "新增班级荣誉", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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/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": "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" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListClassHonorVO", "description": "" }, "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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classhonor/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classhonor/edit": { "post": { "summary": "修改班级荣誉", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" }, "example": [ "1" ] } } }, "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/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": "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" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListClassPublicityVO", "description": "" }, "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": {} } }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "新增班级宣传", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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}" } } }, "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/edit": { "post": { "summary": "修改班级宣传", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/editBelong": { "post": { "summary": "修改归档", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/class_fee_type": { "get": { "summary": "类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } } } }, "security": [] } }, "/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classfeelog/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classfeelog": { "post": { "summary": "新增班费记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "每页显示条数,默认 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": "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": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "", "schema": { "type": "string" } }, { "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, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListStuConductVO", "description": "" }, "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 } ], "optimizeCountSql": false, "searchCount": false, "optimizeJoinOfCountSql": false, "maxLimit": 0, "countId": "", "pages": 0 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuconduct/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuconduct/queryDataByStuNo": { "get": { "summary": "通过学年学号查看详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "141707213653", "schema": { "type": "string" } }, { "name": "schoolYear", "in": "query", "description": "学年", "required": false, "example": "2021-2022", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListStuConductVO", "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": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuconduct": { "post": { "summary": "新增操行考核", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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}" } } }, "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/edit": { "post": { "summary": "修改操行考核", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/StuConduct", "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/delete": { "post": { "summary": "通过id删除操行考核", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "schoolYear", "in": "query", "description": "学年", "required": false, "example": "2021-2022", "schema": { "type": "string" } }, { "name": "schoolTerm", "in": "query", "description": "学期", "required": false, "example": "2", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "1417072136", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 } ] } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuconduct/getStuConductYear": { "get": { "summary": "学年操行考核查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "schoolYear", "in": "query", "description": "学年", "required": false, "example": "2021-2022", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "1417072136", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 } ] } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classsafeedu/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": "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" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageClassSafeEdu", "description": "" }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } }, "security": [] } }, "/api/stuwork/classsafeedu": { "post": { "summary": "新增安全教育", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classsafeedu/edit": { "post": { "summary": "修改安全教育", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassSafeEdu", "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/classsafeedu/delete": { "post": { "summary": "通过id删除安全教育", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/classactivity/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": "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, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageClassActivity", "description": "" }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } }, "security": [] } }, "/api/stuwork/classactivity": { "post": { "summary": "新增活动记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classactivity/edit": { "post": { "summary": "修改活动记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassActivity", "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/classactivity/delete": { "post": { "summary": "通过id删除活动记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/list": { "get": { "summary": "奖项列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RewardClass", "description": "班级奖项" }, "example": "{\r\n \"classCode\": \"1212082304\",//班级代码\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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RewardDorm", "description": "宿舍奖项" }, "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": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": { "post": { "summary": "新增评优评先奖项", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RewardRule", "description": "评优评先奖项" }, "example": "{\r\n \"ruleName\": \"测试\", //奖项名称\r\n \"ruleType\": \"2\" //奖项类型\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/admin/dict/type/rule_type": { "get": { "summary": "奖项类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "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" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/rewardrule/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": "ruleName", "in": "query", "description": "奖项名称", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "ruleType", "in": "query", "description": "奖项类型", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 1 } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageRewardRule", "description": "" }, "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": {} } }, "security": [] } }, "/api/stuwork/rewardrule/edit": { "post": { "summary": "修改评优评先奖项", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RewardRule", "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/delete": { "post": { "summary": "通过id删除评优评先奖项", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AssessmentCategory", "description": "考核项" }, "example": "{\r\n \"category\": \"测试111\", //考核项名称\r\n \"type\": \"0\" //考核类型\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/assessmentcategory/edit": { "post": { "summary": "修改考核项", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "考核类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/assessmentpoint": { "post": { "summary": "新增考核指标", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$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}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/assessmentpoint/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": "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RIPageListAssessmentPoint", "description": "" }, "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 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/assessmentpoint/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RAssessmentPoint" }, "example": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "tenantId": 0, "remarks": "", "categortyId": "", "pointName": "", "standard": "", "score": 0 } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/assessmentpoint/edit": { "post": { "summary": "修改考核指标", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/AssessmentPoint", "description": "考核指标" }, "example": { "id": "9", "createBy": "1", "createTime": "2021-03-12 21:57:59", "updateBy": "admin", "updateTime": "2026-01-12 17:11:42", "delFlag": "0", "tenantId": 1, "remarks": "扣分前判断当前的总考勤率是否达到15%,只有达到该指定比例,才实行扣分", "categortyId": "1", "pointName": "一日二报", "standard": "每日9:30分、20:30分 对未考勤的班级进行扣分;扣分分值默认为1分", "score": 0 } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/ems/emsopenschooltime/edit": { "post": { "summary": "设置班级开学日期", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"classNo\": \"1517042549\",//班级代码\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"\",\r\n \"openYear\": \"2026\",//开学年\r\n \"openMonth\": \"01\",//开学月\r\n \"openDate\": \"15\",//开学日\r\n \"openHour\": \"00\"//开学时\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/ems/emsqualityreport/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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\": \"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}" } }, "headers": {} } }, "security": [] } }, "/api/ems/emsqualityreport/updatePY": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "stuNo": "151203254615", "comment": "222", "parentalMsg": "333", "schoolYear": "2025-2026", "schoolTerm": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/classconstruction/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "总数", "required": false, "schema": { "type": "integer", "format": "int64", "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": "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, "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": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "" } } } } } }, "security": [] } }, "/classconstruction": { "post": { "summary": "初始化班级建设方案", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "" } } } } } }, "security": [] } }, "/classconstruction/edit": { "post": { "summary": "修改班级建设方案", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClassConstruction", "description": "班级建设方案" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/classconstruction/delete": { "delete": { "summary": "通过id删除班级建设方案", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/api/stuwork/pendingwork/getPendingWork": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuworkstudyalternate/page": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "0", "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": "array", "items": { "type": "string" } } }, { "name": "schoolTerm", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "classNo", "in": "query", "description": "班号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "dateRangeStr", "in": "query", "description": "2022-01-13,2022-02-20时间范围", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "total": { "type": "integer" }, "tableData": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "string" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] } }, "required": [ "total", "tableData" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] }, "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"total\": 0,\r\n \"tableData\": {\r\n \"records\": [\r\n {\r\n \"id\": \"1671098cede3e0c5d7786da350ccf510\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205235\",//学号\r\n \"realName\": \"张熙\",//姓名\r\n \"classCode\": \"1223012052\",//班级代码\r\n \"className\": \"智能制造2052\",//班级姓名\r\n \"classNo\": \"2052\",//班号\r\n \"classProName\": \"20智能制造技术[四](高)\",//班级规范名称\r\n \"schoolYear\": \"2022-2023\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"startTime\": \"2022-11-14 00:00:00\",//开始时间\r\n \"endTime\": \"2022-12-09 23:59:59\",//结束时间\r\n \"auditStatus\": \"1\",//审核状态0未通过1已通过\r\n \"deptAudit\": \"1\",//基础部审核\r\n \"schoolAudit\": \"1\",//学工处审批\r\n \"cityAudit\": \"1\",//市局审核\")\r\n \"deptCode\": \"12\",//学院编码\r\n \"deptName\": \"智能制造学院\",//学院\r\n \"attendanceTeacherNo\": null,//带班教师工号\r\n \"attendanceTeacherName\": null//带班教师姓名\r\n },\r\n {\r\n \"id\": \"ffa3dfa1250ab8609a206f35136fc010\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205212\",\r\n \"realName\": \"林家东\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2022-12-09 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"2bcfb6411145c418a501e729bf4c8d28\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205233\",\r\n \"realName\": \"张文浩\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2022-12-09 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"28a824e3c13d8ba0ecb8d249f332a460\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205230\",\r\n \"realName\": \"姚思杰\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2022-12-09 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"136281e7f71849c3064211f4e3ece6bb\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205241\",\r\n \"realName\": \"李叶\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2022-12-09 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"202f6a6c31987cde025a5c3c484a2768\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205219\",\r\n \"realName\": \"宋华烨\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2022-12-09 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"1c75e5ea47b825a47c21f0ad9b069700\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205242\",\r\n \"realName\": \"石霄\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2022-12-09 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"15c329c2442f464bbc611374ffc3daca\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"122301205218\",\r\n \"realName\": \"马露\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2022-12-09 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"0cf63fe1064af111d18bee237ecedd20\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": \"2024-04-17 15:49:27\",\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"121705210601\",\r\n \"realName\": \"戴楠\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2024-02-14 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n },\r\n {\r\n \"id\": \"03f22e7434437eacaf6d766e87ab3e4f\",\r\n \"createBy\": \"00309\",\r\n \"createTime\": \"2022-11-29 15:32:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": \"2024-04-17 15:45:02\",\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"stuNo\": \"121705210608\",\r\n \"realName\": \"周浩\",\r\n \"classCode\": \"1223012052\",\r\n \"className\": \"智能制造2052\",\r\n \"classNo\": \"2052\",\r\n \"classProName\": \"20智能制造技术[四](高)\",\r\n \"schoolYear\": \"2022-2023\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2022-11-14 00:00:00\",\r\n \"endTime\": \"2024-05-21 23:59:59\",\r\n \"auditStatus\": \"1\",\r\n \"deptAudit\": \"1\",\r\n \"schoolAudit\": \"1\",\r\n \"cityAudit\": \"1\",\r\n \"deptCode\": \"12\",\r\n \"deptName\": \"智能制造学院\",\r\n \"attendanceTeacherNo\": null,\r\n \"attendanceTeacherName\": null\r\n }\r\n ],\r\n \"total\": 395,\r\n \"size\": 10,\r\n \"current\": 0,\r\n \"pages\": 40\r\n }\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormroomstudent/queryStudentDataListByClass": { "get": { "summary": "学生列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": false, "example": "1517042549", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "null" }, "createBy": { "type": "null" }, "createTime": { "type": "null" }, "updateBy": { "type": "null" }, "updateTime": { "type": "null" }, "delFlag": { "type": "null" }, "remarks": { "type": "null" }, "tenantId": { "type": "null" }, "stuNo": { "type": "string" }, "realName": { "type": "string" }, "gender": { "type": "null" }, "stuStatus": { "type": "null" }, "classCode": { "type": "null" }, "enrollStatus": { "type": "null" }, "qrCode": { "type": "null" }, "isGradu": { "type": "null" }, "isClassLeader": { "type": "null" }, "graduTime": { "type": "null" }, "isInout": { "type": "null" }, "classMasterName": { "type": "null" }, "classMasterCode": { "type": "null" }, "specialIn": { "type": "null" }, "socialInsurance": { "type": "null" }, "enrollNo": { "type": "null" }, "enrollMiddleNo": { "type": "null" }, "graduNo": { "type": "null" }, "faceExclude": { "type": "null" }, "faceExcludeReason": { "type": "null" }, "avatarAudit": { "type": "null" }, "idCard": { "type": "null" }, "phone": { "type": "null" }, "teacherNo": { "type": "null" }, "teacherRealName": { "type": "null" }, "education": { "type": "null" }, "majorName": { "type": "null" }, "majorCode": { "type": "null" }, "householdAddress": { "type": "null" }, "roomNo": { "type": "string", "nullable": true }, "classQQ": { "type": "null" }, "graduateNumber": { "type": "null" }, "oldName": { "type": "null" }, "className": { "type": "null" }, "deptCode": { "type": "null" }, "deptName": { "type": "null" }, "classStatus": { "type": "null" }, "majorLevel": { "type": "null" }, "stuNos": { "type": "null" }, "bankCard": { "type": "null" }, "gradeCurr": { "type": "null" }, "temporaryyeYear": { "type": "null" }, "majorYears": { "type": "null" }, "rewards": { "type": "null" }, "evaluation": { "type": "null" }, "appraisal": { "type": "null" }, "studentStatus": { "type": "null" }, "nationName": { "type": "null" }, "postalAddress": { "type": "null" }, "advantage": { "type": "null" }, "liveAddress": { "type": "null" }, "homeBirth": { "type": "null" }, "national": { "type": "null" }, "politicsStatus": { "type": "null" }, "classNo": { "type": "null" }, "stuNum": { "type": "null" }, "manStuNum": { "type": "null" }, "girlStuNum": { "type": "null" }, "borrowingStuNum": { "type": "null" }, "tel": { "type": "null" }, "birthday": { "type": "null" }, "initial": { "type": "null" }, "scoreOneMonth": { "type": "null" }, "scoreTwoMonth": { "type": "null" }, "scoreThreeMonth": { "type": "null" }, "scoreFourMonth": { "type": "null" }, "scoreFiveMonth": { "type": "null" }, "scoreOneTerm": { "type": "null" }, "scoreSixMonth": { "type": "null" }, "scoreSevenMonth": { "type": "null" }, "scoreEightMonth": { "type": "null" }, "scoreNineMonth": { "type": "null" }, "scoreTenMonth": { "type": "null" }, "scoreTwoTerm": { "type": "null" }, "scoreYear": { "type": "null" }, "schoolYear": { "type": "null" }, "schoolTerm": { "type": "null" }, "parentPhone": { "type": "null" }, "photo": { "type": "null" }, "qrStr": { "type": "null" }, "month": { "type": "null" }, "contactName": { "type": "null" }, "contactType": { "type": "null" }, "contactContent": { "type": "null" }, "contactDate": { "type": "null" }, "grade": { "type": "null" }, "content": { "type": "null" }, "week": { "type": "null" }, "reply": { "type": "null" }, "isSpotCheck": { "type": "null" }, "comment": { "type": "null" }, "parentalMsg": { "type": "null" }, "fraction": { "type": "null" }, "strList": { "type": "null" }, "teacherPhone": { "type": "null" }, "atHome": { "type": "null" }, "atSchool": { "type": "null" }, "dgTotle": { "type": "null" }, "headImg": { "type": "null" }, "userType": { "type": "null" }, "educationDetails": { "type": "null" }, "socialDetails": { "type": "null" }, "jldateRange1": { "type": "null" }, "jldateEnd1": { "type": "null" }, "jlschool1": { "type": "null" }, "jlworkAs1": { "type": "null" }, "jldateRange2": { "type": "null" }, "jldateEnd2": { "type": "null" }, "jlschool2": { "type": "null" }, "jlworkAs2": { "type": "null" }, "jldateRange3": { "type": "null" }, "jldateEnd3": { "type": "null" }, "jlschool3": { "type": "null" }, "jlworkAs3": { "type": "null" }, "jldateRange4": { "type": "null" }, "jldateEnd4": { "type": "null" }, "jlschool4": { "type": "null" }, "jlworkAs4": { "type": "null" }, "jldateRange5": { "type": "null" }, "jldateEnd5": { "type": "null" }, "jlschool5": { "type": "null" }, "jlworkAs5": { "type": "null" }, "jcgx": { "type": "null" }, "jcgx2": { "type": "null" }, "jcgx3": { "type": "null" }, "jcgx4": { "type": "null" }, "jcgx5": { "type": "null" }, "jcxm": { "type": "null" }, "jcxm2": { "type": "null" }, "jcxm3": { "type": "null" }, "jcxm4": { "type": "null" }, "jcxm5": { "type": "null" }, "jczzmm": { "type": "null" }, "jczzmm2": { "type": "null" }, "jczzmm3": { "type": "null" }, "jczzmm4": { "type": "null" }, "jczzmm5": { "type": "null" }, "jcgzdw": { "type": "null" }, "jcgzdw2": { "type": "null" }, "jcgzdw3": { "type": "null" }, "jcgzdw4": { "type": "null" }, "jcgzdw5": { "type": "null" }, "jcjkzk": { "type": "null" }, "jcjkzk2": { "type": "null" }, "jcjkzk3": { "type": "null" }, "jcjkzk4": { "type": "null" }, "jcjkzk5": { "type": "null" }, "shcw": { "type": "null" }, "shxm": { "type": "null" }, "shzz": { "type": "null" }, "shrz": { "type": "null" }, "shjk": { "type": "null" }, "shcw1": { "type": "null" }, "shxm1": { "type": "null" }, "shzz1": { "type": "null" }, "shrz1": { "type": "null" }, "shjk1": { "type": "null" }, "shcw2": { "type": "null" }, "shxm2": { "type": "null" }, "shzz2": { "type": "null" }, "shrz2": { "type": "null" }, "shjk2": { "type": "null" }, "shcw3": { "type": "null" }, "shxm3": { "type": "null" }, "shzz3": { "type": "null" }, "shrz3": { "type": "null" }, "shjk3": { "type": "null" }, "currentGrade": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "delFlag", "remarks", "tenantId", "stuNo", "realName", "gender", "stuStatus", "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", "temporaryyeYear", "majorYears", "rewards", "evaluation", "appraisal", "studentStatus", "nationName", "postalAddress", "advantage", "liveAddress", "homeBirth", "national", "politicsStatus", "classNo", "stuNum", "manStuNum", "girlStuNum", "borrowingStuNum", "tel", "birthday", "initial", "scoreOneMonth", "scoreTwoMonth", "scoreThreeMonth", "scoreFourMonth", "scoreFiveMonth", "scoreOneTerm", "scoreSixMonth", "scoreSevenMonth", "scoreEightMonth", "scoreNineMonth", "scoreTenMonth", "scoreTwoTerm", "scoreYear", "schoolYear", "schoolTerm", "parentPhone", "photo", "qrStr", "month", "contactName", "contactType", "contactContent", "contactDate", "grade", "content", "week", "reply", "isSpotCheck", "comment", "parentalMsg", "fraction", "strList", "teacherPhone", "atHome", "atSchool", "dgTotle", "headImg", "userType", "educationDetails", "socialDetails", "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" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } } } }, "security": [] } }, "/api/stuwork/stuworkstudyalternate": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"classCode\": \"1612052533\",//班级代码\r\n \"dateRange\": [\r\n \"2026-01-13\",\r\n \"2026-02-1\"\r\n ],//日期\r\n //学号集合\r\n \"stuNoList\": [\r\n \"121707251524\",\r\n \"161205253301\",\r\n \"161205253302\",\r\n \"161205253303\",\r\n \"161205253304\",\r\n \"161205253305\",\r\n \"161205253306\",\r\n \"161205253307\",\r\n \"161205253308\",\r\n \"161205253309\",\r\n \"161205253310\",\r\n \"161205253311\",\r\n \"161205253312\",\r\n \"161205253313\",\r\n \"161205253314\",\r\n \"161205253315\",\r\n \"161205253316\",\r\n \"161205253317\",\r\n \"161205253318\",\r\n \"161205253319\",\r\n \"161205253320\",\r\n \"161205253321\",\r\n \"161205253322\",\r\n \"161205253323\",\r\n \"161205253324\",\r\n \"161205253325\",\r\n \"161205253326\",\r\n \"161205253327\",\r\n \"161205253328\",\r\n \"161205253329\",\r\n \"161205253330\",\r\n \"161205253331\",\r\n \"161205253332\",\r\n \"161205253333\",\r\n \"161205253334\",\r\n \"161205253335\",\r\n \"161205253336\",\r\n \"161205253337\",\r\n \"161205253338\",\r\n \"161205253339\",\r\n \"161205253340\",\r\n \"161205253341\",\r\n \"161205253342\",\r\n \"161205253343\",\r\n \"161205253344\",\r\n \"161205253345\",\r\n \"161205253346\",\r\n \"161205253347\",\r\n \"161205253348\",\r\n \"161205253349\",\r\n \"161205253351\",\r\n \"161205253352\",\r\n \"161205253353\",\r\n \"161205253354\"\r\n ]\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/professional/teacherbase/getTeacherInfoCommon": { "get": { "summary": "指定教师列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "searchKeywords", "in": "query", "description": "关键字 工号或者姓名", "required": false, "example": "2", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "string" }, "updateTime": { "type": "string" }, "delFlag": { "type": "string" }, "remarks": { "type": "string", "nullable": true }, "tenantId": { "type": "integer" }, "sort": { "type": "integer" }, "teacherNo": { "type": "string" }, "realName": { "type": "string" }, "sex": { "type": "string" }, "birthday": { "type": "string" }, "national": { "type": "string" }, "politicsStatus": { "type": "string", "nullable": true }, "idCard": { "type": "string" }, "nativePlace": { "type": "string" }, "birthPlace": { "type": "string", "nullable": true }, "health": { "type": "null" }, "homePhone": { "type": "string", "nullable": true }, "telPhone": { "type": "string" }, "telPhoneTwo": { "type": "string", "nullable": true }, "homeAddress": { "type": "string" }, "speciality": { "type": "null" }, "teacherPhoto": { "type": "string" }, "deptCode": { "type": "string" }, "inoutFlag": { "type": "string" }, "inoutRemarks": { "type": "string", "nullable": true }, "bankNo": { "type": "string" }, "bankOpen": { "type": "string" }, "commonDeptCode": { "type": "string" }, "tied": { "type": "string" }, "isWeekPwd": { "type": "string" }, "teacherCate": { "type": "string" }, "teacherClassify": { "type": "string" }, "tiedYear": { "type": "string", "nullable": true }, "religiousBelief": { "type": "string" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "delFlag", "remarks", "tenantId", "sort", "teacherNo", "realName", "sex", "birthday", "national", "politicsStatus", "idCard", "nativePlace", "birthPlace", "health", "homePhone", "telPhone", "telPhoneTwo", "homeAddress", "speciality", "teacherPhoto", "deptCode", "inoutFlag", "inoutRemarks", "bankNo", "bankOpen", "commonDeptCode", "tied", "isWeekPwd", "teacherCate", "teacherClassify", "tiedYear", "religiousBelief" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] }, "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": [\n {\n \"id\": \"067a5d950b3511ec98fd96fcb4d2b441\",\n \"teacherNo\": \"00729\",//工号\n \"realName\": \"吴甫\"//姓名\n }\n ],\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuworkstudyalternate/chooseTeacherAttendance": { "post": { "summary": "指定带班老师", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"classNo\": \"2440\",//班号\r\n \"teacherNo\": \"00394\"//老师工号\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuworkstudyalternate/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "094394674a81bae1befa1e7eb3f6790f" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuworkstudyalternate/queryAttendanceClass": { "post": { "summary": "待考勤班级列表(需要指定老师登录如00394,密码同admin)", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "null" }, "createBy": { "type": "null" }, "createTime": { "type": "null" }, "updateBy": { "type": "null" }, "updateTime": { "type": "null" }, "delFlag": { "type": "null" }, "remarks": { "type": "null" }, "tenantId": { "type": "null" }, "stuNo": { "type": "string" }, "realName": { "type": "string" }, "gender": { "type": "null" }, "stuStatus": { "type": "null" }, "classCode": { "type": "null" }, "enrollStatus": { "type": "null" }, "qrCode": { "type": "null" }, "isGradu": { "type": "null" }, "isClassLeader": { "type": "null" }, "graduTime": { "type": "null" }, "isInout": { "type": "null" }, "classMasterName": { "type": "null" }, "classMasterCode": { "type": "null" }, "specialIn": { "type": "null" }, "socialInsurance": { "type": "null" }, "enrollNo": { "type": "null" }, "enrollMiddleNo": { "type": "null" }, "graduNo": { "type": "null" }, "faceExclude": { "type": "null" }, "faceExcludeReason": { "type": "null" }, "avatarAudit": { "type": "null" }, "idCard": { "type": "null" }, "phone": { "type": "null" }, "teacherNo": { "type": "null" }, "teacherRealName": { "type": "null" }, "education": { "type": "null" }, "majorName": { "type": "null" }, "majorCode": { "type": "null" }, "householdAddress": { "type": "null" }, "roomNo": { "type": "string", "nullable": true }, "classQQ": { "type": "null" }, "graduateNumber": { "type": "null" }, "oldName": { "type": "null" }, "className": { "type": "null" }, "deptCode": { "type": "null" }, "deptName": { "type": "null" }, "classStatus": { "type": "null" }, "majorLevel": { "type": "null" }, "stuNos": { "type": "null" }, "bankCard": { "type": "null" }, "gradeCurr": { "type": "null" }, "temporaryyeYear": { "type": "null" }, "majorYears": { "type": "null" }, "rewards": { "type": "null" }, "evaluation": { "type": "null" }, "appraisal": { "type": "null" }, "studentStatus": { "type": "null" }, "nationName": { "type": "null" }, "postalAddress": { "type": "null" }, "advantage": { "type": "null" }, "liveAddress": { "type": "null" }, "homeBirth": { "type": "null" }, "national": { "type": "null" }, "politicsStatus": { "type": "null" }, "classNo": { "type": "null" }, "stuNum": { "type": "null" }, "manStuNum": { "type": "null" }, "girlStuNum": { "type": "null" }, "borrowingStuNum": { "type": "null" }, "tel": { "type": "null" }, "birthday": { "type": "null" }, "initial": { "type": "null" }, "scoreOneMonth": { "type": "null" }, "scoreTwoMonth": { "type": "null" }, "scoreThreeMonth": { "type": "null" }, "scoreFourMonth": { "type": "null" }, "scoreFiveMonth": { "type": "null" }, "scoreOneTerm": { "type": "null" }, "scoreSixMonth": { "type": "null" }, "scoreSevenMonth": { "type": "null" }, "scoreEightMonth": { "type": "null" }, "scoreNineMonth": { "type": "null" }, "scoreTenMonth": { "type": "null" }, "scoreTwoTerm": { "type": "null" }, "scoreYear": { "type": "null" }, "schoolYear": { "type": "null" }, "schoolTerm": { "type": "null" }, "parentPhone": { "type": "null" }, "photo": { "type": "null" }, "qrStr": { "type": "null" }, "month": { "type": "null" }, "contactName": { "type": "null" }, "contactType": { "type": "null" }, "contactContent": { "type": "null" }, "contactDate": { "type": "null" }, "grade": { "type": "null" }, "content": { "type": "null" }, "week": { "type": "null" }, "reply": { "type": "null" }, "isSpotCheck": { "type": "null" }, "comment": { "type": "null" }, "parentalMsg": { "type": "null" }, "fraction": { "type": "null" }, "strList": { "type": "null" }, "teacherPhone": { "type": "null" }, "atHome": { "type": "null" }, "atSchool": { "type": "null" }, "dgTotle": { "type": "null" }, "headImg": { "type": "null" }, "userType": { "type": "null" }, "educationDetails": { "type": "null" }, "socialDetails": { "type": "null" }, "jldateRange1": { "type": "null" }, "jldateEnd1": { "type": "null" }, "jlschool1": { "type": "null" }, "jlworkAs1": { "type": "null" }, "jldateRange2": { "type": "null" }, "jldateEnd2": { "type": "null" }, "jlschool2": { "type": "null" }, "jlworkAs2": { "type": "null" }, "jldateRange3": { "type": "null" }, "jldateEnd3": { "type": "null" }, "jlschool3": { "type": "null" }, "jlworkAs3": { "type": "null" }, "jldateRange4": { "type": "null" }, "jldateEnd4": { "type": "null" }, "jlschool4": { "type": "null" }, "jlworkAs4": { "type": "null" }, "jldateRange5": { "type": "null" }, "jldateEnd5": { "type": "null" }, "jlschool5": { "type": "null" }, "jlworkAs5": { "type": "null" }, "jcgx": { "type": "null" }, "jcgx2": { "type": "null" }, "jcgx3": { "type": "null" }, "jcgx4": { "type": "null" }, "jcgx5": { "type": "null" }, "jcxm": { "type": "null" }, "jcxm2": { "type": "null" }, "jcxm3": { "type": "null" }, "jcxm4": { "type": "null" }, "jcxm5": { "type": "null" }, "jczzmm": { "type": "null" }, "jczzmm2": { "type": "null" }, "jczzmm3": { "type": "null" }, "jczzmm4": { "type": "null" }, "jczzmm5": { "type": "null" }, "jcgzdw": { "type": "null" }, "jcgzdw2": { "type": "null" }, "jcgzdw3": { "type": "null" }, "jcgzdw4": { "type": "null" }, "jcgzdw5": { "type": "null" }, "jcjkzk": { "type": "null" }, "jcjkzk2": { "type": "null" }, "jcjkzk3": { "type": "null" }, "jcjkzk4": { "type": "null" }, "jcjkzk5": { "type": "null" }, "shcw": { "type": "null" }, "shxm": { "type": "null" }, "shzz": { "type": "null" }, "shrz": { "type": "null" }, "shjk": { "type": "null" }, "shcw1": { "type": "null" }, "shxm1": { "type": "null" }, "shzz1": { "type": "null" }, "shrz1": { "type": "null" }, "shjk1": { "type": "null" }, "shcw2": { "type": "null" }, "shxm2": { "type": "null" }, "shzz2": { "type": "null" }, "shrz2": { "type": "null" }, "shjk2": { "type": "null" }, "shcw3": { "type": "null" }, "shxm3": { "type": "null" }, "shzz3": { "type": "null" }, "shrz3": { "type": "null" }, "shjk3": { "type": "null" }, "currentGrade": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "delFlag", "remarks", "tenantId", "stuNo", "realName", "gender", "stuStatus", "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", "temporaryyeYear", "majorYears", "rewards", "evaluation", "appraisal", "studentStatus", "nationName", "postalAddress", "advantage", "liveAddress", "homeBirth", "national", "politicsStatus", "classNo", "stuNum", "manStuNum", "girlStuNum", "borrowingStuNum", "tel", "birthday", "initial", "scoreOneMonth", "scoreTwoMonth", "scoreThreeMonth", "scoreFourMonth", "scoreFiveMonth", "scoreOneTerm", "scoreSixMonth", "scoreSevenMonth", "scoreEightMonth", "scoreNineMonth", "scoreTenMonth", "scoreTwoTerm", "scoreYear", "schoolYear", "schoolTerm", "parentPhone", "photo", "qrStr", "month", "contactName", "contactType", "contactContent", "contactDate", "grade", "content", "week", "reply", "isSpotCheck", "comment", "parentalMsg", "fraction", "strList", "teacherPhone", "atHome", "atSchool", "dgTotle", "headImg", "userType", "educationDetails", "socialDetails", "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" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuworkstudyalternate/queryNeedAttendanceStu": { "post": { "summary": "待考勤列表(00394登录)", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"classCode\": \"1412052440\",//班级代码\r\n \"deptCode\": \"14\"//学院代码\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "total": { "type": "integer" }, "tableData": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "string" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] } }, "required": [ "total", "tableData" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] }, "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": [\r\n {\r\n \"stuNo\": \"141205244037\",//学号\r\n \"realName\": \"余梦馨\",//姓名\r\n \"classCode\": \"1412052440\",//班级代码\r\n \"className\": \"医药康养2440\",//班级名称\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",//班级规范名称\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"deptCode\": \"14\",//学院代码\r\n \"deptName\": \"医药康养学院\",//学院\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",//工学交替开始时间\r\n \"endTime\": \"2026-02-12 23:59:59\"//结束时间\r\n },\r\n {\r\n \"stuNo\": \"141205244047\",\r\n \"realName\": \"褚童杰\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244016\",\r\n \"realName\": \"刘佳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244022\",\r\n \"realName\": \"彭佳缘\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244002\",\r\n \"realName\": \"陈晨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244053\",\r\n \"realName\": \"胡心悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244015\",\r\n \"realName\": \"李悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244003\",\r\n \"realName\": \"陈欣悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244010\",\r\n \"realName\": \"化晓雨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244045\",\r\n \"realName\": \"朱紫涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244050\",\r\n \"realName\": \"秦钰宝\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244038\",\r\n \"realName\": \"张金丽\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244052\",\r\n \"realName\": \"朱永胜\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244025\",\r\n \"realName\": \"沈梓涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244008\",\r\n \"realName\": \"贺艺柔\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244024\",\r\n \"realName\": \"冉玉琴\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244049\",\r\n \"realName\": \"廖家玉\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244020\",\r\n \"realName\": \"刘悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244009\",\r\n \"realName\": \"侯予涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244019\",\r\n \"realName\": \"刘诗琪\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244018\",\r\n \"realName\": \"刘良红\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244026\",\r\n \"realName\": \"宋心茹\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244040\",\r\n \"realName\": \"张雅婷\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244034\",\r\n \"realName\": \"徐艳芳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244030\",\r\n \"realName\": \"王丝雨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244023\",\r\n \"realName\": \"钱鑫怡\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244021\",\r\n \"realName\": \"路伶俐\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244014\",\r\n \"realName\": \"李丁缘\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244039\",\r\n \"realName\": \"张萌萌\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244043\",\r\n \"realName\": \"周可艺\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244044\",\r\n \"realName\": \"朱欣怡\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244005\",\r\n \"realName\": \"杜加雯\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244036\",\r\n \"realName\": \"杨祎淼\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244048\",\r\n \"realName\": \"胡仁哲\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244035\",\r\n \"realName\": \"薛青祥\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244006\",\r\n \"realName\": \"顾子夕\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244031\",\r\n \"realName\": \"王伊茜\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244011\",\r\n \"realName\": \"黄璐\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244007\",\r\n \"realName\": \"郝思佳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244041\",\r\n \"realName\": \"赵奥雪\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244029\",\r\n \"realName\": \"汪阳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244001\",\r\n \"realName\": \"曹佳瑶\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244004\",\r\n \"realName\": \"戴静\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244046\",\r\n \"realName\": \"宗圣慧\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244033\",\r\n \"realName\": \"吴雨珊\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": null,\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-02-12 23:59:59\"\r\n }\r\n ],\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/workstudyattendance": { "post": { "summary": "考勤", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "[\r\n {\r\n \"stuNo\": \"141205244043\",\r\n \"realName\": \"周可艺\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",//考勤类型1到岗2未到岗3请假\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244018\",\r\n \"realName\": \"刘良红\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"2\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"remarks\": \"不在\"//落实情况\r\n },\r\n {\r\n \"stuNo\": \"141205244025\",\r\n \"realName\": \"沈梓涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"3\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244014\",\r\n \"realName\": \"李丁缘\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244008\",\r\n \"realName\": \"贺艺柔\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244026\",\r\n \"realName\": \"宋心茹\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244024\",\r\n \"realName\": \"冉玉琴\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244002\",\r\n \"realName\": \"陈晨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244041\",\r\n \"realName\": \"赵奥雪\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244021\",\r\n \"realName\": \"路伶俐\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244038\",\r\n \"realName\": \"张金丽\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244003\",\r\n \"realName\": \"陈欣悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244020\",\r\n \"realName\": \"刘悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244023\",\r\n \"realName\": \"钱鑫怡\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244011\",\r\n \"realName\": \"黄璐\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244050\",\r\n \"realName\": \"秦钰宝\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244035\",\r\n \"realName\": \"薛青祥\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244029\",\r\n \"realName\": \"汪阳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244019\",\r\n \"realName\": \"刘诗琪\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244049\",\r\n \"realName\": \"廖家玉\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244009\",\r\n \"realName\": \"侯予涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244022\",\r\n \"realName\": \"彭佳缘\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244006\",\r\n \"realName\": \"顾子夕\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244030\",\r\n \"realName\": \"王丝雨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244048\",\r\n \"realName\": \"胡仁哲\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244047\",\r\n \"realName\": \"褚童杰\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244044\",\r\n \"realName\": \"朱欣怡\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244007\",\r\n \"realName\": \"郝思佳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244040\",\r\n \"realName\": \"张雅婷\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244046\",\r\n \"realName\": \"宗圣慧\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244004\",\r\n \"realName\": \"戴静\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244053\",\r\n \"realName\": \"胡心悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244016\",\r\n \"realName\": \"刘佳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244045\",\r\n \"realName\": \"朱紫涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244015\",\r\n \"realName\": \"李悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244010\",\r\n \"realName\": \"化晓雨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244037\",\r\n \"realName\": \"余梦馨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244034\",\r\n \"realName\": \"徐艳芳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244001\",\r\n \"realName\": \"曹佳瑶\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244005\",\r\n \"realName\": \"杜加雯\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244052\",\r\n \"realName\": \"朱永胜\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244039\",\r\n \"realName\": \"张萌萌\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244036\",\r\n \"realName\": \"杨祎淼\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244033\",\r\n \"realName\": \"吴雨珊\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n },\r\n {\r\n \"stuNo\": \"141205244031\",\r\n \"realName\": \"王伊茜\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\"\r\n }\r\n]" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/workstudyattendance/queryHistoryList": { "post": { "summary": "考勤记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "classCode": "1412052440", "deptCode": "14" } } } }, "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\": \"0b66ed7324c0e92a66d8a24ab03a5bed\",\r\n \"stuNo\": \"141205244025\",\r\n \"realName\": \"沈梓涵\",//学生姓名\r\n \"classCode\": \"1412052440\",//班级代码\r\n \"className\": \"医药康养2440\",//班级名称\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",//学院\r\n \"attendanceType\": \"3\",//考勤类型\r\n \"attendanceTeacher\": \"00394\",//考勤人\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,//落实情况\r\n \"attendanceDay\": \"2026-01-13\"//考勤时间\r\n },\r\n {\r\n \"id\": \"0b9ccf8618c328c2fd552b5edb0d957e\",\r\n \"stuNo\": \"141205244006\",\r\n \"realName\": \"顾子夕\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"1272e7d7d17dd2788030cadbefc08288\",\r\n \"stuNo\": \"141205244026\",\r\n \"realName\": \"宋心茹\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"14e5e9054e2da35e4369522f67eb7d42\",\r\n \"stuNo\": \"141205244030\",\r\n \"realName\": \"王丝雨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"1fa2d0b15274628233569be8f76e1754\",\r\n \"stuNo\": \"141205244048\",\r\n \"realName\": \"胡仁哲\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"332972b325e4419a5fe39cf0a37d6bd4\",\r\n \"stuNo\": \"141205244043\",\r\n \"realName\": \"周可艺\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"34472bca7a5962fbf91dda0e3bcc33bc\",\r\n \"stuNo\": \"141205244020\",\r\n \"realName\": \"刘悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"34e76e5d493b87702d583196fe5d36d3\",\r\n \"stuNo\": \"141205244045\",\r\n \"realName\": \"朱紫涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"381241949739c817339990d1f8c4f7b5\",\r\n \"stuNo\": \"141205244047\",\r\n \"realName\": \"褚童杰\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"471529b4c79c3efae4cf387aaae3faf3\",\r\n \"stuNo\": \"141205244044\",\r\n \"realName\": \"朱欣怡\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"4d4c83b02d1ee666d482cd54f442ccb0\",\r\n \"stuNo\": \"141205244016\",\r\n \"realName\": \"刘佳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"502b95db72b1146b440b1f7c52ca0adb\",\r\n \"stuNo\": \"141205244046\",\r\n \"realName\": \"宗圣慧\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"53bacbac228e92cb8956a69b624c7648\",\r\n \"stuNo\": \"141205244023\",\r\n \"realName\": \"钱鑫怡\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"55758c8046d6a32f745586141a7bf6fe\",\r\n \"stuNo\": \"141205244049\",\r\n \"realName\": \"廖家玉\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"5a6f4164903aeebd0a6c7007a2edf179\",\r\n \"stuNo\": \"141205244018\",\r\n \"realName\": \"刘良红\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"2\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": \"不在\",\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"6377babe3d198e16928cbf3355670af8\",\r\n \"stuNo\": \"141205244033\",\r\n \"realName\": \"吴雨珊\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"6422857063b86238d7cfa8dc5b948fcf\",\r\n \"stuNo\": \"141205244035\",\r\n \"realName\": \"薛青祥\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"65dd944e91177797e7ff29c500d3623f\",\r\n \"stuNo\": \"141205244041\",\r\n \"realName\": \"赵奥雪\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"66c5230ce509ffed150d94d4716b862d\",\r\n \"stuNo\": \"141205244009\",\r\n \"realName\": \"侯予涵\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"66c7953bbfe422be562920b4ba2bfeb1\",\r\n \"stuNo\": \"141205244024\",\r\n \"realName\": \"冉玉琴\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"67b34c9652c8cc148a10d8561ebaa87b\",\r\n \"stuNo\": \"141205244038\",\r\n \"realName\": \"张金丽\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"70b504baa1b3b6e23aed17188d189b2e\",\r\n \"stuNo\": \"141205244003\",\r\n \"realName\": \"陈欣悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"7e234f56dc0ad1249da99ba4928f429b\",\r\n \"stuNo\": \"141205244039\",\r\n \"realName\": \"张萌萌\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"81089b03f66b09bf5c124214f5c5a8f0\",\r\n \"stuNo\": \"141205244050\",\r\n \"realName\": \"秦钰宝\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"81cba41b26cb5ff52894a88ec520adf7\",\r\n \"stuNo\": \"141205244008\",\r\n \"realName\": \"贺艺柔\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"8256953ffa0e1004edebf3aeda057db8\",\r\n \"stuNo\": \"141205244005\",\r\n \"realName\": \"杜加雯\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"879efd381e2adf5f50d688bd9a5a2a68\",\r\n \"stuNo\": \"141205244037\",\r\n \"realName\": \"余梦馨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"8825a521f36e73bd5ca43b27414b1238\",\r\n \"stuNo\": \"141205244052\",\r\n \"realName\": \"朱永胜\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"895615b8b879a834e1ea43029679c994\",\r\n \"stuNo\": \"141205244021\",\r\n \"realName\": \"路伶俐\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"8c18364a651ad8bbbb33073fe100940e\",\r\n \"stuNo\": \"141205244004\",\r\n \"realName\": \"戴静\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"95fdb610dde988ff94b7a47461abf492\",\r\n \"stuNo\": \"141205244029\",\r\n \"realName\": \"汪阳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"99cfe3d873615c5aa77c0d45fcd017d7\",\r\n \"stuNo\": \"141205244001\",\r\n \"realName\": \"曹佳瑶\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"9bc910d3b21f9a907ca54598414b089a\",\r\n \"stuNo\": \"141205244031\",\r\n \"realName\": \"王伊茜\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"a29639d4a9b871e84f2327cbdf6a5415\",\r\n \"stuNo\": \"141205244040\",\r\n \"realName\": \"张雅婷\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"ac0fd666eae68391ef274bb7d52f493f\",\r\n \"stuNo\": \"141205244053\",\r\n \"realName\": \"胡心悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"b6f17b27b266bf0eb83af3dedb8b0f8e\",\r\n \"stuNo\": \"141205244007\",\r\n \"realName\": \"郝思佳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"c41ae4f6921aee7e37317d5a0a04800d\",\r\n \"stuNo\": \"141205244011\",\r\n \"realName\": \"黄璐\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"c6a138fd64ac8c7bfc36e58099c3a16a\",\r\n \"stuNo\": \"141205244022\",\r\n \"realName\": \"彭佳缘\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"c9ac803db4d6acc6a076ed99eb63b231\",\r\n \"stuNo\": \"141205244015\",\r\n \"realName\": \"李悦\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"cbe5603e00b3bcb8f01015eb8f261421\",\r\n \"stuNo\": \"141205244034\",\r\n \"realName\": \"徐艳芳\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"d537e5858a28b725b1e7728b57b380ea\",\r\n \"stuNo\": \"141205244010\",\r\n \"realName\": \"化晓雨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"d61a76db874dd83303b0299baafa0baf\",\r\n \"stuNo\": \"141205244019\",\r\n \"realName\": \"刘诗琪\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"dd1f4a09a68e43052e82e7e7ba938a77\",\r\n \"stuNo\": \"141205244002\",\r\n \"realName\": \"陈晨\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"f89a445617a965c7db7c5a1e7a02c884\",\r\n \"stuNo\": \"141205244036\",\r\n \"realName\": \"杨祎淼\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n },\r\n {\r\n \"id\": \"fca1ce6f9a686b9da7b82eea2ef9e796\",\r\n \"stuNo\": \"141205244014\",\r\n \"realName\": \"李丁缘\",\r\n \"classCode\": \"1412052440\",\r\n \"className\": \"医药康养2440\",\r\n \"classProName\": \"24药品服务与管理[五](初)(2)\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-13 00:00:00\",\r\n \"endTime\": \"2026-01-31 23:59:59\",\r\n \"deptCode\": \"14\",\r\n \"deptName\": \"医药康养学院\",\r\n \"attendanceType\": \"1\",\r\n \"attendanceTeacher\": \"00394\",\r\n \"createBy\": \"00394\",\r\n \"createTime\": \"2026-01-13 11:47:34\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"tenantId\": null,\r\n \"delFlag\": \"0\",\r\n \"remarks\": null,\r\n \"attendanceDay\": \"2026-01-13\"\r\n }\r\n ],\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/attendance_type": { "get": { "summary": "考勤类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicdept/getDeptListByLevelTwo": { "get": { "summary": "发起部门列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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" }, "createDate": { "type": "string", "nullable": true }, "updateBy": { "type": "null" }, "updateDate": { "type": "null" }, "remarks": { "type": "string", "nullable": true }, "delFlag": { "type": "string" }, "deptCode": { "type": "string" }, "deptLevel": { "type": "string" }, "deptName": { "type": "string" }, "parentCode": { "type": "string" }, "trainFlag": { "type": "string" }, "secondFlag": { "type": "string" }, "teachFlag": { "type": "string" }, "sort": { "type": "integer" } }, "required": [ "id", "createBy", "createDate", "updateBy", "updateDate", "remarks", "delFlag", "deptCode", "deptLevel", "deptName", "parentCode", "trainFlag", "secondFlag", "teachFlag", "sort" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } } } }, "security": [] } }, "/api/stuwork/stuinnerleaveapplygroup/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": "12", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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", "nullable": true }, "updateTime": { "type": "string", "nullable": true }, "delFlag": { "type": "string" }, "tenantId": { "type": "null" }, "remarks": { "type": "null" }, "schoolYear": { "type": "null" }, "schoolTerm": { "type": "null" }, "startTime": { "type": "string" }, "endTime": { "type": "string" }, "reason": { "type": "string" }, "deptCode": { "type": "string" }, "deptName": { "type": "string" }, "stuList": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "delFlag", "tenantId", "remarks", "schoolYear", "schoolTerm", "startTime", "endTime", "reason", "deptCode", "deptName", "stuList" ] } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } } } }, "security": [] } }, "/api/basic/basicclass/queryAllClass": { "get": { "summary": "查询所有班级列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "string", "nullable": true }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "classCode": { "type": "string" }, "className": { "type": "string" }, "classNo": { "type": "string" }, "classProName": { "type": "string", "nullable": true }, "majorCode": { "type": "string" }, "enterDate": { "type": "string" }, "teacherNo": { "type": "string", "nullable": true }, "teacherRealName": { "type": "string", "nullable": true }, "grade": { "type": "string" }, "deptCode": { "type": "string" }, "deptName": { "type": "string" }, "classQq": { "type": "string", "nullable": true }, "preStuNum": { "type": "integer" }, "isGraduate": { "type": "string" }, "isPractice": { "type": "string" }, "isUpdataPractice": { "type": "string" }, "gateRule": { "type": "string", "nullable": true }, "classStatus": { "type": "string" }, "isUnion": { "type": "string" }, "isLb": { "type": "string" }, "isHigh": { "type": "string" }, "stuLoseRate": { "type": "number" }, "stuNumOrigin": { "type": "integer" }, "enterYear": { "type": "integer" }, "majorName": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "remarks", "delFlag", "classCode", "className", "classNo", "classProName", "majorCode", "enterDate", "teacherNo", "teacherRealName", "grade", "deptCode", "deptName", "classQq", "preStuNum", "isGraduate", "isPractice", "isUpdataPractice", "gateRule", "classStatus", "isUnion", "isLb", "isHigh", "stuLoseRate", "stuNumOrigin", "enterYear", "majorName" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } } } }, "security": [] } }, "/api/basic/basicstudent/queryStudentListByClass": { "get": { "summary": "查询班级学生列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classCode", "in": "query", "description": "", "required": false, "example": "1215092101", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "string", "nullable": true }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "classCode": { "type": "string" }, "className": { "type": "string" }, "classNo": { "type": "string" }, "classProName": { "type": "string", "nullable": true }, "majorCode": { "type": "string" }, "enterDate": { "type": "string" }, "teacherNo": { "type": "string", "nullable": true }, "teacherRealName": { "type": "string", "nullable": true }, "grade": { "type": "string" }, "deptCode": { "type": "string" }, "deptName": { "type": "string" }, "classQq": { "type": "string", "nullable": true }, "preStuNum": { "type": "integer" }, "isGraduate": { "type": "string" }, "isPractice": { "type": "string" }, "isUpdataPractice": { "type": "string" }, "gateRule": { "type": "string", "nullable": true }, "classStatus": { "type": "string" }, "isUnion": { "type": "string" }, "isLb": { "type": "string" }, "isHigh": { "type": "string" }, "stuLoseRate": { "type": "number" }, "stuNumOrigin": { "type": "integer" }, "enterYear": { "type": "integer" }, "majorName": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "remarks", "delFlag", "classCode", "className", "classNo", "classProName", "majorCode", "enterDate", "teacherNo", "teacherRealName", "grade", "deptCode", "deptName", "classQq", "preStuNum", "isGraduate", "isPractice", "isUpdataPractice", "gateRule", "classStatus", "isUnion", "isLb", "isHigh", "stuLoseRate", "stuNumOrigin", "enterYear", "majorName" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuinnerleaveapplygroup": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"startTime\": \"2026-01-13 00:00:00\",//开始时间\r\n \"endTime\": \"2026-01-14 00:00:00\",//结束时间\r\n \"reason\": \"测试\",//请假原因\r\n \"stuList\": [\r\n {\r\n \"stuNo\": \"121509210101\",//学号\r\n \"realName\": \"蔡歆彧\",//姓名\r\n \"classCode\": \"1215092101\",//班号\r\n \"inOut\":\"1\",//是否允许离校\r\n \"status\": \"0\"//审核状态,默认放0\r\n },\r\n {\r\n \"stuNo\": \"121509210102\",\r\n \"realName\": \"常传宇\",\r\n \"classCode\": \"1215092101\",\r\n \"status\": \"0\"\r\n },\r\n {\r\n \"stuNo\": \"121509210103\",\r\n \"realName\": \"陈瀚雄\",\r\n \"classCode\": \"1215092101\",\r\n \"status\": \"0\"\r\n },\r\n {\r\n \"stuNo\": \"111204240104\",\r\n \"realName\": \"陈志皓\",\r\n \"classCode\": \"1112042401\",\r\n \"teacherNo\": \"00231\",\r\n \"teacherRealName\": \"高阿兴\",\r\n \"status\": \"0\"\r\n },\r\n {\r\n \"stuNo\": \"111204240105\",\r\n \"realName\": \"甘果\",\r\n \"classCode\": \"1112042401\",\r\n \"teacherNo\": \"00231\",\r\n \"teacherRealName\": \"高阿兴\",\r\n \"status\": \"0\"\r\n },\r\n {\r\n \"stuNo\": \"111204240107\",\r\n \"realName\": \"郭子恒\",\r\n \"classCode\": \"1112042401\",\r\n \"teacherNo\": \"00231\",\r\n \"teacherRealName\": \"高阿兴\",\r\n \"status\": \"0\"\r\n }\r\n ]\r\n}" } } }, "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": "string", "nullable": true }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "classCode": { "type": "string" }, "className": { "type": "string" }, "classNo": { "type": "string" }, "classProName": { "type": "string", "nullable": true }, "majorCode": { "type": "string" }, "enterDate": { "type": "string" }, "teacherNo": { "type": "string", "nullable": true }, "teacherRealName": { "type": "string", "nullable": true }, "grade": { "type": "string" }, "deptCode": { "type": "string" }, "deptName": { "type": "string" }, "classQq": { "type": "string", "nullable": true }, "preStuNum": { "type": "integer" }, "isGraduate": { "type": "string" }, "isPractice": { "type": "string" }, "isUpdataPractice": { "type": "string" }, "gateRule": { "type": "string", "nullable": true }, "classStatus": { "type": "string" }, "isUnion": { "type": "string" }, "isLb": { "type": "string" }, "isHigh": { "type": "string" }, "stuLoseRate": { "type": "number" }, "stuNumOrigin": { "type": "integer" }, "enterYear": { "type": "integer" }, "majorName": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "remarks", "delFlag", "classCode", "className", "classNo", "classProName", "majorCode", "enterDate", "teacherNo", "teacherRealName", "grade", "deptCode", "deptName", "classQq", "preStuNum", "isGraduate", "isPractice", "isUpdataPractice", "gateRule", "classStatus", "isUnion", "isLb", "isHigh", "stuLoseRate", "stuNumOrigin", "enterYear", "majorName" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuinnerleaveapplygroup/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "87d6c816cd35ab0e1c236ad047846e69", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "" } } }, "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": "string", "nullable": true }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "classCode": { "type": "string" }, "className": { "type": "string" }, "classNo": { "type": "string" }, "classProName": { "type": "string", "nullable": true }, "majorCode": { "type": "string" }, "enterDate": { "type": "string" }, "teacherNo": { "type": "string", "nullable": true }, "teacherRealName": { "type": "string", "nullable": true }, "grade": { "type": "string" }, "deptCode": { "type": "string" }, "deptName": { "type": "string" }, "classQq": { "type": "string", "nullable": true }, "preStuNum": { "type": "integer" }, "isGraduate": { "type": "string" }, "isPractice": { "type": "string" }, "isUpdataPractice": { "type": "string" }, "gateRule": { "type": "string", "nullable": true }, "classStatus": { "type": "string" }, "isUnion": { "type": "string" }, "isLb": { "type": "string" }, "isHigh": { "type": "string" }, "stuLoseRate": { "type": "number" }, "stuNumOrigin": { "type": "integer" }, "enterYear": { "type": "integer" }, "majorName": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "remarks", "delFlag", "classCode", "className", "classNo", "classProName", "majorCode", "enterDate", "teacherNo", "teacherRealName", "grade", "deptCode", "deptName", "classQq", "preStuNum", "isGraduate", "isPractice", "isUpdataPractice", "gateRule", "classStatus", "isUnion", "isLb", "isHigh", "stuLoseRate", "stuNumOrigin", "enterYear", "majorName" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuinnerleaveapplygroup/edit": { "post": { "summary": "修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "id": "87d6c816cd35ab0e1c236ad047846e69", "createBy": "00308", "createTime": "2025-11-13 10:43:08", "updateBy": "00308", "updateTime": "2025-11-13 10:47:25", "delFlag": "0", "startTime": "2025-11-14 00:00:00", "endTime": "2025-11-15 00:00:00", "reason": "", "deptCode": "12", "deptName": "智能制造学院", "stuList": [ { "id": "3cab5e0204f95bfcd9ccaf4aba4c310c", "createBy": "00308", "createTime": "2025-11-13 10:47:26", "delFlag": "0", "classCode": "1215092101", "stuNo": "121509210101", "realName": "蔡歆彧", "teacherNo": "00152", "teacherRealName": "张静", "groupId": "87d6c816cd35ab0e1c236ad047846e69", "status": "0", "inOut": "1" }, { "id": "80f12e8aa19982c32d3f422467bb8b81", "createBy": "00308", "createTime": "2025-11-13 10:47:26", "delFlag": "0", "classCode": "1215092101", "stuNo": "121509210102", "realName": "常传宇", "teacherNo": "00152", "teacherRealName": "张静", "groupId": "87d6c816cd35ab0e1c236ad047846e69", "status": "0", "inOut": "0" } ] } } } }, "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": "string", "nullable": true }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "classCode": { "type": "string" }, "className": { "type": "string" }, "classNo": { "type": "string" }, "classProName": { "type": "string", "nullable": true }, "majorCode": { "type": "string" }, "enterDate": { "type": "string" }, "teacherNo": { "type": "string", "nullable": true }, "teacherRealName": { "type": "string", "nullable": true }, "grade": { "type": "string" }, "deptCode": { "type": "string" }, "deptName": { "type": "string" }, "classQq": { "type": "string", "nullable": true }, "preStuNum": { "type": "integer" }, "isGraduate": { "type": "string" }, "isPractice": { "type": "string" }, "isUpdataPractice": { "type": "string" }, "gateRule": { "type": "string", "nullable": true }, "classStatus": { "type": "string" }, "isUnion": { "type": "string" }, "isLb": { "type": "string" }, "isHigh": { "type": "string" }, "stuLoseRate": { "type": "number" }, "stuNumOrigin": { "type": "integer" }, "enterYear": { "type": "integer" }, "majorName": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "remarks", "delFlag", "classCode", "className", "classNo", "classProName", "majorCode", "enterDate", "teacherNo", "teacherRealName", "grade", "deptCode", "deptName", "classQq", "preStuNum", "isGraduate", "isPractice", "isUpdataPractice", "gateRule", "classStatus", "isUnion", "isLb", "isHigh", "stuLoseRate", "stuNumOrigin", "enterYear", "majorName" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuinnerleaveapplygroup/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "87d6c816cd35ab0e1c236ad047846e69" ] } } }, "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": "string", "nullable": true }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "classCode": { "type": "string" }, "className": { "type": "string" }, "classNo": { "type": "string" }, "classProName": { "type": "string", "nullable": true }, "majorCode": { "type": "string" }, "enterDate": { "type": "string" }, "teacherNo": { "type": "string", "nullable": true }, "teacherRealName": { "type": "string", "nullable": true }, "grade": { "type": "string" }, "deptCode": { "type": "string" }, "deptName": { "type": "string" }, "classQq": { "type": "string", "nullable": true }, "preStuNum": { "type": "integer" }, "isGraduate": { "type": "string" }, "isPractice": { "type": "string" }, "isUpdataPractice": { "type": "string" }, "gateRule": { "type": "string", "nullable": true }, "classStatus": { "type": "string" }, "isUnion": { "type": "string" }, "isLb": { "type": "string" }, "isHigh": { "type": "string" }, "stuLoseRate": { "type": "number" }, "stuNumOrigin": { "type": "integer" }, "enterYear": { "type": "integer" }, "majorName": { "type": "null" } }, "required": [ "id", "createBy", "createTime", "updateBy", "updateTime", "remarks", "delFlag", "classCode", "className", "classNo", "classProName", "majorCode", "enterDate", "teacherNo", "teacherRealName", "grade", "deptCode", "deptName", "classQq", "preStuNum", "isGraduate", "isPractice", "isUpdataPractice", "gateRule", "classStatus", "isUnion", "isLb", "isHigh", "stuLoseRate", "stuNumOrigin", "enterYear", "majorName" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/class_audit_type": { "get": { "summary": "审核状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classattendance/queryMyClassList": { "get": { "summary": "班级列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classattendance/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": "isTrusted", "in": "query", "description": "", "required": false, "example": "true", "schema": { "type": "string" } }, { "name": "orderType", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "", "required": false, "example": "1123022508", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 \"attendanceId\": null,\r\n \"stuNo\": \"112301250731\",//学号\r\n \"realName\": \"张昊麟\",//姓名\r\n \"attendanceType\": \"8\",//考勤类型\r\n \"roomNo\": null,//宿舍号\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,//家长电话1\r\n \"parentPhoneB\": null,//家长电话2\r\n \"phone\": \"130****8622\",//联系电话\r\n \"stuStatus\": \"1\",//学生状态\r\n \"isRoom\": null,//是否住宿\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"//是否扫脸\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250801\",\r\n \"realName\": \"金菲\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"182****3655\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250802\",\r\n \"realName\": \"金姗\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"137****0226\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250804\",\r\n \"realName\": \"姚一凡\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250805\",\r\n \"realName\": \"赵雅萍\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250806\",\r\n \"realName\": \"赵奕欣\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250807\",\r\n \"realName\": \"朱韵童\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"180****5950\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250808\",\r\n \"realName\": \"蔡嘉文\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"132****5810\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250809\",\r\n \"realName\": \"陈威宇\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"187****2301\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250810\",\r\n \"realName\": \"丁浩\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": \"135****************************7739\",\r\n \"parentPhoneB\": \"\",\r\n \"phone\": \"137****8350\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250811\",\r\n \"realName\": \"丁子洋\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250813\",\r\n \"realName\": \"何俊泽\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250814\",\r\n \"realName\": \"何昆硕\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"156****5378\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250815\",\r\n \"realName\": \"黄儒品\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"197****0082\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250816\",\r\n \"realName\": \"姜尚勤\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"153****8911\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250818\",\r\n \"realName\": \"李国富\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"131****2840\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250819\",\r\n \"realName\": \"李金原\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"150****3347\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250820\",\r\n \"realName\": \"李阳\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"180****0586\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250821\",\r\n \"realName\": \"李昱辰\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"189****7339\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250822\",\r\n \"realName\": \"李震威\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"193****8164\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250823\",\r\n \"realName\": \"刘佳豪\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": \"158****7999\",\r\n \"parentPhoneB\": \"\",\r\n \"phone\": \"198****1808\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250824\",\r\n \"realName\": \"娄浩\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"197****0083\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250825\",\r\n \"realName\": \"吕仁晨\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"151****6604\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250826\",\r\n \"realName\": \"秦天赐\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": \"159****1816\",\r\n \"parentPhoneB\": \"\",\r\n \"phone\": \"159****0710\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250827\",\r\n \"realName\": \"饶坤明\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"136****5658\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250828\",\r\n \"realName\": \"石智海\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": \"181****************4333\",\r\n \"parentPhoneB\": \"\",\r\n \"phone\": \"181****2938\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250830\",\r\n \"realName\": \"汪子豪\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"159****0399\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250831\",\r\n \"realName\": \"王晨旭\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250832\",\r\n \"realName\": \"王瑞凡\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"152****9599\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250833\",\r\n \"realName\": \"王涛\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"173****6129\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250834\",\r\n \"realName\": \"韦瑞\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": \"133****8413\",\r\n \"parentPhoneB\": \"\",\r\n \"phone\": \"133****7631\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250836\",\r\n \"realName\": \"吴志飞\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"184****2390\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250837\",\r\n \"realName\": \"杨礼超\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"158****8939\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250840\",\r\n \"realName\": \"张超\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"135****2303\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250841\",\r\n \"realName\": \"张界鸣\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"198****3622\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250842\",\r\n \"realName\": \"张鹏\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"173****7620\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250843\",\r\n \"realName\": \"张书瑜\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"138****0580\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250844\",\r\n \"realName\": \"张天乐\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"131****1762\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250845\",\r\n \"realName\": \"张鑫瑞\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"150****1792\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250847\",\r\n \"realName\": \"朱嘉宝\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"181****7633\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250848\",\r\n \"realName\": \"苏朦\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": \"138****8984\",\r\n \"parentPhoneB\": \"\",\r\n \"phone\": \"135****4609\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250849\",\r\n \"realName\": \"孟子怡\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"197****7387\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250850\",\r\n \"realName\": \"和钰婕\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"156****8783\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250851\",\r\n \"realName\": \"王舒晨\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": \"155****2281\",\r\n \"parentPhoneB\": \"\",\r\n \"phone\": \"182****8360\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250852\",\r\n \"realName\": \"尚旭阳\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"191****3494\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"112302250853\",\r\n \"realName\": \"扎西班久\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\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 \"tenantId\": null,\r\n \"remarks\": null,\r\n \"attendanceId\": null,\r\n \"stuNo\": \"122301251732\",\r\n \"realName\": \"许雯曦\",\r\n \"attendanceType\": \"8\",\r\n \"roomNo\": null,\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,\r\n \"parentPhoneB\": null,\r\n \"phone\": \"133****8686\",\r\n \"stuStatus\": \"1\",\r\n \"isRoom\": null,\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"\r\n }\r\n ],\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/attend_type": { "get": { "summary": "考勤类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/api//stuwork/classattendance/saveDataBatch": { "post": { "summary": "提交考勤", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"photo\": \"\",//考勤照片\r\n \"classCode\": \"1123022508\",//班级代码\r\n \"orderType\": \"1\",//点名类型\r\n \"list\": [//考勤列表\r\n {\r\n \"stuNo\": \"112301250731\",//学号\r\n \"realName\": \"张昊麟\",//姓名\r\n \"attendanceType\": \"8\",//考勤类型\r\n \"roomNo\": null,//宿舍号\r\n \"stayDorm\": null,\r\n \"leaveReason\": null,\r\n \"leaveStartTime\": null,\r\n \"leaveEndTime\": null,\r\n \"bedNo\": null,\r\n \"dealContent\": null,\r\n \"parentPhoneA\": null,//家长电话1\r\n \"parentPhoneB\": null,//家长电话2\r\n \"phone\": \"130****8622\",//联系电话\r\n \"stuStatus\": \"1\",//学生状态\r\n \"isRoom\": null,//是否住宿\r\n \"canChangeAttendType\": true,\r\n \"classCode\": null,\r\n \"truancyNums\": null,\r\n \"outContactNums\": null,\r\n \"isDeviceIn\": \"0\"//是否扫脸\r\n }\r\n ]\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/call_type": { "get": { "summary": "点名类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormliveapply/page": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "10", "schema": { "type": "string" } }, { "name": "buildingNo", "in": "query", "description": "楼号", "required": false, "example": "4", "schema": { "type": "string" } }, { "name": "startTime", "in": "query", "description": "开始时间", "required": false, "example": "2023-12-08", "schema": { "type": "string" } }, { "name": "endTime", "in": "query", "description": "结束时间", "required": false, "example": "2023-12-09", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "1523042355", "schema": { "type": "string" } }, { "name": "schoolYear", "in": "query", "description": "学年", "required": false, "example": "2022-2023", "schema": { "type": "string" } }, { "name": "schoolTerm", "in": "query", "description": "学期", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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\": \"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}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormliveapply/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "bdecc32ebbae97b05ff6592a079d1e74", "787e2e5478e1b576a1a38283a669a5ec" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormliveapply/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "d4c4fd9ebb8f9cc002bdb5056fb27e19", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/dormliveapply": { "post": { "summary": "新增", "deprecated": false, "description": "(住宿舍角色才能新增如162301253534)", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"liveType\": \"0\",//留宿类型\r\n \"liveDates\": [//留宿日期\r\n \"2026-01-16\",\r\n \"2026-01-17\"\r\n ] \r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dormliveapply/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\":\"d4c4fd9ebb8f9cc002bdb5056fb27e19\",\r\n \"liveType\": \"0\",//留宿类型\r\n \"liveDates\": [//留宿日期\r\n \"2026-01-16\",\r\n \"2026-01-17\"\r\n ] \r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/dorm_live_audit_status": { "get": { "summary": "留宿申请考核状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicholiday/getHolidayDayList": { "get": { "summary": "获得可选的留宿日期", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "holidayType", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuturnover/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": "oldClassCode", "in": "query", "description": "原班级代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "turnoverType", "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": "2", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "total": { "type": "integer" }, "tableData": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "string" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] } }, "required": [ "total", "tableData" ] }, "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\": \"00ba858f135731909f110d4e305bc262\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",//异动原因\r\n \"stuNo\": \"151704254903\",//学号\r\n \"realName\": \"陈永河\",//姓名\r\n \"turnoverType\": \"2\",//异动类型\r\n \"oldClassCode\": \"1517042549\",//原班级代码\r\n \"newClassCode\": \"1512072548\",//新班级代码\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",//异动时间\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"2\",//学期\r\n \"phone\": null,\r\n \"deptCode\": \"15\",//学院代码\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",//学院\r\n \"oldClassNo\": \"2549\",//原班号\r\n \"newClassNo\": \"2548\"//新班号\r\n },\r\n {\r\n \"id\": \"0aa9484dbea47f7edc0d497234a8441c\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254920\",\r\n \"realName\": \"刘家豪\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n },\r\n {\r\n \"id\": \"355158838fd810f13c8f3a53cbb341ce\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254919\",\r\n \"realName\": \"李子轩\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n },\r\n {\r\n \"id\": \"3b718ac670b36791f62fd1fad5a32358\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254918\",\r\n \"realName\": \"李治龙\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n },\r\n {\r\n \"id\": \"85c8ef29e82290a6d6c2f4d3db77ed78\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254902\",\r\n \"realName\": \"张雨\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n },\r\n {\r\n \"id\": \"8afdedb90892092a1b026f09ec8bb64c\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-12-08 22:16:38\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"111\",\r\n \"stuNo\": \"151203254615\",\r\n \"realName\": \"仇森\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1517042549\",\r\n \"turnYear\": \"\",\r\n \"turnoverDate\": \"2025-12-08 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": null,\r\n \"isUnion\": \"0\",\r\n \"deptName\": null,\r\n \"oldClassNo\": null,\r\n \"newClassNo\": null\r\n },\r\n {\r\n \"id\": \"99376b275f589e1f6a9e9995dab02585\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254909\",\r\n \"realName\": \"顾君柯\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n },\r\n {\r\n \"id\": \"b70c5354367dbd2d3dc24c1efb38ed78\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254910\",\r\n \"realName\": \"何昊阳\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n },\r\n {\r\n \"id\": \"bd8165b4296be30b5bbcc68907b69100\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254908\",\r\n \"realName\": \"高凯枫\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n },\r\n {\r\n \"id\": \"f9460cf3789384990fbd178d3ebb6ed7\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",\r\n \"stuNo\": \"151704254904\",\r\n \"realName\": \"陈予扬\",\r\n \"turnoverType\": \"2\",\r\n \"oldClassCode\": \"1517042549\",\r\n \"newClassCode\": \"1512072548\",\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"2\",\r\n \"phone\": null,\r\n \"deptCode\": \"15\",\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",\r\n \"oldClassNo\": \"2549\",\r\n \"newClassNo\": \"2548\"\r\n }\r\n ],\r\n \"total\": 10,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuturnover": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"2\",//学期\r\n \"oldClassCode\": \"1517042549\",//原班级代码\r\n \"newClassCode\": \"1512072548\",//现班级代码\r\n \"turnoverType\": \"2\",//异动类型\r\n \"turnYear\": \"\",//转制类型\r\n \"turnoverDate\": \"2026-01-14 12:00:00\",//异动时间\r\n \"remarks\": \"测试\",//异动原因\r\n \"stuList\": [//学生列表\r\n {\r\n \"stuNo\": \"151704254902\",//学号\r\n \"realName\": \"张雨\"//姓名\r\n },\r\n {\r\n \"stuNo\": \"151704254903\",\r\n \"realName\": \"陈永河\"\r\n },\r\n {\r\n \"stuNo\": \"151704254904\",\r\n \"realName\": \"陈予扬\",\r\n },\r\n {\r\n \"stuNo\": \"151704254910\",\r\n \"realName\": \"何昊阳\"\r\n },\r\n {\r\n \"stuNo\": \"151704254909\",\r\n \"realName\": \"顾君柯\"\r\n },\r\n {\r\n \"stuNo\": \"151704254908\",\r\n \"realName\": \"高凯枫\"\r\n },\r\n {\r\n \"stuNo\": \"151704254918\",\r\n \"realName\": \"李治龙\"\r\n },\r\n {\r\n \"stuNo\": \"151704254919\",\r\n \"realName\": \"李子轩\"\r\n },\r\n {\r\n \"stuNo\": \"151704254920\",\r\n \"realName\": \"刘家豪\"\r\n }\r\n ]\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuturnover/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "00ba858f135731909f110d4e305bc262", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "total": { "type": "integer" }, "tableData": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "string" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] } }, "required": [ "total", "tableData" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] }, "example": "{\n \"id\": \"00ba858f135731909f110d4e305bc262\",\n \"createBy\": \"admin\",\n \"createTime\": \"2026-01-14 14:37:18\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": \"测试\",//异动原因\n \"stuNo\": \"151704254903\",//学号\n \"realName\": \"陈永河\",//姓名\n \"turnoverType\": \"2\",//异动类型\n \"oldClassCode\": \"1517042549\",//原班级代码\n \"newClassCode\": \"1512072548\",//新班级代码\n \"turnYear\": null,\n \"turnoverDate\": \"2026-01-14 00:00:00\",//异动时间\n \"schoolYear\": \"2025-2026\",//学年\n \"schoolTerm\": \"2\",//学期\n \"phone\": null,\n \"deptCode\": \"15\",//学院代码\n \"isUnion\": \"0\",\n \"deptName\": \"交通运输学院\",//学院\n \"oldClassNo\": \"2549\",//原班号\n \"newClassNo\": \"2548\"//新班号\n }" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuturnover/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"00ba858f135731909f110d4e305bc262\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 14:37:18\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试\",//异动原因\r\n \"stuNo\": \"151704254903\",//学号\r\n \"realName\": \"陈永河\",//姓名\r\n \"turnoverType\": \"2\",//异动类型\r\n \"oldClassCode\": \"1517042549\",//原班级代码\r\n \"newClassCode\": \"1512072548\",//新班级代码\r\n \"turnYear\": null,\r\n \"turnoverDate\": \"2026-01-14 00:00:00\",//异动时间\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"2\",//学期\r\n \"phone\": null,\r\n \"deptCode\": \"15\",//学院代码\r\n \"isUnion\": \"0\",\r\n \"deptName\": \"交通运输学院\",//学院\r\n \"oldClassNo\": \"2549\",//原班号\r\n \"newClassNo\": \"2548\"//新班号\r\n }" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuturnover/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "747564980e39e5aa7d4804f3fe60d157" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/turnover_type": { "get": { "summary": "异动类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/turn_year_type": { "get": { "summary": "转制类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlish/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": "realName", "in": "query", "description": "", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "punlishMonth", "in": "query", "description": "处分月份", "required": false, "example": [ "" ], "schema": { "type": "array", "items": { "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": "deptCode", "in": "query", "description": "学院编码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级编码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "punlishLevel", "in": "query", "description": "处分级别", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "publishStatus", "in": "query", "description": "处分状态", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "total": { "type": "integer" }, "tableData": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "string" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] } }, "required": [ "total", "tableData" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] }, "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"records\": [\n {\n \"id\": \"00398071b2cbf6af196e4c2437f638be\",\n \"createBy\": \"00148\",\n \"createTime\": \"2025-11-26 14:46:39\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"stuNo\": \"111701202112\",//学号\n \"schoolYear\": \"2025-2026\",//学年\n \"schoolTerm\": \"1\",//学期\n \"punlishStartDate\": \"2025-11-25 00:00:00\",//处分开始时间\n \"punlishEndDate\": \"2026-03-25 00:00:00\",//处分结束时间\n \"punlishLevel\": \"1\",//处分级别\n \"punlishContent\": \"旷课多次\",//处分内容\n \"publishStatus\": \"1\",//处分状态\n \"deptCode\": \"11\",//学院代码\n \"deptName\": \"智能装备学院\",//学院名称\n \"teacherNo\": \"00659\",//班主任工号\n \"teacherRealName\": \"马林春\",//班主任姓名\n \"stuRealName\": \"杜旭\",//姓名\n \"classCode\": \"1117012021\",//班级代码\n \"classNo\": \"2021\",//班号\n \"isUnion\": \"0\"//是否联班\n }\n ],\n \"total\": 1,\n \"size\": 1,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlish": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"classCode\": \"1517042549\",//班级代码\r\n \"stuNo\": \"151704254905\",//学号\r\n \"punlishStartDate\": \"2026-01-14 00:00:00\",//处分开始时间\r\n \"punlishEndDate\": \"2026-01-22 00:00:00\",//处分结束时间\r\n \"punlishLevel\": \"1\",//处分级别\r\n \"punlishContent\": \"测试\",//处分内容\r\n \"publishStatus\": \"1\",//处分状态\r\n \"attachment\": \"\"//附件\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlish/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "9745cc5e828ea42bcc842f9aaec20c8c", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "object", "properties": { "total": { "type": "integer" }, "tableData": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "string" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" }, "pages": { "type": "integer" } }, "required": [ "records", "total", "size", "current", "pages" ] } }, "required": [ "total", "tableData" ] }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] }, "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": {\n \"id\": \"00398071b2cbf6af196e4c2437f638be\",\n \"createBy\": \"00148\",\n \"createTime\": \"2025-11-26 14:46:39\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"stuNo\": \"111701202112\",//学号\n \"schoolYear\": \"2025-2026\",//学年\n \"schoolTerm\": \"1\",//学期\n \"punlishStartDate\": \"2025-11-25 00:00:00\",//处分开始时间\n \"punlishEndDate\": \"2026-03-25 00:00:00\",//处分结束时间\n \"punlishLevel\": \"1\",//处分级别\n \"punlishContent\": \"旷课多次\",//处分内容\n \"publishStatus\": \"1\",//处分状态\n \"deptCode\": \"11\",//学院代码\n \"deptName\": \"智能装备学院\",//学院名称\n \"teacherNo\": \"00659\",//班主任工号\n \"teacherRealName\": \"马林春\",//班主任姓名\n \"stuRealName\": \"杜旭\",//姓名\n \"classCode\": \"1117012021\",//班级代码\n \"classNo\": \"2021\",//班号\n \"isUnion\": \"0\"//是否联班\n },\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlish/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"9745cc5e828ea42bcc842f9aaec20c8c\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 15:28:06\",\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 \"classCode\": \"1517042549\", //班级代码\r\n \"stuNo\": \"151704254905\", //学号\r\n \"punlishStartDate\": \"2026-01-14 00:00:00\", //处分开始时间\r\n \"punlishEndDate\": \"2026-01-22 00:00:00\", //处分结束时间\r\n \"punlishLevel\": \"1\", //处分级别\r\n \"punlishContent\": \"测试\", //处分内容\r\n \"publishStatus\": \"1\", //处分状态\r\n \"attachment\": \"\" //附件\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlish/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "747564980e39e5aa7d4804f3fe60d157" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/punlish_level": { "get": { "summary": "处分级别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/publish_status": { "get": { "summary": "处分状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlishreport/queryDataByPunlishId": { "get": { "summary": "思想报告列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "punlishId", "in": "query", "description": "", "required": false, "example": "cda705da4179d5dfd46154357a903a85", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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\": \"f03b9ed784c06d2770df3fb608d0d897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 15:54:25\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"punlishId\": \"cda705da4179d5dfd46154357a903a85\",\r\n \"month\": \"2026-02\",//思想汇报月份\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-stu_punlish/0470200271.jpg\",//图片\r\n \"teacherReply\": null//班主任评语\r\n }\r\n ],\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlishreport": { "post": { "summary": "新增思想报告", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "punlishId": "cda705da4179d5dfd46154357a903a85", "month": "2026-02", "attachment": "/stuwork/minio/show?fileName=base-stu_punlish/0470200271.jpg" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlishreport/edit": { "post": { "summary": "编辑思想报告", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"f03b9ed784c06d2770df3fb608d0d897\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 15:54:25\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"punlishId\": \"cda705da4179d5dfd46154357a903a85\",\r\n \"month\": \"2026-02\", //思想汇报月份\r\n \"attachment\": \"/stuwork/minio/show?fileName=base-stu_punlish/0470200271.jpg\", //图片\r\n \"teacherReply\": null //班主任评语\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlishreport/delete": { "post": { "summary": "删除思想报告", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "1" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stupunlish/cancelStatus": { "post": { "summary": "撤销处分", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"9745cc5e828ea42bcc842f9aaec20c8c\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 15:28:06\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2026-01-14 15:34:19\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"151704254905\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"punlishStartDate\": \"2026-01-14 00:00:00\",\r\n \"punlishEndDate\": \"2026-01-22 00:00:00\",\r\n \"punlishLevel\": \"1\",\r\n \"punlishContent\": \"测试\",\r\n \"publishStatus\": \"0\",//更新为0即是撤销处分\r\n \"deptCode\": \"15\",\r\n \"deptName\": \"交通运输学院\",\r\n \"teacherNo\": \"00725\",\r\n \"teacherRealName\": \"管军\",\r\n \"stuRealName\": \"范子航\",\r\n \"classCode\": \"1517042549\",\r\n \"classNo\": \"2549\",\r\n \"isUnion\": \"0\"\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stutemleaveapply/page": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "10", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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\": \"7dbaf07eb41326eeaeca10ca0d38cd60\",\n \"createBy\": \"admin\",\n \"createTime\": \"2026-01-14 17:53:11\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"stuNo\": \"131711233445\",//学号\n \"schoolYear\": \"2025-2026\",//学年\n \"schoolTerm\": \"1\",//学期\n \"startTime\": \"2026-01-14 00:00:00\",//开始时间\n \"endTime\": \"2026-01-15 00:00:00\",//结束时间\n \"reason\": \"临时请假\",//原因\n \"deptCode\": \"13\",//学院代码\n \"classCode\": \"1317112334\",//班级代码\n \"realName\": \"刘珂成\",//姓名\n \"classTeach\": \"谈彦\",//班主任\n \"stuPhote\": \"133****0855\",//电话\n \"teacherNo\": \"00367\",//班主任工号\n \"classNo\": \"2334\",//班号\n \"deptName\": \"信息服务学院\"//学院编码\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stutemleaveapply/deleteData": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "bdecc32ebbae97b05ff6592a079d1e74", "787e2e5478e1b576a1a38283a669a5ec" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stutemleaveapply/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "d4c4fd9ebb8f9cc002bdb5056fb27e19", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/stutemleaveapply": { "post": { "summary": "新增", "deprecated": false, "description": "(住宿舍角色才能新增如162301253534)", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"stuNo\": \"131711233445\"//学号\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stutemleaveapply/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"7dbaf07eb41326eeaeca10ca0d38cd60\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 17:53:11\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"131711233445\",//学号\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"startTime\": \"2026-01-14 00:00:00\",//开始时间\r\n \"endTime\": \"2026-01-15 00:00:00\",//结束时间\r\n \"reason\": \"临时请假\",//原因\r\n \"deptCode\": \"13\",//学院代码\r\n \"classCode\": \"1317112334\",//班级代码\r\n \"realName\": \"刘珂成\",//姓名\r\n \"classTeach\": \"谈彦\",//班主任\r\n \"stuPhote\": \"133****0855\",//电话\r\n \"teacherNo\": \"00367\",//班主任工号\r\n \"classNo\": \"2334\",//班号\r\n \"deptName\": \"信息服务学院\"//学院编码\r\n }" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/queryStudentByLastStuNo": { "get": { "summary": "学生列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "stuNo", "in": "query", "description": "", "required": false, "example": "123344", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/api/admin/dict/type/leave_type": { "get": { "summary": "请假类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } } } }, "security": [] } }, "/api/stuwork/classleaveapply/classDel": { "post": { "summary": "整班删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"classCode\": \"1517042549\"//班级代码\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classleaveapply/batchPutObj": { "post": { "summary": "批量更岗修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "[\r\n {\r\n \"id\": \"b37bf0018888889d15c4c2979491699f\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 18:05:12\",\r\n \"delFlag\": \"0\",\r\n \"classCode\": \"1512032546\",\r\n \"stuNo\": \"151203254602\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-15 00:00:00\",\r\n \"endTime\": \"2026-01-16 00:00:00\",\r\n \"leaveType\": \"3\",\r\n \"reason\": \"测试\",\r\n \"stayDorm\": \"0\",\r\n \"isSegment\": \"1\",\r\n \"segmentJson\": \"[{\\\"endTime\\\": \\\"18:04\\\", \\\"startTime\\\": \\\"17:03\\\"}, {\\\"endTime\\\": \\\"20:06\\\", \\\"startTime\\\": \\\"19:04\\\"}, {\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}]\",\r\n \"deptAudit\": \"0\",\r\n \"schoolAudit\": \"0\",\r\n \"deptCode\": \"15\",\r\n \"isGg\": \"0\",//更岗修改\r\n \"schoolDoor\": \"0\",\r\n \"realName\": \"梁梦涵\",\r\n \"leaveDays\": 0\r\n },\r\n {\r\n \"id\": \"0d5bfa5e07e23ce1f14db0cd9b111344\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 18:05:12\",\r\n \"delFlag\": \"0\",\r\n \"classCode\": \"1512032546\",\r\n \"stuNo\": \"151203254603\",\r\n \"schoolYear\": \"2025-2026\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2026-01-15 00:00:00\",\r\n \"endTime\": \"2026-01-16 00:00:00\",\r\n \"leaveType\": \"3\",\r\n \"reason\": \"测试\",\r\n \"stayDorm\": \"0\",\r\n \"isSegment\": \"1\",\r\n \"segmentJson\": \"[{\\\"endTime\\\": \\\"18:04\\\", \\\"startTime\\\": \\\"17:03\\\"}, {\\\"endTime\\\": \\\"20:06\\\", \\\"startTime\\\": \\\"19:04\\\"}, {\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}]\",\r\n \"deptAudit\": \"0\",\r\n \"schoolAudit\": \"0\",\r\n \"deptCode\": \"15\",\r\n \"isGg\": \"0\",\r\n \"schoolDoor\": \"0\",\r\n \"realName\": \"木雨晴\",\r\n \"leaveDays\": 0\r\n }\r\n]" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classleaveapply/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"7dbaf07eb41326eeaeca10ca0d38cd60\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-14 17:53:11\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"stuNo\": \"131711233445\",//学号\r\n \"schoolYear\": \"2025-2026\",//学年\r\n \"schoolTerm\": \"1\",//学期\r\n \"startTime\": \"2026-01-14 00:00:00\",//开始时间\r\n \"endTime\": \"2026-01-15 00:00:00\",//结束时间\r\n \"reason\": \"临时请假\",//原因\r\n \"deptCode\": \"13\",//学院代码\r\n \"classCode\": \"1317112334\",//班级代码\r\n \"realName\": \"刘珂成\",//姓名\r\n \"classTeach\": \"谈彦\",//班主任\r\n \"stuPhote\": \"133****0855\",//电话\r\n \"teacherNo\": \"00367\",//班主任工号\r\n \"classNo\": \"2334\",//班号\r\n \"deptName\": \"信息服务学院\"//学院编码\r\n }" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classleaveapply/page": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "10", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": [ "" ], "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": [ "" ], "schema": { "type": "array", "items": { "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": "leaveType", "in": "query", "description": "请假类型", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "schoolDoor", "in": "query", "description": "校门", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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\": \"5c0eaf77dc8bedfa71186f337020903a\",\n \"createBy\": \"admin\",\n \"createTime\": \"2025-04-28 15:09:28\",\n \"updateBy\": null,\n \"updateTime\": null,\n \"delFlag\": \"0\",\n \"tenantId\": null,\n \"remarks\": null,\n \"classCode\": \"1617012458\",//班级代码\n \"stuNo\": \"141702245902\",//学号\n \"schoolYear\": \"2024-2025\",//学年\n \"schoolTerm\": \"2\",//学期\n \"startTime\": \"2025-05-01 00:00:00\",//开始时间\n \"endTime\": \"2025-05-13 00:00:00\",//结束时间\n \"leaveType\": \"3\",//请假类型\n \"reason\": \"去二期打工\",//请假原因\n \"stayDorm\": \"0\",\n \"isSegment\": \"0\",\n \"segmentJson\": \"[{\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}, {\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}, {\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}]\",\n \"deptAudit\": \"1\",\n \"schoolAudit\": \"2\",\n \"procInsId\": null,\n \"procInsStatus\": null,\n \"rejectReason\": \"\",\n \"deptCode\": \"14\",//学院代码\n \"isGg\": null,\n \"schoolDoor\": \"\",\n \"deptName\": \"医药康养学院\",\n \"classNo\": null,\n \"realName\": \"毕金涵\",\n \"teacherRealName\": \"谈丽\",//班主任\n \"segmentString\": \"\",\n \"timeDifference\": \"1036800\",\n \"num\": \"2\",//人数\n \"bedNO\": null,\n \"leaveDays\": 0,\n \"leaveNum\": null,\n \"roomNo\": null\n }\n ],\n \"total\": 1,\n \"size\": 10,\n \"current\": 1,\n \"pages\": 1\n },\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classleaveapply/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "1" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classleaveapply/lookDetails": { "post": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "id": "eee456e89c23efa10ca53cd9c5dd46d4", "createBy": "admin", "createTime": "2025-03-24 13:54:08", "delFlag": "0", "classCode": "1417022459", "stuNo": "152304235542", "schoolYear": "2024-2025", "schoolTerm": "1", "startTime": "2025-03-23 00:00:00", "endTime": "2025-06-30 00:00:00", "leaveType": "3", "reason": "111", "stayDorm": "0", "isSegment": "0", "segmentJson": "[{\"endTime\": \"\", \"startTime\": \"\"}, {\"endTime\": \"\", \"startTime\": \"\"}, {\"endTime\": \"\", \"startTime\": \"\"}]", "deptAudit": "0", "schoolAudit": "0", "deptCode": "15", "schoolDoor": "1", "deptName": "交通运输学院", "realName": "臧雨川", "teacherRealName": "冷静燕", "segmentString": "", "timeDifference": "8553600", "num": "1", "leaveDays": 0 } } } }, "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 {\r\n \"id\": \"eee456e89c23efa10ca53cd9c5dd46d4\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2025-03-24 13:54:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"classCode\": \"1417022459\",\r\n \"stuNo\": \"152304235542\",//学号\r\n \"schoolYear\": \"2024-2025\",\r\n \"schoolTerm\": \"1\",\r\n \"startTime\": \"2025-03-23 00:00:00\",\r\n \"endTime\": \"2025-06-30 00:00:00\",\r\n \"leaveType\": \"3\",\r\n \"reason\": \"111\",\r\n \"stayDorm\": \"0\",\r\n \"isSegment\": \"0\",\r\n \"segmentJson\": \"[{\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}, {\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}, {\\\"endTime\\\": \\\"\\\", \\\"startTime\\\": \\\"\\\"}]\",\r\n \"deptAudit\": \"0\",\r\n \"schoolAudit\": \"0\",\r\n \"procInsId\": null,\r\n \"procInsStatus\": null,\r\n \"rejectReason\": null,\r\n \"deptCode\": \"14\",//学院代码\r\n \"isGg\": \"0\",\r\n \"schoolDoor\": \"1\",\r\n \"deptName\": null,\r\n \"classNo\": null,\r\n \"realName\": \"臧雨川\",//姓名\r\n \"teacherRealName\": null,\r\n \"segmentString\": null,\r\n \"timeDifference\": null,\r\n \"num\": null,\r\n \"bedNO\": null,\r\n \"leaveDays\": 0,\r\n \"leaveNum\": null,\r\n \"roomNo\": \"4327\"//宿舍号\r\n }\r\n ],\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/classleaveapply": { "post": { "summary": "新增", "deprecated": false, "description": "(住宿舍角色才能新增如162301253534)", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "schoolYear": "2025-2026", "schoolTerm": "1", "classCode": "1512032546", "studentDataList": [ { "stuNo": "151203254601", "realName": "崔可欣" }, { "stuNo": "151203254602", "realName": "梁梦涵" }, { "stuNo": "151203254603", "realName": "木雨晴" } ], "startTime": "2026-01-15 00:00:00", "endTime": "2026-01-16 00:00:00", "leaveTime": [ "2026-01-15 00:00:00", "2026-01-16 00:00:00" ], "leaveType": "3", "reason": "测试", "isSegment": "1", "segmentList": [ { "startTime": "17:03", "endTime": "18:04" }, { "startTime": "19:04", "endTime": "20:06" }, { "startTime": "", "endTime": "" } ], "deptAudit": "0", "schoolAudit": "0", "isGg": "1", "schoolDoor": "0" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stuleaveapply/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": "11", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "", "required": false, "example": "1517042549", "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "", "required": false, "example": "111", "schema": { "type": "string" } }, { "name": "leaveType", "in": "query", "description": "", "required": false, "example": "3", "schema": { "type": "string" } }, { "name": "goOrStay", "in": "query", "description": "", "required": false, "example": "0", "schema": { "type": "string" } }, { "name": "stayDorm", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "classAudit", "in": "query", "description": "", "required": false, "example": "0", "schema": { "type": "string" } }, { "name": "deptAudit", "in": "query", "description": "", "required": false, "example": "0", "schema": { "type": "string" } }, { "name": "schoolAudit", "in": "query", "description": "", "required": false, "example": "0", "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/api/stuwork/stuleaveapply": { "post": { "summary": "班主任替学生请假", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"schoolYear\": \"\",\r\n \"schoolTerm\": \"\",\r\n \"deptCode\": \"\",\r\n \"classCode\": \"1123022508\",//班级代码\r\n \"classNo\": \"\",\r\n \"realName\": \"\",\r\n \"stuNo\": \"112301250731\",//学号\r\n \"startTime\": \"2026-01-14 00:00:00\",//开始时间\r\n \"leaveTime\": [\r\n \"2026-01-14 00:00:00\",\r\n \"2026-02-24 00:00:00\"\r\n ],//请假日期\r\n \"endTime\": \"2026-02-24 00:00:00\",//结束时间\r\n \"leaveType\": \"3\",//请假类型\r\n \"reason\": \"测试\",//请假原因\r\n \"stayDorm\": \"1\",//是否住宿\r\n \"isFever\": \"1\"//是否发热\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/cancel": { "post": { "summary": "班主任替学生撤销请假", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"schoolYear\": \"\",\r\n \"schoolTerm\": \"\",\r\n \"deptCode\": \"\",\r\n \"classCode\": \"1123022508\",//班级代码\r\n \"classNo\": \"\",\r\n \"realName\": \"\",\r\n \"stuNo\": \"112301250731\",//学号\r\n \"startTime\": \"2026-01-14 00:00:00\",//开始时间\r\n \"leaveTime\": [\r\n \"2026-01-14 00:00:00\",\r\n \"2026-02-24 00:00:00\"\r\n ],//请假日期\r\n \"endTime\": \"2026-02-24 00:00:00\",//结束时间\r\n \"leaveType\": \"3\",//请假类型\r\n \"reason\": \"测试\",//请假原因\r\n \"stayDorm\": \"1\",//是否住宿\r\n \"isFever\": \"1\"//是否发热\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachbuilding/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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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\": \"2bb6713f-8411-11eb-a06b-0242ac130002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:24\",\r\n \"updateBy\": \"1\",\r\n \"updateTime\": \"2021-03-13 22:31:24\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"2号楼\",//备注\r\n \"buildingNo\": 2//楼号\r\n },\r\n {\r\n \"id\": \"2bb6714a-8411-11eb-a06b-0242ac130002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:24\",\r\n \"updateBy\": \"1\",\r\n \"updateTime\": \"2021-03-13 22:31:24\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"4号楼\",\r\n \"buildingNo\": 4\r\n },\r\n {\r\n \"id\": \"2bb67154-8411-11eb-a06b-0242ac130002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:24\",\r\n \"updateBy\": \"1\",\r\n \"updateTime\": \"2021-03-13 22:31:24\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"7号楼\",\r\n \"buildingNo\": 7\r\n },\r\n {\r\n \"id\": \"2bb6715e-8411-11eb-a06b-0242ac130002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:24\",\r\n \"updateBy\": \"1\",\r\n \"updateTime\": \"2021-03-13 22:31:24\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"9号楼\",\r\n \"buildingNo\": 9\r\n },\r\n {\r\n \"id\": \"6477314e5c4835d7e7f686899af63c57\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2022-09-07 20:42:08\",\r\n \"updateBy\": null,\r\n \"updateTime\": null,\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"11号楼\",\r\n \"buildingNo\": 11\r\n },\r\n {\r\n \"id\": \"2bb67109-8411-11eb-a06b-0242ac130002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:24\",\r\n \"updateBy\": \"1\",\r\n \"updateTime\": \"2021-03-13 22:31:24\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"12号楼\",\r\n \"buildingNo\": 12\r\n },\r\n {\r\n \"id\": \"2bb67129-8411-11eb-a06b-0242ac130002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:24\",\r\n \"updateBy\": \"1\",\r\n \"updateTime\": \"2021-03-13 22:31:24\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"14号楼\",\r\n \"buildingNo\": 14\r\n },\r\n {\r\n \"id\": \"2bb67135-8411-11eb-a06b-0242ac130002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:24\",\r\n \"updateBy\": \"1\",\r\n \"updateTime\": \"2021-03-13 22:31:24\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"15号楼\",\r\n \"buildingNo\": 15\r\n }\r\n ],\r\n \"total\": 8,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 1\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachbuilding": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"buildingNo\": 100,//楼号\r\n \"remarks\": \"测试100号楼\"//备注\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachbuilding/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": { "id": "4a77cfd024ceef57841c2d2fcd1232e9", "createBy": "admin", "createTime": "2026-01-15 09:50:41", "updateBy": null, "updateTime": null, "delFlag": "0", "tenantId": null, "remarks": "测试100号楼", "buildingNo": 100 } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachbuilding/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "4a77cfd024ceef57841c2d2fcd1232e9" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachbuilding/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "4a77cfd024ceef57841c2d2fcd1232e9", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 \"id\": \"4a77cfd024ceef57841c2d2fcd1232e9\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-15 09:50:41\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2026-01-15 09:53:57\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试100号楼\",//备注\r\n \"buildingNo\": 100//楼号\r\n \r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachbuilding/list": { "get": { "summary": "所有楼号", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachclassroom/putDeptList": { "post": { "summary": "批量设置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "current", "in": "query", "description": "", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "size", "in": "query", "description": "", "required": false, "example": "10", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "buildingNo", "in": "query", "description": "楼号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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\": \"ab595ad96eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:30:07\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,//楼号\r\n \"position\": \"12-301/303\",//教室位置\r\n \"deptCode\": \"16\"//学院\r\n },\r\n {\r\n \"id\": \"a5a49a9c6eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:30:13\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-302/304\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"b550c4cf6eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:30:19\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-305/307\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"b0124ada6eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:30:26\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-306/308\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"be641a146eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:30:38\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-309/311\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"b989d5786eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:31:05\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-310/312\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"c2dd4ec76eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:31:13\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-313/315\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"c6fedc4a6eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:31:20\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-317/319\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"cf22f3876eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:31:25\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-321/323\",\r\n \"deptCode\": \"16\"\r\n },\r\n {\r\n \"id\": \"d69bd4116eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:31:37\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,\r\n \"position\": \"12-401/403\",\r\n \"deptCode\": \"16\"\r\n }\r\n ],\r\n \"total\": 236,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 24\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachclassroom": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"buildingNo\": 12, //楼号\r\n \"position\": \"12-301/304\", //教室位置\r\n \"deptCode\": \"16\" //学院\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachclassroom/edit": { "post": { "summary": "编辑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"id\": \"cf22f3876eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:31:25\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": 1,\r\n \"remarks\": \"\",\r\n \"buildingNo\": 12,//楼号\r\n \"position\": \"12-321/323\", //位置\r\n \"deptCode\": \"16\"//学院代码\r\n}" } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachclassroom/delete": { "post": { "summary": "删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": [ "254fb5d36d5870656510d40732220526" ] } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachclassroom/detail": { "get": { "summary": "详情", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": false, "example": "cf22f3876eee11e88d210242ac110002", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 \"id\": \"4a77cfd024ceef57841c2d2fcd1232e9\",\r\n \"createBy\": \"admin\",\r\n \"createTime\": \"2026-01-15 09:50:41\",\r\n \"updateBy\": \"admin\",\r\n \"updateTime\": \"2026-01-15 09:53:57\",\r\n \"delFlag\": \"0\",\r\n \"tenantId\": null,\r\n \"remarks\": \"测试100号楼\",//备注\r\n \"buildingNo\": 100//楼号\r\n \r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachclassroom/fetchClassRoomBaseList": { "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": "deptName", "in": "query", "description": "学院名称", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "1532012146", "schema": { "type": "string" } }, { "name": "classStatus", "in": "query", "description": "班级状态", "required": false, "example": "0", "schema": { "type": "string" } }, { "name": "position", "in": "query", "description": "教室位置", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} }, "example": "{\r\n \"code\": 0,\r\n \"msg\": null,\r\n \"data\": {\r\n \"classAssetsVOList\": [\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 \"classCode\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"ceilingFanOkCnt\": null,\r\n \"ceilingFanErrorCnt\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null,\r\n \"deptName\": null,\r\n \"classCodes\": null,\r\n \"position\": null,\r\n \"buildingNo\": null,\r\n \"stuNum\": 10192,//在校学生人数\r\n \"classNum\": 250,//在校班级数\r\n \"teacherRealName\": null,\r\n \"ptjtNums\": 4,//普通讲台数\r\n \"dmtjtNums\": 3,//多媒体讲台\r\n \"dmtkzqjtNums\": 12,//多媒体讲台有控制器\r\n \"wtyNums\": 5,//无投影\r\n \"apstyNums\": 13,//爱普生投影\r\n \"qttyNums\": 1,//其他投影\r\n \"wtvNums\": 1,//无电视\r\n \"xptvNums\": 9,//小屏电视\r\n \"dptvNums\": 9,//大屏电视\r\n \"chairCntNums\": 770,//凳子\r\n \"tableCntNums\": 768//课桌\r\n }\r\n ],\r\n \"ipage\": {\r\n \"records\": [\r\n {\r\n \"id\": \"d2f1228c6eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:31:44\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,//楼号\r\n \"position\": \"12-402/404\",//教室位置\r\n \"deptCode\": \"16\",//学院编码\r\n \"classCode\": null,\r\n \"deptName\": \"新能源学院\",//学院\r\n \"classNo\": null,//班号\r\n \"classStatus\": null,//班级状态\r\n \"stuNum\": null,//人数\r\n \"teacherRealName\": null,//班主任\r\n \"platformType\": null,//讲台类型\r\n \"tyType\": null,//投影类型\r\n \"tvType\": null,//电视机\r\n \"chairCnt\": null,//方凳数量\r\n \"tableCnt\": null,//课桌数量\r\n \"password\": null//门锁密码\r\n },\r\n {\r\n \"id\": \"e850a0c66eee11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:32:02\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-410/412\",\r\n \"deptCode\": \"16\",\r\n \"classCode\": null,\r\n \"deptName\": \"新能源学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"e56de96bd91541aaba564fa76b789a84\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-06-27 07:32:13\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-414/416\",\r\n \"deptCode\": \"16\",\r\n \"classCode\": null,\r\n \"deptName\": \"新能源学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"155951dc6eef11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00182\",\r\n \"updateTime\": \"2024-08-31 13:34:53\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-501/503\",\r\n \"deptCode\": \"13\",\r\n \"classCode\": null,\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"1c9dc6da6eef11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00182\",\r\n \"updateTime\": \"2024-08-31 13:34:53\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-505/507\",\r\n \"deptCode\": \"13\",\r\n \"classCode\": null,\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"240368976eef11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00182\",\r\n \"updateTime\": \"2024-08-31 13:34:53\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-510/512\",\r\n \"deptCode\": \"13\",\r\n \"classCode\": null,\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"2eae13866eef11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00182\",\r\n \"updateTime\": \"2024-08-31 13:34:53\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-513/515\",\r\n \"deptCode\": \"13\",\r\n \"classCode\": null,\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"2ba7b12f6eef11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00063\",\r\n \"updateTime\": \"2024-10-14 10:59:59\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-514/516\",\r\n \"deptCode\": \"16\",\r\n \"classCode\": null,\r\n \"deptName\": \"新能源学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"323531c06eef11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00182\",\r\n \"updateTime\": \"2024-08-31 13:34:53\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-517/519\",\r\n \"deptCode\": \"13\",\r\n \"classCode\": null,\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n },\r\n {\r\n \"id\": \"3532a7436eef11e88d210242ac110002\",\r\n \"createBy\": \"1\",\r\n \"createTime\": \"2021-03-13 22:31:37\",\r\n \"updateBy\": \"00182\",\r\n \"updateTime\": \"2024-08-31 13:34:53\",\r\n \"delFlag\": null,\r\n \"tenantId\": null,\r\n \"remarks\": null,\r\n \"buildingNo\": 12,\r\n \"position\": \"12-521/523\",\r\n \"deptCode\": \"13\",\r\n \"classCode\": null,\r\n \"deptName\": \"信息服务学院\",\r\n \"classNo\": null,\r\n \"classStatus\": null,\r\n \"stuNum\": null,\r\n \"teacherRealName\": null,\r\n \"platformType\": null,\r\n \"tyType\": null,\r\n \"tvType\": null,\r\n \"chairCnt\": null,\r\n \"tableCnt\": null,\r\n \"password\": null\r\n }\r\n ],\r\n \"total\": 236,\r\n \"size\": 10,\r\n \"current\": 1,\r\n \"pages\": 24\r\n }\r\n },\r\n \"ok\": true\r\n}" } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/platform_type": { "get": { "summary": "讲台类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/ty_type": { "get": { "summary": "投影类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/tv_type": { "get": { "summary": "电视类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/teachclassroom/initData": { "post": { "summary": "同步教室安排", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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": [] } }, "/api/admin/dict/type/association_type": { "get": { "summary": "社团类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/stuwork/stugraduinfo/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": "realName", "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": "stuNo", "in": "query", "description": "学号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "grade", "in": "query", "description": "年级", "required": false, "example": "", "schema": { "type": "boolean", "default": true } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageStuGraduInfo", "description": "" }, "example": { "code": 0, "msg": "", "data": { "records": [ { "id": "", "stuId": "", "realName": "", "sex": "", "idCard": "", "education": "", "graduSchool": "", "regisiterType": "", "address": "", "major": "", "classNo": "", "learnYear": "", "realLearnYear": "", "stuNo": "", "grade": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "specialGradu": "" } ], "total": 0, "size": 0, "current": 0, "orders": [ { "column": "", "asc": false } ], "optimizeCountSql": false, "searchCount": false, "optimizeJoinOfCountSql": false, "maxLimit": 0, "countId": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/stugraducheck/makeGraduStu": { "post": { "summary": "生成毕业生信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/StuGraduCheck", "description": "" }, "example": { "type": "0" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghallvoteresultanalysis/getStatisticsListByTea": { "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": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "integer", "format": "int64", "default": 1 } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListDininghallvoteStatisticsVO", "description": "" }, "example": { "code": 0, "msg": "", "data": [ { "deptCode": "", "deptName": "", "classCode": "", "className": "", "classMaster": "", "classState": "", "allNum": "", "completed": "", "noCompleted": "", "completionRate": "", "isCompleted": "", "realName": "", "loginName": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghallvoteresultanalysis/getStatisticsList": { "get": { "summary": "学生统计", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "size", "in": "query", "description": "每页显示条数,默认 10", "required": false, "example": 0, "schema": { "type": "integer" } }, { "name": "current", "in": "query", "description": "当前页", "required": false, "example": 0, "schema": { "type": "integer" } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageDininghallvoteStatisticsVO", "description": "" }, "example": { "code": 0, "msg": "", "data": { "records": [ { "deptCode": "", "deptName": "", "classCode": "", "className": "", "classMaster": "", "classState": "", "allNum": "", "completed": "", "noCompleted": "", "completionRate": "", "isCompleted": "", "realName": "", "loginName": "" } ], "total": 0, "size": 0, "current": 0, "orders": [ { "column": "", "asc": false } ], "optimizeCountSql": false, "searchCount": false, "optimizeJoinOfCountSql": false, "maxLimit": 0, "countId": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghallvoteresult/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "size", "in": "query", "description": "每页显示条数,默认 10", "required": false, "example": 0, "schema": { "type": "integer", "format": "int64", "default": 0 } }, { "name": "current", "in": "query", "description": "当前页", "required": false, "example": 0, "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "year", "in": "query", "description": "学年", "required": false, "example": "2022-2023", "schema": { "type": "integer", "format": "int64", "default": 1 } }, { "name": "period", "in": "query", "description": "学期", "required": false, "example": "1", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageDiningHallVoteResult", "description": "" }, "example": { "code": 0, "msg": "", "data": { "records": [ { "id": "", "sort": 0, "createBy": "", "createDate": "", "updateBy": "", "updateDate": "", "remarks": "", "delFlag": "", "loginName": "", "diningHallVoteId": "", "diningHallVoteScore": 0, "year": "", "period": "", "isUnderstand": 0, "mostDissatisfied": "", "mostVist": "", "isStu": 0, "diningHallId": "", "mostDissatisfiedLayer": "", "mostDissatisfiedWindow": "", "mostVisitLayer": "" } ], "total": 0, "size": 0, "current": 0, "orders": [ { "column": "", "asc": false } ], "optimizeCountSql": false, "searchCount": false, "optimizeJoinOfCountSql": false, "maxLimit": 0, "countId": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghall/list": { "get": { "summary": "食堂列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListDiningHall" }, "example": { "code": 0, "msg": "", "data": [ { "id": "", "sort": 0, "createBy": "", "createDate": "", "updateBy": "", "updateDate": "", "remarks": "", "delFlag": "", "diningHallName": "", "diningHallPlace": "", "year": "", "period": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghallvote/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": "diningHallId", "in": "query", "description": "食堂id", "required": false, "example": "13cc421a7edb48d6aae04d4f35aec56b", "schema": { "type": "integer", "format": "int64", "default": 10 } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageDiningHallVote", "description": "" }, "example": { "code": 0, "msg": "", "data": { "records": [ { "id": "", "sort": 0, "createBy": "", "createDate": "", "updateBy": "", "updateDate": "", "remarks": "", "delFlag": "", "diningHallId": "", "voteTitle": "", "voteProjectId": "", "year": "", "period": "" } ], "total": 0, "size": 0, "current": 0, "orders": [ { "column": "", "asc": false } ], "optimizeCountSql": false, "searchCount": false, "optimizeJoinOfCountSql": false, "maxLimit": 0, "countId": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghallvote/detail": { "get": { "summary": "通过id查询食堂调查题目", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "example": "ad28649d-8e52-11e9-b6ff-0242ac110002", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/questionnaire": { "get": { "summary": "题目类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghallvote": { "post": { "summary": "新增食堂调查题目", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DiningHallVote", "description": "食堂调查题目" }, "example": { "voteTitle": "测试题录", "voteProjectId": "0547082aba2642d78722e544ff8b6bea", "year": "2020-2021", "period": "2", "diningHallId": "13cc421a7edb48d6aae04d4f35aec56b" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghallvote/edit": { "post": { "summary": "修改食堂调查题目", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DiningHallVote", "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/dininghallvote/delete": { "post": { "summary": "通过id删除食堂调查题目", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/dininghall/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": "diningHallName", "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": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RPageDiningHall", "description": "" }, "example": { "code": 0, "msg": "", "data": { "records": [ { "id": "", "sort": 0, "createBy": "", "createDate": "", "updateBy": "", "updateDate": "", "remarks": "", "delFlag": "", "diningHallName": "", "diningHallPlace": "", "year": "", "period": "" } ], "total": 0, "size": 0, "current": 0, "orders": [ { "column": "", "asc": false } ], "optimizeCountSql": false, "searchCount": false, "optimizeJoinOfCountSql": false, "maxLimit": 0, "countId": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghall/detail": { "get": { "summary": "通过id查询食堂", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "example": "13cc421a7edb48d6aae04d4f35aec56b", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RDiningHall", "description": "R" }, "example": { "code": 0, "msg": "", "data": { "id": "", "sort": 0, "createBy": "", "createDate": "", "updateBy": "", "updateDate": "", "remarks": "", "delFlag": "", "diningHallName": "", "diningHallPlace": "", "year": "", "period": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghall": { "post": { "summary": "新增食堂", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DiningHall", "description": "食堂" }, "example": { "diningHallName": "测试食堂", "diningHallPlace": "111", "year": "2025-2026", "period": "2" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghall/edit": { "post": { "summary": "修改食堂", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DiningHall", "description": "食堂" }, "example": { "diningHallName": "一楼东:扬子餐饮", "diningHallPlace": "一楼(东)", "year": "2020-2021", "period": "2", "id": "13cc421a7edb48d6aae04d4f35aec56b", "sort": 1, "createBy": "1", "createDate": "2019-06-14 10:37:58", "updateBy": "admin", "updateDate": "2019-06-14 10:37:58", "remarks": "", "delFlag": "0" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/dininghall/delete": { "post": { "summary": "通过id删除食堂", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/employmentinformationsurvey/getClassStudentInfo": { "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": "year", "in": "query", "description": "学年", "required": false, "example": "2022", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "example": "1122031952", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/REmploymentInformationSurvey2VO", "description": "" }, "example": { "code": 0, "msg": "", "data": { "completed": "", "noCompleted": "", "list": [ { "id": "", "sort": 0, "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "tenantId": 0, "remarks": "", "delFlag": "", "year": "", "stuNo": "", "className": "", "classNo": "", "idNumber": "", "deptCode": "", "deptName": "", "realName": "", "sex": "", "majorCode": "", "arrangement": "", "educationalSystem": "", "educationalVal": "", "majorName": "", "arrangementName": "", "sourceOfStudents": "", "phone": "", "unitType": "", "unitName": "", "unitNature": "", "businessNature": "", "businessStaff": 0, "businessDate": "", "mainProducts": "", "annualProducts": "", "entrepreneurshipVal": "", "sizeOfEmployer": "", "industry": "", "postType": "", "counterpart": "", "wages": "", "employmentSecurity": "", "nowSatisfaction": "", "expect": "", "workSatisfaction": "", "workWays": "", "activityIndicators": "", "teamworkAbility": "", "executiveAbility": "", "communicationAbility": "", "handsAbility": "", "emotionAbility": "", "selfTaughtAbility": "", "organizationAbility": "", "oralAbility": "", "writingAbility": "", "timeAbility": "", "infoAbility": "", "analysisAbility": "", "problemAbility": "", "leadershipAbility": "", "computerAbility": "", "innovationAbility": "", "majorAbility": "", "languageAbility": "", "employmentGuidanceType": "", "employmentGuidanceFirst": "", "teachingCondition": "", "teacherCondition": "", "classManagementCondition": "", "studentActivitiesCondition": "", "deptCondition": "", "mostDissatisfied": "", "employmentDestination": "", "employmentDestinationVal": "", "employmentAddress": "", "isExamine": "", "examineTime": "", "examineBy": "", "sourceStudent": "", "isUnion": "", "shouldFilled": "", "hasFilled": "", "noFilled": "", "completionRate": "", "graduationYear": "", "classCode": "", "isWrite": 0, "isWriteVal": "", "completed": "", "noCompleted": "", "stuStatusText": "", "majorYears": "", "gender": "", "majorLevel": "", "businessDateVal": "" } ] } } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicstudent/getUserInfo": { "get": { "summary": "查看-学生信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "112203195201", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RBasicStudentInfoVO" }, "example": { "code": 0, "msg": "", "data": { "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": "" } } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/employmentinformationsurvey/getOtherInfo": { "get": { "summary": "查看-就业信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "year", "in": "query", "description": "毕业年份", "required": false, "example": "2022", "schema": { "type": "string" } }, { "name": "stuNo", "in": "query", "description": "学号", "required": false, "example": "112203195201", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/REmploymentInformationSurvey" }, "example": { "code": 0, "msg": "", "data": { "id": "", "sort": 0, "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "tenantId": 0, "remarks": "", "delFlag": "", "year": "", "stuNo": "", "className": "", "classNo": "", "idNumber": "", "deptCode": "", "deptName": "", "realName": "", "sex": "", "majorCode": "", "arrangement": "", "educationalSystem": "", "educationalVal": "", "majorName": "", "arrangementName": "", "sourceOfStudents": "", "phone": "", "unitType": "", "unitName": "", "unitNature": "", "businessNature": "", "businessStaff": 0, "businessDate": "", "mainProducts": "", "annualProducts": "", "entrepreneurshipVal": "", "sizeOfEmployer": "", "industry": "", "postType": "", "counterpart": "", "wages": "", "employmentSecurity": "", "nowSatisfaction": "", "expect": "", "workSatisfaction": "", "workWays": "", "activityIndicators": "", "teamworkAbility": "", "executiveAbility": "", "communicationAbility": "", "handsAbility": "", "emotionAbility": "", "selfTaughtAbility": "", "organizationAbility": "", "oralAbility": "", "writingAbility": "", "timeAbility": "", "infoAbility": "", "analysisAbility": "", "problemAbility": "", "leadershipAbility": "", "computerAbility": "", "innovationAbility": "", "majorAbility": "", "languageAbility": "", "employmentGuidanceType": "", "employmentGuidanceFirst": "", "teachingCondition": "", "teacherCondition": "", "classManagementCondition": "", "studentActivitiesCondition": "", "deptCondition": "", "mostDissatisfied": "", "employmentDestination": "", "employmentDestinationVal": "", "employmentAddress": "", "isExamine": "", "examineTime": "", "examineBy": "", "sourceStudent": "", "isUnion": "" } } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/source_student": { "get": { "summary": "原毕业初中(高中所在地)", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/basic_major_years": { "get": { "summary": "学制", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/basic_major_level": { "get": { "summary": "层次", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/unit_type": { "get": { "summary": "就业形式", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/unit_nature": { "get": { "summary": "就业单位性质", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/size_of_employer": { "get": { "summary": "用人单位规模", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/industrys": { "get": { "summary": "所属产业", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/post_type": { "get": { "summary": "岗位类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/counterpart": { "get": { "summary": "专业对口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/employment_security": { "get": { "summary": "就业保障", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/satisfaction": { "get": { "summary": "满意度", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/work_satisfaction": { "get": { "summary": "工作满意度", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/work_ways": { "get": { "summary": "求职途径", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/activityIndicators": { "get": { "summary": "在校活动指标", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/employmentGuidanceType": { "get": { "summary": "就业指导类别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/employmentGuidanceFirst": { "get": { "summary": "就业时优先考虑", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } }, "headers": {} } }, "security": [] } }, "/api/stuwork/employmentinformationsurvey/getStatisticsClass": { "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": "year", "in": "query", "description": "学年", "required": false, "example": "2022", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "11", "schema": { "type": "string" } }, { "name": "classCode", "in": "query", "description": "班级代码", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListEmploymentInformationSurveyVO" }, "example": { "code": 0, "msg": "", "data": [ { "id": "", "sort": 0, "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "tenantId": 0, "remarks": "", "delFlag": "", "year": "", "stuNo": "", "className": "", "classNo": "", "idNumber": "", "deptCode": "", "deptName": "", "realName": "", "sex": "", "majorCode": "", "arrangement": "", "educationalSystem": "", "educationalVal": "", "majorName": "", "arrangementName": "", "sourceOfStudents": "", "phone": "", "unitType": "", "unitName": "", "unitNature": "", "businessNature": "", "businessStaff": 0, "businessDate": "", "mainProducts": "", "annualProducts": "", "entrepreneurshipVal": "", "sizeOfEmployer": "", "industry": "", "postType": "", "counterpart": "", "wages": "", "employmentSecurity": "", "nowSatisfaction": "", "expect": "", "workSatisfaction": "", "workWays": "", "activityIndicators": "", "teamworkAbility": "", "executiveAbility": "", "communicationAbility": "", "handsAbility": "", "emotionAbility": "", "selfTaughtAbility": "", "organizationAbility": "", "oralAbility": "", "writingAbility": "", "timeAbility": "", "infoAbility": "", "analysisAbility": "", "problemAbility": "", "leadershipAbility": "", "computerAbility": "", "innovationAbility": "", "majorAbility": "", "languageAbility": "", "employmentGuidanceType": "", "employmentGuidanceFirst": "", "teachingCondition": "", "teacherCondition": "", "classManagementCondition": "", "studentActivitiesCondition": "", "deptCondition": "", "mostDissatisfied": "", "employmentDestination": "", "employmentDestinationVal": "", "employmentAddress": "", "isExamine": "", "examineTime": "", "examineBy": "", "sourceStudent": "", "isUnion": "", "shouldFilled": "", "hasFilled": "", "noFilled": "", "completionRate": "", "graduationYear": "", "classCode": "", "isWrite": 0, "isWriteVal": "", "completed": "", "noCompleted": "", "stuStatusText": "", "majorYears": "", "gender": "", "majorLevel": "", "businessDateVal": "" } ] } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicclass/queryMasterClass": { "get": { "summary": "班级列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListBasicClass" }, "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/stuwork/employmentinformationsurvey/getStatisticsDept": { "get": { "summary": "列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "classNo", "in": "query", "description": "班号", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "学院代码", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "isUnion", "in": "query", "description": "联院不传则是全部", "required": false, "example": "", "schema": { "type": "string" } }, { "name": "graduationYear", "in": "query", "description": "毕业年份", "required": false, "example": "2022", "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListEmploymentInformationSurveyVO" }, "example": "{\n \"code\": 0,\n \"msg\": null,\n \"data\": [\n {\n \"deptCode\": \"11\",\n \"deptName\": \"智能装备学院\",\n \n \"shouldFilled\": \"404\",//应填\n \"hasFilled\": \"404\",//已填\n \"noFilled\": \"0\",//未填\n \"completionRate\": \"100.000%\"//完成率\n \n \n },\n {\n \"id\": null,\n \"sort\": null,\n \"createBy\": null,\n \"createTime\": null,\n \"updateBy\": null,\n \"updateTime\": null,\n \"tenantId\": null,\n \"remarks\": null,\n \"delFlag\": null,\n \"year\": null,\n \"stuNo\": null,\n \"className\": null,\n \"classNo\": null,\n \"idNumber\": null,\n \"deptCode\": \"12\",\n \"deptName\": \"智能制造学院\",\n \"realName\": null,\n \"sex\": null,\n \"majorCode\": null,\n \"arrangement\": null,\n \"educationalSystem\": null,\n \"educationalVal\": null,\n \"majorName\": null,\n \"arrangementName\": null,\n \"sourceOfStudents\": null,\n \"phone\": null,\n \"unitType\": null,\n \"unitName\": null,\n \"unitNature\": null,\n \"businessNature\": null,\n \"businessStaff\": null,\n \"businessDate\": null,\n \"mainProducts\": null,\n \"annualProducts\": null,\n \"entrepreneurshipVal\": null,\n \"sizeOfEmployer\": null,\n \"industry\": null,\n \"postType\": null,\n \"counterpart\": null,\n \"wages\": null,\n \"employmentSecurity\": null,\n \"nowSatisfaction\": null,\n \"expect\": null,\n \"workSatisfaction\": null,\n \"workWays\": null,\n \"activityIndicators\": null,\n \"teamworkAbility\": null,\n \"executiveAbility\": null,\n \"communicationAbility\": null,\n \"handsAbility\": null,\n \"emotionAbility\": null,\n \"selfTaughtAbility\": null,\n \"organizationAbility\": null,\n \"oralAbility\": null,\n \"writingAbility\": null,\n \"timeAbility\": null,\n \"infoAbility\": null,\n \"analysisAbility\": null,\n \"problemAbility\": null,\n \"leadershipAbility\": null,\n \"computerAbility\": null,\n \"innovationAbility\": null,\n \"majorAbility\": null,\n \"languageAbility\": null,\n \"employmentGuidanceType\": null,\n \"employmentGuidanceFirst\": null,\n \"teachingCondition\": null,\n \"teacherCondition\": null,\n \"classManagementCondition\": null,\n \"studentActivitiesCondition\": null,\n \"deptCondition\": null,\n \"mostDissatisfied\": null,\n \"employmentDestination\": null,\n \"employmentDestinationVal\": null,\n \"employmentAddress\": null,\n \"isExamine\": null,\n \"examineTime\": null,\n \"examineBy\": null,\n \"sourceStudent\": null,\n \"isUnion\": null,\n \"shouldFilled\": \"505\",\n \"hasFilled\": \"505\",\n \"noFilled\": \"0\",\n \"completionRate\": \"100.000%\",\n \"graduationYear\": null,\n \"classCode\": null,\n \"isWrite\": null,\n \"isWriteVal\": null,\n \"completed\": null,\n \"noCompleted\": null,\n \"stuStatusText\": null,\n \"majorYears\": null,\n \"gender\": null,\n \"majorLevel\": null,\n \"businessDateVal\": null\n },\n {\n \"id\": null,\n \"sort\": null,\n \"createBy\": null,\n \"createTime\": null,\n \"updateBy\": null,\n \"updateTime\": null,\n \"tenantId\": null,\n \"remarks\": null,\n \"delFlag\": null,\n \"year\": null,\n \"stuNo\": null,\n \"className\": null,\n \"classNo\": null,\n \"idNumber\": null,\n \"deptCode\": \"13\",\n \"deptName\": \"信息服务学院\",\n \"realName\": null,\n \"sex\": null,\n \"majorCode\": null,\n \"arrangement\": null,\n \"educationalSystem\": null,\n \"educationalVal\": null,\n \"majorName\": null,\n \"arrangementName\": null,\n \"sourceOfStudents\": null,\n \"phone\": null,\n \"unitType\": null,\n \"unitName\": null,\n \"unitNature\": null,\n \"businessNature\": null,\n \"businessStaff\": null,\n \"businessDate\": null,\n \"mainProducts\": null,\n \"annualProducts\": null,\n \"entrepreneurshipVal\": null,\n \"sizeOfEmployer\": null,\n \"industry\": null,\n \"postType\": null,\n \"counterpart\": null,\n \"wages\": null,\n \"employmentSecurity\": null,\n \"nowSatisfaction\": null,\n \"expect\": null,\n \"workSatisfaction\": null,\n \"workWays\": null,\n \"activityIndicators\": null,\n \"teamworkAbility\": null,\n \"executiveAbility\": null,\n \"communicationAbility\": null,\n \"handsAbility\": null,\n \"emotionAbility\": null,\n \"selfTaughtAbility\": null,\n \"organizationAbility\": null,\n \"oralAbility\": null,\n \"writingAbility\": null,\n \"timeAbility\": null,\n \"infoAbility\": null,\n \"analysisAbility\": null,\n \"problemAbility\": null,\n \"leadershipAbility\": null,\n \"computerAbility\": null,\n \"innovationAbility\": null,\n \"majorAbility\": null,\n \"languageAbility\": null,\n \"employmentGuidanceType\": null,\n \"employmentGuidanceFirst\": null,\n \"teachingCondition\": null,\n \"teacherCondition\": null,\n \"classManagementCondition\": null,\n \"studentActivitiesCondition\": null,\n \"deptCondition\": null,\n \"mostDissatisfied\": null,\n \"employmentDestination\": null,\n \"employmentDestinationVal\": null,\n \"employmentAddress\": null,\n \"isExamine\": null,\n \"examineTime\": null,\n \"examineBy\": null,\n \"sourceStudent\": null,\n \"isUnion\": null,\n \"shouldFilled\": \"390\",\n \"hasFilled\": \"390\",\n \"noFilled\": \"0\",\n \"completionRate\": \"100.000%\",\n \"graduationYear\": null,\n \"classCode\": null,\n \"isWrite\": null,\n \"isWriteVal\": null,\n \"completed\": null,\n \"noCompleted\": null,\n \"stuStatusText\": null,\n \"majorYears\": null,\n \"gender\": null,\n \"majorLevel\": null,\n \"businessDateVal\": null\n },\n {\n \"id\": null,\n \"sort\": null,\n \"createBy\": null,\n \"createTime\": null,\n \"updateBy\": null,\n \"updateTime\": null,\n \"tenantId\": null,\n \"remarks\": null,\n \"delFlag\": null,\n \"year\": null,\n \"stuNo\": null,\n \"className\": null,\n \"classNo\": null,\n \"idNumber\": null,\n \"deptCode\": \"14\",\n \"deptName\": \"医药康养学院\",\n \"realName\": null,\n \"sex\": null,\n \"majorCode\": null,\n \"arrangement\": null,\n \"educationalSystem\": null,\n \"educationalVal\": null,\n \"majorName\": null,\n \"arrangementName\": null,\n \"sourceOfStudents\": null,\n \"phone\": null,\n \"unitType\": null,\n \"unitName\": null,\n \"unitNature\": null,\n \"businessNature\": null,\n \"businessStaff\": null,\n \"businessDate\": null,\n \"mainProducts\": null,\n \"annualProducts\": null,\n \"entrepreneurshipVal\": null,\n \"sizeOfEmployer\": null,\n \"industry\": null,\n \"postType\": null,\n \"counterpart\": null,\n \"wages\": null,\n \"employmentSecurity\": null,\n \"nowSatisfaction\": null,\n \"expect\": null,\n \"workSatisfaction\": null,\n \"workWays\": null,\n \"activityIndicators\": null,\n \"teamworkAbility\": null,\n \"executiveAbility\": null,\n \"communicationAbility\": null,\n \"handsAbility\": null,\n \"emotionAbility\": null,\n \"selfTaughtAbility\": null,\n \"organizationAbility\": null,\n \"oralAbility\": null,\n \"writingAbility\": null,\n \"timeAbility\": null,\n \"infoAbility\": null,\n \"analysisAbility\": null,\n \"problemAbility\": null,\n \"leadershipAbility\": null,\n \"computerAbility\": null,\n \"innovationAbility\": null,\n \"majorAbility\": null,\n \"languageAbility\": null,\n \"employmentGuidanceType\": null,\n \"employmentGuidanceFirst\": null,\n \"teachingCondition\": null,\n \"teacherCondition\": null,\n \"classManagementCondition\": null,\n \"studentActivitiesCondition\": null,\n \"deptCondition\": null,\n \"mostDissatisfied\": null,\n \"employmentDestination\": null,\n \"employmentDestinationVal\": null,\n \"employmentAddress\": null,\n \"isExamine\": null,\n \"examineTime\": null,\n \"examineBy\": null,\n \"sourceStudent\": null,\n \"isUnion\": null,\n \"shouldFilled\": \"225\",\n \"hasFilled\": \"225\",\n \"noFilled\": \"0\",\n \"completionRate\": \"100.000%\",\n \"graduationYear\": null,\n \"classCode\": null,\n \"isWrite\": null,\n \"isWriteVal\": null,\n \"completed\": null,\n \"noCompleted\": null,\n \"stuStatusText\": null,\n \"majorYears\": null,\n \"gender\": null,\n \"majorLevel\": null,\n \"businessDateVal\": null\n },\n {\n \"id\": null,\n \"sort\": null,\n \"createBy\": null,\n \"createTime\": null,\n \"updateBy\": null,\n \"updateTime\": null,\n \"tenantId\": null,\n \"remarks\": null,\n \"delFlag\": null,\n \"year\": null,\n \"stuNo\": null,\n \"className\": null,\n \"classNo\": null,\n \"idNumber\": null,\n \"deptCode\": \"15\",\n \"deptName\": \"交通运输学院\",\n \"realName\": null,\n \"sex\": null,\n \"majorCode\": null,\n \"arrangement\": null,\n \"educationalSystem\": null,\n \"educationalVal\": null,\n \"majorName\": null,\n \"arrangementName\": null,\n \"sourceOfStudents\": null,\n \"phone\": null,\n \"unitType\": null,\n \"unitName\": null,\n \"unitNature\": null,\n \"businessNature\": null,\n \"businessStaff\": null,\n \"businessDate\": null,\n \"mainProducts\": null,\n \"annualProducts\": null,\n \"entrepreneurshipVal\": null,\n \"sizeOfEmployer\": null,\n \"industry\": null,\n \"postType\": null,\n \"counterpart\": null,\n \"wages\": null,\n \"employmentSecurity\": null,\n \"nowSatisfaction\": null,\n \"expect\": null,\n \"workSatisfaction\": null,\n \"workWays\": null,\n \"activityIndicators\": null,\n \"teamworkAbility\": null,\n \"executiveAbility\": null,\n \"communicationAbility\": null,\n \"handsAbility\": null,\n \"emotionAbility\": null,\n \"selfTaughtAbility\": null,\n \"organizationAbility\": null,\n \"oralAbility\": null,\n \"writingAbility\": null,\n \"timeAbility\": null,\n \"infoAbility\": null,\n \"analysisAbility\": null,\n \"problemAbility\": null,\n \"leadershipAbility\": null,\n \"computerAbility\": null,\n \"innovationAbility\": null,\n \"majorAbility\": null,\n \"languageAbility\": null,\n \"employmentGuidanceType\": null,\n \"employmentGuidanceFirst\": null,\n \"teachingCondition\": null,\n \"teacherCondition\": null,\n \"classManagementCondition\": null,\n \"studentActivitiesCondition\": null,\n \"deptCondition\": null,\n \"mostDissatisfied\": null,\n \"employmentDestination\": null,\n \"employmentDestinationVal\": null,\n \"employmentAddress\": null,\n \"isExamine\": null,\n \"examineTime\": null,\n \"examineBy\": null,\n \"sourceStudent\": null,\n \"isUnion\": null,\n \"shouldFilled\": \"187\",\n \"hasFilled\": \"187\",\n \"noFilled\": \"0\",\n \"completionRate\": \"100.000%\",\n \"graduationYear\": null,\n \"classCode\": null,\n \"isWrite\": null,\n \"isWriteVal\": null,\n \"completed\": null,\n \"noCompleted\": null,\n \"stuStatusText\": null,\n \"majorYears\": null,\n \"gender\": null,\n \"majorLevel\": null,\n \"businessDateVal\": null\n },\n {\n \"id\": null,\n \"sort\": null,\n \"createBy\": null,\n \"createTime\": null,\n \"updateBy\": null,\n \"updateTime\": null,\n \"tenantId\": null,\n \"remarks\": null,\n \"delFlag\": null,\n \"year\": null,\n \"stuNo\": null,\n \"className\": null,\n \"classNo\": null,\n \"idNumber\": null,\n \"deptCode\": \"16\",\n \"deptName\": \"新能源学院\",\n \"realName\": null,\n \"sex\": null,\n \"majorCode\": null,\n \"arrangement\": null,\n \"educationalSystem\": null,\n \"educationalVal\": null,\n \"majorName\": null,\n \"arrangementName\": null,\n \"sourceOfStudents\": null,\n \"phone\": null,\n \"unitType\": null,\n \"unitName\": null,\n \"unitNature\": null,\n \"businessNature\": null,\n \"businessStaff\": null,\n \"businessDate\": null,\n \"mainProducts\": null,\n \"annualProducts\": null,\n \"entrepreneurshipVal\": null,\n \"sizeOfEmployer\": null,\n \"industry\": null,\n \"postType\": null,\n \"counterpart\": null,\n \"wages\": null,\n \"employmentSecurity\": null,\n \"nowSatisfaction\": null,\n \"expect\": null,\n \"workSatisfaction\": null,\n \"workWays\": null,\n \"activityIndicators\": null,\n \"teamworkAbility\": null,\n \"executiveAbility\": null,\n \"communicationAbility\": null,\n \"handsAbility\": null,\n \"emotionAbility\": null,\n \"selfTaughtAbility\": null,\n \"organizationAbility\": null,\n \"oralAbility\": null,\n \"writingAbility\": null,\n \"timeAbility\": null,\n \"infoAbility\": null,\n \"analysisAbility\": null,\n \"problemAbility\": null,\n \"leadershipAbility\": null,\n \"computerAbility\": null,\n \"innovationAbility\": null,\n \"majorAbility\": null,\n \"languageAbility\": null,\n \"employmentGuidanceType\": null,\n \"employmentGuidanceFirst\": null,\n \"teachingCondition\": null,\n \"teacherCondition\": null,\n \"classManagementCondition\": null,\n \"studentActivitiesCondition\": null,\n \"deptCondition\": null,\n \"mostDissatisfied\": null,\n \"employmentDestination\": null,\n \"employmentDestinationVal\": null,\n \"employmentAddress\": null,\n \"isExamine\": null,\n \"examineTime\": null,\n \"examineBy\": null,\n \"sourceStudent\": null,\n \"isUnion\": null,\n \"shouldFilled\": \"0\",\n \"hasFilled\": \"0\",\n \"noFilled\": \"0\",\n \"completionRate\": \"0.00%\",\n \"graduationYear\": null,\n \"classCode\": null,\n \"isWrite\": null,\n \"isWriteVal\": null,\n \"completed\": null,\n \"noCompleted\": null,\n \"stuStatusText\": null,\n \"majorYears\": null,\n \"gender\": null,\n \"majorLevel\": null,\n \"businessDateVal\": null\n }\n ],\n \"ok\": true\n}" } }, "headers": {} } }, "security": [] } }, "/api/admin/sysUserTable/currentInfo": { "get": { "summary": "查询当前用户table配置", "deprecated": false, "description": "查询当前用户table配置\n查询当前用户table配置", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RSysUserTable", "description": "R" }, "example": { "code": 0, "msg": "", "data": { "id": "", "userId": "", "createBy": "", "updateBy": "", "createTime": "", "updateTime": "", "delFlag": "", "value": "" } } } }, "headers": {} } }, "security": [] } }, "/api/admin/sysUserTable/save": { "post": { "summary": "新增或者修改自己的table信息表", "deprecated": false, "description": "新增或者修改自己的table信息表\n新增或者修改自己的table信息表", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SysUserTable", "description": "table信息表" }, "example": { "value": "{}" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } }, "headers": {} } }, "security": [] } }, "/api/admin/sysUserTable/deleteInfo": { "post": { "summary": "删除自己的table配置", "deprecated": false, "description": "删除自己的table配置\n删除自己的table配置", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "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/school_term": { "get": { "summary": "学期字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/yes_no_type": { "get": { "summary": "是否字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/student_status": { "get": { "summary": "学生状态字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/enroll_status": { "get": { "summary": "学籍状态字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/class_status": { "get": { "summary": "班级状态字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/pre_school_education": { "get": { "summary": "入学前文化程度字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicpoliticsstatusbase/getPoliticsStatusDict": { "get": { "summary": "政治面貌", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/basic/basicnation/getNationalDict": { "get": { "summary": "民族", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/sexy": { "get": { "summary": "性别字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/eye_status": { "get": { "summary": "辨色力字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/api/admin/dict/type/class_master_type": { "get": { "summary": "加分扣分类型字典", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "null" }, "data": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "dictId": { "type": "string" }, "label": { "type": "string" }, "dictType": { "type": "string" }, "description": { "type": "string" }, "sortOrder": { "type": "integer" }, "createBy": { "type": "string" }, "updateBy": { "type": "string" }, "createTime": { "type": "string" }, "updateTime": { "type": "string" }, "remarks": { "type": "string" }, "delFlag": { "type": "string" }, "value": { "type": "string" } }, "required": [ "id", "dictId", "label", "dictType", "description", "sortOrder", "createBy", "updateBy", "createTime", "updateTime", "remarks", "delFlag", "value" ] } }, "ok": { "type": "boolean" } }, "required": [ "code", "msg", "data", "ok" ] } } }, "headers": {} } }, "security": [] } }, "/teacherbase/page": { "get": { "summary": "分页查询教职工信息", "deprecated": false, "description": "分页查询\n分页查询教职工信息\n根据条件分页查询教职工基础信息列表,支持按工号、姓名、部门等条件筛选", "tags": [], "parameters": [ { "name": "records[0]", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "生日", "required": false, "schema": { "type": "string" } }, { "name": "national", "in": "query", "description": "民族", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatus", "in": "query", "description": "政治面貌主键", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "nativePlace", "in": "query", "description": "籍贯", "required": false, "schema": { "type": "string" } }, { "name": "birthPlace", "in": "query", "description": "出生地", "required": false, "schema": { "type": "string" } }, { "name": "health", "in": "query", "description": "健康状况", "required": false, "schema": { "type": "string" } }, { "name": "homePhone", "in": "query", "description": "家庭电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhoneTwo", "in": "query", "description": "手机号码", "required": false, "schema": { "type": "string" } }, { "name": "homeAddress", "in": "query", "description": "家庭地址", "required": false, "schema": { "type": "string" } }, { "name": "speciality", "in": "query", "description": "特长", "required": false, "schema": { "type": "string" } }, { "name": "teacherPhoto", "in": "query", "description": "照片", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "二级部门代码", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否允许进出", "required": false, "schema": { "type": "string" } }, { "name": "inoutRemarks", "in": "query", "description": "进出备注", "required": false, "schema": { "type": "string" } }, { "name": "bankNo", "in": "query", "description": "银行卡号", "required": false, "schema": { "type": "string" } }, { "name": "bankOpen", "in": "query", "description": "开户行", "required": false, "schema": { "type": "string" } }, { "name": "commonDeptCode", "in": "query", "description": "所属二级部门(通用)", "required": false, "schema": { "type": "string" } }, { "name": "tied", "in": "query", "description": "是否退休", "required": false, "schema": { "type": "string" } }, { "name": "isWeekPwd", "in": "query", "description": "是否弱密码", "required": false, "schema": { "type": "string" } }, { "name": "teacherCate", "in": "query", "description": "授课类型", "required": false, "schema": { "type": "string" } }, { "name": "teacherClassify", "in": "query", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", "required": false, "schema": { "type": "string" } }, { "name": "tiedYear", "in": "query", "description": "退休年份", "required": false, "schema": { "type": "string" } }, { "name": "religiousBelief", "in": "query", "description": "宗教信仰", "required": false, "schema": { "type": "string" } }, { "name": "stationId", "in": "query", "description": "岗位信息关联主键", "required": false, "schema": { "type": "string" } }, { "name": "stationDutyLevelId", "in": "query", "description": "职务级别关联主键", "required": false, "schema": { "type": "string" } }, { "name": "retireDate", "in": "query", "description": "退休日期", "required": false, "schema": { "type": "string" } }, { "name": "pfTitleId", "in": "query", "description": "职称等级主键", "required": false, "schema": { "type": "string" } }, { "name": "searchInfo", "in": "query", "description": "教职工信息", "required": false, "schema": { "type": "string" } }, { "name": "searchKeywords", "in": "query", "description": "搜索关键词", "required": false, "schema": { "type": "string" } }, { "name": "secDeptCode", "in": "query", "description": "子部门代码", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "教职工", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptCodeList", "in": "query", "description": "部门代码集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "roleCode", "in": "query", "description": "角色代码", "required": false, "schema": { "type": "string" } }, { "name": "atStation", "in": "query", "description": "在岗累呗", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RMapObject", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "11": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": {} } } } } } } } }, "security": [] } }, "/teacherbase/getById": { "get": { "summary": "通过id查询教职工基础信息表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/addInformation": { "post": { "summary": "添加教师基本信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BaseInfoDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/updateOtherInfo": { "post": { "summary": "更新 职称 职业 学历 等信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": null, "data": null } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": null, "data": null } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/resetPassWord": { "post": { "summary": "重置密码", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherBase", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryAllTeacher": { "get": { "summary": "查询所有在职教师信息 deptCode 替换成部门名称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListProfessionalTeacherBase", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/getAddressListByTeachBase": { "get": { "summary": "获取教职工通讯录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryAllTeacherByRecruit": { "get": { "summary": "查询所有在职教师-招生学生预登记使用", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListProfessionalTeacherBase", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/updateInout": { "post": { "summary": "设置是否允许进出标记", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherBase", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/exportTeacherInfo": { "post": { "summary": "导出教职工信息. TODO 待调整", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherBaseDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getTeacherInfoCommon": { "get": { "summary": "通用根据工号或者姓名查询教职工信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "生日", "required": false, "schema": { "type": "string" } }, { "name": "national", "in": "query", "description": "民族", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatus", "in": "query", "description": "政治面貌主键", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "nativePlace", "in": "query", "description": "籍贯", "required": false, "schema": { "type": "string" } }, { "name": "birthPlace", "in": "query", "description": "出生地", "required": false, "schema": { "type": "string" } }, { "name": "health", "in": "query", "description": "健康状况", "required": false, "schema": { "type": "string" } }, { "name": "homePhone", "in": "query", "description": "家庭电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhoneTwo", "in": "query", "description": "手机号码", "required": false, "schema": { "type": "string" } }, { "name": "homeAddress", "in": "query", "description": "家庭地址", "required": false, "schema": { "type": "string" } }, { "name": "speciality", "in": "query", "description": "特长", "required": false, "schema": { "type": "string" } }, { "name": "teacherPhoto", "in": "query", "description": "照片", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "二级部门代码", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否允许进出", "required": false, "schema": { "type": "string" } }, { "name": "inoutRemarks", "in": "query", "description": "进出备注", "required": false, "schema": { "type": "string" } }, { "name": "bankNo", "in": "query", "description": "银行卡号", "required": false, "schema": { "type": "string" } }, { "name": "bankOpen", "in": "query", "description": "开户行", "required": false, "schema": { "type": "string" } }, { "name": "commonDeptCode", "in": "query", "description": "所属二级部门(通用)", "required": false, "schema": { "type": "string" } }, { "name": "tied", "in": "query", "description": "是否退休", "required": false, "schema": { "type": "string" } }, { "name": "isWeekPwd", "in": "query", "description": "是否弱密码", "required": false, "schema": { "type": "string" } }, { "name": "teacherCate", "in": "query", "description": "授课类型", "required": false, "schema": { "type": "string" } }, { "name": "teacherClassify", "in": "query", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", "required": false, "schema": { "type": "string" } }, { "name": "tiedYear", "in": "query", "description": "退休年份", "required": false, "schema": { "type": "string" } }, { "name": "religiousBelief", "in": "query", "description": "宗教信仰", "required": false, "schema": { "type": "string" } }, { "name": "stationId", "in": "query", "description": "岗位信息关联主键", "required": false, "schema": { "type": "string" } }, { "name": "stationDutyLevelId", "in": "query", "description": "职务级别关联主键", "required": false, "schema": { "type": "string" } }, { "name": "retireDate", "in": "query", "description": "退休日期", "required": false, "schema": { "type": "string" } }, { "name": "pfTitleId", "in": "query", "description": "职称等级主键", "required": false, "schema": { "type": "string" } }, { "name": "searchInfo", "in": "query", "description": "教职工信息", "required": false, "schema": { "type": "string" } }, { "name": "searchKeywords", "in": "query", "description": "搜索关键词", "required": false, "schema": { "type": "string" } }, { "name": "secDeptCode", "in": "query", "description": "子部门代码", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "教职工", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptCodeList", "in": "query", "description": "部门代码集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "roleCode", "in": "query", "description": "角色代码", "required": false, "schema": { "type": "string" } }, { "name": "atStation", "in": "query", "description": "在岗累呗", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/train/getTrainDeptLeader": { "get": { "summary": "获取二级部门下的培训审批人", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "deptCode", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getDeptTeacher": { "get": { "summary": "根据部门编码获取部门下的成员 (子部门代码)", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "deptCode", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/TeacherBaseList": { "get": { "summary": "查询二级部门下 教职工列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "真实姓名", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "生日", "required": false, "schema": { "type": "string" } }, { "name": "national", "in": "query", "description": "民族", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatus", "in": "query", "description": "政治面貌", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "nativePlace", "in": "query", "description": "籍贯", "required": false, "schema": { "type": "string" } }, { "name": "birthPlace", "in": "query", "description": "出生地", "required": false, "schema": { "type": "string" } }, { "name": "health", "in": "query", "description": "健康状况", "required": false, "schema": { "type": "string" } }, { "name": "homePhone", "in": "query", "description": "家庭电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhoneTwo", "in": "query", "description": "手机号码", "required": false, "schema": { "type": "string" } }, { "name": "homeAddress", "in": "query", "description": "家庭地址", "required": false, "schema": { "type": "string" } }, { "name": "speciality", "in": "query", "description": "特长", "required": false, "schema": { "type": "string" } }, { "name": "teacherPhoto", "in": "query", "description": "照片", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "归属部门", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否允许进出", "required": false, "schema": { "type": "string" } }, { "name": "inoutRemarks", "in": "query", "description": "进出备注", "required": false, "schema": { "type": "string" } }, { "name": "bankNo", "in": "query", "description": "银行卡号", "required": false, "schema": { "type": "string" } }, { "name": "bankOpen", "in": "query", "description": "开户行", "required": false, "schema": { "type": "string" } }, { "name": "commonDeptCode", "in": "query", "description": "所属二级部门(通用)", "required": false, "schema": { "type": "string" } }, { "name": "tied", "in": "query", "description": "是否退休", "required": false, "schema": { "type": "string" } }, { "name": "isWeekPwd", "in": "query", "description": "是否弱密码", "required": false, "schema": { "type": "string" } }, { "name": "teacherCate", "in": "query", "description": "教师类别", "required": false, "schema": { "type": "string" } }, { "name": "teacherClassify", "in": "query", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", "required": false, "schema": { "type": "string" } }, { "name": "tiedYear", "in": "query", "description": "退休年份", "required": false, "schema": { "type": "string" } }, { "name": "religiousBelief", "in": "query", "description": "宗教信仰", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getMyTeacherNo": { "get": { "summary": "查询当前登录用户账号", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherStationInfo": { "post": { "summary": "查询教职工 信息 包含 学历等信息. TODO 待修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherBaseDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryMyDeptCode": { "post": { "summary": "查询登录用户的二级部门", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RString", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } } } } } } }, "security": [] } }, "/teacherbase/teacherListWithPermission": { "get": { "summary": "查询指定部门下教职工信息是否有对应的权限 roleCode 入参", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "生日", "required": false, "schema": { "type": "string" } }, { "name": "national", "in": "query", "description": "民族", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatus", "in": "query", "description": "政治面貌主键", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "nativePlace", "in": "query", "description": "籍贯", "required": false, "schema": { "type": "string" } }, { "name": "birthPlace", "in": "query", "description": "出生地", "required": false, "schema": { "type": "string" } }, { "name": "health", "in": "query", "description": "健康状况", "required": false, "schema": { "type": "string" } }, { "name": "homePhone", "in": "query", "description": "家庭电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhoneTwo", "in": "query", "description": "手机号码", "required": false, "schema": { "type": "string" } }, { "name": "homeAddress", "in": "query", "description": "家庭地址", "required": false, "schema": { "type": "string" } }, { "name": "speciality", "in": "query", "description": "特长", "required": false, "schema": { "type": "string" } }, { "name": "teacherPhoto", "in": "query", "description": "照片", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "二级部门代码", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否允许进出", "required": false, "schema": { "type": "string" } }, { "name": "inoutRemarks", "in": "query", "description": "进出备注", "required": false, "schema": { "type": "string" } }, { "name": "bankNo", "in": "query", "description": "银行卡号", "required": false, "schema": { "type": "string" } }, { "name": "bankOpen", "in": "query", "description": "开户行", "required": false, "schema": { "type": "string" } }, { "name": "commonDeptCode", "in": "query", "description": "所属二级部门(通用)", "required": false, "schema": { "type": "string" } }, { "name": "tied", "in": "query", "description": "是否退休", "required": false, "schema": { "type": "string" } }, { "name": "isWeekPwd", "in": "query", "description": "是否弱密码", "required": false, "schema": { "type": "string" } }, { "name": "teacherCate", "in": "query", "description": "授课类型", "required": false, "schema": { "type": "string" } }, { "name": "teacherClassify", "in": "query", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", "required": false, "schema": { "type": "string" } }, { "name": "tiedYear", "in": "query", "description": "退休年份", "required": false, "schema": { "type": "string" } }, { "name": "religiousBelief", "in": "query", "description": "宗教信仰", "required": false, "schema": { "type": "string" } }, { "name": "stationId", "in": "query", "description": "岗位信息关联主键", "required": false, "schema": { "type": "string" } }, { "name": "stationDutyLevelId", "in": "query", "description": "职务级别关联主键", "required": false, "schema": { "type": "string" } }, { "name": "retireDate", "in": "query", "description": "退休日期", "required": false, "schema": { "type": "string" } }, { "name": "pfTitleId", "in": "query", "description": "职称等级主键", "required": false, "schema": { "type": "string" } }, { "name": "searchInfo", "in": "query", "description": "教职工信息", "required": false, "schema": { "type": "string" } }, { "name": "searchKeywords", "in": "query", "description": "搜索关键词", "required": false, "schema": { "type": "string" } }, { "name": "secDeptCode", "in": "query", "description": "子部门代码", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "教职工", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptCodeList", "in": "query", "description": "部门代码集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "roleCode", "in": "query", "description": "角色代码", "required": false, "schema": { "type": "string" } }, { "name": "atStation", "in": "query", "description": "在岗累呗", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/teacherListByPermission": { "get": { "summary": "查询指定角色的老师", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "生日", "required": false, "schema": { "type": "string" } }, { "name": "national", "in": "query", "description": "民族", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatus", "in": "query", "description": "政治面貌主键", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "nativePlace", "in": "query", "description": "籍贯", "required": false, "schema": { "type": "string" } }, { "name": "birthPlace", "in": "query", "description": "出生地", "required": false, "schema": { "type": "string" } }, { "name": "health", "in": "query", "description": "健康状况", "required": false, "schema": { "type": "string" } }, { "name": "homePhone", "in": "query", "description": "家庭电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhoneTwo", "in": "query", "description": "手机号码", "required": false, "schema": { "type": "string" } }, { "name": "homeAddress", "in": "query", "description": "家庭地址", "required": false, "schema": { "type": "string" } }, { "name": "speciality", "in": "query", "description": "特长", "required": false, "schema": { "type": "string" } }, { "name": "teacherPhoto", "in": "query", "description": "照片", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "二级部门代码", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否允许进出", "required": false, "schema": { "type": "string" } }, { "name": "inoutRemarks", "in": "query", "description": "进出备注", "required": false, "schema": { "type": "string" } }, { "name": "bankNo", "in": "query", "description": "银行卡号", "required": false, "schema": { "type": "string" } }, { "name": "bankOpen", "in": "query", "description": "开户行", "required": false, "schema": { "type": "string" } }, { "name": "commonDeptCode", "in": "query", "description": "所属二级部门(通用)", "required": false, "schema": { "type": "string" } }, { "name": "tied", "in": "query", "description": "是否退休", "required": false, "schema": { "type": "string" } }, { "name": "isWeekPwd", "in": "query", "description": "是否弱密码", "required": false, "schema": { "type": "string" } }, { "name": "teacherCate", "in": "query", "description": "授课类型", "required": false, "schema": { "type": "string" } }, { "name": "teacherClassify", "in": "query", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", "required": false, "schema": { "type": "string" } }, { "name": "tiedYear", "in": "query", "description": "退休年份", "required": false, "schema": { "type": "string" } }, { "name": "religiousBelief", "in": "query", "description": "宗教信仰", "required": false, "schema": { "type": "string" } }, { "name": "stationId", "in": "query", "description": "岗位信息关联主键", "required": false, "schema": { "type": "string" } }, { "name": "stationDutyLevelId", "in": "query", "description": "职务级别关联主键", "required": false, "schema": { "type": "string" } }, { "name": "retireDate", "in": "query", "description": "退休日期", "required": false, "schema": { "type": "string" } }, { "name": "pfTitleId", "in": "query", "description": "职称等级主键", "required": false, "schema": { "type": "string" } }, { "name": "searchInfo", "in": "query", "description": "教职工信息", "required": false, "schema": { "type": "string" } }, { "name": "searchKeywords", "in": "query", "description": "搜索关键词", "required": false, "schema": { "type": "string" } }, { "name": "secDeptCode", "in": "query", "description": "子部门代码", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "教职工", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptCodeList", "in": "query", "description": "部门代码集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "roleCode", "in": "query", "description": "角色代码", "required": false, "schema": { "type": "string" } }, { "name": "atStation", "in": "query", "description": "在岗累呗", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherBase": { "get": { "summary": "查询所有教师信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/search": { "get": { "summary": "模糊检索教职工信息 返回参数包含 部门名称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "keyword", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/resetTeacherPwd": { "get": { "summary": "重置教职工密码", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "token", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": null, "data": null } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": null, "data": null } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getTeacherInfoForEmsSearch": { "get": { "summary": "获取教师库 用于教务指定任课教师用", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "生日", "required": false, "schema": { "type": "string" } }, { "name": "national", "in": "query", "description": "民族", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatus", "in": "query", "description": "政治面貌主键", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "nativePlace", "in": "query", "description": "籍贯", "required": false, "schema": { "type": "string" } }, { "name": "birthPlace", "in": "query", "description": "出生地", "required": false, "schema": { "type": "string" } }, { "name": "health", "in": "query", "description": "健康状况", "required": false, "schema": { "type": "string" } }, { "name": "homePhone", "in": "query", "description": "家庭电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhoneTwo", "in": "query", "description": "手机号码", "required": false, "schema": { "type": "string" } }, { "name": "homeAddress", "in": "query", "description": "家庭地址", "required": false, "schema": { "type": "string" } }, { "name": "speciality", "in": "query", "description": "特长", "required": false, "schema": { "type": "string" } }, { "name": "teacherPhoto", "in": "query", "description": "照片", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "二级部门代码", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否允许进出", "required": false, "schema": { "type": "string" } }, { "name": "inoutRemarks", "in": "query", "description": "进出备注", "required": false, "schema": { "type": "string" } }, { "name": "bankNo", "in": "query", "description": "银行卡号", "required": false, "schema": { "type": "string" } }, { "name": "bankOpen", "in": "query", "description": "开户行", "required": false, "schema": { "type": "string" } }, { "name": "commonDeptCode", "in": "query", "description": "所属二级部门(通用)", "required": false, "schema": { "type": "string" } }, { "name": "tied", "in": "query", "description": "是否退休", "required": false, "schema": { "type": "string" } }, { "name": "isWeekPwd", "in": "query", "description": "是否弱密码", "required": false, "schema": { "type": "string" } }, { "name": "teacherCate", "in": "query", "description": "授课类型", "required": false, "schema": { "type": "string" } }, { "name": "teacherClassify", "in": "query", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", "required": false, "schema": { "type": "string" } }, { "name": "tiedYear", "in": "query", "description": "退休年份", "required": false, "schema": { "type": "string" } }, { "name": "religiousBelief", "in": "query", "description": "宗教信仰", "required": false, "schema": { "type": "string" } }, { "name": "stationId", "in": "query", "description": "岗位信息关联主键", "required": false, "schema": { "type": "string" } }, { "name": "stationDutyLevelId", "in": "query", "description": "职务级别关联主键", "required": false, "schema": { "type": "string" } }, { "name": "retireDate", "in": "query", "description": "退休日期", "required": false, "schema": { "type": "string" } }, { "name": "pfTitleId", "in": "query", "description": "职称等级主键", "required": false, "schema": { "type": "string" } }, { "name": "searchInfo", "in": "query", "description": "教职工信息", "required": false, "schema": { "type": "string" } }, { "name": "searchKeywords", "in": "query", "description": "搜索关键词", "required": false, "schema": { "type": "string" } }, { "name": "secDeptCode", "in": "query", "description": "子部门代码", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "教职工", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptCodeList", "in": "query", "description": "部门代码集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "roleCode", "in": "query", "description": "角色代码", "required": false, "schema": { "type": "string" } }, { "name": "atStation", "in": "query", "description": "在岗累呗", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/moidfyOtherInfo": { "post": { "summary": "教职工宗教信仰维护", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherBase", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getMissTeacherInfo": { "get": { "summary": "教职工信息未填写完全名单查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "生日", "required": false, "schema": { "type": "string" } }, { "name": "national", "in": "query", "description": "民族", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatus", "in": "query", "description": "政治面貌主键", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "nativePlace", "in": "query", "description": "籍贯", "required": false, "schema": { "type": "string" } }, { "name": "birthPlace", "in": "query", "description": "出生地", "required": false, "schema": { "type": "string" } }, { "name": "health", "in": "query", "description": "健康状况", "required": false, "schema": { "type": "string" } }, { "name": "homePhone", "in": "query", "description": "家庭电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "telPhoneTwo", "in": "query", "description": "手机号码", "required": false, "schema": { "type": "string" } }, { "name": "homeAddress", "in": "query", "description": "家庭地址", "required": false, "schema": { "type": "string" } }, { "name": "speciality", "in": "query", "description": "特长", "required": false, "schema": { "type": "string" } }, { "name": "teacherPhoto", "in": "query", "description": "照片", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "二级部门代码", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否允许进出", "required": false, "schema": { "type": "string" } }, { "name": "inoutRemarks", "in": "query", "description": "进出备注", "required": false, "schema": { "type": "string" } }, { "name": "bankNo", "in": "query", "description": "银行卡号", "required": false, "schema": { "type": "string" } }, { "name": "bankOpen", "in": "query", "description": "开户行", "required": false, "schema": { "type": "string" } }, { "name": "commonDeptCode", "in": "query", "description": "所属二级部门(通用)", "required": false, "schema": { "type": "string" } }, { "name": "tied", "in": "query", "description": "是否退休", "required": false, "schema": { "type": "string" } }, { "name": "isWeekPwd", "in": "query", "description": "是否弱密码", "required": false, "schema": { "type": "string" } }, { "name": "teacherCate", "in": "query", "description": "授课类型", "required": false, "schema": { "type": "string" } }, { "name": "teacherClassify", "in": "query", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)", "required": false, "schema": { "type": "string" } }, { "name": "tiedYear", "in": "query", "description": "退休年份", "required": false, "schema": { "type": "string" } }, { "name": "religiousBelief", "in": "query", "description": "宗教信仰", "required": false, "schema": { "type": "string" } }, { "name": "stationId", "in": "query", "description": "岗位信息关联主键", "required": false, "schema": { "type": "string" } }, { "name": "stationDutyLevelId", "in": "query", "description": "职务级别关联主键", "required": false, "schema": { "type": "string" } }, { "name": "retireDate", "in": "query", "description": "退休日期", "required": false, "schema": { "type": "string" } }, { "name": "pfTitleId", "in": "query", "description": "职称等级主键", "required": false, "schema": { "type": "string" } }, { "name": "searchInfo", "in": "query", "description": "教职工信息", "required": false, "schema": { "type": "string" } }, { "name": "searchKeywords", "in": "query", "description": "搜索关键词", "required": false, "schema": { "type": "string" } }, { "name": "secDeptCode", "in": "query", "description": "子部门代码", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "教职工", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "deptCodeList", "in": "query", "description": "部门代码集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "roleCode", "in": "query", "description": "角色代码", "required": false, "schema": { "type": "string" } }, { "name": "atStation", "in": "query", "description": "在岗累呗", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherOtherInfo": { "post": { "summary": "查询教职工宗教信仰", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getAllInfoAboutList": { "get": { "summary": "外部接口 职工信息 基础字典集合 TODO 原对外接口 做什么用的?", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": null, "data": null } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": null, "data": null } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/batchSetTopFlag": { "get": { "summary": "批量设置最高标记", "deprecated": false, "description": "TODO 批量设置最高标记 临时放开\n批量设置最高标记\n批量设置职称、职业资格、学历学位、教师资格证的最高标记", "tags": [], "parameters": [ { "name": "key", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RVoid" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } } } } } } }, "security": [] } }, "/teacherbase/getTeacherBase": { "get": { "summary": "内部接口-根据教职工工号查询教师信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "teacherNo", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getByTeacherNo": { "get": { "summary": "内部接口- 重复接口. 同 getTeacherBase TODO 待删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "teacherNo", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getTeacherBaseByDept": { "get": { "summary": "内部接口-根据二级部门代码查询教职工列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "deptCode", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getTeacherBaseByDeptCode": { "get": { "summary": "内部接口-根据子部门代码查询教职工列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "deptCode", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getTeacherBaseList": { "post": { "summary": "内部接口-根据教职工工号集合查询教职工信息. remarks 替换成 部门名称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/ProfessionalTeacherBase", "description": "教职工基础信息表" }, "description": "" }, "examples": { "1": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "2": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "3": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "4": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "5": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "6": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "7": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "8": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "9": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "10": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } }, "security": [] } }, "/teacherbase/queryAllTeacherInfo": { "get": { "summary": "内部接口-查询所有教职工信息 包含退休的", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListTeacherBaseVO", "description": "\n TODO 待修改" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/train/getTrainDeptLeaderForInner": { "get": { "summary": "内部接口-获取二级部门下的培训审批人", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "deptCode", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryAllTeacherNo": { "get": { "summary": "内部接口-查询所有 非退休的教职工信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListString", "description": "工号集合" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } } } } } } }, "security": [] } }, "/teacherbase/list/face": { "get": { "summary": "内部接口-查询所有 非退休的教职工信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListProfessionalTeacherBase", "description": "基础信息全量信息" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/getTeacherNoSen": { "get": { "summary": "内部接口-查询教职工 手机号码 非脱敏数据", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "teacherNo", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/getTeacherByInfo": { "get": { "summary": "内部接口-根据信息 匹配教职工工号或者身份证号", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "teacherInfo", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/count": { "post": { "summary": "内部接口-统计教职工总数 包含退休和未退休的", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/listByAtSchool": { "post": { "summary": "内部接口-统计 未退休教职工总数", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListProfessionalTeacherBase", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/getTeacherByTeacherNo": { "post": { "summary": "内部接口-通过编码查询教师信息.", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MapString", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "": "" } }, "2": { "summary": "成功示例", "value": { "": "" } }, "3": { "summary": "成功示例", "value": { "": "" } }, "4": { "summary": "成功示例", "value": { "": "" } }, "5": { "summary": "成功示例", "value": { "": "" } }, "6": { "summary": "成功示例", "value": { "": "" } }, "7": { "summary": "成功示例", "value": { "": "" } }, "8": { "summary": "成功示例", "value": { "": "" } }, "9": { "summary": "成功示例", "value": { "": "" } }, "10": { "summary": "成功示例", "value": { "": "" } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherByTeacherNo": { "post": { "summary": "内部接口-通过工号集合查询教师信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/ProfessionalTeacherBase", "description": "教职工基础信息表" }, "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "2": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "3": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "4": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "5": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "6": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "7": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "8": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "9": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] }, "10": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } }, "security": [] } }, "/teacherbase/queryTeacherGroupByDept": { "post": { "summary": "内部接口-查每个部门的老师. TODO 待修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherBaseDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TeacherBaseVO", "description": "net.cyweb.cloud.professional.api.vo.TeacherBaseVO" }, "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "2": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "3": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "4": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "5": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "6": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "7": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "8": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "9": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] }, "10": { "summary": "成功示例", "value": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } ] } } } } } }, "security": [] } }, "/teacherbase/queryTeacherTelByTeacherNoList": { "post": { "summary": "内部接口- 根据教师工号集合查询教师号码", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RMapString", "description": "工号->号码" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "": "" } } } } } } } }, "security": [] } }, "/teacherbase/getTeacherListByInfo": { "post": { "summary": "内部接口-根据 教职工姓名 工号 身份证,用工性质 教师类别 查询教职工信息(可查询离职的). TODO 待修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherInfoDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListProfessionalTeacherBase", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/getTeacherListByCate": { "post": { "summary": "内部接口-教师 中层干部 其他 三类分类查询. 返回工号集合", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherInfoDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListString", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } } } } } } }, "security": [] } }, "/teacherbase/getTeacherBaseByTeacherNo": { "post": { "summary": "内部接口-通过编码查询教师信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/MapProfessionalTeacherBase", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "2": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "3": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "4": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "5": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "6": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "7": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "8": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "9": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } }, "10": { "summary": "成功示例", "value": { "": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } } } } } } } }, "security": [] } }, "/teacherbase/getDeptTeacherNum": { "get": { "summary": "内部接口- 统计各部门人数 TODO 待修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListDeptTeacherNumVO", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0 } ] } } } } } } }, "security": [] } }, "/teacherbase/getTeacherByConditon": { "post": { "summary": "内部接口-按指定条件查询教师名单", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherBaseDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListProfessionalTeacherBase", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/queryDeptTeacherInfo": { "post": { "summary": "内部接口-统计各部门人数名单. TODO 待调整", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListDeptTeacherListVO", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherByPhone": { "get": { "summary": "内部接口-根据手机号码查询用户信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "phone", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RMap", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": { "": null } } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherByIdCardForCheck": { "get": { "summary": "内部接口-根据证件号码 判断用户数量", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "idCard", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherByDeptCode": { "get": { "summary": "内部接口-根据部门代码 查询 教职工工号集合", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "String", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListString", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ "" ] } } } } } } }, "security": [] } }, "/teacherbase/queryNoKnowExamTeacherList": { "post": { "summary": "内部接口-根据教职工 工号集合查询 教职工信息 重复接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListMap", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": 0, "msg": "", "data": [ { "": null } ] } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherNumsByDeptCodeAndNameList": { "post": { "summary": "内部接口-根据部门代码 人员名单 查询匹配总人数", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherBaseDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherInfoByTeacherNo": { "get": { "summary": "内部接口-根据工号查询 教职工信息 包括全量部门信息,二级部门代码", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "teacherNo", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RTeacherBaseVO", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "workId": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "teacherNo": "", "realName": "", "sex": "", "birthday": "", "national": "", "politicsStatus": "", "idCard": "", "nativePlace": "", "birthPlace": "", "health": "", "homePhone": "", "telPhone": "", "telPhoneTwo": "", "homeAddress": "", "speciality": "", "teacherPhoto": "", "deptCode": "", "inoutFlag": "", "inoutRemarks": "", "bankNo": "", "bankOpen": "", "commonDeptCode": "", "tied": "", "isWeekPwd": "", "teacherCate": "", "teacherClassify": "", "tiedYear": "", "religiousBelief": "", "age": "", "employmentNature": "", "dgreeName": "", "dgreeNameA": "", "deptName": "", "oldBranchId": "", "isMaster": "", "teacherNos": "", "initial": "", "stationLevelName": "", "pfTitleId": "", "titleName": "", "workId": "", "workLevelName": "", "workName": "", "workInfo": "", "highCer": "", "midCer": "", "teacherCer": "", "dutyDesc": "", "hasRole": false, "stationDate": "", "stationTypeId": "" } } } } } } } }, "security": [] } }, "/teacherbase/countTeacherTotalForCityBoard": { "post": { "summary": "内部接口-统计有授课类型的教职工总数", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RLong", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "6": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "7": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "8": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "9": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } }, "10": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": 0 } } } } } } }, "security": [] } }, "/teacherbase/queryTeacherBaseByNo": { "get": { "summary": "根据工号查询 教师信息 TODO 待修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "query", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/teacherbase/queryTeacherBaseByNoByAssets": { "get": { "summary": "资产特殊使用", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "query", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/teacherbase/queryTeacherInfoForEms": { "get": { "summary": "补考重修授权 查询教师信息. 重复接口. 同 getTeacherInfoForEmsSearch", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "query", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionalstationtype/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "typeName", "in": "query", "description": "岗位类别名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationtype/getById": { "get": { "summary": "通过id查询岗位类别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationtype/add": { "post": { "summary": "新增岗位类别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalStationType", "description": "岗位类别" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationtype/edit": { "post": { "summary": "修改岗位类别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalStationType", "description": "岗位类别" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationtype/deleteById": { "post": { "summary": "通过id删除岗位类别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalStationType", "description": "ProfessionalStationType" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationtype/getStationTypeList": { "get": { "summary": "获取岗位类别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalworktype/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "workName", "in": "query", "description": "工种名称", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalworktype/getById": { "get": { "summary": "通过id查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalworktype/add": { "post": { "summary": "新增", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalWorkType", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalworktype/edit": { "post": { "summary": "修改", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalWorkType", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalworktype/deleteById": { "post": { "summary": "通过id删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalWorkType", "description": "等级工工种" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalworktype/getWorkTypeList": { "get": { "summary": "查询所有配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationdutylevel/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "stationDutyLevelName", "in": "query", "description": "职务级别名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationdutylevel/getById": { "get": { "summary": "通过id查询岗位职务级别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationdutylevel/add": { "post": { "summary": "新增岗位职务级别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalStationDutyLevel", "description": "岗位职务级别" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationdutylevel/edit": { "post": { "summary": "修改岗位职务级别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalStationDutyLevel", "description": "岗位职务级别" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationdutylevel/deleteById": { "post": { "summary": "通过id删除岗位职务级别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalStationDutyLevel", "description": "岗位职务级别" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationdutylevel/getStationDutyLevelList": { "get": { "summary": "获取职务级别", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopicsourceconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "sourceName", "in": "query", "description": "课题来源名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopicsourceconfig/getById": { "get": { "summary": "通过id查询课题来源配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopicsourceconfig/add": { "post": { "summary": "新增课题来源配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicSourceConfig", "description": "课题来源配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopicsourceconfig/edit": { "post": { "summary": "修改课题来源配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicSourceConfig", "description": "课题来源配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopicsourceconfig/deleteById": { "post": { "summary": "通过id删除课题来源配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicSourceConfig", "description": "ProfessionalTopicSourceConfig" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopicsourceconfig/getTopicSourceList": { "get": { "summary": "获取课题来源列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpoliticsstatus/add": { "post": { "summary": "新增教师政治面貌", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPoliticsStatus", "description": "教师政治面貌" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpoliticsstatus/deleteById": { "post": { "summary": "删除教师政治面貌", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPoliticsStatus", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachertype/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "typeName", "in": "query", "description": "类型名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachertype/getById": { "get": { "summary": "通过id查询教师类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachertype/add": { "post": { "summary": "新增教师类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherType", "description": "教师类型" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachertype/edit": { "post": { "summary": "修改教师类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherType", "description": "教师类型" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachertype/deleteById": { "post": { "summary": "通过id删除教师类型", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherType", "description": "教师类型" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachertype/getTeacherTypeList": { "get": { "summary": "外部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademiceducationtypeconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "name", "in": "query", "description": "类型名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademiceducationtypeconfig/getById": { "get": { "summary": "通过id查询教育类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademiceducationtypeconfig/add": { "post": { "summary": "新增教育类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicEducationTypeConfig", "description": "教育类型配置表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademiceducationtypeconfig/edit": { "post": { "summary": "修改教育类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicEducationTypeConfig", "description": "教育类型配置表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademiceducationtypeconfig/deleteById": { "post": { "summary": "通过id删除教育类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicEducationTypeConfig", "description": "ProfessionalAcademicEducationTypeConfig" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademiceducationtypeconfig/getAllTypeList": { "get": { "summary": "外部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalawardcourseware/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "author", "in": "query", "description": "作者", "required": false, "schema": { "type": "string" } }, { "name": "name", "in": "query", "description": "课件名称", "required": false, "schema": { "type": "string" } }, { "name": "level", "in": "query", "description": "颁奖等级", "required": false, "schema": { "type": "string" } }, { "name": "unit", "in": "query", "description": "颁奖单位", "required": false, "schema": { "type": "string" } }, { "name": "awardTime", "in": "query", "description": "获奖时间", "required": false, "schema": { "type": "string" } }, { "name": "awardImg", "in": "query", "description": "获奖证书", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "state", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalawardcourseware/staticPage": { "get": { "summary": "统计", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "author", "in": "query", "description": "作者", "required": false, "schema": { "type": "string" } }, { "name": "name", "in": "query", "description": "课件名称", "required": false, "schema": { "type": "string" } }, { "name": "level", "in": "query", "description": "颁奖等级", "required": false, "schema": { "type": "string" } }, { "name": "unit", "in": "query", "description": "颁奖单位", "required": false, "schema": { "type": "string" } }, { "name": "awardTime", "in": "query", "description": "获奖时间", "required": false, "schema": { "type": "string" } }, { "name": "awardImg", "in": "query", "description": "获奖证书", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "state", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalawardcourseware/getById": { "get": { "summary": "通过id查询获奖课件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalawardcourseware/add": { "post": { "summary": "新增获奖课件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAwardCourseware", "description": "获奖课件" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalawardcourseware/edit": { "post": { "summary": "修改获奖课件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAwardCourseware", "description": "获奖课件" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalawardcourseware/deleteById": { "post": { "summary": "通过id删除获奖课件", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAwardCourseware", "description": "获奖课件" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalawardcourseware/updateStatus": { "post": { "summary": "修改状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAwardCoursewareDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherhonor/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "教师工号", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "professionalTitleConfigId", "in": "query", "description": "职称配置ID", "required": false, "schema": { "type": "string" } }, { "name": "majorStation", "in": "query", "description": "专业技术职务", "required": false, "schema": { "type": "string" } }, { "name": "scopeQueryType", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherhonor/getById": { "get": { "summary": "通过id查询综合表彰", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherhonor/add": { "post": { "summary": "新增综合表彰", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "综合表彰" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherhonor/edit": { "post": { "summary": "修改综合表彰", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherHonor", "description": "综合表彰" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherhonor/exam": { "post": { "summary": "审核综合表彰", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherHonor", "description": "综合表彰" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherhonor/deleteById": { "post": { "summary": "通过id删除综合表彰", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherHonor", "description": "ProfessionalTeacherHonor" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherpaper/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "paperConfigId", "in": "query", "description": "论文类型id", "required": false, "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "论文名称", "required": false, "schema": { "type": "string" } }, { "name": "author", "in": "query", "description": "作者", "required": false, "schema": { "type": "string" } }, { "name": "secondAuthor", "in": "query", "description": "第二作者", "required": false, "schema": { "type": "string" } }, { "name": "nameOfPublication", "in": "query", "description": "发表刊物名称", "required": false, "schema": { "type": "string" } }, { "name": "dateOfPublication", "in": "query", "description": "发表日期", "required": false, "schema": { "type": "string" } }, { "name": "publicationsCompetentUnit", "in": "query", "description": "刊物主办单位", "required": false, "schema": { "type": "string" } }, { "name": "publicationsManageUnit", "in": "query", "description": "刊物主管单位", "required": false, "schema": { "type": "string" } }, { "name": "awardingUnit", "in": "query", "description": "颁奖单位", "required": false, "schema": { "type": "string" } }, { "name": "rewardLevel", "in": "query", "description": "获奖等级", "required": false, "schema": { "type": "string" } }, { "name": "rewardTime", "in": "query", "description": "获奖时间", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "knowdgeImg", "in": "query", "description": "知网 查验截图\n知网查验截图", "required": false, "schema": { "type": "string" } }, { "name": "pubCover", "in": "query", "description": "刊物封面", "required": false, "schema": { "type": "string" } }, { "name": "cateImg", "in": "query", "description": "目录页", "required": false, "schema": { "type": "string" } }, { "name": "contentImg", "in": "query", "description": "内容页", "required": false, "schema": { "type": "string" } }, { "name": "awardImg", "in": "query", "description": "获奖证书", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回理由", "required": false, "schema": { "type": "string" } }, { "name": "backBy", "in": "query", "description": "驳回人", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "awardYear", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherpaper/staticsPage": { "get": { "summary": "统计", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "paperConfigId", "in": "query", "description": "论文类型id", "required": false, "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "论文名称", "required": false, "schema": { "type": "string" } }, { "name": "author", "in": "query", "description": "作者", "required": false, "schema": { "type": "string" } }, { "name": "secondAuthor", "in": "query", "description": "第二作者", "required": false, "schema": { "type": "string" } }, { "name": "nameOfPublication", "in": "query", "description": "发表刊物名称", "required": false, "schema": { "type": "string" } }, { "name": "dateOfPublication", "in": "query", "description": "发表日期", "required": false, "schema": { "type": "string" } }, { "name": "publicationsCompetentUnit", "in": "query", "description": "刊物主办单位", "required": false, "schema": { "type": "string" } }, { "name": "publicationsManageUnit", "in": "query", "description": "刊物主管单位", "required": false, "schema": { "type": "string" } }, { "name": "awardingUnit", "in": "query", "description": "颁奖单位", "required": false, "schema": { "type": "string" } }, { "name": "rewardLevel", "in": "query", "description": "获奖等级", "required": false, "schema": { "type": "string" } }, { "name": "rewardTime", "in": "query", "description": "获奖时间", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "knowdgeImg", "in": "query", "description": "知网 查验截图\n知网查验截图", "required": false, "schema": { "type": "string" } }, { "name": "pubCover", "in": "query", "description": "刊物封面", "required": false, "schema": { "type": "string" } }, { "name": "cateImg", "in": "query", "description": "目录页", "required": false, "schema": { "type": "string" } }, { "name": "contentImg", "in": "query", "description": "内容页", "required": false, "schema": { "type": "string" } }, { "name": "awardImg", "in": "query", "description": "获奖证书", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回理由", "required": false, "schema": { "type": "string" } }, { "name": "backBy", "in": "query", "description": "驳回人", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "awardYear", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherpaper/getById": { "get": { "summary": "通过id查询教师论文", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherpaper/add": { "post": { "summary": "新增教师论文", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherPaper", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherpaper/edit": { "post": { "summary": "修改教师论文", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherPaper", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherpaper/updateStatus": { "post": { "summary": "修改状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherPaperDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherpaper/deleteById": { "post": { "summary": "通过id删除教师论文", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherPaper", "description": "教师论文" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationrelation/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "professionalTitleConfigId", "in": "query", "description": "职称配置ID", "required": false, "schema": { "type": "string" } }, { "name": "majorStation", "in": "query", "description": "专业技术职务", "required": false, "schema": { "type": "string" } }, { "name": "scopeQueryType", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationrelation/getById": { "get": { "summary": "通过id查询人事职业资格人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationrelation/add": { "post": { "summary": "新增人事职业资格人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "人事职业资格人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationrelation/exam": { "post": { "summary": "审核人事职业资格人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalQualificationRelation", "description": "人事职业资格人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationrelation/edit": { "post": { "summary": "修改人事职业资格人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalQualificationRelation", "description": "人事职业资格人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationrelation/deleteById": { "post": { "summary": "通过id删除人事职业资格人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalQualificationRelation", "description": "人事职业资格人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalsocial/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "title", "in": "query", "description": "称谓", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "birthday", "in": "query", "description": "出生年月", "required": false, "schema": { "type": "string" } }, { "name": "politicsStatusId", "in": "query", "description": "政治面貌", "required": false, "schema": { "type": "string" } }, { "name": "workStation", "in": "query", "description": "工作单位及职务", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalsocial/getById": { "get": { "summary": "通过id查询社会关系", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalsocial/add": { "post": { "summary": "新增社会关系", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalSocial", "description": "社会关系" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalsocial/edit": { "post": { "summary": "修改社会关系", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalSocial", "description": "社会关系" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalsocial/deleteById": { "post": { "summary": "通过id删除社会关系", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalSocial", "description": "社会关系" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalmajorstation/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "majorStationName", "in": "query", "description": "专业技术职务名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalmajorstation/getById": { "get": { "summary": "通过id查询专业技术职务", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalmajorstation/add": { "post": { "summary": "新增专业技术职务", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalMajorStation", "description": "专业技术职务" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalmajorstation/edit": { "post": { "summary": "修改专业技术职务", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalMajorStation", "description": "专业技术职务" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalmajorstation/deleteById": { "post": { "summary": "通过id删除专业技术职务", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalMajorStation", "description": "专业技术职务" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalmajorstation/getMajorStationList": { "get": { "summary": "获取专业技术职务", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlerelation/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "professionalTitleConfigId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "majorStation", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "scopeQueryType", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlerelation/getById": { "get": { "summary": "通过id查询人事职称人员关联表,一人可以有多个职称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlerelation/add": { "post": { "summary": "新增人事职称人员关联表,一人可以有多个职称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "人事职称人员关联表,一人可以有多个职称" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlerelation/exam": { "post": { "summary": "修改人事职称人员关联表,一人可以有多个职称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTitleRelation", "description": "人事职称人员关联表,一人可以有多个职称" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlerelation/edit": { "post": { "summary": "修改人事职称人员关联表,一人可以有多个职称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTitleRelation", "description": "人事职称人员关联表,一人可以有多个职称" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlerelation/deleteById": { "post": { "summary": "通过id删除人事职称人员关联表,一人可以有多个职称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTitleRelation", "description": "人事职称人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlerelation/getTitleStationForInner/{teacherNo}": { "get": { "summary": "获取职称", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "teacherNo", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacheracademicrelation/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "教师工号", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "professionalTitleConfigId", "in": "query", "description": "职称配置ID", "required": false, "schema": { "type": "string" } }, { "name": "majorStation", "in": "query", "description": "专业技术职务", "required": false, "schema": { "type": "string" } }, { "name": "scopeQueryType", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacheracademicrelation/add": { "post": { "summary": "新增或修改教师的学历学位关联", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacheracademicrelation/edit": { "post": { "summary": "修改教师的学历学位关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", "description": "教师的学历学位关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacheracademicrelation/exam": { "post": { "summary": "审核教师的学历学位关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", "description": "教师的学历学位关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacheracademicrelation/deleteById": { "post": { "summary": "通过id删除教师的学历学位关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", "description": "教师的学历学位关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpartybranch/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "编号", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标记", "required": false, "schema": { "type": "string" } }, { "name": "name", "in": "query", "description": "类别名字", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注信息", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpartybranch/getById": { "get": { "summary": "通过id查询党支部", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpartybranch/add": { "post": { "summary": "新增党支部", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPartyBranch", "description": "党支部" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpartybranch/edit": { "post": { "summary": "修改党支部", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPartyBranch", "description": "党支部" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpartybranch/deleteById": { "post": { "summary": "通过id删除党支部", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPartyBranch", "description": "ProfessionalPartyBranch" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherstationchange/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "教师工号", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "professionalTitleConfigId", "in": "query", "description": "职称配置ID", "required": false, "schema": { "type": "string" } }, { "name": "majorStation", "in": "query", "description": "专业技术职务", "required": false, "schema": { "type": "string" } }, { "name": "scopeQueryType", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherstationchange/getById": { "get": { "summary": "通过id查询教职工岗位变更记录表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherstationchange/add": { "post": { "summary": "新增岗位变更记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "教职工岗位变更记录表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherstationchange/print": { "get": { "summary": "打印调令", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/professionalteacherstationchange/edit": { "post": { "summary": "修改教职工岗位变更记录表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherStationChange", "description": "教职工岗位变更记录表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherstationchange/deleteById": { "post": { "summary": "通过id删除教职工岗位变更记录表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherStationChange", "description": "ProfessionalTeacherStationChange" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherstationchange/print/{id}": { "get": { "summary": "打印调令", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/professionalteacherstationchange/addd": { "post": { "summary": "新增岗位变更记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionaltitlelevelconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "professionalTitle", "in": "query", "description": "职称等级名称", "required": false, "schema": { "type": "string" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlelevelconfig/getById": { "get": { "summary": "通过id查询人事模块-职称等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlelevelconfig/add": { "post": { "summary": "新增人事模块-职称等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTitleLevelConfig", "description": "人事模块-职称等级配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlelevelconfig/edit": { "post": { "summary": "修改人事模块-职称等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTitleLevelConfig", "description": "人事模块-职称等级配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlelevelconfig/deleteById": { "post": { "summary": "通过id删除人事模块-职称等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTitleLevelConfig", "description": "人事模块-职称等级配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlelevelconfig/getProfessionalTitleList": { "get": { "summary": "获取职称等级", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlelevelconfig/getTitle/{id}": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltitlelevelconfig/list": { "get": { "summary": "外部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "professionalTitle", "in": "query", "description": "职称等级名称", "required": false, "schema": { "type": "string" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "levelName", "in": "query", "description": "等级名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationconfig/getById": { "get": { "summary": "通过id查询人事职业资格等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationconfig/add": { "post": { "summary": "新增人事职业资格等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalQualificationConfig", "description": "人事职业资格等级配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationconfig/edit": { "post": { "summary": "修改人事职业资格等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalQualificationConfig", "description": "人事职业资格等级配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationconfig/deleteById": { "post": { "summary": "通过id删除人事职业资格等级配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalQualificationConfig", "description": "人事职业资格等级配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalqualificationconfig/getLevelList": { "get": { "summary": "获取职业资格等级", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalemploymentnature/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "employmentNatureName", "in": "query", "description": "用工性质名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalemploymentnature/getById": { "get": { "summary": "通过id查询用工性质", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalemploymentnature/add": { "post": { "summary": "新增用工性质", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalEmploymentNature", "description": "用工性质" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalemploymentnature/edit": { "post": { "summary": "修改用工性质", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalEmploymentNature", "description": "用工性质" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalemploymentnature/deleteById": { "post": { "summary": "通过id删除用工性质", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalEmploymentNature", "description": "用工性质" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalemploymentnature/getEmploymentNatureList": { "get": { "summary": "外部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpaperconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户ID", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "typeName", "in": "query", "description": "论文类型名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpaperconfig/getById": { "get": { "summary": "通过id查询论文类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpaperconfig/add": { "post": { "summary": "新增论文类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPaperConfig", "description": "论文类型配置表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpaperconfig/edit": { "post": { "summary": "修改论文类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPaperConfig", "description": "论文类型配置表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpaperconfig/deleteById": { "post": { "summary": "通过id删除论文类型配置表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPaperConfig", "description": "论文类型配置表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpaperconfig/getPaperConfigList": { "get": { "summary": "获取论文类型列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificateconf/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "cretificateName", "in": "query", "description": "资格证名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificateconf/getById": { "get": { "summary": "通过id查询教师资格证书配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificateconf/add": { "post": { "summary": "新增教师资格证书配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherCertificateConf", "description": "教师资格证书配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificateconf/edit": { "post": { "summary": "修改教师资格证书配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherCertificateConf", "description": "教师资格证书配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificateconf/deleteById": { "post": { "summary": "通过id删除教师资格证书配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherCertificateConf", "description": "ProfessionalTeacherCertificateConf" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificateconf/getTeacherCertificateList": { "get": { "summary": "获取教师资格证书列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterialconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "typeName", "in": "query", "description": "类型名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterialconfig/getById": { "get": { "summary": "通过id查询教材类别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterialconfig/add": { "post": { "summary": "新增教材类别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterialConfig", "description": "教材类别配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterialconfig/edit": { "post": { "summary": "修改教材类别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterialConfig", "description": "教材类别配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterialconfig/deleteById": { "post": { "summary": "通过id删除教材类别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterialConfig", "description": "ProfessionalTeachingMaterialConfig" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterialconfig/getTeachingMaterialList": { "get": { "summary": "获取教材类别列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "deptCode", "in": "query", "description": "部门", "required": false, "schema": { "type": "string" } }, { "name": "materialName", "in": "query", "description": "教材名称", "required": false, "schema": { "type": "string" } }, { "name": "materialConfigId", "in": "query", "description": "教材类别配置id", "required": false, "schema": { "type": "string" } }, { "name": "editor", "in": "query", "description": "主编", "required": false, "schema": { "type": "string" } }, { "name": "secondEditor", "in": "query", "description": "副主编", "required": false, "schema": { "type": "string" } }, { "name": "joinEditor", "in": "query", "description": "参编", "required": false, "schema": { "type": "string" } }, { "name": "words", "in": "query", "description": "编写字数 千字\n编写字数", "required": false, "schema": { "type": "integer" } }, { "name": "publishCompany", "in": "query", "description": "出版单位", "required": false, "schema": { "type": "string" } }, { "name": "publishTime", "in": "query", "description": "出版时间", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "mateCover", "in": "query", "description": "教材封面", "required": false, "schema": { "type": "string" } }, { "name": "pubImg", "in": "query", "description": "出版图片", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回理由", "required": false, "schema": { "type": "string" } }, { "name": "backBy", "in": "query", "description": "驳回人", "required": false, "schema": { "type": "string" } }, { "name": "isbn", "in": "query", "description": "ISBN", "required": false, "schema": { "type": "string" } }, { "name": "versionDate", "in": "query", "description": "班次日期\n版本日期", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/checkTitle": { "post": { "summary": "校验教材名称是否存在", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterialDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/staticsPage": { "get": { "summary": "统计", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "deptCode", "in": "query", "description": "部门", "required": false, "schema": { "type": "string" } }, { "name": "materialName", "in": "query", "description": "教材名称", "required": false, "schema": { "type": "string" } }, { "name": "materialConfigId", "in": "query", "description": "教材类别配置id", "required": false, "schema": { "type": "string" } }, { "name": "editor", "in": "query", "description": "主编", "required": false, "schema": { "type": "string" } }, { "name": "secondEditor", "in": "query", "description": "副主编", "required": false, "schema": { "type": "string" } }, { "name": "joinEditor", "in": "query", "description": "参编", "required": false, "schema": { "type": "string" } }, { "name": "words", "in": "query", "description": "编写字数 千字\n编写字数", "required": false, "schema": { "type": "integer" } }, { "name": "publishCompany", "in": "query", "description": "出版单位", "required": false, "schema": { "type": "string" } }, { "name": "publishTime", "in": "query", "description": "出版时间", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "mateCover", "in": "query", "description": "教材封面", "required": false, "schema": { "type": "string" } }, { "name": "pubImg", "in": "query", "description": "出版图片", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回理由", "required": false, "schema": { "type": "string" } }, { "name": "backBy", "in": "query", "description": "驳回人", "required": false, "schema": { "type": "string" } }, { "name": "isbn", "in": "query", "description": "ISBN", "required": false, "schema": { "type": "string" } }, { "name": "versionDate", "in": "query", "description": "班次日期\n版本日期", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/getById": { "get": { "summary": "通过id查询教材", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/add": { "post": { "summary": "新增教材", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterial", "description": "教材" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/edit": { "post": { "summary": "修改教材", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterial", "description": "教材" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/updateStatus": { "post": { "summary": "修改状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterialDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachingmaterial/deleteById": { "post": { "summary": "通过id删除教材", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeachingMaterial", "description": "教材" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclist/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "deptCode", "in": "query", "description": "课题所属部门", "required": false, "schema": { "type": "string" } }, { "name": "topicName", "in": "query", "description": "课题名称", "required": false, "schema": { "type": "string" } }, { "name": "topicLeader", "in": "query", "description": "课题负责人", "required": false, "schema": { "type": "string" } }, { "name": "topicJoiner", "in": "query", "description": "课题参与人", "required": false, "schema": { "type": "string" } }, { "name": "topicSourceConfigId", "in": "query", "description": "课题来源配置id", "required": false, "schema": { "type": "string" } }, { "name": "topicLevelConfigId", "in": "query", "description": "课题级别配置id", "required": false, "schema": { "type": "string" } }, { "name": "finishTime", "in": "query", "description": "结题时间", "required": false, "schema": { "type": "string" } }, { "name": "awardingUnit", "in": "query", "description": "颁奖单位", "required": false, "schema": { "type": "string" } }, { "name": "awardingLevel", "in": "query", "description": "获奖等级", "required": false, "schema": { "type": "string" } }, { "name": "otherImg", "in": "query", "description": "其他资料", "required": false, "schema": { "type": "string" } }, { "name": "conclusionBook", "in": "query", "description": "结题证书", "required": false, "schema": { "type": "string" } }, { "name": "conclusionReport", "in": "query", "description": "结题报告", "required": false, "schema": { "type": "string" } }, { "name": "projectApp", "in": "query", "description": "立项申报书", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回理由", "required": false, "schema": { "type": "string" } }, { "name": "backBy", "in": "query", "description": "驳回人", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclist/getById": { "get": { "summary": "通过id查询课题列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclist/add": { "post": { "summary": "新增课题列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicList", "description": "课题列表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclist/edit": { "post": { "summary": "修改课题列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicList", "description": "课题列表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclist/updateStatus": { "post": { "summary": "修改状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicListDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclist/deleteById": { "post": { "summary": "通过id删除课题列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicList", "description": "ProfessionalTopicList" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherlesson/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "author", "in": "query", "description": "作者", "required": false, "schema": { "type": "string" } }, { "name": "name", "in": "query", "description": "教案名称", "required": false, "schema": { "type": "string" } }, { "name": "level", "in": "query", "description": "颁奖等级", "required": false, "schema": { "type": "string" } }, { "name": "unit", "in": "query", "description": "颁奖单位", "required": false, "schema": { "type": "string" } }, { "name": "awardTime", "in": "query", "description": "获奖时间", "required": false, "schema": { "type": "string" } }, { "name": "awardImg", "in": "query", "description": "获奖证书", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "state", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherlesson/staticPage": { "get": { "summary": "统计", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "author", "in": "query", "description": "作者", "required": false, "schema": { "type": "string" } }, { "name": "name", "in": "query", "description": "教案名称", "required": false, "schema": { "type": "string" } }, { "name": "level", "in": "query", "description": "颁奖等级", "required": false, "schema": { "type": "string" } }, { "name": "unit", "in": "query", "description": "颁奖单位", "required": false, "schema": { "type": "string" } }, { "name": "awardTime", "in": "query", "description": "获奖时间", "required": false, "schema": { "type": "string" } }, { "name": "awardImg", "in": "query", "description": "获奖证书", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "state", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherlesson/getById": { "get": { "summary": "通过id查询获奖教案", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherlesson/add": { "post": { "summary": "新增获奖教案", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherLesson", "description": "获奖教案" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherlesson/edit": { "post": { "summary": "修改获奖教案", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherLesson", "description": "获奖教案" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherlesson/deleteById": { "post": { "summary": "通过id删除获奖教案", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherLesson", "description": "获奖教案" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteacherlesson/updateStatus": { "post": { "summary": "修改状态", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherLessonDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationlevelconfig/getStationLevelList": { "get": { "summary": "外部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstationrelation/getStationForInner/{teacherNo}": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "teacherNo", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclevelconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "levelName", "in": "query", "description": "课题等级名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclevelconfig/getById": { "get": { "summary": "通过id查询课题级别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclevelconfig/add": { "post": { "summary": "新增课题级别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicLevelConfig", "description": "课题级别配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclevelconfig/edit": { "post": { "summary": "修改课题级别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicLevelConfig", "description": "课题级别配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclevelconfig/deleteById": { "post": { "summary": "通过id删除课题级别配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTopicLevelConfig", "description": "ProfessionalTopicLevelConfig" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionaltopiclevelconfig/getTopicLevelList": { "get": { "summary": "获取课题级别列表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpatent/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "firAuthor", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "firAuthorName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "belongPeople", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "belongPeopleName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "patentNo", "in": "query", "description": "专利号", "required": false, "schema": { "type": "string" } }, { "name": "cardNo", "in": "query", "description": "证书号", "required": false, "schema": { "type": "string" } }, { "name": "authTime", "in": "query", "description": "授权时间", "required": false, "schema": { "type": "string" } }, { "name": "materialUrl", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "status", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回理由", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpatent/staticPage": { "get": { "summary": "统计接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "deptName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "firAuthor", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "firAuthorName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "belongPeople", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "belongPeopleName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "patentNo", "in": "query", "description": "专利号", "required": false, "schema": { "type": "string" } }, { "name": "cardNo", "in": "query", "description": "证书号", "required": false, "schema": { "type": "string" } }, { "name": "authTime", "in": "query", "description": "授权时间", "required": false, "schema": { "type": "string" } }, { "name": "materialUrl", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "status", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回理由", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "examType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpatent/getById": { "get": { "summary": "通过id查询专利", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpatent/add": { "post": { "summary": "新增专利", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPatent", "description": "专利" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpatent/edit": { "post": { "summary": "修改专利", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPatent", "description": "专利" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpatent/updateStatus": { "post": { "summary": "修改专利", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPatentDTO", "description": "专利" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalpatent/deleteById": { "post": { "summary": "通过id删除专利", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPatent", "description": "专利" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademicdegreeconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "degreeName", "in": "query", "description": "学位名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademicdegreeconfig/getById": { "get": { "summary": "通过id查询学位配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademicdegreeconfig/add": { "post": { "summary": "新增学位配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicDegreeConfig", "description": "学位配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademicdegreeconfig/edit": { "post": { "summary": "修改学位配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicDegreeConfig", "description": "学位配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademicdegreeconfig/deleteById": { "post": { "summary": "通过id删除学位配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicDegreeConfig", "description": "学位配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalacademicdegreeconfig/getDegreeList": { "get": { "summary": "外部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalatstation/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "atStationName", "in": "query", "description": "类型名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalatstation/getById": { "get": { "summary": "通过id查询在职情况", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalatstation/add": { "post": { "summary": "新增在职情况", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAtStation", "description": "在职情况" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalatstation/edit": { "post": { "summary": "修改在职情况", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAtStation", "description": "在职情况" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalatstation/deleteById": { "post": { "summary": "通过id删除在职情况", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAtStation", "description": "在职情况" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalatstation/getAtStationList": { "get": { "summary": "获取在职情况", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificaterelation/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "教师工号", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "professionalTitleConfigId", "in": "query", "description": "职称配置ID", "required": false, "schema": { "type": "string" } }, { "name": "majorStation", "in": "query", "description": "专业技术职务", "required": false, "schema": { "type": "string" } }, { "name": "scopeQueryType", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificaterelation/getById": { "get": { "summary": "通过id查询教师资格证人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificaterelation/add": { "post": { "summary": "新增教师资格证人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "教师资格证人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificaterelation/exam": { "post": { "summary": "审核教师资格证人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherCertificateRelation", "description": "教师资格证人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificaterelation/edit": { "post": { "summary": "修改教师资格证人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherCertificateRelation", "description": "教师资格证人员关联表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalteachercertificaterelation/deleteById": { "post": { "summary": "通过id删除教师资格证人员关联表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalTeacherCertificateRelation", "description": "ProfessionalTeacherCertificateRelation" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "8": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "9": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "10": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/professionalstatuslock/getAllStatusList": { "get": { "summary": "查询所有状态锁定信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "statusName", "in": "query", "description": "状态名", "required": false, "schema": { "type": "string" } }, { "name": "status", "in": "query", "description": "0 未锁定 1已锁定\n状态", "required": false, "schema": { "type": "string" } }, { "name": "statusCode", "in": "query", "description": "状态码", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionalstatuslock/updateStatus": { "post": { "summary": "修改状态锁定信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalStatusLockDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionalstatuslock/checkLocked/{statusCode}": { "get": { "summary": "验证是否锁定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "statusCode", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionalpartychange/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "state", "in": "query", "description": "状态", "required": false, "schema": { "type": "string" } }, { "name": "professionalTitleConfigId", "in": "query", "description": "职称配置ID", "required": false, "schema": { "type": "string" } }, { "name": "majorStation", "in": "query", "description": "专业技术职务", "required": false, "schema": { "type": "string" } }, { "name": "scopeQueryType", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionalpartychange/add": { "post": { "summary": "新增党支部变更记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TeacherAboutInfoDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionalStatics/statics": { "post": { "summary": "统计数据", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceStaticDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "example": { "ok": false, "code": null, "msg": "", "data": {} } } } } }, "security": [] } }, "/professionalStatics/exportData": { "post": { "summary": "导出数据", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceStaticDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/academicqualificationsconfig/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "qualificationName", "in": "query", "description": "学历名称", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/academicqualificationsconfig/getById": { "get": { "summary": "通过id查询人事模块-学历配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/academicqualificationsconfig/add": { "post": { "summary": "新增人事模块-学历配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicQualificationsConfig", "description": "人事模块-学历配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/academicqualificationsconfig/edit": { "post": { "summary": "修改人事模块-学历配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicQualificationsConfig", "description": "人事模块-学历配置" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/academicqualificationsconfig/deleteById": { "post": { "summary": "通过id删除人事模块-学历配置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalAcademicQualificationsConfig", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/academicqualificationsconfig/getQualificationList": { "get": { "summary": "获取学历", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "6": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "7": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencechangehistory/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "reportId", "in": "query", "description": "科研id", "required": false, "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "变更类型 1 课题名称 2 课题成员 3 结束时间\n变更类型", "required": false, "schema": { "type": "string" } }, { "name": "originContent", "in": "query", "description": "原始内容", "required": false, "schema": { "type": "string" } }, { "name": "newContent", "in": "query", "description": "变更后内容", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "passTime", "in": "query", "description": "审核通过时间", "required": false, "schema": { "type": "string" } }, { "name": "dealState", "in": "query", "description": "0 待审核 1 部门审核 2 科研处审核 100 通过 -1 驳回\n处理状态", "required": false, "schema": { "type": "string" } }, { "name": "materialUrl", "in": "query", "description": "签字文件", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "驳回内容", "required": false, "schema": { "type": "string" } }, { "name": "checkStatus", "in": "query", "description": "签字确认状态 0 待确认 1 通过 -1 驳回\n签字确认状态", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencechangehistory/{reportId}": { "get": { "summary": "通过id查询课题变更明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "reportId", "in": "path", "description": "reportId", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencechangehistory/queryHistoryData/{id}": { "get": { "summary": "通过id查询课题变更明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencechangehistory": { "post": { "summary": "新增课题变更明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ChangeHistoryDTO", "description": "课题变更明细" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] }, "put": { "summary": "新增课题变更明细", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ChangeHistoryDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencechangehistory/uploadMaterial": { "post": { "summary": "上传材料", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceChangeHistory", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencechangehistory/{id}": { "delete": { "summary": "删除变更记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/file/teacherAboutInfoUpload": { "post": { "summary": "学历更新", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "description": "学历", "type": "string", "format": "binary" } }, "required": [ "file" ] } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R(bucketName, filename)" }, "example": { "ok": false, "code": null, "msg": null, "data": null } } } } }, "security": [] } }, "/file/acadeShow": { "get": { "summary": "教职工材料信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "fileName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/file/showPdf": { "get": { "summary": "图片展示接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "fileName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/outercompanyemployee/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "companyId", "in": "query", "description": "公司ID", "required": false, "schema": { "type": "string" } }, { "name": "companyName", "in": "query", "description": "公司名称", "required": false, "schema": { "type": "string" } }, { "name": "employeeNo", "in": "query", "description": "职员编号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证", "required": false, "schema": { "type": "string" } }, { "name": "mobile", "in": "query", "description": "手机号", "required": false, "schema": { "type": "string" } }, { "name": "position", "in": "query", "description": "职位", "required": false, "schema": { "type": "string" } }, { "name": "address", "in": "query", "description": "地址", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否可进出 1:是 0: 否\n是否可进出", "required": false, "schema": { "type": "string" } }, { "name": "companyType", "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/getById": { "get": { "summary": "通过id查询校外单位职员", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/add": { "post": { "summary": "新增校外单位职员", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "校外单位职员" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/saveSecond": { "post": { "summary": "新增二期单位单位职员", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/edit": { "post": { "summary": "修改校外单位职员", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "校外单位职员" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/resetPassWord": { "post": { "summary": "重置密码", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/deleteById": { "post": { "summary": "通过id删除校外单位职员", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/batchDel": { "post": { "summary": "批量删除校外单位职员", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "校外单位职员" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/list/face": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/getByEmployeeNo/{employeeNo}": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "employeeNo", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/getByEmployeeByInfo/{info}": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "info", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/count": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/listByCompany/{companyId}": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "companyId", "in": "path", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/listByCompanyId": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "companyId", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/switchInOut": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployeeSwitchDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/getCompany": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompany", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/getEmployeeNum": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/resetPwd": { "get": { "summary": "外部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "token", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/getEmployeeByCompany": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "type", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/queryEmployeeByIdcard": { "get": { "summary": "内部接口-校验是否本校驻校人员(排除外聘教师单位)", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "idCard", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/queryEmployeeNoByIdcard": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "idCard", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RString" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } } } } } } }, "security": [] } }, "/outercompanyemployee/getEmployeeByIds": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListDeptTeacherListVO" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "commonDeptCode": "", "deptName": "", "totalNum": 0, "teacherNoList": [ "" ], "teacherNos": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/queryEmployInfoByNos": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/queryNoKnowExamEmployList": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/getByCondition": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployeeDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/getUserList": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployeeDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/queryEmployeeListByComType": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/queryEmployeeInfoByNo": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "employeeNo", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ROuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } } } } } } }, "security": [] } }, "/outercompanyemployee/queryEmployeeInfoByNoList": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompanyEmployee" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } ] } } } } } } }, "security": [] } }, "/outercompanyemployee/queryCompanyVisitorBy": { "get": { "summary": "内部接口-校验驻校单位访客受访人 是否存在", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "phone", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ROuterCompanyEmployee", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyId": "", "companyName": "", "employeeNo": "", "realName": "", "idCard": "", "mobile": "", "position": "", "address": "", "inoutFlag": "", "companyType": "", "deptCode": "" } } } } } } } }, "security": [] } }, "/outercompanyemployee/remoteInfo": { "get": { "summary": "模糊检索人员信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "info", "in": "query", "description": "", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/remoteAddCompanyEmployee": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/queryEmployTeacher": { "get": { "summary": "查询外聘教师", "deprecated": false, "description": "/**\n查询外聘教师", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "companyId", "in": "query", "description": "公司ID", "required": false, "schema": { "type": "string" } }, { "name": "companyName", "in": "query", "description": "公司名称", "required": false, "schema": { "type": "string" } }, { "name": "employeeNo", "in": "query", "description": "职员编号", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证", "required": false, "schema": { "type": "string" } }, { "name": "mobile", "in": "query", "description": "手机号", "required": false, "schema": { "type": "string" } }, { "name": "position", "in": "query", "description": "职位", "required": false, "schema": { "type": "string" } }, { "name": "address", "in": "query", "description": "地址", "required": false, "schema": { "type": "string" } }, { "name": "inoutFlag", "in": "query", "description": "是否可进出 1:是 0: 否\n是否可进出", "required": false, "schema": { "type": "string" } }, { "name": "companyType", "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 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/addEmployTeacher": { "post": { "summary": "新增外聘教师", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/delEmployTeacher": { "post": { "summary": "删除外聘教师", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/editEmployTeacher": { "post": { "summary": "编辑外聘教师信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/remoteEmployTeacherInfoByNo": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "响应信息主体" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompanyemployee/remoteWpTeacherList": { "post": { "summary": "内部接口-根据工号查询外聘教师", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" }, "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/salaryexportrecord/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "confirm", "in": "query", "description": "确认导出薪资国税报税", "required": false, "schema": { "type": "string" } }, { "name": "exportDate", "in": "query", "description": "导出日期", "required": false, "schema": { "type": "string" } }, { "name": "salaryYear", "in": "query", "description": "薪资年份", "required": false, "schema": { "type": "integer" } }, { "name": "salaryMonth", "in": "query", "description": "薪资月份", "required": false, "schema": { "type": "integer" } }, { "name": "tenantId", "in": "query", "description": "租户ID", "required": false, "schema": { "type": "integer" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/salaryexportrecord/{id}": { "get": { "summary": "通过id查询薪资导出记录表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] }, "delete": { "summary": "通过id删除薪资导出记录表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/salaryexportrecord": { "post": { "summary": "新增薪资导出记录表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SalaryExportRecord", "description": "薪资导出记录表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] }, "put": { "summary": "修改薪资导出记录表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SalaryExportRecord", "description": "薪资导出记录表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/salaryexportrecord/checkSalaryDate": { "post": { "summary": "内部接口-校验劳务日期是否可以指定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SalaryExportRecord", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RBoolean", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } } } } } } }, "security": [] } }, "/salaryexportrecord/queryMaxYearAndMonth": { "post": { "summary": "内部接口-查询当前月份往后的最大锁定月份", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SalaryExportRecord", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RSalaryExportRecord", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "confirm": "", "exportDate": "", "salaryYear": 0, "salaryMonth": 0, "tenantId": 0 } } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "confirm": "", "exportDate": "", "salaryYear": 0, "salaryMonth": 0, "tenantId": 0 } } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "confirm": "", "exportDate": "", "salaryYear": 0, "salaryMonth": 0, "tenantId": 0 } } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "confirm": "", "exportDate": "", "salaryYear": 0, "salaryMonth": 0, "tenantId": 0 } } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "confirm": "", "exportDate": "", "salaryYear": 0, "salaryMonth": 0, "tenantId": 0 } } } } } } } }, "security": [] } }, "/scienceEndCheck/{id}": { "get": { "summary": "通过id查询课题结题鉴定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/scienceEndCheck": { "post": { "summary": "新增课题结题鉴定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceEndCheck", "description": "课题结题鉴定" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/scienceEndCheck/subMidCheck": { "post": { "summary": "提交结题鉴定", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceEndCheck", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "companyName", "in": "query", "description": "公司名称", "required": false, "schema": { "type": "string" } }, { "name": "allowStartTime", "in": "query", "description": "单位允许进出的时段(开始)", "required": false, "schema": { "type": "string" } }, { "name": "allowEndTime", "in": "query", "description": "单位允许进出的时段(结束)", "required": false, "schema": { "type": "string" } }, { "name": "companyType", "in": "query", "description": "单位类型 0: 驻校单位 1: 培训单位\n单位类型", "required": false, "schema": { "type": "string" } }, { "name": "userName", "in": "query", "description": "健康申报-管理员", "required": false, "schema": { "type": "string" } }, { "name": "trainClassId", "in": "query", "description": "关联 培训班级Id\n关联培训班级Id", "required": false, "schema": { "type": "string" } }, { "name": "isSpecial", "in": "query", "description": "外聘 驻校单位 不允许删除\n外聘驻校单位不允许删除", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/getById": { "get": { "summary": "通过id查询校外单位", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/add": { "post": { "summary": "新增校外单位", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyDTO", "description": "校外单位" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/edit": { "post": { "summary": "修改校外单位", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompany", "description": "校外单位" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/deleteById": { "post": { "summary": "通过id删除校外单位", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompany", "description": "id" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/getList": { "get": { "summary": "通用获取驻校单位", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "sort", "in": "query", "description": "排序", "required": false, "schema": { "type": "integer" } }, { "name": "companyName", "in": "query", "description": "公司名称", "required": false, "schema": { "type": "string" } }, { "name": "allowStartTime", "in": "query", "description": "单位允许进出的时段(开始)", "required": false, "schema": { "type": "string" } }, { "name": "allowEndTime", "in": "query", "description": "单位允许进出的时段(结束)", "required": false, "schema": { "type": "string" } }, { "name": "companyType", "in": "query", "description": "单位类型 0: 驻校单位 1: 培训单位\n单位类型", "required": false, "schema": { "type": "string" } }, { "name": "userName", "in": "query", "description": "健康申报-管理员", "required": false, "schema": { "type": "string" } }, { "name": "trainClassId", "in": "query", "description": "关联 培训班级Id\n关联培训班级Id", "required": false, "schema": { "type": "string" } }, { "name": "isSpecial", "in": "query", "description": "外聘 驻校单位 不允许删除\n外聘驻校单位不允许删除", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/getByCondition": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RListOuterCompany", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } ] } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } ] } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } ] } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } ] } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": [ { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } ] } } } } } } }, "security": [] } }, "/outercompany/getCompanyByEmp": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompanyDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ROuterCompany", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": { "id": "", "createBy": "", "createTime": "", "updateBy": "", "updateTime": "", "delFlag": "", "remarks": "", "tenantId": 0, "sort": 0, "companyName": "", "allowStartTime": "", "allowEndTime": "", "companyType": "", "userName": "", "trainClassId": "", "isSpecial": "" } } } } } } } }, "security": [] } }, "/outercompany/fetchCompany": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/remoteAddCompany": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RemoteAddCompanyDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RString", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": "" } } } } } } }, "security": [] } }, "/outercompany/modifyTrainCompany": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RemoteAddCompanyDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RBoolean", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } } } } } } }, "security": [] } }, "/outercompany/removeCompanyAndPeopleInfo": { "post": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RemoteAddCompanyDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RBoolean", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": false } } } } } } }, "security": [] } }, "/outercompany/getByIdForInner/{id}": { "get": { "summary": "内部接口", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/outercompany/traineeSendMsg": { "post": { "summary": "内部接口", "deprecated": false, "description": "仅给quartz调用", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/OuterCompany", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/professionalcommon/batchSetTopFlag": { "post": { "summary": "批量设置最高标记", "deprecated": false, "description": "批量设置最高标记\n批量设置最高标记\n批量设置职称、职业资格、学历学位、教师资格证的最高标记", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RVoid" }, "examples": { "1": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "2": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "3": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "4": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } }, "5": { "summary": "成功示例", "value": { "code": 0, "msg": "", "data": null } } } } } } }, "security": [] } }, "/teachersalary/checkAuth": { "get": { "summary": "鉴权", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teachersalary/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "编号", "required": false, "schema": { "type": "string" } }, { "name": "userName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "postSalary", "in": "query", "description": "岗位工资", "required": false, "schema": { "type": "string" } }, { "name": "payWage", "in": "query", "description": "薪级工资", "required": false, "schema": { "type": "string" } }, { "name": "studentPay", "in": "query", "description": "见习期工资", "required": false, "schema": { "type": "string" } }, { "name": "liveAllowance", "in": "query", "description": "生活补贴", "required": false, "schema": { "type": "string" } }, { "name": "postAllowance", "in": "query", "description": "岗位津贴", "required": false, "schema": { "type": "string" } }, { "name": "houseSubsidies", "in": "query", "description": "住房(租金)补贴", "required": false, "schema": { "type": "string" } }, { "name": "newHouseSubsidies", "in": "query", "description": "新职工住房补贴", "required": false, "schema": { "type": "string" } }, { "name": "huiSubsidies", "in": "query", "description": "回民补贴", "required": false, "schema": { "type": "string" } }, { "name": "oldSubsidies", "in": "query", "description": "养老保险补贴", "required": false, "schema": { "type": "string" } }, { "name": "ageAllowance", "in": "query", "description": "教龄津贴", "required": false, "schema": { "type": "string" } }, { "name": "specialSubsidies", "in": "query", "description": "特教补贴", "required": false, "schema": { "type": "string" } }, { "name": "teacherAllowance", "in": "query", "description": "特级教师津贴", "required": false, "schema": { "type": "string" } }, { "name": "sPostAllowance1", "in": "query", "description": "特岗津贴(一)", "required": false, "schema": { "type": "string" } }, { "name": "sPostAllowance2", "in": "query", "description": "特岗津贴(二)", "required": false, "schema": { "type": "string" } }, { "name": "other", "in": "query", "description": "其他", "required": false, "schema": { "type": "string" } }, { "name": "meritPay", "in": "query", "description": "奖励性绩效工资", "required": false, "schema": { "type": "string" } }, { "name": "villageSubsidies", "in": "query", "description": "乡镇工作补贴", "required": false, "schema": { "type": "string" } }, { "name": "temporarySubsidies", "in": "query", "description": "临时性补贴", "required": false, "schema": { "type": "string" } }, { "name": "trafficSubsidies", "in": "query", "description": "上下班交通补贴", "required": false, "schema": { "type": "string" } }, { "name": "keepAllowance", "in": "query", "description": "保留津贴", "required": false, "schema": { "type": "string" } }, { "name": "retroactivePay", "in": "query", "description": "补发工资", "required": false, "schema": { "type": "string" } }, { "name": "shouldPay", "in": "query", "description": "应发工资", "required": false, "schema": { "type": "string" } }, { "name": "houseFund", "in": "query", "description": "住房公积金", "required": false, "schema": { "type": "string" } }, { "name": "medicalInsurance", "in": "query", "description": "医疗保险金", "required": false, "schema": { "type": "string" } }, { "name": "unemployInsurance", "in": "query", "description": "失业保险金", "required": false, "schema": { "type": "string" } }, { "name": "endowInsurance", "in": "query", "description": "养老保险金", "required": false, "schema": { "type": "string" } }, { "name": "unionFee", "in": "query", "description": "工会费", "required": false, "schema": { "type": "string" } }, { "name": "childrenWhole", "in": "query", "description": "儿童统筹", "required": false, "schema": { "type": "string" } }, { "name": "personalTax", "in": "query", "description": "个人所得税", "required": false, "schema": { "type": "string" } }, { "name": "otherDeduction", "in": "query", "description": "其他扣款", "required": false, "schema": { "type": "string" } }, { "name": "sickDeduction", "in": "query", "description": "病事假扣款", "required": false, "schema": { "type": "string" } }, { "name": "medicalFund", "in": "query", "description": "医疗救助基金", "required": false, "schema": { "type": "string" } }, { "name": "inductrialInjury", "in": "query", "description": "工伤", "required": false, "schema": { "type": "string" } }, { "name": "personalPay", "in": "query", "description": "个人补缴", "required": false, "schema": { "type": "string" } }, { "name": "withhold", "in": "query", "description": "代扣小计", "required": false, "schema": { "type": "string" } }, { "name": "realWage", "in": "query", "description": "实发工资", "required": false, "schema": { "type": "string" } }, { "name": "nf", "in": "query", "description": "年份", "required": false, "schema": { "type": "string" } }, { "name": "yf", "in": "query", "description": "月份 不补零\n月份", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "wageIncome", "in": "query", "description": "工资收入", "required": false, "schema": { "type": "string" } }, { "name": "trainPool", "in": "query", "description": "培训兼课金", "required": false, "schema": { "type": "string" } }, { "name": "otherIncome1", "in": "query", "description": "其他收入(一)", "required": false, "schema": { "type": "string" } }, { "name": "otherIncome2", "in": "query", "description": "其他收入(二)", "required": false, "schema": { "type": "string" } }, { "name": "insurance", "in": "query", "description": "五险一金", "required": false, "schema": { "type": "string" } }, { "name": "otherDeduction2", "in": "query", "description": "其他扣款2", "required": false, "schema": { "type": "string" } }, { "name": "deductionCost", "in": "query", "description": "减除费用", "required": false, "schema": { "type": "string" } }, { "name": "remark", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "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": "ny", "in": "query", "description": "年月", "required": false, "schema": { "type": "string" } }, { "name": "pMonth", "in": "query", "description": "月份", "required": false, "schema": { "type": "string" } }, { "name": "numId", "in": "query", "description": "导入序号", "required": false, "schema": { "type": "string" } }, { "name": "childEdu", "in": "query", "description": "子女教育", "required": false, "schema": { "type": "string" } }, { "name": "conEdu", "in": "query", "description": "继续教育", "required": false, "schema": { "type": "string" } }, { "name": "sickMedical", "in": "query", "description": "大病医疗", "required": false, "schema": { "type": "string" } }, { "name": "house", "in": "query", "description": "住房贷款利息或者住房租金", "required": false, "schema": { "type": "string" } }, { "name": "supportOld", "in": "query", "description": "赡养老人", "required": false, "schema": { "type": "string" } }, { "name": "houseInterest", "in": "query", "description": "累计住房贷款利息", "required": false, "schema": { "type": "string" } }, { "name": "normalView", "in": "query", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "scienceMoney", "in": "query", "description": "科研经费", "required": false, "schema": { "type": "string" } }, { "name": "vacationMoney", "in": "query", "description": "假期工资", "required": false, "schema": { "type": "string" } }, { "name": "shouldTaxMoney", "in": "query", "description": "基础工资应税收入", "required": false, "schema": { "type": "string" } }, { "name": "baseSalary", "in": "query", "description": "基础专项绩效", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "stationTypeId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "idCardList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "teacherNoList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "selectList[0].id", "in": "query", "description": "编号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].userName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].postSalary", "in": "query", "description": "岗位工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].payWage", "in": "query", "description": "薪级工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].studentPay", "in": "query", "description": "见习期工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].liveAllowance", "in": "query", "description": "生活补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].postAllowance", "in": "query", "description": "岗位津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].houseSubsidies", "in": "query", "description": "住房(租金)补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].newHouseSubsidies", "in": "query", "description": "新职工住房补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].huiSubsidies", "in": "query", "description": "回民补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].oldSubsidies", "in": "query", "description": "养老保险补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].ageAllowance", "in": "query", "description": "教龄津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].specialSubsidies", "in": "query", "description": "特教补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].teacherAllowance", "in": "query", "description": "特级教师津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sPostAllowance1", "in": "query", "description": "特岗津贴(一)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sPostAllowance2", "in": "query", "description": "特岗津贴(二)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].other", "in": "query", "description": "其他", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].meritPay", "in": "query", "description": "奖励性绩效工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].villageSubsidies", "in": "query", "description": "乡镇工作补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].temporarySubsidies", "in": "query", "description": "临时性补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].trafficSubsidies", "in": "query", "description": "上下班交通补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].keepAllowance", "in": "query", "description": "保留津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].retroactivePay", "in": "query", "description": "补发工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].shouldPay", "in": "query", "description": "应发工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].houseFund", "in": "query", "description": "住房公积金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].medicalInsurance", "in": "query", "description": "医疗保险金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].unemployInsurance", "in": "query", "description": "失业保险金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].endowInsurance", "in": "query", "description": "养老保险金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].unionFee", "in": "query", "description": "工会费", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].childrenWhole", "in": "query", "description": "儿童统筹", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].personalTax", "in": "query", "description": "个人所得税", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherDeduction", "in": "query", "description": "其他扣款", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sickDeduction", "in": "query", "description": "病事假扣款", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].medicalFund", "in": "query", "description": "医疗救助基金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].inductrialInjury", "in": "query", "description": "工伤", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].personalPay", "in": "query", "description": "个人补缴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].withhold", "in": "query", "description": "代扣小计", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].realWage", "in": "query", "description": "实发工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].nf", "in": "query", "description": "年份", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].yf", "in": "query", "description": "月份 不补零\n月份", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].wageIncome", "in": "query", "description": "工资收入", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].trainPool", "in": "query", "description": "培训兼课金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherIncome1", "in": "query", "description": "其他收入(一)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherIncome2", "in": "query", "description": "其他收入(二)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].insurance", "in": "query", "description": "五险一金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherDeduction2", "in": "query", "description": "其他扣款2", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].deductionCost", "in": "query", "description": "减除费用", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].remark", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].delFlag", "in": "query", "description": "删除标记", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].ny", "in": "query", "description": "年月", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].pMonth", "in": "query", "description": "月份", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].numId", "in": "query", "description": "导入序号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].childEdu", "in": "query", "description": "子女教育", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].conEdu", "in": "query", "description": "继续教育", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sickMedical", "in": "query", "description": "大病医疗", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].house", "in": "query", "description": "住房贷款利息或者住房租金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].supportOld", "in": "query", "description": "赡养老人", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].houseInterest", "in": "query", "description": "累计住房贷款利息", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].normalView", "in": "query", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "selectList[0].teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].scienceMoney", "in": "query", "description": "科研经费", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].vacationMoney", "in": "query", "description": "假期工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].shouldTaxMoney", "in": "query", "description": "基础工资应税收入", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].baseSalary", "in": "query", "description": "基础专项绩效", "required": false, "schema": { "type": "string" } }, { "name": "canSearch", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "money", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "month", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "moneyType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "a", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "b", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "c", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "d", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "e", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "f", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "g", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "h", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "i", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "j", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "k", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "l", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "startDate", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "endDate", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "countType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "exportType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "clearTypeList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "yff", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teachersalary/queryExtendSalaryInfo": { "post": { "summary": "查询薪资拓展信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalSalariesDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teachersalary/queryUserInfo": { "post": { "summary": "面板展开 查询薪资", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalSalariesDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teachersalary/setCanSearch": { "post": { "summary": "查询不可查询设置", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalSalariesDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teachersalary/delBatch": { "post": { "summary": "批量删除工资信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalSalariesDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherpayslip/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "编号", "required": false, "schema": { "type": "string" } }, { "name": "userName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "postSalary", "in": "query", "description": "岗位工资", "required": false, "schema": { "type": "string" } }, { "name": "payWage", "in": "query", "description": "薪级工资", "required": false, "schema": { "type": "string" } }, { "name": "studentPay", "in": "query", "description": "见习期工资", "required": false, "schema": { "type": "string" } }, { "name": "liveAllowance", "in": "query", "description": "生活补贴", "required": false, "schema": { "type": "string" } }, { "name": "postAllowance", "in": "query", "description": "岗位津贴", "required": false, "schema": { "type": "string" } }, { "name": "houseSubsidies", "in": "query", "description": "住房(租金)补贴", "required": false, "schema": { "type": "string" } }, { "name": "newHouseSubsidies", "in": "query", "description": "新职工住房补贴", "required": false, "schema": { "type": "string" } }, { "name": "huiSubsidies", "in": "query", "description": "回民补贴", "required": false, "schema": { "type": "string" } }, { "name": "oldSubsidies", "in": "query", "description": "养老保险补贴", "required": false, "schema": { "type": "string" } }, { "name": "ageAllowance", "in": "query", "description": "教龄津贴", "required": false, "schema": { "type": "string" } }, { "name": "specialSubsidies", "in": "query", "description": "特教补贴", "required": false, "schema": { "type": "string" } }, { "name": "teacherAllowance", "in": "query", "description": "特级教师津贴", "required": false, "schema": { "type": "string" } }, { "name": "sPostAllowance1", "in": "query", "description": "特岗津贴(一)", "required": false, "schema": { "type": "string" } }, { "name": "sPostAllowance2", "in": "query", "description": "特岗津贴(二)", "required": false, "schema": { "type": "string" } }, { "name": "other", "in": "query", "description": "其他", "required": false, "schema": { "type": "string" } }, { "name": "meritPay", "in": "query", "description": "奖励性绩效工资", "required": false, "schema": { "type": "string" } }, { "name": "villageSubsidies", "in": "query", "description": "乡镇工作补贴", "required": false, "schema": { "type": "string" } }, { "name": "temporarySubsidies", "in": "query", "description": "临时性补贴", "required": false, "schema": { "type": "string" } }, { "name": "trafficSubsidies", "in": "query", "description": "上下班交通补贴", "required": false, "schema": { "type": "string" } }, { "name": "keepAllowance", "in": "query", "description": "保留津贴", "required": false, "schema": { "type": "string" } }, { "name": "retroactivePay", "in": "query", "description": "补发工资", "required": false, "schema": { "type": "string" } }, { "name": "shouldPay", "in": "query", "description": "应发工资", "required": false, "schema": { "type": "string" } }, { "name": "houseFund", "in": "query", "description": "住房公积金", "required": false, "schema": { "type": "string" } }, { "name": "medicalInsurance", "in": "query", "description": "医疗保险金", "required": false, "schema": { "type": "string" } }, { "name": "unemployInsurance", "in": "query", "description": "失业保险金", "required": false, "schema": { "type": "string" } }, { "name": "endowInsurance", "in": "query", "description": "养老保险金", "required": false, "schema": { "type": "string" } }, { "name": "unionFee", "in": "query", "description": "工会费", "required": false, "schema": { "type": "string" } }, { "name": "childrenWhole", "in": "query", "description": "儿童统筹", "required": false, "schema": { "type": "string" } }, { "name": "personalTax", "in": "query", "description": "个人所得税", "required": false, "schema": { "type": "string" } }, { "name": "otherDeduction", "in": "query", "description": "其他扣款", "required": false, "schema": { "type": "string" } }, { "name": "sickDeduction", "in": "query", "description": "病事假扣款", "required": false, "schema": { "type": "string" } }, { "name": "medicalFund", "in": "query", "description": "医疗救助基金", "required": false, "schema": { "type": "string" } }, { "name": "inductrialInjury", "in": "query", "description": "工伤", "required": false, "schema": { "type": "string" } }, { "name": "personalPay", "in": "query", "description": "个人补缴", "required": false, "schema": { "type": "string" } }, { "name": "withhold", "in": "query", "description": "代扣小计", "required": false, "schema": { "type": "string" } }, { "name": "realWage", "in": "query", "description": "实发工资", "required": false, "schema": { "type": "string" } }, { "name": "nf", "in": "query", "description": "年份", "required": false, "schema": { "type": "string" } }, { "name": "yf", "in": "query", "description": "月份 不补零\n月份", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "wageIncome", "in": "query", "description": "工资收入", "required": false, "schema": { "type": "string" } }, { "name": "trainPool", "in": "query", "description": "培训兼课金", "required": false, "schema": { "type": "string" } }, { "name": "otherIncome1", "in": "query", "description": "其他收入(一)", "required": false, "schema": { "type": "string" } }, { "name": "otherIncome2", "in": "query", "description": "其他收入(二)", "required": false, "schema": { "type": "string" } }, { "name": "insurance", "in": "query", "description": "五险一金", "required": false, "schema": { "type": "string" } }, { "name": "otherDeduction2", "in": "query", "description": "其他扣款2", "required": false, "schema": { "type": "string" } }, { "name": "deductionCost", "in": "query", "description": "减除费用", "required": false, "schema": { "type": "string" } }, { "name": "remark", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "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": "ny", "in": "query", "description": "年月", "required": false, "schema": { "type": "string" } }, { "name": "pMonth", "in": "query", "description": "月份", "required": false, "schema": { "type": "string" } }, { "name": "numId", "in": "query", "description": "导入序号", "required": false, "schema": { "type": "string" } }, { "name": "childEdu", "in": "query", "description": "子女教育", "required": false, "schema": { "type": "string" } }, { "name": "conEdu", "in": "query", "description": "继续教育", "required": false, "schema": { "type": "string" } }, { "name": "sickMedical", "in": "query", "description": "大病医疗", "required": false, "schema": { "type": "string" } }, { "name": "house", "in": "query", "description": "住房贷款利息或者住房租金", "required": false, "schema": { "type": "string" } }, { "name": "supportOld", "in": "query", "description": "赡养老人", "required": false, "schema": { "type": "string" } }, { "name": "houseInterest", "in": "query", "description": "累计住房贷款利息", "required": false, "schema": { "type": "string" } }, { "name": "normalView", "in": "query", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "scienceMoney", "in": "query", "description": "科研经费", "required": false, "schema": { "type": "string" } }, { "name": "vacationMoney", "in": "query", "description": "假期工资", "required": false, "schema": { "type": "string" } }, { "name": "shouldTaxMoney", "in": "query", "description": "基础工资应税收入", "required": false, "schema": { "type": "string" } }, { "name": "baseSalary", "in": "query", "description": "基础性绩效", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "stationTypeId", "in": "query", "description": "岗位类别配置主键", "required": false, "schema": { "type": "string" } }, { "name": "idCardList", "in": "query", "description": "证件集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "teacherNoList", "in": "query", "description": "工号集合", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "selectList[0].id", "in": "query", "description": "编号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].userName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].postSalary", "in": "query", "description": "岗位工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].payWage", "in": "query", "description": "薪级工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].studentPay", "in": "query", "description": "见习期工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].liveAllowance", "in": "query", "description": "生活补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].postAllowance", "in": "query", "description": "岗位津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].houseSubsidies", "in": "query", "description": "住房(租金)补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].newHouseSubsidies", "in": "query", "description": "新职工住房补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].huiSubsidies", "in": "query", "description": "回民补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].oldSubsidies", "in": "query", "description": "养老保险补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].ageAllowance", "in": "query", "description": "教龄津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].specialSubsidies", "in": "query", "description": "特教补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].teacherAllowance", "in": "query", "description": "特级教师津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sPostAllowance1", "in": "query", "description": "特岗津贴(一)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sPostAllowance2", "in": "query", "description": "特岗津贴(二)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].other", "in": "query", "description": "其他", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].meritPay", "in": "query", "description": "奖励性绩效工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].villageSubsidies", "in": "query", "description": "乡镇工作补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].temporarySubsidies", "in": "query", "description": "临时性补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].trafficSubsidies", "in": "query", "description": "上下班交通补贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].keepAllowance", "in": "query", "description": "保留津贴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].retroactivePay", "in": "query", "description": "补发工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].shouldPay", "in": "query", "description": "应发工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].houseFund", "in": "query", "description": "住房公积金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].medicalInsurance", "in": "query", "description": "医疗保险金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].unemployInsurance", "in": "query", "description": "失业保险金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].endowInsurance", "in": "query", "description": "养老保险金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].unionFee", "in": "query", "description": "工会费", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].childrenWhole", "in": "query", "description": "儿童统筹", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].personalTax", "in": "query", "description": "个人所得税", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherDeduction", "in": "query", "description": "其他扣款", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sickDeduction", "in": "query", "description": "病事假扣款", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].medicalFund", "in": "query", "description": "医疗救助基金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].inductrialInjury", "in": "query", "description": "工伤", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].personalPay", "in": "query", "description": "个人补缴", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].withhold", "in": "query", "description": "代扣小计", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].realWage", "in": "query", "description": "实发工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].nf", "in": "query", "description": "年份", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].yf", "in": "query", "description": "月份 不补零\n月份", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].idCard", "in": "query", "description": "身份证号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].wageIncome", "in": "query", "description": "工资收入", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].trainPool", "in": "query", "description": "培训兼课金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherIncome1", "in": "query", "description": "其他收入(一)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherIncome2", "in": "query", "description": "其他收入(二)", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].insurance", "in": "query", "description": "五险一金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].otherDeduction2", "in": "query", "description": "其他扣款2", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].deductionCost", "in": "query", "description": "减除费用", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].remark", "in": "query", "description": "备注", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].delFlag", "in": "query", "description": "删除标记", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].ny", "in": "query", "description": "年月", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].pMonth", "in": "query", "description": "月份", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].numId", "in": "query", "description": "导入序号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].childEdu", "in": "query", "description": "子女教育", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].conEdu", "in": "query", "description": "继续教育", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].sickMedical", "in": "query", "description": "大病医疗", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].house", "in": "query", "description": "住房贷款利息或者住房租金", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].supportOld", "in": "query", "description": "赡养老人", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].houseInterest", "in": "query", "description": "累计住房贷款利息", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].normalView", "in": "query", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "selectList[0].teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].scienceMoney", "in": "query", "description": "科研经费", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].vacationMoney", "in": "query", "description": "假期工资", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].shouldTaxMoney", "in": "query", "description": "基础工资应税收入", "required": false, "schema": { "type": "string" } }, { "name": "selectList[0].baseSalary", "in": "query", "description": "基础性绩效", "required": false, "schema": { "type": "string" } }, { "name": "canSearch", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "money", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "month", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "moneyType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "a", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "b", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "c", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "d", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "e", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "f", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "g", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "h", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "i", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "j", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "k", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "l", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "startDate", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "endDate", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "countType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "exportType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "clearTypeList", "in": "query", "description": "", "required": false, "schema": { "type": "array", "items": { "type": "string" } } }, { "name": "yff", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherpayslip/queryExtendSalaryInfo": { "post": { "summary": "查询薪资拓展信息", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPayslipDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherpayslip/queryUserInfo": { "post": { "summary": "面板展开 查询薪资", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPayslipDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherpayslip/setCanSearch": { "post": { "summary": "造单收入和个税设置是否可查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPayslipDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherpayslip/delBatch": { "post": { "summary": "造单收入和个税明细删除", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProfessionalPayslipDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencemidcheck/{id}": { "get": { "summary": "通过id查询中期检查表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencemidcheck": { "post": { "summary": "新增中期检查表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceMidCheck", "description": "中期检查表" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencemidcheck/subMidCheck": { "post": { "summary": "修改中期检查表", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceMidCheck", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "ID", "required": false, "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "课题名称", "required": false, "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "1 指令性课题 2 其他课题", "required": false, "schema": { "type": "string" } }, { "name": "startTime", "in": "query", "description": "研究开始时间", "required": false, "schema": { "type": "string" } }, { "name": "endTime", "in": "query", "description": "研究完成时间", "required": false, "schema": { "type": "string" } }, { "name": "contentA", "in": "query", "description": "课题核心概念与界定", "required": false, "schema": { "type": "string" } }, { "name": "contentB", "in": "query", "description": "国内外统一研究领域现状与研究价值", "required": false, "schema": { "type": "string" } }, { "name": "contentC", "in": "query", "description": "研究的目标、内容(或子课题设计)与重点", "required": false, "schema": { "type": "string" } }, { "name": "contentD", "in": "query", "description": "研究的思路、过程与方法", "required": false, "schema": { "type": "string" } }, { "name": "contentE", "in": "query", "description": "主要观点与可能的创新之处", "required": false, "schema": { "type": "string" } }, { "name": "contentF", "in": "query", "description": "完成研究任务的可行性分析", "required": false, "schema": { "type": "string" } }, { "name": "contractPhone", "in": "query", "description": "联系电话", "required": false, "schema": { "type": "string" } }, { "name": "reportUser", "in": "query", "description": "主持人", "required": false, "schema": { "type": "string" } }, { "name": "reportUserType", "in": "query", "description": "主持人类型 1 校内 2 校外", "required": false, "schema": { "type": "string" } }, { "name": "reportUserName", "in": "query", "description": "主持人姓名", "required": false, "schema": { "type": "string" } }, { "name": "researchSkill", "in": "query", "description": "研究专长", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].researchSkill", "in": "query", "description": "研究专长", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].isLeader", "in": "query", "description": "0 非主持人 1 主持人\n是否主持人", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].divideWork", "in": "query", "description": "分工", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "memberList[0].deptName", "in": "query", "description": "部门名称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].deptCode", "in": "query", "description": "部门代码", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].commonDeptCode", "in": "query", "description": "二级部门", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].commonDeptName", "in": "query", "description": "二级部门名称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].mainPaper", "in": "query", "description": "主要论著", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].type", "in": "query", "description": "1 校内 2 校外\n类型", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xl", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].zc", "in": "query", "description": "职称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].birthDay", "in": "query", "description": "出生年月", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xw", "in": "query", "description": "学位", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].phone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xzzw", "in": "query", "description": "行政职务", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].sort", "in": "query", "description": "组员排序", "required": false, "schema": { "type": "integer" } }, { "name": "achieveAList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].achievement", "in": "query", "description": "成果名称", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].type", "in": "query", "description": "成果形式", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].cate", "in": "query", "description": "1 阶段成果 2 最终成果\n成果类别", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].finishTime", "in": "query", "description": "完成时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].teacherNo", "in": "query", "description": "负责人", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "achieveBList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].achievement", "in": "query", "description": "成果名称", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].type", "in": "query", "description": "成果形式", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].cate", "in": "query", "description": "1 阶段成果 2 最终成果\n成果类别", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].finishTime", "in": "query", "description": "完成时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].teacherNo", "in": "query", "description": "负责人", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "mainPaper", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "reportType", "in": "query", "description": "类型", "required": false, "schema": { "type": "string" } }, { "name": "reportTypeDetail", "in": "query", "description": "明细", "required": false, "schema": { "type": "string" } }, { "name": "status", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "auditStatus", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "score", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "scienceNo", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "xl", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "zc", "in": "query", "description": "职称", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthDay", "in": "query", "description": "出生年月", "required": false, "schema": { "type": "string" } }, { "name": "xw", "in": "query", "description": "学位", "required": false, "schema": { "type": "string" } }, { "name": "phone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "xzzw", "in": "query", "description": "行政职务", "required": false, "schema": { "type": "string" } }, { "name": "midCheckUrl", "in": "query", "description": "中期检查URL", "required": false, "schema": { "type": "string" } }, { "name": "endCheckUrl", "in": "query", "description": "结题鉴定URL", "required": false, "schema": { "type": "string" } }, { "name": "changeTitleUrl", "in": "query", "description": "课题变更URL", "required": false, "schema": { "type": "string" } }, { "name": "cancleUrl", "in": "query", "description": "撤销申请URl", "required": false, "schema": { "type": "string" } }, { "name": "openUrl", "in": "query", "description": "开题材料", "required": false, "schema": { "type": "string" } }, { "name": "endCerUrl", "in": "query", "description": "结题证书", "required": false, "schema": { "type": "string" } }, { "name": "changeId", "in": "query", "description": "变更Id", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "level", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "scienceComment", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "endStatus", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "projectCheckUrl", "in": "query", "description": "立项申报书", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "otherOptionType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "midProjectContract", "in": "query", "description": "课题研究合同书", "required": false, "schema": { "type": "string" } }, { "name": "endProof", "in": "query", "description": "结题证明", "required": false, "schema": { "type": "string" } }, { "name": "ecoProof", "in": "query", "description": "经济效益证明", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/exportData": { "get": { "summary": "导出", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "ID", "required": false, "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "课题名称", "required": false, "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "1 指令性课题 2 其他课题", "required": false, "schema": { "type": "string" } }, { "name": "startTime", "in": "query", "description": "研究开始时间", "required": false, "schema": { "type": "string" } }, { "name": "endTime", "in": "query", "description": "研究完成时间", "required": false, "schema": { "type": "string" } }, { "name": "contentA", "in": "query", "description": "课题核心概念与界定", "required": false, "schema": { "type": "string" } }, { "name": "contentB", "in": "query", "description": "国内外统一研究领域现状与研究价值", "required": false, "schema": { "type": "string" } }, { "name": "contentC", "in": "query", "description": "研究的目标、内容(或子课题设计)与重点", "required": false, "schema": { "type": "string" } }, { "name": "contentD", "in": "query", "description": "研究的思路、过程与方法", "required": false, "schema": { "type": "string" } }, { "name": "contentE", "in": "query", "description": "主要观点与可能的创新之处", "required": false, "schema": { "type": "string" } }, { "name": "contentF", "in": "query", "description": "完成研究任务的可行性分析", "required": false, "schema": { "type": "string" } }, { "name": "contractPhone", "in": "query", "description": "联系电话", "required": false, "schema": { "type": "string" } }, { "name": "reportUser", "in": "query", "description": "主持人", "required": false, "schema": { "type": "string" } }, { "name": "reportUserType", "in": "query", "description": "主持人类型 1 校内 2 校外", "required": false, "schema": { "type": "string" } }, { "name": "reportUserName", "in": "query", "description": "主持人姓名", "required": false, "schema": { "type": "string" } }, { "name": "researchSkill", "in": "query", "description": "研究专长", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].researchSkill", "in": "query", "description": "研究专长", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].isLeader", "in": "query", "description": "0 非主持人 1 主持人\n是否主持人", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].divideWork", "in": "query", "description": "分工", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "memberList[0].deptName", "in": "query", "description": "部门名称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].deptCode", "in": "query", "description": "部门代码", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].commonDeptCode", "in": "query", "description": "二级部门", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].commonDeptName", "in": "query", "description": "二级部门名称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].mainPaper", "in": "query", "description": "主要论著", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].type", "in": "query", "description": "1 校内 2 校外\n类型", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xl", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].zc", "in": "query", "description": "职称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].birthDay", "in": "query", "description": "出生年月", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xw", "in": "query", "description": "学位", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].phone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xzzw", "in": "query", "description": "行政职务", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].sort", "in": "query", "description": "组员排序", "required": false, "schema": { "type": "integer" } }, { "name": "achieveAList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].achievement", "in": "query", "description": "成果名称", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].type", "in": "query", "description": "成果形式", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].cate", "in": "query", "description": "1 阶段成果 2 最终成果\n成果类别", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].finishTime", "in": "query", "description": "完成时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].teacherNo", "in": "query", "description": "负责人", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "achieveBList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].achievement", "in": "query", "description": "成果名称", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].type", "in": "query", "description": "成果形式", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].cate", "in": "query", "description": "1 阶段成果 2 最终成果\n成果类别", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].finishTime", "in": "query", "description": "完成时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].teacherNo", "in": "query", "description": "负责人", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "mainPaper", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "reportType", "in": "query", "description": "类型", "required": false, "schema": { "type": "string" } }, { "name": "reportTypeDetail", "in": "query", "description": "明细", "required": false, "schema": { "type": "string" } }, { "name": "status", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "auditStatus", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "score", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "scienceNo", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "xl", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "zc", "in": "query", "description": "职称", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthDay", "in": "query", "description": "出生年月", "required": false, "schema": { "type": "string" } }, { "name": "xw", "in": "query", "description": "学位", "required": false, "schema": { "type": "string" } }, { "name": "phone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "xzzw", "in": "query", "description": "行政职务", "required": false, "schema": { "type": "string" } }, { "name": "midCheckUrl", "in": "query", "description": "中期检查URL", "required": false, "schema": { "type": "string" } }, { "name": "endCheckUrl", "in": "query", "description": "结题鉴定URL", "required": false, "schema": { "type": "string" } }, { "name": "changeTitleUrl", "in": "query", "description": "课题变更URL", "required": false, "schema": { "type": "string" } }, { "name": "cancleUrl", "in": "query", "description": "撤销申请URl", "required": false, "schema": { "type": "string" } }, { "name": "openUrl", "in": "query", "description": "开题材料", "required": false, "schema": { "type": "string" } }, { "name": "endCerUrl", "in": "query", "description": "结题证书", "required": false, "schema": { "type": "string" } }, { "name": "changeId", "in": "query", "description": "变更Id", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "level", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "scienceComment", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "endStatus", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "projectCheckUrl", "in": "query", "description": "立项申报书", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "otherOptionType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "midProjectContract", "in": "query", "description": "课题研究合同书", "required": false, "schema": { "type": "string" } }, { "name": "endProof", "in": "query", "description": "结题证明", "required": false, "schema": { "type": "string" } }, { "name": "ecoProof", "in": "query", "description": "经济效益证明", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/staticPage": { "get": { "summary": "统计", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "ID", "required": false, "schema": { "type": "string" } }, { "name": "title", "in": "query", "description": "课题名称", "required": false, "schema": { "type": "string" } }, { "name": "type", "in": "query", "description": "1 指令性课题 2 其他课题", "required": false, "schema": { "type": "string" } }, { "name": "startTime", "in": "query", "description": "研究开始时间", "required": false, "schema": { "type": "string" } }, { "name": "endTime", "in": "query", "description": "研究完成时间", "required": false, "schema": { "type": "string" } }, { "name": "contentA", "in": "query", "description": "课题核心概念与界定", "required": false, "schema": { "type": "string" } }, { "name": "contentB", "in": "query", "description": "国内外统一研究领域现状与研究价值", "required": false, "schema": { "type": "string" } }, { "name": "contentC", "in": "query", "description": "研究的目标、内容(或子课题设计)与重点", "required": false, "schema": { "type": "string" } }, { "name": "contentD", "in": "query", "description": "研究的思路、过程与方法", "required": false, "schema": { "type": "string" } }, { "name": "contentE", "in": "query", "description": "主要观点与可能的创新之处", "required": false, "schema": { "type": "string" } }, { "name": "contentF", "in": "query", "description": "完成研究任务的可行性分析", "required": false, "schema": { "type": "string" } }, { "name": "contractPhone", "in": "query", "description": "联系电话", "required": false, "schema": { "type": "string" } }, { "name": "reportUser", "in": "query", "description": "主持人", "required": false, "schema": { "type": "string" } }, { "name": "reportUserType", "in": "query", "description": "主持人类型 1 校内 2 校外", "required": false, "schema": { "type": "string" } }, { "name": "reportUserName", "in": "query", "description": "主持人姓名", "required": false, "schema": { "type": "string" } }, { "name": "researchSkill", "in": "query", "description": "研究专长", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].teacherNo", "in": "query", "description": "教师编号", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].researchSkill", "in": "query", "description": "研究专长", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].isLeader", "in": "query", "description": "0 非主持人 1 主持人\n是否主持人", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].divideWork", "in": "query", "description": "分工", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "memberList[0].deptName", "in": "query", "description": "部门名称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].deptCode", "in": "query", "description": "部门代码", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].commonDeptCode", "in": "query", "description": "二级部门", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].commonDeptName", "in": "query", "description": "二级部门名称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].mainPaper", "in": "query", "description": "主要论著", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].type", "in": "query", "description": "1 校内 2 校外\n类型", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xl", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].zc", "in": "query", "description": "职称", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].birthDay", "in": "query", "description": "出生年月", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xw", "in": "query", "description": "学位", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].phone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].xzzw", "in": "query", "description": "行政职务", "required": false, "schema": { "type": "string" } }, { "name": "memberList[0].sort", "in": "query", "description": "组员排序", "required": false, "schema": { "type": "integer" } }, { "name": "achieveAList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].achievement", "in": "query", "description": "成果名称", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].type", "in": "query", "description": "成果形式", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].cate", "in": "query", "description": "1 阶段成果 2 最终成果\n成果类别", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].finishTime", "in": "query", "description": "完成时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].teacherNo", "in": "query", "description": "负责人", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "achieveAList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "achieveBList[0].id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].achievement", "in": "query", "description": "成果名称", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].type", "in": "query", "description": "成果形式", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].cate", "in": "query", "description": "1 阶段成果 2 最终成果\n成果类别", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].finishTime", "in": "query", "description": "完成时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].teacherNo", "in": "query", "description": "负责人", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].reportId", "in": "query", "description": "课题ID", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].createBy", "in": "query", "description": "创建者", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].updateBy", "in": "query", "description": "更新者", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "achieveBList[0].tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "mainPaper", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "reportType", "in": "query", "description": "类型", "required": false, "schema": { "type": "string" } }, { "name": "reportTypeDetail", "in": "query", "description": "明细", "required": false, "schema": { "type": "string" } }, { "name": "status", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "auditStatus", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "score", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "remarks", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "scienceNo", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "backReason", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "xl", "in": "query", "description": "学历", "required": false, "schema": { "type": "string" } }, { "name": "zc", "in": "query", "description": "职称", "required": false, "schema": { "type": "string" } }, { "name": "sex", "in": "query", "description": "性别", "required": false, "schema": { "type": "string" } }, { "name": "birthDay", "in": "query", "description": "出生年月", "required": false, "schema": { "type": "string" } }, { "name": "xw", "in": "query", "description": "学位", "required": false, "schema": { "type": "string" } }, { "name": "phone", "in": "query", "description": "电话", "required": false, "schema": { "type": "string" } }, { "name": "xzzw", "in": "query", "description": "行政职务", "required": false, "schema": { "type": "string" } }, { "name": "midCheckUrl", "in": "query", "description": "中期检查URL", "required": false, "schema": { "type": "string" } }, { "name": "endCheckUrl", "in": "query", "description": "结题鉴定URL", "required": false, "schema": { "type": "string" } }, { "name": "changeTitleUrl", "in": "query", "description": "课题变更URL", "required": false, "schema": { "type": "string" } }, { "name": "cancleUrl", "in": "query", "description": "撤销申请URl", "required": false, "schema": { "type": "string" } }, { "name": "openUrl", "in": "query", "description": "开题材料", "required": false, "schema": { "type": "string" } }, { "name": "endCerUrl", "in": "query", "description": "结题证书", "required": false, "schema": { "type": "string" } }, { "name": "changeId", "in": "query", "description": "变更Id", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "level", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "scienceComment", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "endStatus", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "projectCheckUrl", "in": "query", "description": "立项申报书", "required": false, "schema": { "type": "string" } }, { "name": "deptCode", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "otherOptionType", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "midProjectContract", "in": "query", "description": "课题研究合同书", "required": false, "schema": { "type": "string" } }, { "name": "endProof", "in": "query", "description": "结题证明", "required": false, "schema": { "type": "string" } }, { "name": "ecoProof", "in": "query", "description": "经济效益证明", "required": false, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/{id}": { "get": { "summary": "通过id查询科研课题立项申报管理", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] }, "delete": { "summary": "通过id删除科研课题立项申报管理", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "id", "in": "path", "description": "id", "required": true, "schema": { "type": "string" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport": { "post": { "summary": "新增科研课题立项申报管理", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "科研课题立项申报管理" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] }, "put": { "summary": "修改科研课题立项申报管理", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "科研课题立项申报管理" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/otherOption": { "post": { "summary": "课题编号,备注等其他操作", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/subChange": { "post": { "summary": "变更记录,提交", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/uploadMaterial": { "post": { "summary": "上传材料", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/exportScienceExcel": { "post": { "summary": "导出科研课题立项申报管理", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "type": "object", "properties": {} } } } } }, "security": [] } }, "/sciencereport/examReport": { "post": { "summary": "审核课题", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/examChange": { "post": { "summary": "审核变更记录", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceChangeHistoryDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/subOtherEndMaterial": { "post": { "summary": "修改科研课题立项申报管理", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "科研课题立项申报管理" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "R" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/sciencereport/editReportUser": { "post": { "summary": "修改申报人", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ScienceReportDTO", "description": "" } } } }, "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } }, "/teacherawardtax/page": { "get": { "summary": "分页查询", "deprecated": false, "description": "", "tags": [], "parameters": [ { "name": "records[0].key", "in": "query", "description": "", "required": false, "schema": { "type": "" } }, { "name": "total", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "size", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "current", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "orders[0].column", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "orders[0].asc", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "searchCount", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "optimizeJoinOfCountSql", "in": "query", "description": "", "required": false, "schema": { "type": "boolean" } }, { "name": "maxLimit", "in": "query", "description": "", "required": false, "schema": { "type": "integer", "format": "int64" } }, { "name": "countId", "in": "query", "description": "", "required": false, "schema": { "type": "string" } }, { "name": "id", "in": "query", "description": "主键", "required": false, "schema": { "type": "string" } }, { "name": "realName", "in": "query", "description": "姓名", "required": false, "schema": { "type": "string" } }, { "name": "idCard", "in": "query", "description": "身份证", "required": false, "schema": { "type": "string" } }, { "name": "teacherNo", "in": "query", "description": "工号", "required": false, "schema": { "type": "string" } }, { "name": "startDate", "in": "query", "description": "开始日期", "required": false, "schema": { "type": "string" } }, { "name": "endDate", "in": "query", "description": "结束日期", "required": false, "schema": { "type": "string" } }, { "name": "year", "in": "query", "description": "年份", "required": false, "schema": { "type": "string" } }, { "name": "income", "in": "query", "description": "收入", "required": false, "schema": { "type": "string" } }, { "name": "taxRate", "in": "query", "description": "税率", "required": false, "schema": { "type": "string" } }, { "name": "deductMoney", "in": "query", "description": "速算扣除", "required": false, "schema": { "type": "string" } }, { "name": "realMoney", "in": "query", "description": "应补(退)税额", "required": false, "schema": { "type": "string" } }, { "name": "createBy", "in": "query", "description": "创建人", "required": false, "schema": { "type": "string" } }, { "name": "createTime", "in": "query", "description": "创建时间", "required": false, "schema": { "type": "string" } }, { "name": "updateBy", "in": "query", "description": "更新人", "required": false, "schema": { "type": "string" } }, { "name": "updateTime", "in": "query", "description": "更新时间", "required": false, "schema": { "type": "string" } }, { "name": "delFlag", "in": "query", "description": "删除标志位", "required": false, "schema": { "type": "string" } }, { "name": "tenantId", "in": "query", "description": "租户id", "required": false, "schema": { "type": "integer" } }, { "name": "Authorization", "in": "header", "description": "", "example": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c", "schema": { "type": "string", "default": "Bearer 47e55495-5c96-4a0f-a757-08047d12ac8c" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/R", "description": "" }, "examples": { "1": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "2": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "3": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "4": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } }, "5": { "summary": "成功示例", "value": { "ok": false, "code": null, "msg": "", "data": {} } } } } } } }, "security": [] } } }, "components": { "schemas": { "R": { "type": "object", "properties": { "ok": { "type": "boolean" }, "code": { "description": "返回标记:成功标记=0,失败标记=1", "type": "null" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "object", "properties": {}, "description": "数据" } } }, "java.lang.Object": { "type": "object", "properties": {}, "description": "数据" }, "班主任每周工作安排": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户ID" }, "schoolYear": { "type": "string", "description": "" }, "schoolTerm": { "type": "string", "description": "" }, "title": { "type": "string", "description": "" }, "content": { "type": "string", "description": "" }, "author": { "type": "string", "description": "" } }, "description": "数据" }, "RBoolean": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回码,0-成功 1-失败" }, "msg": { "type": "string", "description": "返回消息" }, "data": { "type": "boolean", "description": "返回数据" } } }, "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": "默认扣分值" } } }, "ClassConstructionFile": { "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": "附件" }, "constructionId": { "type": "string", "description": "建设方案id" } } }, "CloudDevicePosition": { "type": "object", "properties": { "id": { "type": "integer", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "sort": { "type": "string", "description": "备注", "maximum": "9999" }, "positionName": { "type": "string", "description": "设备位置", "minLength": 1, "maxLength": 20 }, "buildId": { "type": "string", "description": "设备绑定位置" }, "type": { "type": "string", "description": "类型 1 大门 2 宿舍" } }, "required": [ "tenantId", "positionName" ] }, "DininghallvoteStatisticsVO": { "type": "object", "properties": { "deptCode": { "type": "string", "description": "学院" }, "deptName": { "type": "string", "description": "" }, "classCode": { "type": "string", "description": "班号" }, "className": { "type": "string", "description": "" }, "classMaster": { "type": "string", "description": "班主任" }, "classState": { "type": "string", "description": "班级状态" }, "allNum": { "type": "string", "description": "总人数" }, "completed": { "type": "string", "description": "已填" }, "noCompleted": { "type": "string", "description": "未填" }, "completionRate": { "type": "string", "description": "完成率" }, "isCompleted": { "type": "string", "description": "是否完成" }, "realName": { "type": "string", "description": "真实姓名" }, "loginName": { "type": "string", "description": "学号/职工号" } } }, "IPage": { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "object", "properties": {} }, "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 }, "ascs": { "type": "array", "items": { "type": "string" }, "description": "

\nSQL 排序 ASC 数组\n

" }, "descs": { "type": "array", "items": { "type": "string" }, "description": "

\nSQL 排序 DESC 数组\n

" }, "optimizeCountSql": { "type": "boolean", "description": "

\n自动优化 COUNT SQL\n

", "default": true }, "isSearchCount": { "type": "boolean", "description": "

\n是否进行 count 查询\n

", "default": true }, "searchCount": { "type": "boolean" }, "pages": { "type": "integer", "format": "int64" }, "asc": { "type": "array", "items": { "type": "string" }, "description": "

\n升序\n

" }, "desc": { "type": "array", "items": { "type": "string" }, "description": "

\n降序\n

" } } }, "StuGraduInfo": { "type": "object", "properties": { "id": { "type": "string", "description": "" }, "stuId": { "type": "string", "description": "" }, "realName": { "type": "string", "description": "" }, "sex": { "type": "string", "description": "" }, "idCard": { "type": "string", "description": "" }, "education": { "type": "string", "description": "" }, "graduSchool": { "type": "string", "description": "" }, "regisiterType": { "type": "string", "description": "户口性质" }, "address": { "type": "string", "description": "" }, "major": { "type": "string", "description": "" }, "classNo": { "type": "string", "description": "" }, "learnYear": { "type": "string", "description": "" }, "realLearnYear": { "type": "string", "description": "" }, "stuNo": { "type": "string", "description": "" }, "grade": { "type": "string", "description": "excel 标记年份" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "specialGradu": { "type": "string", "description": "特殊毕业" } } }, "DiningHallVoteResult": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "sort": { "type": "number", "description": "排序(升序)" }, "createBy": { "type": "string", "description": "创建者" }, "createDate": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateDate": { "type": "string", "description": "更新时间" }, "remarks": { "type": "string", "description": "备注信息" }, "delFlag": { "type": "string", "description": "删除标记" }, "loginName": { "type": "string", "description": "调查人工号/学号" }, "diningHallVoteId": { "type": "string", "description": "调查ID" }, "diningHallVoteScore": { "type": "integer", "description": "得分" }, "year": { "type": "string", "description": "学年" }, "period": { "type": "string", "description": "学期" }, "isUnderstand": { "type": "integer", "description": "是否了解 0了解 1不了解" }, "mostDissatisfied": { "type": "string", "description": "最不满意的窗口" }, "mostVist": { "type": "string", "description": "经常光顾的窗口" }, "isStu": { "type": "integer", "description": "0学生 1教职工" }, "diningHallId": { "type": "string", "description": "食堂ID" }, "mostDissatisfiedLayer": { "type": "string", "description": "" }, "mostDissatisfiedWindow": { "type": "string", "description": "" }, "mostVisitLayer": { "type": "string", "description": "" } } }, "DiningHall": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "sort": { "type": "number", "description": "排序(升序)" }, "createBy": { "type": "string", "description": "创建者" }, "createDate": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateDate": { "type": "string", "description": "更新时间" }, "remarks": { "type": "string", "description": "备注信息" }, "delFlag": { "type": "string", "description": "删除标记" }, "diningHallName": { "type": "string", "description": "食堂名称" }, "diningHallPlace": { "type": "string", "description": "食堂位置" }, "year": { "type": "string", "description": "学年" }, "period": { "type": "string", "description": "学期" } } }, "DiningHallVote": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "sort": { "type": "number", "description": "排序(升序)" }, "createBy": { "type": "string", "description": "创建者" }, "createDate": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateDate": { "type": "string", "description": "更新时间" }, "remarks": { "type": "string", "description": "备注信息" }, "delFlag": { "type": "string", "description": "删除标记" }, "diningHallId": { "type": "string", "description": "食堂id" }, "voteTitle": { "type": "string", "description": "调查题目" }, "voteProjectId": { "type": "string", "description": "调查题目归属项目" }, "year": { "type": "string", "description": "学年" }, "period": { "type": "string", "description": "学期" } } }, "EmploymentInformationSurveyVO": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "sort": { "type": "number", "description": "排序(升序)" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注信息" }, "delFlag": { "type": "string", "description": "删除标记" }, "year": { "type": "string", "description": "学年" }, "stuNo": { "type": "string", "description": "学号" }, "className": { "type": "string", "description": "班级名称" }, "classNo": { "type": "string", "description": "班号" }, "idNumber": { "type": "string", "description": "身份证号" }, "deptCode": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "realName": { "type": "string", "description": "姓名" }, "sex": { "type": "string", "description": "性别" }, "majorCode": { "type": "string", "description": "专业" }, "arrangement": { "type": "string", "description": "层次" }, "educationalSystem": { "type": "string", "description": "学制" }, "educationalVal": { "type": "string", "description": "学制类型" }, "majorName": { "type": "string", "description": "专业名称" }, "arrangementName": { "type": "string", "description": "层次名称" }, "sourceOfStudents": { "type": "string", "description": "生源地" }, "phone": { "type": "string", "description": "手机" }, "unitType": { "type": "string", "description": "就业形式" }, "unitName": { "type": "string", "description": "就业单位/创业单位" }, "unitNature": { "type": "string", "description": "就业单位性质" }, "businessNature": { "type": "string", "description": "创业单位性质" }, "businessStaff": { "type": "integer", "description": "员工人数" }, "businessDate": { "type": "string", "description": "创业时间" }, "mainProducts": { "type": "string", "description": "主营产品" }, "annualProducts": { "type": "string", "description": "年产值" }, "entrepreneurshipVal": { "type": "string", "description": "创新创业的内容" }, "sizeOfEmployer": { "type": "string", "description": "用人单位规模" }, "industry": { "type": "string", "description": "所属产业" }, "postType": { "type": "string", "description": "岗位类型" }, "counterpart": { "type": "string", "description": "专业对口" }, "wages": { "type": "string", "description": "薪酬" }, "employmentSecurity": { "type": "string", "description": "就业保障" }, "nowSatisfaction": { "type": "string", "description": "现状满意度" }, "expect": { "type": "string", "description": "岗位与职业期待度" }, "workSatisfaction": { "type": "string", "description": "工作满意度" }, "workWays": { "type": "string", "description": "求职途径" }, "activityIndicators": { "type": "string", "description": "在校活动指标" }, "teamworkAbility": { "type": "string", "description": "团队协作能力" }, "executiveAbility": { "type": "string", "description": "实干与执行能力" }, "communicationAbility": { "type": "string", "description": "人际沟通能力" }, "handsAbility": { "type": "string", "description": "动手能力" }, "emotionAbility": { "type": "string", "description": "情绪管理能力" }, "selfTaughtAbility": { "type": "string", "description": "自学能力" }, "organizationAbility": { "type": "string", "description": "组织与协调能力" }, "oralAbility": { "type": "string", "description": "口头表达能力" }, "writingAbility": { "type": "string", "description": "书面表达能力" }, "timeAbility": { "type": "string", "description": "时间管理能力" }, "infoAbility": { "type": "string", "description": "信息收集能力" }, "analysisAbility": { "type": "string", "description": "分析能力" }, "problemAbility": { "type": "string", "description": "问题解决能力" }, "leadershipAbility": { "type": "string", "description": "领导能力" }, "computerAbility": { "type": "string", "description": "计算机应用能力" }, "innovationAbility": { "type": "string", "description": "创新能力" }, "majorAbility": { "type": "string", "description": "专业能力" }, "languageAbility": { "type": "string", "description": "外语能力" }, "employmentGuidanceType": { "type": "string", "description": "就业指导类别" }, "employmentGuidanceFirst": { "type": "string", "description": "就业时优先考虑" }, "teachingCondition": { "type": "string", "description": "对教学条件满意度" }, "teacherCondition": { "type": "string", "description": "对任课老师满意度" }, "classManagementCondition": { "type": "string", "description": "对班级管理满意度" }, "studentActivitiesCondition": { "type": "string", "description": "对学生活动满意度" }, "deptCondition": { "type": "string", "description": "对学院整体满意度" }, "mostDissatisfied": { "type": "string", "description": "在校期间最不满意的" }, "employmentDestination": { "type": "string", "description": "" }, "employmentDestinationVal": { "type": "string", "description": "" }, "employmentAddress": { "type": "string", "description": "" }, "isExamine": { "type": "string", "description": "待审核 0 已通过 1" }, "examineTime": { "type": "string", "description": "审核时间" }, "examineBy": { "type": "string", "description": "审核人" }, "sourceStudent": { "type": "string", "description": "" }, "isUnion": { "type": "string", "description": "" }, "shouldFilled": { "type": "string", "description": "" }, "hasFilled": { "type": "string", "description": "" }, "noFilled": { "type": "string", "description": "" }, "completionRate": { "type": "string", "description": "" }, "graduationYear": { "type": "string", "description": "" }, "classCode": { "type": "string", "description": "" }, "isWrite": { "type": "integer", "description": "" }, "isWriteVal": { "type": "string", "description": "" }, "completed": { "type": "string", "description": "" }, "noCompleted": { "type": "string", "description": "" }, "stuStatusText": { "type": "string", "description": "" }, "majorYears": { "type": "string", "description": "" }, "gender": { "type": "string", "description": "" }, "majorLevel": { "type": "string", "description": "" }, "businessDateVal": { "type": "string", "description": "" } } }, "EmploymentInformationSurvey": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "sort": { "type": "number", "description": "排序(升序)" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注信息" }, "delFlag": { "type": "string", "description": "删除标记" }, "year": { "type": "string", "description": "学年" }, "stuNo": { "type": "string", "description": "学号" }, "className": { "type": "string", "description": "班级名称" }, "classNo": { "type": "string", "description": "班号" }, "idNumber": { "type": "string", "description": "身份证号" }, "deptCode": { "type": "string", "description": "学院" }, "deptName": { "type": "string", "description": "学院名称" }, "realName": { "type": "string", "description": "姓名" }, "sex": { "type": "string", "description": "性别" }, "majorCode": { "type": "string", "description": "专业" }, "arrangement": { "type": "string", "description": "层次" }, "educationalSystem": { "type": "string", "description": "学制" }, "educationalVal": { "type": "string", "description": "学制类型" }, "majorName": { "type": "string", "description": "专业名称" }, "arrangementName": { "type": "string", "description": "层次名称" }, "sourceOfStudents": { "type": "string", "description": "生源地" }, "phone": { "type": "string", "description": "手机" }, "unitType": { "type": "string", "description": "就业形式" }, "unitName": { "type": "string", "description": "就业单位/创业单位" }, "unitNature": { "type": "string", "description": "就业单位性质" }, "businessNature": { "type": "string", "description": "创业单位性质" }, "businessStaff": { "type": "integer", "description": "员工人数" }, "businessDate": { "type": "string", "description": "创业时间" }, "mainProducts": { "type": "string", "description": "主营产品" }, "annualProducts": { "type": "string", "description": "年产值" }, "entrepreneurshipVal": { "type": "string", "description": "创新创业的内容" }, "sizeOfEmployer": { "type": "string", "description": "用人单位规模" }, "industry": { "type": "string", "description": "所属产业" }, "postType": { "type": "string", "description": "岗位类型" }, "counterpart": { "type": "string", "description": "专业对口" }, "wages": { "type": "string", "description": "薪酬" }, "employmentSecurity": { "type": "string", "description": "就业保障" }, "nowSatisfaction": { "type": "string", "description": "现状满意度" }, "expect": { "type": "string", "description": "岗位与职业期待度" }, "workSatisfaction": { "type": "string", "description": "工作满意度" }, "workWays": { "type": "string", "description": "求职途径" }, "activityIndicators": { "type": "string", "description": "在校活动指标" }, "teamworkAbility": { "type": "string", "description": "团队协作能力" }, "executiveAbility": { "type": "string", "description": "实干与执行能力" }, "communicationAbility": { "type": "string", "description": "人际沟通能力" }, "handsAbility": { "type": "string", "description": "动手能力" }, "emotionAbility": { "type": "string", "description": "情绪管理能力" }, "selfTaughtAbility": { "type": "string", "description": "自学能力" }, "organizationAbility": { "type": "string", "description": "组织与协调能力" }, "oralAbility": { "type": "string", "description": "口头表达能力" }, "writingAbility": { "type": "string", "description": "书面表达能力" }, "timeAbility": { "type": "string", "description": "时间管理能力" }, "infoAbility": { "type": "string", "description": "信息收集能力" }, "analysisAbility": { "type": "string", "description": "分析能力" }, "problemAbility": { "type": "string", "description": "问题解决能力" }, "leadershipAbility": { "type": "string", "description": "领导能力" }, "computerAbility": { "type": "string", "description": "计算机应用能力" }, "innovationAbility": { "type": "string", "description": "创新能力" }, "majorAbility": { "type": "string", "description": "专业能力" }, "languageAbility": { "type": "string", "description": "外语能力" }, "employmentGuidanceType": { "type": "string", "description": "就业指导类别" }, "employmentGuidanceFirst": { "type": "string", "description": "就业时优先考虑" }, "teachingCondition": { "type": "string", "description": "对教学条件满意度" }, "teacherCondition": { "type": "string", "description": "对任课老师满意度" }, "classManagementCondition": { "type": "string", "description": "对班级管理满意度" }, "studentActivitiesCondition": { "type": "string", "description": "对学生活动满意度" }, "deptCondition": { "type": "string", "description": "对学院整体满意度" }, "mostDissatisfied": { "type": "string", "description": "在校期间最不满意的" }, "employmentDestination": { "type": "string", "description": "就业去向" }, "employmentDestinationVal": { "type": "string", "description": "" }, "employmentAddress": { "type": "string", "description": "" }, "isExamine": { "type": "string", "description": "待审核 0 已通过 1" }, "examineTime": { "type": "string", "description": "审核时间" }, "examineBy": { "type": "string", "description": "审核人" }, "sourceStudent": { "type": "string", "description": "" }, "isUnion": { "type": "string", "description": "" } } }, "SysUserTable": { "type": "object", "properties": { "id": { "type": "string", "description": "主键ID\n主键id" }, "userId": { "type": "string", "description": "用户ID" }, "createBy": { "type": "string", "description": "创建人" }, "updateBy": { "type": "string", "description": "修改人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateTime": { "type": "string", "description": "修改时间" }, "delFlag": { "type": "string", "description": "0-正常,1-删除\n删除标记,1:已删除,0:正常" }, "value": { "type": "string", "description": "数据值" } } }, "ProfessionalStationType": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "typeName": { "type": "string", "description": "岗位类别名称" } } }, "学生就诊记录table扩展表(聚集型病例)": { "type": "object", "properties": { "createTime": { "type": "string", "description": "日期" }, "classNo": { "type": "string", "description": "班级" }, "realName": { "type": "string", "description": "姓名" }, "phone": { "type": "string", "description": "电话" }, "roomNo": { "type": "string", "description": "宿舍" }, "classRoomAddress": { "type": "string", "description": "教室地址" }, "classTeacherName": { "type": "string", "description": "班主任" }, "classTeacherPhone": { "type": "string", "description": "班主任电话" }, "cbzd": { "type": "string", "description": "初步诊断" } }, "description": "学生就诊记录table扩展表(聚集型病例)" }, "WeekPlan": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户ID" }, "schoolYear": { "type": "string", "description": "" }, "schoolTerm": { "type": "string", "description": "" }, "title": { "type": "string", "description": "" }, "content": { "type": "string", "description": "" }, "author": { "type": "string", "description": "" } } }, "RPurchasingCategory": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/PurchasingCategory" } } }, "RPurchasingAgent": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回码,0-成功 1-失败" }, "msg": { "type": "string", "description": "返回消息" }, "data": { "$ref": "#/components/schemas/PurchasingAgent", "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": "备注" }, "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": "" } } }, "RListCloudDevicePosition": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/CloudDevicePosition", "description": "设备管理" }, "description": "数据" } } }, "RListDininghallvoteStatisticsVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/DininghallvoteStatisticsVO", "description": "net.cyweb.cloud.stuwork.api.VO.DininghallvoteStatisticsVO" }, "description": "数据" } } }, "RListDiningHall": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/DiningHall", "description": "食堂" }, "description": "数据" } } }, "RListEmploymentInformationSurveyVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/EmploymentInformationSurveyVO", "description": "net.cyweb.cloud.stuwork.api.VO.EmploymentInformationSurveyVO" }, "description": "数据" } } }, "EmploymentInformationSurvey2VO": { "type": "object", "properties": { "completed": { "type": "string", "description": "" }, "noCompleted": { "type": "string", "description": "" }, "list": { "type": "array", "items": { "$ref": "#/components/schemas/EmploymentInformationSurveyVO", "description": "net.cyweb.cloud.stuwork.api.VO.EmploymentInformationSurveyVO" }, "description": "" } } }, "REmploymentInformationSurvey": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/EmploymentInformationSurvey", "description": "数据" } } }, "RSysUserTable": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/SysUserTable", "description": "数据" } } }, "ProfessionalWorkType": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "workName": { "type": "string", "description": "工种名称" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "tenantId": { "type": "integer", "description": "租户id" } } }, "班级考勤学生表": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "attendanceId": { "type": "string", "description": "班级考勤ID" }, "stuNo": { "type": "string", "description": "学号" }, "realName": { "type": "string", "description": "姓名" }, "attendanceType": { "type": "string", "description": "考勤类型" }, "roomNo": { "type": "string", "description": "宿舍号" }, "stayDorm": { "type": "string", "description": "是否留宿 0:否 1:是" }, "leaveReason": { "type": "string", "description": "请假事由" }, "leaveStartTime": { "type": "string", "description": "请假开始时间" }, "leaveEndTime": { "type": "string", "description": "请假结束时间" }, "bedNo": { "type": "string", "description": "" }, "dealContent": { "type": "string", "description": "" } }, "description": "班级考勤学生表" }, "RPagePurchasingCategory": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/PagePurchasingCategory" } } }, "RPagePurchasingAgent": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回码,0-成功 1-失败" }, "msg": { "type": "string", "description": "返回消息" }, "data": { "$ref": "#/components/schemas/PagePurchasingAgent", "description": "数据" } } }, "PurchasingApplySaveDTO": { "type": "object", "properties": { "projectName": { "type": "string", "description": "采购项目名称" }, "projectType": { "type": "string", "description": "项目类别 A:货物 B:工程 C:服务" }, "projectContent": { "type": "string", "description": "采购内容" }, "applyDate": { "type": "string", "description": "填报日期" }, "fundSource": { "type": "string", "description": "资金来源 0:切块经费 1:设备购置费 2:专项经费 3:代办费 4:培训经费 5:日常公用经费 6:技能大赛经费 7:基本建设资金 8:暂存款 9:会议费\n资金来源" }, "budget": { "type": "number", "description": "预算金额(元)", "minimum": 0.01, "exclusiveMinimum": true }, "isCentralized": { "type": "string", "description": "是否集采 0:否 1:是" }, "isSpecial": { "type": "string", "description": "是否特殊情况 0:否 1:紧急 2:单一 3:进口" }, "purchaseMode": { "type": "string", "description": "采购形式 0:部门自行采购 2:学校统一采购" }, "purchaseSchool": { "type": "string", "description": "学校统一采购方式 0:无 1:政府采购 2:学校自主采购" }, "purchaseType": { "type": "string", "description": "采购方式(根据内部采购还是集中采购,查询不同的字典数据)\n采购方式" }, "categoryCode": { "type": "string", "description": "品目编码(用于判断是否在服务类目指定的品目编码范围内)\n品目编码" }, "fileIds": { "type": "array", "items": { "type": "string" }, "description": "附件ID列表(已上传的附件ID)\n附件ID列表" }, "remark": { "type": "string", "description": "备注" } }, "required": [ "projectContent", "budget", "isCentralized", "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" } } }, "PageClassConstructionFile": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/ClassConstructionFile", "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" } } }, "PageDininghallvoteStatisticsVO": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/DininghallvoteStatisticsVO", "description": "net.cyweb.cloud.stuwork.api.VO.DininghallvoteStatisticsVO" }, "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" } } }, "PageStuGraduInfo": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/StuGraduInfo", "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" } } }, "PageDiningHallVoteResult": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/DiningHallVoteResult", "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" } } }, "PageDiningHall": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/DiningHall", "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" } } }, "PageDiningHallVote": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/DiningHallVote", "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" } } }, "REmploymentInformationSurvey2VO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/EmploymentInformationSurvey2VO", "description": "数据" } } }, "BasicStudentInfo": { "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": "宗教信仰" } } }, "RMapObject": { "type": "object", "properties": { "ok": { "type": "boolean" }, "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/MapObject", "description": "数据" } } }, "ProfessionalStationDutyLevel": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "stationDutyLevelName": { "type": "string", "description": "职务级别名称" } } }, "net.cyweb.cloud.stuwork.api.VO.ClassAttendaceAnalyseForMasterVO": { "type": "object", "properties": { "date": { "type": "string", "description": "日期\")" }, "shouldNum": { "type": "integer", "description": "应到\")", "default": 0 }, "realNum": { "type": "integer", "description": "实到\")", "default": 0 }, "realRate": { "type": "string", "description": "实到率\")", "default": "0.00%" }, "signRate": { "type": "string", "description": "签到率\")", "default": "0.00%" }, "lateNum": { "type": "integer", "description": "迟到\")", "default": 0 }, "aflNum": { "type": "integer", "description": "请假晚到\")", "default": 0 }, "thingNum": { "type": "integer", "description": "事假\")", "default": 0 }, "sickNum": { "type": "integer", "description": "病假\")", "default": 0 }, "truanceNum": { "type": "integer", "description": "旷课\")", "default": 0 }, "outContactNum": { "type": "integer", "description": "失联\")", "default": 0 }, "schoolThingNum": { "type": "integer", "description": "校内请假\")", "default": 0 }, "normalNum": { "type": "integer", "description": "正常签到\")", "default": 0 }, "noAttendNum": { "type": "integer", "description": "未考勤\")", "default": 0 }, "classCode": { "type": "string", "description": "班级代码\")" }, "createTime": { "type": "string", "description": "创建时间\")" }, "className": { "type": "string", "description": "班级名称\")" }, "attendanceId": { "type": "string", "description": "考勤iD\")" } }, "description": "net.cyweb.cloud.stuwork.api.VO.ClassAttendaceAnalyseForMasterVO" }, "RPurchasingSpec": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/PurchasingSpec" } } }, "PagePurchasingAgent": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/PurchasingAgent", "description": "招标代理表" }, "description": "数据列表" }, "total": { "type": "integer", "description": "总记录数", "format": "int64" }, "size": { "type": "integer", "description": "每页大小", "format": "int64" }, "current": { "type": "integer", "description": "当前页", "format": "int64" }, "orders": { "type": "array", "items": { "$ref": "#/components/schemas/OrderItem", "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" }, "description": "" }, "optimizeCountSql": { "type": "boolean", "description": "" }, "searchCount": { "type": "boolean", "description": "" }, "optimizeJoinOfCountSql": { "type": "boolean", "description": "" }, "maxLimit": { "type": "integer", "description": "", "format": "int64" }, "countId": { "type": "string", "description": "" } }, "description": "分页结果" }, "PurchasingApply": { "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": "删除标记" }, "remark": { "type": "string", "description": "备注" }, "purchaseNo": { "type": "string", "description": "采购编号" }, "projectName": { "type": "string", "description": "采购项目名称" }, "projectType": { "type": "string", "description": "项目类别 A:货物 B:工程 C:服务" }, "projectContent": { "type": "string", "description": "采购内容" }, "applyDate": { "type": "string", "description": "填报日期" }, "fundSource": { "type": "string", "description": "资金来源 0:切块经费 1:设备购置费 2:专项经费 3:代办费 4:培训经费 5:日常公用经费 6:技能大赛经费 7:基本建设资金 8:暂存款 9:会议费\n资金来源" }, "budget": { "type": "number", "description": "预算金额(元)" }, "isCentralized": { "type": "string", "description": "是否集采 0:否 1:是" }, "isSpecial": { "type": "string", "description": "是否特殊情况 0:否 1:紧急 2:单一 3:进口" }, "purchaseMode": { "type": "string", "description": "采购形式 0:部门自行采购 2:学校统一采购" }, "purchaseSchool": { "type": "string", "description": "学校统一采购方式 0:无 1:政府采购 2:学校自主采购" }, "purchaseType": { "type": "string", "description": "采购方式(根据内部采购还是集中采购,查询不同的字典数据)\n采购方式" } } }, "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": "数据" } } }, "RPageClassConstructionFile": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/PageClassConstructionFile", "description": "数据" } } }, "RPageDininghallvoteStatisticsVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/PageDininghallvoteStatisticsVO", "description": "数据" } } }, "RPageStuGraduInfo": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/PageStuGraduInfo", "description": "数据" } } }, "RPageDiningHallVoteResult": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/PageDiningHallVoteResult", "description": "数据" } } }, "RPageDiningHall": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/PageDiningHall", "description": "数据" } } }, "RPageDiningHallVote": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/PageDiningHallVote", "description": "数据" } } }, "ProfessionalTopicSourceConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "sourceName": { "type": "string", "description": "课题来源名称" } } }, "net.cyweb.cloud.stuwork.api.VO.SchoolAttendanceDetailVO": { "type": "object", "properties": { "schoolName": { "type": "string", "description": "学校名称\")" }, "shouldNum": { "type": "integer", "description": "应到 在校-全天请假\")" }, "totalNums": { "type": "integer", "description": "在校学生总数\")" }, "atNums": { "type": "integer", "description": "在籍人数\")" }, "realNum": { "type": "integer", "description": "实到 扫脸+考勤-失联-全天请假\")" }, "leaveNum": { "type": "integer", "description": "全天请假\")" }, "errorNum": { "type": "integer", "description": "异常 (没有考勤 没有扫脸 没有请假的) + 失联的\")" }, "classAtNum": { "type": "integer", "description": "点名人数\")", "format": "int64" }, "faceNum": { "type": "integer", "description": "扫脸人数\")" }, "tenantId": { "type": "integer", "description": "" }, "date": { "type": "string", "description": "" }, "zdTotal": { "type": "integer", "description": "走读生总数\")" }, "zdFaceTotal": { "type": "integer", "description": "走读生扫脸总数\")" }, "zdFaceRate": { "type": "string", "description": "走读生扫脸率\")" }, "zsTotal": { "type": "integer", "description": "住宿生总数\")" }, "zsFaceTotal": { "type": "integer", "description": "住宿生扫脸总数\")" }, "zsFaceRate": { "type": "string", "description": "住宿生扫脸率\")" }, "zdApplyNo": { "type": "integer", "description": "走读生全天请假\")" }, "faceRate": { "type": "string", "description": "总扫脸率\")" }, "noFace": { "type": "integer", "description": "总未扫脸\")", "default": 0 }, "zdNoFaceTotal": { "type": "integer", "description": "走读生未扫脸\")", "default": 0 }, "zsNoFaceTotal": { "type": "integer", "description": "住宿生未扫脸\")", "default": 0 }, "attendanceNum": { "type": "integer", "description": "考勤人数\")" }, "noAttendanceNum": { "type": "integer", "description": "未考勤\")" }, "alternatStuNums": { "type": "integer", "description": "工学交替\")" }, "dgNums": { "type": "integer", "description": "顶岗学生\")" }, "noAtAndFaceStuNums": { "type": "integer", "description": "未考勤且未扫脸\")" }, "rate": { "type": "string", "description": "平均异常率\")" } }, "description": "数据" }, "RPagePurchasingSpec": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/PagePurchasingSpec" } } }, "PurchasingAgent": { "type": "object", "properties": { "id": { "type": "string", "description": "主键ID" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记(0-正常,1-删除)" }, "remark": { "type": "string", "description": "备注" }, "agentName": { "type": "string", "description": "代理名称" } }, "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": "数据" } } }, "RClassConstructionFile": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/ClassConstructionFile", "description": "数据" } } }, "ProfessionalPoliticsStatus": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "politicsStatusId": { "type": "string", "description": "政治面貌id" }, "joinTime": { "type": "string", "description": "加入时间" }, "correctionTime": { "type": "string", "description": "转正时间" }, "teacherNo": { "type": "string", "description": "教师编号" } } }, "net.cyweb.cloud.stuwork.api.entity.mongoentity.EverDayStuAttendanceEntity": { "type": "object", "properties": { "_id": { "type": "string", "description": "id\")" }, "stuNo": { "type": "string", "description": "学号\")" }, "stuName": { "type": "string", "description": "姓名\")" }, "parentPhone": { "type": "string", "description": "家长电话\")" }, "parentPhoneTwo": { "type": "string", "description": "家长电话2\")" }, "className": { "type": "string", "description": "班级名称\")" }, "majorName": { "type": "string", "description": "专业名称\")" }, "phone": { "type": "string", "description": "学生电话\")" }, "masterPhone": { "type": "string", "description": "班主任号码\")" }, "isDeviceIn": { "type": "string", "description": "门禁记录\")", "default": "0" }, "isAttendance": { "type": "string", "description": "班级考勤\")", "default": "0" }, "attendanceType": { "type": "string", "description": "考勤类型 0 正常 1 请假 -1 异常\")" }, "date": { "type": "string", "description": "考勤日期\")" }, "dealContent": { "type": "string", "description": "异常处理结果\")" } }, "description": "net.cyweb.cloud.stuwork.api.entity.mongoentity.EverDayStuAttendanceEntity" }, "PagePurchasingCategory": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/PurchasingCategory" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" } } }, "免学费学生表": { "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": "数据" } } }, "DiningHallDetailVO": { "type": "object", "properties": { "diningHallDetailId": { "type": "string", "description": "问题ID" }, "diningHallDetailName": { "type": "string", "description": "问题名称" } } }, "PurchasingApplyVO": { "type": "object", "properties": { "id": { "type": "integer", "description": "主键", "format": "int64" }, "code": { "type": "string", "description": "编号" }, "flowKey": { "type": "string", "description": "工单流程KEY" }, "flowInstId": { "type": "integer", "description": "流程ID", "format": "int64" }, "createUser": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateUser": { "type": "string", "description": "修改人" }, "updateTime": { "type": "string", "description": "修改时间" }, "status": { "type": "string", "description": "状态 -2撤回 -1暂存 0运行中 1完成 2作废 3终止" }, "purchaseNo": { "type": "string", "description": "采购编号" }, "projectName": { "type": "string", "description": "采购项目名称" }, "projectType": { "type": "string", "description": "项目类别 A:货物 B:工程 C:服务" }, "projectContent": { "type": "string", "description": "采购内容" }, "applyDate": { "type": "string", "description": "填报日期" }, "fundSource": { "type": "string", "description": "资金来源" }, "budget": { "type": "number", "description": "预算金额(元)" }, "isCentralized": { "type": "string", "description": "是否集采 0:否 1:是" }, "isSpecial": { "type": "string", "description": "是否特殊情况 0:否 1:紧急 2:单一 3:进口" }, "purchaseMode": { "type": "string", "description": "采购形式 0:部门自行采购 2:学校统一采购" }, "purchaseSchool": { "type": "string", "description": "学校统一采购方式 0:无 1:政府采购 2:学校自主采购" }, "purchaseType": { "type": "string", "description": "采购方式" }, "categoryCode": { "type": "string", "description": "品目编码" }, "fileIds": { "type": "array", "items": { "type": "string" }, "description": "附件ID列表" }, "remark": { "type": "string", "description": "备注" }, "runJobId": { "type": "string", "description": "待办任务ID" }, "flowVarUser": { "$ref": "#/components/schemas/MapObject", "description": "流程条件与人员参数" } } }, "ProfessionalTeacherType": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "typeName": { "type": "string", "description": "类型名称" } } }, "com.baomidou.mybatisplus.core.metadata.OrderItem": { "type": "object", "properties": { "column": { "type": "string", "description": "需要进行排序的字段" }, "asc": { "type": "boolean", "description": "是否正序排列,默认 true", "default": "true" } }, "description": "com.baomidou.mybatisplus.core.metadata.OrderItem" }, "PagePurchasingSpec": { "type": "object", "properties": { "records": { "type": "array", "items": { "$ref": "#/components/schemas/PurchasingSpec" } }, "total": { "type": "integer" }, "size": { "type": "integer" }, "current": { "type": "integer" } } }, "OrderItem": { "type": "object", "properties": { "column": { "type": "string", "description": "" }, "asc": { "type": "boolean", "description": "" } } }, "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": "数据" } } }, "DiningHallTypeVO": { "type": "object", "properties": { "diningHallTypeId": { "type": "string", "description": "调查问卷类型ID" }, "diningHallTypeName": { "type": "string", "description": "调查问卷类型名称" }, "diningHallDetailVOS": { "type": "array", "items": { "$ref": "#/components/schemas/DiningHallDetailVO", "description": "调查问卷问题" }, "description": "问题列表" } } }, "ProfessionalAcademicEducationTypeConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "name": { "type": "string", "description": "类型名称" } } }, "net.cyweb.cloud.stuwork.api.VO.ErrorApplyLeaveVO": { "type": "object", "properties": { "tenantId": { "type": "integer", "description": "学校Id\")" }, "totalStu": { "type": "integer", "description": "学生总人数\")" }, "totalNums": { "type": "integer", "description": "请假总次数\")" }, "schoolName": { "type": "string", "description": "学校名称\")" }, "singleApplyNums": { "type": "integer", "description": "单次请假超过天数人数\")" }, "multiApplyNums": { "type": "integer", "description": "累计请假超过天数人数\")" }, "applySuNums": { "type": "integer", "description": "连续请假超过次数人数\")" }, "noFaceNums": { "type": "integer", "description": "时间段内未扫脸信息\")" } }, "description": "数据" }, "PurchasingCategory": { "type": "object", "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": "删除标记" }, "remark": { "type": "string", "description": "备注" }, "name": { "type": "string", "description": "品目名称" }, "code": { "type": "string", "description": "品目编码" }, "parentCode": { "type": "string", "description": "上级品目编码" }, "isMallService": { "type": "string", "description": "是否为网上商城服务类\n是否为网上商城服务类 0:否 1:是" }, "isMallProject": { "type": "string", "description": "是否为网上商城工程类\n是否为网上商城工程类 0:否 1:是" } }, "description": "采购-品目" }, "ScienceReportMemberEnd": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "reportId": { "type": "string", "description": "课题ID" }, "teacherNo": { "type": "string", "description": "工号" }, "realName": { "type": "string", "description": "姓名" }, "researchSkill": { "type": "string", "description": "研究专长" }, "isLeader": { "type": "string", "description": "0 非主持人 1 主持人\n是否主持人" }, "divideWork": { "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" }, "deptName": { "type": "string", "description": "部门名称" }, "deptCode": { "type": "string", "description": "部门代码" }, "commonDeptCode": { "type": "string", "description": "二级部门" }, "commonDeptName": { "type": "string", "description": "二级部门名称" }, "mainPaper": { "type": "string", "description": "主要论著" }, "type": { "type": "string", "description": "1 校内 2 校外\n类型" }, "xl": { "type": "string", "description": "学历" }, "zc": { "type": "string", "description": "职称" }, "sex": { "type": "string", "description": "性别" }, "birthDay": { "type": "string", "description": "生日" }, "xw": { "type": "string", "description": "学位" }, "phone": { "type": "string", "description": "电话" }, "xzzw": { "type": "string", "description": "行政职务" }, "changeHistoryId": { "type": "string", "description": "课题变更Id" }, "isChoose": { "type": "string", "description": "是否最终指定的课题成果" }, "sort": { "type": "integer", "description": "排序" } } }, "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;" } } }, "DiningHallVO": { "type": "object", "properties": { "diningHallName": { "type": "string", "description": "食堂名称" }, "diningHallPlace": { "type": "string", "description": "食堂位置" }, "year": { "type": "string", "description": "学年" }, "period": { "type": "string", "description": "学期" }, "list": { "type": "array", "items": { "$ref": "#/components/schemas/DiningHallTypeVO", "description": "调查问卷类型列表" }, "description": "问题类型列表" } } }, "RBasicStudentInfoVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/BasicStudentInfoVO", "description": "数据" } } }, "BasicStudentInfoDTO": { "type": "object", "properties": { "stuNo": { "type": "string", "description": "" }, "realName": { "type": "string", "description": "" }, "basicStudentInfo": { "$ref": "#/components/schemas/BasicStudentInfo", "description": "" }, "basicStudentEducation": { "$ref": "#/components/schemas/BasicStudentEducation", "description": "学习经历" }, "basicStudentHome": { "$ref": "#/components/schemas/BasicStudentHome", "description": "家庭信息" }, "basicStudentMajorClassVO": { "$ref": "#/components/schemas/BasicStudentMajorClassVO", "description": "专业信息 班级信息" }, "basicStudentAdultEducation": { "$ref": "#/components/schemas/BasicStudentAdultEducation", "description": "成教信息" }, "isTeacher": { "type": "string", "description": "" } } }, "ProfessionalAwardCourseware": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "author": { "type": "string", "description": "作者" }, "name": { "type": "string", "description": "课件名称" }, "level": { "type": "string", "description": "颁奖等级" }, "unit": { "type": "string", "description": "颁奖单位" }, "awardTime": { "type": "string", "description": "获奖时间" }, "awardImg": { "type": "string", "description": "获奖证书" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" } } }, "net.cyweb.cloud.stuwork.api.VO.ErrorApplySchoolStuVO": { "type": "object", "properties": { "stuNo": { "type": "string", "description": "学号\")" }, "stuName": { "type": "string", "description": "学生姓名\")" }, "deptCode": { "type": "string", "description": "系部代码\")" }, "startTime": { "type": "string", "description": "开始时间\")" }, "endTime": { "type": "string", "description": "结束时间\")" }, "classCode": { "type": "string", "description": "班级代码\")" }, "className": { "type": "string", "description": "班级简称\")" }, "deptName": { "type": "string", "description": "系部名称\")" }, "type": { "type": "string", "description": "类型 1 学生请假 2 班级请假\")" }, "reason": { "type": "string", "description": "请假原因\")" } }, "description": "net.cyweb.cloud.stuwork.api.VO.ErrorApplySchoolStuVO" }, "PurchasingCategoryTree": { "type": "object", "description": "采购品目树节点", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "code": { "type": "string" }, "parentCode": { "type": "string" }, "remark": { "type": "string" }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/PurchasingCategoryTree" } } } }, "ScienceAchievementEnd": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "achievement": { "type": "string", "description": "成果名称" }, "type": { "type": "string", "description": "成果形式" }, "cate": { "type": "string", "description": "1 阶段成果 2 最终成果\n成果类别" }, "finishTime": { "type": "string", "description": "完成时间" }, "teacherNo": { "type": "string", "description": "负责人" }, "reportId": { "type": "string", "description": "课题ID" }, "realName": { "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" }, "changeHistoryId": { "type": "string", "description": "课题变更Id" }, "isChoose": { "type": "string", "description": "是否最终指定的课题成果" } } }, "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": "数据" } } }, "IPageBasicStudentInfoVO": { "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" }, "pages": { "type": "integer", "format": "int64" } } }, "RListDiningHallVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/DiningHallVO", "description": "调查问卷列表" }, "description": "数据" } } }, "ProfessionalAwardCoursewareDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "" }, "author": { "type": "string", "description": "作者" }, "name": { "type": "string", "description": "课件名称" }, "level": { "type": "string", "description": "颁奖等级" }, "unit": { "type": "string", "description": "颁奖单位" }, "awardTime": { "type": "string", "description": "获奖时间" }, "awardImg": { "type": "string", "description": "获奖证书" }, "createBy": { "type": "string", "description": "创建人" }, "teacherNo": { "type": "string", "description": "" }, "teacherName": { "type": "string", "description": "" }, "remarks": { "type": "string", "description": "备注" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "state": { "type": "string", "description": "" }, "backReason": { "type": "string", "description": "" }, "year": { "type": "string", "description": "" }, "examType": { "type": "string", "description": "" }, "deptCode": { "type": "string", "description": "" } } }, "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverRelationDTO": { "type": "object", "properties": { "stuNo": { "type": "string", "description": "" }, "id": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverRelationDTO" }, "RListPurchasingCategoryTree": { "type": "object", "properties": { "code": { "type": "integer" }, "msg": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/PurchasingCategoryTree" } } } }, "ChangeHistoryDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "" }, "reportId": { "type": "string", "description": "科研id" }, "type": { "type": "string", "description": "变更类型 1 课题名称 2 课题成员 3 结束时间" }, "originContent": { "type": "string", "description": "原始内容" }, "newContent": { "type": "string", "description": "变更后内容" }, "remarks": { "type": "string", "description": "备注" }, "memberList": { "type": "array", "items": { "$ref": "#/components/schemas/ScienceReportMemberEnd", "description": "课题组成员(课题变更时存入,结题时确认)" }, "description": "组员信息" }, "achieveAList": { "type": "array", "items": { "$ref": "#/components/schemas/ScienceAchievementEnd", "description": "课题研究成果(课题变更时存入,结题时确认)" }, "description": "阶段成果信息" }, "achieveBList": { "type": "array", "items": { "$ref": "#/components/schemas/ScienceAchievementEnd", "description": "课题研究成果(课题变更时存入,结题时确认)" }, "description": "最终成果信息" } } }, "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;" } } }, "RIPageBasicStudentInfoVO": { "type": "object", "properties": { "ok": { "type": "boolean" }, "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/IPageBasicStudentInfoVO", "description": "数据" } } }, "RDiningHall": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/DiningHall", "description": "数据" } } }, "TeacherBaseDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "工号" }, "realName": { "type": "string", "description": "姓名" }, "sex": { "type": "string", "description": "性别" }, "birthday": { "type": "string", "description": "生日" }, "national": { "type": "string", "description": "民族" }, "politicsStatus": { "type": "string", "description": "政治面貌主键" }, "idCard": { "type": "string", "description": "身份证号" }, "nativePlace": { "type": "string", "description": "籍贯" }, "birthPlace": { "type": "string", "description": "出生地" }, "health": { "type": "string", "description": "健康状况" }, "homePhone": { "type": "string", "description": "家庭电话" }, "telPhone": { "type": "string", "description": "电话" }, "telPhoneTwo": { "type": "string", "description": "手机号码" }, "homeAddress": { "type": "string", "description": "家庭地址" }, "speciality": { "type": "string", "description": "特长" }, "teacherPhoto": { "type": "string", "description": "照片" }, "deptCode": { "type": "string", "description": "二级部门代码" }, "inoutFlag": { "type": "string", "description": "是否允许进出" }, "inoutRemarks": { "type": "string", "description": "进出备注" }, "bankNo": { "type": "string", "description": "银行卡号" }, "bankOpen": { "type": "string", "description": "开户行" }, "commonDeptCode": { "type": "string", "description": "所属二级部门(通用)" }, "tied": { "type": "string", "description": "是否退休" }, "isWeekPwd": { "type": "string", "description": "是否弱密码" }, "teacherCate": { "type": "string", "description": "授课类型" }, "teacherClassify": { "type": "string", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" }, "tiedYear": { "type": "string", "description": "退休年份" }, "religiousBelief": { "type": "string", "description": "宗教信仰" }, "stationId": { "type": "string", "description": "岗位信息关联主键" }, "stationDutyLevelId": { "type": "string", "description": "职务级别关联主键" }, "retireDate": { "type": "string", "description": "退休日期" }, "pfTitleId": { "type": "string", "description": "职称等级主键" }, "searchInfo": { "type": "string", "description": "教职工信息" }, "searchKeywords": { "type": "string", "description": "搜索关键词" }, "secDeptCode": { "type": "string", "description": "子部门代码" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "教职工" }, "deptCodeList": { "type": "array", "items": { "type": "string" }, "description": "部门代码集合" }, "roleCode": { "type": "string", "description": "角色代码" }, "atStation": { "type": "string", "description": "在岗累呗" } } }, "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "stuNo": { "type": "string", "description": "学号" }, "realName": { "type": "string", "description": "" }, "turnoverType": { "type": "string", "description": "异动类型" }, "oldClassCode": { "type": "string", "description": "原班级" }, "newClassCode": { "type": "string", "description": "现班级" }, "turnYear": { "type": "string", "description": "转制类型" }, "turnoverDate": { "type": "string", "description": "异动时间" }, "schoolYear": { "type": "string", "description": "学年" }, "schoolTerm": { "type": "string", "description": "学期" }, "phone": { "type": "string", "description": "电话号码" }, "deptCode": { "type": "string", "description": "" }, "isUnion": { "type": "string", "description": "" }, "stuList": { "type": "array", "description": "private List stuNos;", "items": { "type": "object", "properties": { "stuNo": { "type": "string", "description": "" }, "id": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverRelationDTO" } }, "stuNoList": { "type": "array", "description": "", "items": { "type": "string" } }, "classCodeList": { "type": "array", "description": "", "items": { "type": "string" } }, "year": { "type": "string", "description": "" }, "graduYear": { "type": "string", "description": "" }, "daysValue": { "type": "integer", "description": "" }, "isUser": { "type": "boolean", "description": "" }, "key": { "type": "string", "description": "秘钥" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.StuTurnoverDTO" }, "PurchasingSpec": { "type": "object", "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": "删除标记" }, "remark": { "type": "string", "description": "备注" }, "name": { "type": "string", "description": "特殊情况名称" }, "template": { "type": "string", "description": "需求模版下载URL或标识" } }, "description": "特殊情况表" }, "ScienceChangeHistory": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "reportId": { "type": "string", "description": "科研id" }, "type": { "type": "string", "description": "变更类型 1 课题名称 2 课题成员 3 结束时间\n变更类型" }, "originContent": { "type": "string", "description": "原始内容" }, "newContent": { "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" }, "passTime": { "type": "string", "description": "审核通过时间" }, "dealState": { "type": "string", "description": "0 待审核 1 部门审核 2 科研处审核 100 通过 -1 驳回\n处理状态" }, "materialUrl": { "type": "string", "description": "签字文件" }, "backReason": { "type": "string", "description": "驳回内容" }, "checkStatus": { "type": "string", "description": "签字确认状态 0 待确认 1 通过 -1 驳回\n签字确认状态" } } }, "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": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师工号" }, "qualificationConfigId": { "type": "string", "description": "学历" }, "degreeConfigId": { "type": "string", "description": "学位" }, "graduateTime": { "type": "string", "description": "毕业时间" }, "graduateSchool": { "type": "string", "description": "毕业学校" }, "major": { "type": "string", "description": "所学专业" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "qualificationImg": { "type": "string", "description": "学历证书附件" }, "degreeImg": { "type": "string", "description": "学位证书附件" }, "type": { "type": "string", "description": "类型" }, "state": { "type": "string", "description": "状态" }, "taskId": { "type": "string", "description": "任务id" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "degreeFullTimeTop": { "type": "string", "description": "学位是否全日制最高" }, "degreePartTimeTop": { "type": "string", "description": "学位是否非全日制最高" }, "degreeTop": { "type": "string", "description": "学位是否最高" }, "eduFullTimeTop": { "type": "string", "description": "学历是否全日制最高" }, "eduPartTimeTop": { "type": "string", "description": "学历是否非全日制最高" }, "eduTop": { "type": "string", "description": "学历是否最高" } } }, "net.cyweb.cloud.stuwork.api.VO.StuTurnoverVO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "stuNo": { "type": "string", "description": "学号" }, "realName": { "type": "string", "description": "学生姓名" }, "turnoverType": { "type": "string", "description": "异动类型" }, "oldClassCode": { "type": "string", "description": "原班级" }, "newClassCode": { "type": "string", "description": "现班级" }, "turnYear": { "type": "string", "description": "转制类型" }, "turnoverDate": { "type": "string", "description": "异动时间" }, "schoolYear": { "type": "string", "description": "学年" }, "schoolTerm": { "type": "string", "description": "学期" }, "phone": { "type": "string", "description": "电话号码" }, "deptCode": { "type": "string", "description": "" }, "isUnion": { "type": "string", "description": "" }, "turnoverDateStr": { "type": "string", "description": "异动时间文本" }, "procInsStatus": { "type": "string", "description": "流程状态" }, "auditStatus": { "type": "string", "description": "审核状态" }, "deptName": { "type": "string", "description": "系部名称" }, "stuNum": { "type": "integer", "description": "" }, "isUnionTxt": { "type": "string", "description": "" } }, "description": "数据" }, "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": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "title": { "type": "string", "description": "称谓" }, "realName": { "type": "string", "description": "姓名" }, "birthday": { "type": "string", "description": "出生年月" }, "politicsStatusId": { "type": "string", "description": "政治面貌" }, "workStation": { "type": "string", "description": "工作单位及职务" }, "teacherNo": { "type": "string", "description": "教师编号" } } }, "net.cyweb.cloud.stuwork.api.VO.StuConductForEmsVO": { "type": "object", "properties": { "totalScore": { "type": "number", "description": "" }, "schoolYear": { "type": "string", "description": "" }, "schoolTerm": { "type": "string", "description": "" }, "stuNo": { "type": "string", "description": "" }, "month": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.VO.StuConductForEmsVO" }, "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": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师编号" }, "professionalTitleConfigId": { "type": "string", "description": "职称id" }, "changedTime": { "type": "string", "description": "变动时间" }, "certificateTime": { "type": "string", "description": "取证时间" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "evidence": { "type": "string", "description": "证明材料 字段内容为附件地址\n证明材料" }, "status": { "type": "integer", "description": "审核状态 0:待审核1:审核通过 -1:审核未通过\n审核状态" }, "majorStation": { "type": "string", "description": "专业技术职务" }, "inOfficeDate": { "type": "string", "description": "任职时间" }, "taskId": { "type": "string", "description": "任务id" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "isTop": { "type": "string", "description": "是否最高" } } }, "宿舍楼管理员": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "buildingNo": { "type": "string", "description": "楼号" }, "username": { "type": "string", "description": "管理员工号" } }, "description": "宿舍楼管理员" }, "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": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "qualificationConfigId": { "type": "string", "description": "关联资格等级id" }, "worker": { "type": "string", "description": "工种" }, "certificateTime": { "type": "string", "description": "取证时间" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "evidenceA": { "type": "string", "description": "证明材料1 字段内容为附件地址\n证明材料1" }, "evidenceB": { "type": "string", "description": "证明材料2 字段内容为附件地址\n证明材料2" }, "evidenceC": { "type": "string", "description": "证明材料3 字段内容为附件地址\n证明材料3" }, "teacherNo": { "type": "string", "description": "教师编号" }, "state": { "type": "string", "description": "状态" }, "taskId": { "type": "string", "description": "任务id" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "isTop": { "type": "string", "description": "是否最高" } } }, "学生校内请假明细": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "deptCode": { "type": "string", "description": "系部代码" }, "deptName": { "type": "string", "description": "系部名称" }, "classCode": { "type": "string", "description": "班号" }, "stuNo": { "type": "string", "description": "学号" }, "realName": { "type": "string", "description": "姓名" }, "teacherNo": { "type": "string", "description": "班主任工号" }, "teacherRealName": { "type": "string", "description": "班主任姓名" }, "groupId": { "type": "string", "description": "批次ID" }, "status": { "type": "string", "description": "状态" }, "inOut": { "type": "string", "description": "是否允许离校" }, "reason": { "type": "string", "description": "" } }, "description": "学生校内请假明细" }, "OuterCompanyEmployee": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "companyId": { "type": "string", "description": "公司ID" }, "companyName": { "type": "string", "description": "公司名称" }, "employeeNo": { "type": "string", "description": "职员编号" }, "realName": { "type": "string", "description": "姓名" }, "idCard": { "type": "string", "description": "身份证" }, "mobile": { "type": "string", "description": "手机号" }, "position": { "type": "string", "description": "职位" }, "address": { "type": "string", "description": "地址" }, "inoutFlag": { "type": "string", "description": "是否可进出 1:是 0: 否\n是否可进出" }, "companyType": { "type": "string", "description": "单位类型" }, "deptCode": { "type": "string", "description": "所属学院" } } }, "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": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师编号" }, "stationTypeId": { "type": "string", "description": "岗位类别" }, "stationDutyLevelId": { "type": "string", "description": "职务级别" }, "stationLevel": { "type": "string", "description": "岗位级别" }, "stationDate": { "type": "string", "description": "任现岗位职级时间" }, "atStation": { "type": "string", "description": "在职情况" }, "dutyDesc": { "type": "string", "description": "职务" }, "retireDate": { "type": "string", "description": "退休年份" }, "workDate": { "type": "string", "description": "参加工作时间" }, "dutyDate": { "type": "string", "description": "干部职务任职时间" }, "employmentNature": { "type": "string", "description": "用工性质" }, "entryDutyDate": { "type": "string", "description": "进编时间" }, "entrySchoolDate": { "type": "string", "description": "进校时间" }, "teacherType": { "type": "string", "description": "教师类型" }, "branchId": { "type": "string", "description": "党支部" }, "teacherClassify": { "type": "string", "description": "0教师、1中层干部、2其他人员(管理工勤人员" } } }, "net.cyweb.cloud.stuwork.api.VO.qa.TeacherVO": { "type": "object", "properties": { "realName": { "type": "string", "description": "" }, "phone": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.VO.qa.TeacherVO" }, "RListOuterCompanyEmployee": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "校外单位职员" }, "description": "数据" } } }, "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": { "baseInfo": { "$ref": "#/components/schemas/TeacherBaseDTO", "description": "" }, "dynamicItem": { "type": "array", "items": { "$ref": "#/components/schemas/ProfessionalTeacherAcademicRelation", "description": "教师的学历学位关联表" }, "description": "学历学位关系表" }, "socialItem": { "type": "array", "items": { "$ref": "#/components/schemas/ProfessionalSocial", "description": "社会关系" }, "description": "社会关系" }, "professionalItem": { "type": "array", "items": { "$ref": "#/components/schemas/ProfessionalTitleRelation", "description": "人事职称人员关联表,一人可以有多个职称" }, "description": "职称" }, "workItem": { "type": "array", "items": { "$ref": "#/components/schemas/ProfessionalQualificationRelation", "description": "人事职业资格人员关联表" }, "description": "职业资格" }, "professionalStationRelation": { "$ref": "#/components/schemas/ProfessionalStationRelationVO", "description": "岗位" }, "certificateNumberA": { "type": "string", "description": "高校教师资格证" }, "certificateNumberB": { "type": "string", "description": "中等教师资格证" }, "certificateNumberC": { "type": "string", "description": "教师上岗证" }, "id": { "type": "string", "description": "" }, "national": { "type": "string", "description": "" }, "nativePlace": { "type": "string", "description": "" }, "telPhone": { "type": "string", "description": "" }, "birthPlace": { "type": "string", "description": "" }, "speciality": { "type": "string", "description": "" }, "homeAddress": { "type": "string", "description": "" } } }, "学生教育经历": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "stuNo": { "type": "string", "description": "学号" }, "schoolName": { "type": "string", "description": "学校名称" }, "positionName": { "type": "string", "description": "任职情况" }, "startYearMonth": { "type": "string", "description": "开始年月" }, "endYearMonth": { "type": "string", "description": "结束年月" } }, "description": "学生教育经历" }, "OuterCompanyEmployeeSwitchDTO": { "type": "object", "properties": { "switchType": { "type": "string", "description": "" }, "list": { "type": "array", "items": { "type": "string" }, "description": "" } } }, "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": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师编号" }, "realName": { "type": "string", "description": "真实姓名" }, "sex": { "type": "string", "description": "性别" }, "birthday": { "type": "string", "description": "生日" }, "national": { "type": "string", "description": "民族" }, "politicsStatus": { "type": "string", "description": "政治面貌" }, "idCard": { "type": "string", "description": "身份证号" }, "nativePlace": { "type": "string", "description": "籍贯" }, "birthPlace": { "type": "string", "description": "出生地" }, "health": { "type": "string", "description": "健康状况" }, "homePhone": { "type": "string", "description": "家庭电话" }, "telPhone": { "type": "string", "description": "电话" }, "telPhoneTwo": { "type": "string", "description": "手机号码" }, "homeAddress": { "type": "string", "description": "家庭地址" }, "speciality": { "type": "string", "description": "特长" }, "teacherPhoto": { "type": "string", "description": "照片" }, "deptCode": { "type": "string", "description": "归属部门" }, "inoutFlag": { "type": "string", "description": "是否允许进出" }, "inoutRemarks": { "type": "string", "description": "进出备注" }, "bankNo": { "type": "string", "description": "银行卡号" }, "bankOpen": { "type": "string", "description": "开户行" }, "commonDeptCode": { "type": "string", "description": "所属二级部门(通用)" }, "tied": { "type": "string", "description": "是否退休" }, "isWeekPwd": { "type": "string", "description": "是否弱密码" }, "teacherCate": { "type": "string", "description": "教师类别" }, "teacherClassify": { "type": "string", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" }, "tiedYear": { "type": "string", "description": "退休年份" }, "religiousBelief": { "type": "string", "description": "宗教信仰" } } }, "学生主要社会关系": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "stuNo": { "type": "string", "description": "学号" }, "appellation": { "type": "string", "description": "称谓关系" }, "realName": { "type": "string", "description": "姓名" }, "idCard": { "type": "string", "description": "身份证号" }, "workAddress": { "type": "string", "description": "工作单位" }, "politicsStatus": { "type": "string", "description": "政治面貌" }, "health": { "type": "string", "description": "健康状况" } }, "description": "学生主要社会关系" }, "OuterCompany": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "companyName": { "type": "string", "description": "公司名称" }, "allowStartTime": { "type": "string", "description": "单位允许进出的时段(开始)" }, "allowEndTime": { "type": "string", "description": "单位允许进出的时段(结束)" }, "companyType": { "type": "string", "description": "单位类型 0: 驻校单位 1: 培训单位\n单位类型" }, "userName": { "type": "string", "description": "健康申报-管理员" }, "trainClassId": { "type": "string", "description": "关联 培训班级Id\n关联培训班级Id" }, "isSpecial": { "type": "string", "description": "外聘 驻校单位 不允许删除\n外聘驻校单位不允许删除" } } }, "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": { "id": { "type": "string", "description": "" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "type": { "type": "string", "description": "类别" }, "fileListA": { "type": "array", "items": { "type": "string" }, "description": "附件" }, "fileListB": { "type": "array", "items": { "type": "string" }, "description": "附件" }, "teacherNo": { "type": "string", "description": "教师工号" }, "qualificationConfigId": { "type": "string", "description": "学历" }, "degreeConfigId": { "type": "string", "description": "学位" }, "graduateTime": { "type": "string", "description": "毕业时间" }, "graduateSchool": { "type": "string", "description": "毕业学校" }, "major": { "type": "string", "description": "所学专业" }, "qualificationImg": { "type": "string", "description": "学历证书附件" }, "degreeImg": { "type": "string", "description": "学位证书附件" }, "professionalTitleConfigId": { "type": "string", "description": "职称id" }, "majorStation": { "type": "string", "description": "" }, "inOfficeDate": { "type": "string", "description": "" }, "certificateTime": { "type": "string", "description": "取证时间" }, "changedTime": { "type": "string", "description": "变动时间" }, "evidence": { "type": "string", "description": "材料" }, "worker": { "type": "string", "description": "工种" }, "evidenceA": { "type": "string", "description": "证明材料1 字段内容为附件地址" }, "evidenceB": { "type": "string", "description": "证明材料2 字段内容为附件地址" }, "certificateConfId": { "type": "string", "description": "---------------------教师资格证-------------------------------" }, "honor": { "type": "string", "description": "荣誉" }, "honorCompany": { "type": "string", "description": "表彰单位" }, "year": { "type": "integer", "description": "年份" }, "newDeptCodeList": { "type": "array", "items": { "type": "string" }, "description": "现部门编码" }, "newDeptCode": { "type": "string", "description": "" }, "newSecDeptCode": { "type": "string", "description": "" }, "changeDate": { "type": "string", "description": "调令时间" }, "oldBranchName": { "type": "string", "description": "原党支部" }, "branchName": { "type": "string", "description": "现党支部名称" }, "feeTime": { "type": "string", "description": "党费交至几月" }, "changeTime": { "type": "string", "description": "变动时间" }, "educationType": { "type": "string", "description": "" }, "pos": { "type": "string", "description": "" }, "attachment": { "type": "string", "description": "综合表彰材料" } } }, "学生表": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "stuNo": { "type": "string", "description": "学号" }, "realName": { "type": "string", "description": "姓名" }, "gender": { "type": "string", "description": "性别0:女 1:男" }, "stuStatus": { "type": "integer", "description": "学生状态 1:在校 2:顶岗 3:离校 4:实习" }, "classCode": { "type": "string", "description": "所属班级" }, "enrollStatus": { "type": "string", "description": "学籍状态" }, "qrCode": { "type": "string", "description": "随机二维码" }, "isGradu": { "type": "string", "description": "是否毕业" }, "isClassLeader": { "type": "string", "description": "是否班干部" }, "graduTime": { "type": "string", "description": "毕业时间" }, "isInout": { "type": "string", "description": "是否允许进出" }, "classMasterName": { "type": "string", "description": "班主任名称" }, "classMasterCode": { "type": "string", "description": "班主任编码" }, "specialIn": { "type": "string", "description": "" }, "socialInsurance": { "type": "string", "description": "社保缴纳情况" }, "enrollNo": { "type": "string", "description": "学籍号" }, "enrollMiddleNo": { "type": "string", "description": "转段学籍号" }, "graduNo": { "type": "string", "description": "毕业证号" }, "faceExclude": { "type": "string", "description": "考勤忽略" }, "faceExcludeReason": { "type": "string", "description": "考勤忽略原因" }, "avatarAudit": { "type": "string", "description": "" }, "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": "学生表" }, "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": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/ProfessionalTeacherBase", "description": "教职工基础信息表" }, "description": "数据" } } }, "留宿申请": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "schoolYear": { "type": "string", "description": "学年" }, "schoolTerm": { "type": "string", "description": "学期" }, "stuNo": { "type": "string", "description": "学号" }, "liveType": { "type": "string", "description": "留宿类型" }, "liveDate": { "type": "string", "description": "留宿日期" }, "auditStatus": { "type": "string", "description": "审核状态" } }, "description": "留宿申请" }, "RVoid": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "description": "数据", "type": "null" } } }, "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": { "key": { "type": "string" } } }, "java.util.Map": { "type": "object", "properties": { "key": { "type": "string" } }, "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": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师编号" }, "realName": { "type": "string", "description": "真实姓名" }, "sex": { "type": "string", "description": "性别" }, "birthday": { "type": "string", "description": "生日" }, "national": { "type": "string", "description": "民族" }, "politicsStatus": { "type": "string", "description": "政治面貌" }, "idCard": { "type": "string", "description": "身份证号" }, "nativePlace": { "type": "string", "description": "籍贯" }, "birthPlace": { "type": "string", "description": "出生地" }, "health": { "type": "string", "description": "健康状况" }, "homePhone": { "type": "string", "description": "家庭电话" }, "telPhone": { "type": "string", "description": "电话" }, "telPhoneTwo": { "type": "string", "description": "手机号码" }, "homeAddress": { "type": "string", "description": "家庭地址" }, "speciality": { "type": "string", "description": "特长" }, "teacherPhoto": { "type": "string", "description": "照片" }, "deptCode": { "type": "string", "description": "归属部门" }, "inoutFlag": { "type": "string", "description": "是否允许进出" }, "inoutRemarks": { "type": "string", "description": "进出备注" }, "bankNo": { "type": "string", "description": "银行卡号" }, "bankOpen": { "type": "string", "description": "开户行" }, "commonDeptCode": { "type": "string", "description": "所属二级部门(通用)" }, "tied": { "type": "string", "description": "是否退休" }, "isWeekPwd": { "type": "string", "description": "是否弱密码" }, "teacherCate": { "type": "string", "description": "教师类别" }, "teacherClassify": { "type": "string", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" }, "tiedYear": { "type": "string", "description": "退休年份" }, "religiousBelief": { "type": "string", "description": "宗教信仰" }, "age": { "type": "string", "description": "年龄" }, "employmentNature": { "type": "string", "description": "用工性质" }, "dgreeName": { "type": "string", "description": "学历" }, "dgreeNameA": { "type": "string", "description": "学历" }, "deptName": { "type": "string", "description": "部门名称" }, "oldBranchId": { "type": "string", "description": "旧党支部" }, "isMaster": { "type": "string", "description": "教学任务中是否为主带老师" }, "teacherNos": { "type": "string", "description": "每个部门中的老师们工号" }, "initial": { "type": "string", "description": "姓名首字母大写" }, "stationLevelName": { "type": "string", "description": "岗位级别名称" }, "pfTitleId": { "type": "string", "description": "职称Id" }, "titleName": { "type": "string", "description": "职称名称" }, "workId": { "type": "string", "description": "职业资格等级" }, "workLevelName": { "type": "string", "description": "职业资格等级名称" }, "workName": { "type": "string", "description": "职业资格工种" }, "workInfo": { "type": "string", "description": "职业资格综合信息 工种id + 工种名称" }, "highCer": { "type": "string", "description": "高级教师资格证" }, "midCer": { "type": "string", "description": "中级教师资格证" }, "teacherCer": { "type": "string", "description": "普通教师资格证" }, "dutyDesc": { "type": "string", "description": "职务描述" }, "hasRole": { "type": "boolean", "description": "是否有角色" }, "stationDate": { "type": "string", "description": "当前职务级别任职时间" }, "stationTypeId": { "type": "string", "description": "职务类型主键" } } }, "net.cyweb.cloud.stuwork.api.DTO.BuildingTimePortion": { "type": "object", "properties": { "reserveDate": { "type": "string", "description": "使用日期" }, "timeId": { "type": "string", "description": "使用时间段" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.BuildingTimePortion" }, "OuterCompanyDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "companyName": { "type": "string", "description": "公司名称" }, "allowStartTime": { "type": "string", "description": "单位允许进出的时段(开始)" }, "allowEndTime": { "type": "string", "description": "单位允许进出的时段(结束)" }, "companyType": { "type": "string", "description": "单位类型 0: 驻校单位 1: 培训单位\n单位类型" }, "userName": { "type": "string", "description": "健康申报-管理员" }, "trainClassId": { "type": "string", "description": "关联 培训班级Id\n关联培训班级Id" }, "isSpecial": { "type": "string", "description": "外聘 驻校单位 不允许删除\n外聘驻校单位不允许删除" }, "allowTimeRange": { "type": "array", "items": { "type": "string" }, "description": "" }, "idList": { "type": "array", "items": { "type": "string" }, "description": "" }, "companyTypeList": { "type": "array", "items": { "type": "string" }, "description": "" }, "emp": { "type": "string", "description": "" } } }, "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": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/MapString", "description": "数据" } } }, "net.cyweb.cloud.stuwork.api.DTO.StudentData": { "type": "object", "properties": { "realName": { "type": "string", "description": "" }, "stuNo": { "type": "string", "description": "" }, "roomNo": { "type": "string", "description": "" }, "stayDorm": { "type": "boolean", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.StudentData" }, "OuterCompanyEmployeeDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "companyId": { "type": "string", "description": "公司ID" }, "companyName": { "type": "string", "description": "公司名称" }, "employeeNo": { "type": "string", "description": "职员编号" }, "realName": { "type": "string", "description": "姓名" }, "idCard": { "type": "string", "description": "身份证" }, "mobile": { "type": "string", "description": "手机号" }, "position": { "type": "string", "description": "职位" }, "address": { "type": "string", "description": "地址" }, "inoutFlag": { "type": "string", "description": "是否可进出 1:是 0: 否\n是否可进出" }, "companyType": { "type": "string", "description": "单位类型" }, "deptCode": { "type": "string", "description": "所属学院" }, "companyTypeList": { "type": "array", "items": { "type": "string" }, "description": "" }, "companyIdList": { "type": "array", "items": { "type": "string" }, "description": "" } } }, "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": { "cateId": { "type": "string", "description": "" }, "teacherInfo": { "type": "string", "description": "" }, "outId": { "type": "string", "description": "" }, "tied": { "type": "string", "description": "" }, "tiedYear": { "type": "string", "description": "" }, "tiedYearList": { "type": "array", "items": { "type": "string" }, "description": "" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" } } }, "net.cyweb.cloud.stuwork.api.DTO.Segment": { "type": "object", "properties": { "startTime": { "type": "string", "description": "" }, "endTime": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.Segment" }, "ROuterCompanyEmployee": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/OuterCompanyEmployee", "description": "数据" } } }, "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": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "type": "string" }, "description": "数据" } } }, "net.cyweb.cloud.stuwork.api.DTO.DayRuleList": { "type": "object", "properties": { "startTime": { "type": "string", "description": "" }, "endTime": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.DayRuleList" }, "MapProfessionalTeacherBase": { "type": "object", "properties": { "key": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师编号" }, "realName": { "type": "string", "description": "真实姓名" }, "sex": { "type": "string", "description": "性别" }, "birthday": { "type": "string", "description": "生日" }, "national": { "type": "string", "description": "民族" }, "politicsStatus": { "type": "string", "description": "政治面貌" }, "idCard": { "type": "string", "description": "身份证号" }, "nativePlace": { "type": "string", "description": "籍贯" }, "birthPlace": { "type": "string", "description": "出生地" }, "health": { "type": "string", "description": "健康状况" }, "homePhone": { "type": "string", "description": "家庭电话" }, "telPhone": { "type": "string", "description": "电话" }, "telPhoneTwo": { "type": "string", "description": "手机号码" }, "homeAddress": { "type": "string", "description": "家庭地址" }, "speciality": { "type": "string", "description": "特长" }, "teacherPhoto": { "type": "string", "description": "照片" }, "deptCode": { "type": "string", "description": "归属部门" }, "inoutFlag": { "type": "string", "description": "是否允许进出" }, "inoutRemarks": { "type": "string", "description": "进出备注" }, "bankNo": { "type": "string", "description": "银行卡号" }, "bankOpen": { "type": "string", "description": "开户行" }, "commonDeptCode": { "type": "string", "description": "所属二级部门(通用)" }, "tied": { "type": "string", "description": "是否退休" }, "isWeekPwd": { "type": "string", "description": "是否弱密码" }, "teacherCate": { "type": "string", "description": "教师类别" }, "teacherClassify": { "type": "string", "description": "教师分类:0教师、1中层干部、2其他人员(管理工勤人员)" }, "tiedYear": { "type": "string", "description": "退休年份" }, "religiousBelief": { "type": "string", "description": "宗教信仰" } } } } }, "net.cyweb.cloud.stuwork.api.DTO.DayRule": { "type": "object", "properties": { "week": { "type": "string", "description": "" }, "weekNo": { "type": "string", "description": "" }, "dayRuleList": { "type": "array", "description": "", "items": { "type": "object", "properties": { "startTime": { "type": "string", "description": "" }, "endTime": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.DayRuleList" } } }, "description": "net.cyweb.cloud.stuwork.api.DTO.DayRule" }, "Map": { "type": "object", "properties": { "key": { "type": "null" } } }, "net.cyweb.cloud.stuwork.api.DTO.DormRuleList": { "type": "object", "properties": { "startTime": { "type": "string", "description": "" }, "endTime": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.DormRuleList" }, "RMap": { "type": "object", "properties": { "ok": { "type": "boolean" }, "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/Map", "description": "数据" } } }, "net.cyweb.cloud.stuwork.api.DTO.DormRule": { "type": "object", "properties": { "week": { "type": "string", "description": "" }, "weekNo": { "type": "string", "description": "" }, "dormRuleList": { "type": "array", "description": "", "items": { "type": "object", "properties": { "startTime": { "type": "string", "description": "" }, "endTime": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.DormRuleList" } } }, "description": "net.cyweb.cloud.stuwork.api.DTO.DormRule" }, "RListMap": { "type": "object", "properties": { "ok": { "type": "boolean" }, "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/Map", "description": "java.util.Map" }, "description": "数据" } } }, "net.cyweb.cloud.stuwork.api.VO.StuPunlishClassVO": { "type": "object", "properties": { "deptCode": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "classCode": { "type": "string", "description": "" }, "classNo": { "type": "string", "description": "" }, "teacherNo": { "type": "string", "description": "" }, "teacherRealName": { "type": "string", "description": "" }, "jgNum": { "type": "string", "description": "" }, "lxNum": { "type": "string", "description": "" }, "txNum": { "type": "string", "description": "" }, "kcNum": { "type": "string", "description": "" }, "total": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.VO.StuPunlishClassVO" }, "RTeacherBaseVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/TeacherBaseVO", "description": "数据" } } }, "宿舍点名": { "type": "object", "properties": { "id": { "type": "string", "description": "id" }, "deptName": { "type": "string", "description": "deptName" }, "className": { "type": "string", "description": "className" }, "classCode": { "type": "string", "description": "classCode" }, "deptCode": { "type": "string", "description": "deptCode" }, "stuName": { "type": "string", "description": "stuName" }, "stuNo": { "type": "string", "description": "stuNo" }, "roomNo": { "type": "string", "description": "roomNo" }, "buildId": { "type": "string", "description": "buildId" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "tenantId": { "type": "integer", "description": "租户ID" }, "sign": { "type": "string", "description": "0 未到 1 已到" }, "type": { "type": "string", "description": "1 普通住宿点名 2 留宿点名" }, "date": { "type": "string", "description": "考勤日期\")" }, "zoneId": { "type": "integer", "description": "" }, "isFace": { "type": "string", "description": "是否扫过脸\")" }, "isApply": { "type": "string", "description": "是否请假\")" } }, "description": "宿舍点名" }, "DeptTeacherNumVO": { "type": "object", "properties": { "commonDeptCode": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "totalNum": { "type": "integer", "description": "" } } }, "RListTeacherBaseVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/TeacherBaseVO", "description": "net.cyweb.cloud.professional.api.vo.TeacherBaseVO" }, "description": "数据" } } }, "用户答题情况主表": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "themeId": { "type": "string", "description": "主题ID" }, "deptCode": { "type": "string", "description": "部门编码" }, "deptName": { "type": "string", "description": "部门名称" }, "classCode": { "type": "string", "description": "" }, "username": { "type": "string", "description": "用户名" }, "realName": { "type": "string", "description": "姓名" }, "age": { "type": "integer", "description": "年龄" }, "gender": { "type": "string", "description": "性别" }, "idCard": { "type": "string", "description": "身份证号码" }, "mobile": { "type": "string", "description": "手机号码" }, "homeAddress": { "type": "string", "description": "家庭住址" }, "temp": { "type": "number", "description": "体温" }, "heathImg": { "type": "string", "description": "健康码" }, "heathImgColor": { "type": "string", "description": "" }, "travelImg": { "type": "string", "description": "行程码" }, "travelImgColor": { "type": "string", "description": "" }, "vaccinesImg": { "type": "string", "description": "" }, "checkImg": { "type": "string", "description": "" }, "firstAudited": { "type": "string", "description": "" }, "secondAudited": { "type": "string", "description": "" }, "userType": { "type": "string", "description": "" }, "success_type": { "type": "string", "description": "" }, "middleHigh": { "type": "string", "description": "" }, "companyType": { "type": "string", "description": "" }, "commitmentImg": { "type": "string", "description": "承诺书" }, "healthCardImg": { "type": "string", "description": "健康申报卡" } }, "description": "用户答题情况主表" }, "RListDeptTeacherNumVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/DeptTeacherNumVO", "description": "net.cyweb.cloud.professional.api.vo.DeptTeacherNumVO" }, "description": "数据" } } }, "RLong": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "integer", "description": "数据", "format": "int64" } } }, "net.cyweb.cloud.stuwork.api.VO.QaUserThemeConditionVO": { "type": "object", "properties": { "userType": { "type": "string", "description": "" }, "firAudit": { "type": "string", "description": "" }, "username": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "realName": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.VO.QaUserThemeConditionVO" }, "DeptTeacherListVO": { "type": "object", "properties": { "commonDeptCode": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "totalNum": { "type": "integer", "description": "" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "teacherNos": { "type": "string", "description": "" } } }, "RString": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "string", "description": "数据" } } }, "net.cyweb.cloud.stuwork.api.DTO.qa.TempLogData": { "type": "object", "properties": { "date": { "type": "string", "description": "" }, "morning": { "type": "number", "description": "" }, "afternoon": { "type": "number", "description": "" }, "night": { "type": "number", "description": "" }, "otherFamliy": { "type": "string", "description": "" }, "content": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.qa.TempLogData" }, "RListDeptTeacherListVO": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/DeptTeacherListVO", "description": "net.cyweb.cloud.professional.api.vo.DeptTeacherListVO" }, "description": "数据" } } }, "ProfessionalTeacherHonor": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherName": { "type": "string", "description": "姓名" }, "teacherNo": { "type": "string", "description": "教师工号" }, "honor": { "type": "string", "description": "荣誉" }, "honorCompany": { "type": "string", "description": "表彰单位" }, "attachment": { "type": "string", "description": "证明材料" }, "year": { "type": "integer", "description": "年份" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" } } }, "net.cyweb.cloud.stuwork.api.DTO.qa.HolidayCity": { "type": "object", "properties": { "startDate": { "type": "string", "description": "" }, "endDate": { "type": "string", "description": "" }, "province": { "type": "string", "description": "" }, "city": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.qa.HolidayCity" }, "ProfessionalTeacherPaper": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "paperConfigId": { "type": "string", "description": "论文类型id" }, "title": { "type": "string", "description": "论文名称" }, "author": { "type": "string", "description": "作者" }, "secondAuthor": { "type": "string", "description": "第二作者" }, "nameOfPublication": { "type": "string", "description": "发表刊物名称" }, "dateOfPublication": { "type": "string", "description": "发表日期" }, "publicationsCompetentUnit": { "type": "string", "description": "刊物主办单位" }, "publicationsManageUnit": { "type": "string", "description": "刊物主管单位" }, "awardingUnit": { "type": "string", "description": "颁奖单位" }, "rewardLevel": { "type": "string", "description": "获奖等级" }, "rewardTime": { "type": "string", "description": "获奖时间" }, "state": { "type": "string", "description": "状态" }, "knowdgeImg": { "type": "string", "description": "知网 查验截图\n知网查验截图" }, "pubCover": { "type": "string", "description": "刊物封面" }, "cateImg": { "type": "string", "description": "目录页" }, "contentImg": { "type": "string", "description": "内容页" }, "awardImg": { "type": "string", "description": "获奖证书" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" } } }, "net.cyweb.cloud.stuwork.api.DTO.qa.Question": { "type": "object", "properties": { "questionId": { "type": "string", "description": "" }, "answerId": { "type": "string", "description": "" }, "answerExtraContent": { "type": "string", "description": "" }, "answerContent": { "type": "string", "description": "" }, "questionType": { "type": "string", "description": "" }, "questionTypeFlag": { "type": "string", "description": "" }, "holidayCityList": { "type": "array", "description": "", "items": { "type": "object", "properties": { "startDate": { "type": "string", "description": "" }, "endDate": { "type": "string", "description": "" }, "province": { "type": "string", "description": "" }, "city": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.qa.HolidayCity" } } }, "description": "net.cyweb.cloud.stuwork.api.DTO.qa.Question" }, "ProfessionalTeacherPaperDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "paperConfigId": { "type": "string", "description": "论文类型id" }, "title": { "type": "string", "description": "论文名称" }, "author": { "type": "string", "description": "作者" }, "secondAuthor": { "type": "string", "description": "第二作者" }, "nameOfPublication": { "type": "string", "description": "发表刊物名称" }, "dateOfPublication": { "type": "string", "description": "发表日期" }, "publicationsCompetentUnit": { "type": "string", "description": "刊物主办单位" }, "publicationsManageUnit": { "type": "string", "description": "刊物主管单位" }, "awardingUnit": { "type": "string", "description": "颁奖单位" }, "rewardLevel": { "type": "string", "description": "获奖等级" }, "rewardTime": { "type": "string", "description": "获奖时间" }, "state": { "type": "string", "description": "状态" }, "knowdgeImg": { "type": "string", "description": "知网 查验截图\n知网查验截图" }, "pubCover": { "type": "string", "description": "刊物封面" }, "cateImg": { "type": "string", "description": "目录页" }, "contentImg": { "type": "string", "description": "内容页" }, "awardImg": { "type": "string", "description": "获奖证书" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "realName": { "type": "string", "description": "" }, "year": { "type": "string", "description": "" }, "examType": { "type": "string", "description": "" }, "deptCode": { "type": "string", "description": "" }, "awardYear": { "type": "string", "description": "" } } }, "net.cyweb.cloud.stuwork.api.VO.RiskResultVO": { "type": "object", "properties": { "deptName": { "type": "string", "description": "" }, "classNo": { "type": "string", "description": "" }, "realName": { "type": "string", "description": "" }, "userType": { "type": "string", "description": "" }, "companyType": { "type": "string", "description": "" }, "phone": { "type": "string", "description": "" }, "username": { "type": "string", "description": "" }, "accessPeople": { "type": "string", "description": "" }, "accessDeptName": { "type": "string", "description": "" }, "travelProcStatus": { "type": "string", "description": "" }, "attachment": { "type": "string", "description": "核酸检测报告" }, "heathImg": { "type": "string", "description": "健康码" }, "travelImg": { "type": "string", "description": "行程码" }, "isTravel": { "type": "string", "description": "1 是否外出报备" }, "startDate": { "type": "string", "description": "" }, "endDate": { "type": "string", "description": "" }, "city": { "type": "string", "description": "" }, "returnStatus": { "type": "string", "description": "" }, "tenantId": { "type": "integer", "description": "" }, "masterPhone": { "type": "string", "description": "班主任号码\")" }, "masterName": { "type": "string", "description": "班主任姓名\")" } }, "description": "net.cyweb.cloud.stuwork.api.VO.RiskResultVO" }, "ProfessionalQualificationRelationDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "qualificationConfigId": { "type": "string", "description": "关联资格等级id" }, "worker": { "type": "string", "description": "工种" }, "certificateTime": { "type": "string", "description": "取证时间" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "evidenceA": { "type": "string", "description": "证明材料1 字段内容为附件地址\n证明材料1" }, "evidenceB": { "type": "string", "description": "证明材料2 字段内容为附件地址\n证明材料2" }, "evidenceC": { "type": "string", "description": "证明材料3 字段内容为附件地址\n证明材料3" }, "teacherNo": { "type": "string", "description": "教师编号" }, "state": { "type": "string", "description": "状态" }, "taskId": { "type": "string", "description": "任务id" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "realName": { "type": "string", "description": "姓名" } } }, "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorHolidayCityDTO": { "type": "object", "properties": { "startDate": { "type": "string", "description": "" }, "endDate": { "type": "string", "description": "" }, "province": { "type": "string", "description": "" }, "city": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorHolidayCityDTO" }, "ScienceStaticDTO": { "type": "object", "properties": { "year": { "type": "string", "description": "年份" }, "status": { "type": "string", "description": "状态" }, "commonDeptCode": { "type": "string", "description": "" } } }, "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorQuesstionDTO": { "type": "object", "properties": { "questionId": { "type": "string", "description": "" }, "answerId": { "type": "string", "description": "" }, "answerExtraContent": { "type": "string", "description": "" }, "answerContent": { "type": "string", "description": "" }, "questionType": { "type": "string", "description": "" }, "questionTypeFlag": { "type": "string", "description": "" }, "holidayCityList": { "type": "array", "description": "", "items": { "type": "object", "properties": { "startDate": { "type": "string", "description": "" }, "endDate": { "type": "string", "description": "" }, "province": { "type": "string", "description": "" }, "city": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorHolidayCityDTO" } } }, "description": "net.cyweb.cloud.stuwork.api.DTO.AcessVisitorQuesstionDTO" }, "ProfessionalMajorStation": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "majorStationName": { "type": "string", "description": "专业技术职务名称" } } }, "net.cyweb.cloud.stuwork.api.VO.ClassInspectionRankVO": { "type": "object", "properties": { "classNo": { "type": "string", "description": "" }, "smokeNum": { "type": "integer", "description": "" }, "noiseNum": { "type": "integer", "description": "" }, "totalNum": { "type": "integer", "description": "" }, "smokeRate": { "type": "number", "description": "" }, "noiseRate": { "type": "number", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.VO.ClassInspectionRankVO" }, "ProfessionalTitleRelationDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师编号" }, "professionalTitleConfigId": { "type": "string", "description": "" }, "changedTime": { "type": "string", "description": "变动时间" }, "certificateTime": { "type": "string", "description": "取证时间" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "evidence": { "type": "string", "description": "证明材料 字段内容为附件地址\n证明材料" }, "status": { "type": "integer", "description": "审核状态 0:待审核1:审核通过 -1:审核未通过\n审核状态" }, "majorStation": { "type": "string", "description": "" }, "inOfficeDate": { "type": "string", "description": "任职时间" }, "taskId": { "type": "string", "description": "任务id" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "realName": { "type": "string", "description": "" } } }, "日常巡检": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "classCode": { "type": "string", "description": "班级代码" }, "realName": { "type": "string", "description": "指定学生" }, "stuNo": { "type": "string", "description": "学号" }, "score": { "type": "number", "description": "分数" }, "note": { "type": "string", "description": "检查记录" }, "schoolYear": { "type": "string", "description": "学年" }, "schoolTerm": { "type": "string", "description": "学期" }, "recordTime": { "type": "string", "description": "记录时间" }, "teacherNo": { "type": "string", "description": "班主任工号" }, "processingResult": { "type": "string", "description": "处理结果" }, "classNo": { "type": "string", "description": "班级代码" }, "className": { "type": "string", "description": "班级名称" }, "deptCode": { "type": "string", "description": "部门编码" }, "deptName": { "type": "string", "description": "" }, "classMasterName": { "type": "string", "description": "" } }, "description": "日常巡检" }, "ProfessionalTeacherAcademicRelationDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师工号" }, "qualificationConfigId": { "type": "string", "description": "学历" }, "degreeConfigId": { "type": "string", "description": "学位" }, "graduateTime": { "type": "string", "description": "毕业时间" }, "graduateSchool": { "type": "string", "description": "毕业学校" }, "major": { "type": "string", "description": "所学专业" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "qualificationImg": { "type": "string", "description": "学历证书附件" }, "degreeImg": { "type": "string", "description": "学位证书附件" }, "type": { "type": "string", "description": "类型" }, "state": { "type": "string", "description": "状态" }, "taskId": { "type": "string", "description": "任务id" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "realName": { "type": "string", "description": "" } } }, "net.cyweb.cloud.stuwork.api.VO.DormRoomVO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "buildingNo": { "type": "string", "description": "楼号\")" }, "roomNo": { "type": "string", "description": "房间号\")" }, "roomType": { "type": "string", "description": "房间类型 0:女 1:男" }, "bedNum": { "type": "string", "description": "几人间" }, "isHaveAir": { "type": "string", "description": "是否装空调 0:未装 1:已装" }, "deptCode": { "type": "string", "description": "所属部门" }, "livedNum": { "type": "integer", "description": "" }, "dormdataType": { "type": "string", "description": "" }, "roomNoRemarks": { "type": "string", "description": "" }, "stuNo": { "type": "string", "description": "" }, "newRoomNo": { "type": "string", "description": "" }, "bedNo": { "type": "string", "description": "" }, "month": { "type": "string", "description": "" }, "buildId": { "type": "integer", "description": "楼号Id\")" } }, "description": "net.cyweb.cloud.stuwork.api.VO.DormRoomVO" }, "ProfessionalPartyBranch": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "delFlag": { "type": "string", "description": "删除标记" }, "name": { "type": "string", "description": "类别名字" }, "remarks": { "type": "string", "description": "备注信息" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "sort": { "type": "integer", "description": "排序" }, "tenantId": { "type": "integer", "description": "租户id" } } }, "net.cyweb.cloud.stuwork.api.VO.DormStudentForAtVO": { "type": "object", "properties": { "stuName": { "type": "string", "description": "学生信息\")" }, "phone": { "type": "string", "description": "电话\")" }, "stuNo": { "type": "string", "description": "学号\")" }, "className": { "type": "string", "description": "班级\")" }, "masterPhone": { "type": "string", "description": "班主任电话\")" }, "bedNo": { "type": "string", "description": "床号\")" }, "sign": { "type": "string", "description": "是否点过名\")" }, "isFace": { "type": "string", "description": "是否扫过脸\")" }, "isApply": { "type": "string", "description": "是否请假\")" }, "startTime": { "type": "string", "description": "请假开始时间\")" }, "endTime": { "type": "string", "description": "请假结束时间\")" }, "reason": { "type": "string", "description": "请假事由\")" } }, "description": "net.cyweb.cloud.stuwork.api.VO.DormStudentForAtVO" }, "ProfessionalTeacherStationChange": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherName": { "type": "string", "description": "教师姓名" }, "teacherNo": { "type": "string", "description": "教师工号" }, "oldDeptCode": { "type": "string", "description": "原部门编码" }, "oldDeptName": { "type": "string", "description": "原部门名称" }, "newDeptCode": { "type": "string", "description": "现部门编码" }, "newDeptName": { "type": "string", "description": "现部门名称" }, "changeDate": { "type": "string", "description": "调令时间" }, "pos": { "type": "string", "description": "岗位类型" } } }, "net.cyweb.cloud.stuwork.api.VO.StuLeaveApplyVO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "stuNo": { "type": "string", "description": "学号" }, "schoolYear": { "type": "string", "description": "学年" }, "schoolTerm": { "type": "string", "description": "学期" }, "startTime": { "type": "string", "description": "请假开始时间" }, "endTime": { "type": "string", "description": "请假结束时间" }, "leaveType": { "type": "string", "description": "请假类型" }, "reason": { "type": "string", "description": "请假事由" }, "stayDorm": { "type": "string", "description": "是否住宿" }, "isFever": { "type": "string", "description": "是否发热" }, "classAudit": { "type": "string", "description": "班主任审核" }, "deptAudit": { "type": "string", "description": "基础部审核" }, "schoolAudit": { "type": "string", "description": "学工处审批" }, "rejectReason": { "type": "string", "description": "驳回原因" }, "procInsId": { "type": "string", "description": "流程实例ID" }, "procInsStatus": { "type": "string", "description": "流程审批状态" }, "isAffirmOk": { "type": "string", "description": "已和家长及学生本人确认,同意请假 0未确认 1确认" }, "deptCode": { "type": "string", "description": "" }, "classCode": { "type": "string", "description": "" }, "allowBy": { "type": "string", "description": "临时允许进出标记" }, "allowByName": { "type": "string", "description": "临时允许进出操作人姓名" }, "allowInout": { "type": "string", "description": "临时允许进出标记" }, "allowOpreaTime": { "type": "string", "description": "临时允许操作时间" }, "classNo": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "realName": { "type": "string", "description": "" }, "teacherRealName": { "type": "string", "description": "" }, "teacherNo": { "type": "string", "description": "班主任工号" }, "goOrStay": { "type": "string", "description": "走读生/住宿生" }, "timeDifference": { "type": "string", "description": "" }, "leaveDays": { "type": "integer", "description": "请假天数" }, "leaveNum": { "type": "integer", "description": "请假次数" }, "truantNum": { "type": "integer", "description": "旷课次数" }, "roomNo": { "type": "string", "description": "" }, "buildingNo": { "type": "string", "description": "" }, "startTimeLabel": { "type": "string", "description": "" }, "endTimeLabel": { "type": "string", "description": "" }, "canAllowInout": { "type": "boolean", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.VO.StuLeaveApplyVO" }, "ProfessionalTitleLevelConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "professionalTitle": { "type": "string", "description": "职称等级名称" }, "sort": { "type": "integer", "description": "排序" } } }, "net.cyweb.cloud.stuwork.api.VO.DormLiveApplyVO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "schoolYear": { "type": "string", "description": "学年" }, "schoolTerm": { "type": "string", "description": "学期" }, "stuNo": { "type": "string", "description": "学号" }, "liveType": { "type": "string", "description": "留宿类型" }, "liveDate": { "type": "string", "description": "留宿日期" }, "auditStatus": { "type": "string", "description": "审核状态" }, "liveDates": { "type": "array", "description": "留宿日期", "items": { "type": "string" } }, "realName": { "type": "string", "description": "姓名" }, "classCode": { "type": "string", "description": "" }, "classNo": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "roomNo": { "type": "string", "description": "宿舍号" }, "buildingNo": { "type": "string", "description": "楼号" }, "bedNo": { "type": "string", "description": "床位号" } }, "description": "net.cyweb.cloud.stuwork.api.VO.DormLiveApplyVO" }, "ProfessionalQualificationConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "levelName": { "type": "string", "description": "等级名称" } } }, "net.cyweb.cloud.stuwork.api.DTO.ClassAssessmentSettleRelationDTO": { "type": "object", "properties": { "schoolYear": { "type": "string", "description": "" }, "schoolTearm": { "type": "string", "description": "" }, "classCode": { "type": "string", "description": "" }, "classNo": { "type": "string", "description": "" } }, "description": "net.cyweb.cloud.stuwork.api.DTO.ClassAssessmentSettleRelationDTO" }, "ProfessionalEmploymentNature": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "employmentNatureName": { "type": "string", "description": "用工性质名称" } } }, "访客记录表": { "type": "object", "properties": { "id": { "type": "string", "description": "id" }, "realName": { "type": "string", "description": "姓名" }, "phone": { "type": "string", "description": "电话号码" }, "unit": { "type": "string", "description": "单位" }, "endTime": { "type": "string", "description": "有效期" }, "startTime": { "type": "string", "description": "来访时间" }, "idCard": { "type": "string", "description": "身份证号码" }, "status": { "type": "string", "description": "0 待确认 1 确认完成" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "endDays": { "type": "string", "description": "有效时间" }, "deptName": { "type": "string", "description": "到访部门信息" }, "deptCode": { "type": "string", "description": "" }, "accessCode": { "type": "string", "description": "行程码" }, "healthCode": { "type": "string", "description": "" }, "idCardUrl": { "type": "string", "description": "" }, "uuid": { "type": "string", "description": "" }, "tripCode": { "type": "string", "description": "" }, "vaccinesImg": { "type": "string", "description": "" }, "homeAddress": { "type": "string", "description": "" }, "heathImgColor": { "type": "string", "description": "" }, "travelImgColor": { "type": "string", "description": "" }, "remarks": { "type": "string", "description": "" }, "avatar": { "type": "string", "description": "" }, "accessPeople": { "type": "string", "description": "" }, "accessPhone": { "type": "string", "description": "" }, "accessPeopleName": { "type": "string", "description": "" }, "carNo": { "type": "string", "description": "车牌号" }, "visitorType": { "type": "string", "description": "访客类型 0 正常访客 1 培训人员" }, "trainClassName": { "type": "string", "description": "培训单位" }, "isSpecial": { "type": "string", "description": "特殊标记是否需要 人工审核" }, "trainCompanyId": { "type": "string", "description": "" }, "backReason": { "type": "string", "description": "" }, "nuclePic": { "type": "string", "description": "" }, "deptType": { "type": "string", "description": "来访部门类型 1 部门 2 单位" }, "reason": { "type": "string", "description": "" } }, "description": "访客记录表" }, "ProfessionalPaperConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户ID" }, "sort": { "type": "integer", "description": "排序" }, "typeName": { "type": "string", "description": "论文类型名称" } } }, "学生违纪思想汇报": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "punlishId": { "type": "string", "description": "处分ID" }, "month": { "type": "string", "description": "月份" }, "attachment": { "type": "string", "description": "附件" }, "teacherReply": { "type": "string", "description": "班主任评语" } }, "description": "学生违纪思想汇报" }, "ProfessionalTeacherCertificateConf": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "cretificateName": { "type": "string", "description": "资格证名称" } } }, "学生请假": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标记" }, "tenantId": { "type": "integer", "description": "租户ID" }, "remarks": { "type": "string", "description": "备注" }, "stuNo": { "type": "string", "description": "学号" }, "schoolYear": { "type": "string", "description": "学年" }, "schoolTerm": { "type": "string", "description": "学期" }, "startTime": { "type": "string", "description": "请假开始时间" }, "endTime": { "type": "string", "description": "请假结束时间" }, "leaveType": { "type": "string", "description": "请假类型" }, "reason": { "type": "string", "description": "请假事由" }, "stayDorm": { "type": "string", "description": "是否住宿" }, "isFever": { "type": "string", "description": "是否发热" }, "classAudit": { "type": "string", "description": "班主任审核" }, "deptAudit": { "type": "string", "description": "基础部审核" }, "schoolAudit": { "type": "string", "description": "学工处审批" }, "rejectReason": { "type": "string", "description": "驳回原因" }, "procInsId": { "type": "string", "description": "流程实例ID" }, "procInsStatus": { "type": "string", "description": "流程审批状态" }, "isAffirmOk": { "type": "string", "description": "已和家长及学生本人确认,同意请假 0未确认 1确认" }, "deptCode": { "type": "string", "description": "" }, "classCode": { "type": "string", "description": "" }, "allowBy": { "type": "string", "description": "临时允许进出标记" }, "allowByName": { "type": "string", "description": "临时允许进出操作人姓名" }, "allowInout": { "type": "string", "description": "临时允许进出标记" }, "allowOpreaTime": { "type": "string", "description": "临时允许操作时间" }, "classNo": { "type": "string", "description": "班号" }, "deptName": { "type": "string", "description": "学院" }, "realName": { "type": "string", "description": "姓名" }, "teacherRealName": { "type": "string", "description": "班主任姓名" }, "teacherNo": { "type": "string", "description": "班主任工号" }, "goOrStay": { "type": "string", "description": "走读生/住宿生" } }, "description": "学生请假" }, "ProfessionalTeachingMaterialConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "typeName": { "type": "string", "description": "类型名称" } } }, "ProfessionalStatusLockDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "politicsStatusId": { "type": "string", "description": "政治面貌id" }, "joinTime": { "type": "string", "description": "加入时间" }, "correctionTime": { "type": "string", "description": "转正时间" }, "teacherNo": { "type": "string", "description": "教师编号" }, "statusMap": { "$ref": "#/components/schemas/Map", "description": "" } } }, "ProfessionalTeachingMaterialDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "deptCode": { "type": "string", "description": "部门" }, "materialName": { "type": "string", "description": "教材名称" }, "materialConfigId": { "type": "string", "description": "教材类别配置id" }, "editor": { "type": "string", "description": "主编" }, "secondEditor": { "type": "string", "description": "副主编" }, "joinEditor": { "type": "string", "description": "参编" }, "words": { "type": "integer", "description": "编写字数 千字\n编写字数" }, "publishCompany": { "type": "string", "description": "出版单位" }, "publishTime": { "type": "string", "description": "出版时间" }, "state": { "type": "string", "description": "状态" }, "mateCover": { "type": "string", "description": "教材封面" }, "pubImg": { "type": "string", "description": "出版图片" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "isbn": { "type": "string", "description": "ISBN" }, "versionDate": { "type": "string", "description": "班次日期\n版本日期" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "realName": { "type": "string", "description": "" }, "year": { "type": "string", "description": "" }, "examType": { "type": "string", "description": "" } } }, "ProfessionalTeachingMaterial": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "deptCode": { "type": "string", "description": "部门" }, "materialName": { "type": "string", "description": "教材名称" }, "materialConfigId": { "type": "string", "description": "教材类别配置id" }, "editor": { "type": "string", "description": "主编" }, "secondEditor": { "type": "string", "description": "副主编" }, "joinEditor": { "type": "string", "description": "参编" }, "words": { "type": "integer", "description": "编写字数 千字\n编写字数" }, "publishCompany": { "type": "string", "description": "出版单位" }, "publishTime": { "type": "string", "description": "出版时间" }, "state": { "type": "string", "description": "状态" }, "mateCover": { "type": "string", "description": "教材封面" }, "pubImg": { "type": "string", "description": "出版图片" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "isbn": { "type": "string", "description": "ISBN" }, "versionDate": { "type": "string", "description": "班次日期\n版本日期" } } }, "ProfessionalTopicList": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "deptCode": { "type": "string", "description": "课题所属部门" }, "topicName": { "type": "string", "description": "课题名称" }, "topicLeader": { "type": "string", "description": "课题负责人" }, "topicJoiner": { "type": "string", "description": "课题参与人" }, "topicSourceConfigId": { "type": "string", "description": "课题来源配置id" }, "topicLevelConfigId": { "type": "string", "description": "课题级别配置id" }, "finishTime": { "type": "string", "description": "结题时间" }, "awardingUnit": { "type": "string", "description": "颁奖单位" }, "awardingLevel": { "type": "string", "description": "获奖等级" }, "otherImg": { "type": "string", "description": "其他资料" }, "conclusionBook": { "type": "string", "description": "结题证书" }, "conclusionReport": { "type": "string", "description": "结题报告" }, "projectApp": { "type": "string", "description": "立项申报书" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" } } }, "SalaryExportRecord": { "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": "删除标志位" }, "confirm": { "type": "string", "description": "确认导出薪资国税报税" }, "exportDate": { "type": "string", "description": "导出日期" }, "salaryYear": { "type": "integer", "description": "薪资年份" }, "salaryMonth": { "type": "integer", "description": "薪资月份" }, "tenantId": { "type": "integer", "description": "租户ID" } } }, "ProfessionalTopicListDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "deptCode": { "type": "string", "description": "课题所属部门" }, "topicName": { "type": "string", "description": "课题名称" }, "topicLeader": { "type": "string", "description": "课题负责人" }, "topicJoiner": { "type": "string", "description": "课题参与人" }, "topicSourceConfigId": { "type": "string", "description": "课题来源配置id" }, "topicLevelConfigId": { "type": "string", "description": "课题级别配置id" }, "finishTime": { "type": "string", "description": "结题时间" }, "awardingUnit": { "type": "string", "description": "颁奖单位" }, "awardingLevel": { "type": "string", "description": "获奖等级" }, "otherImg": { "type": "string", "description": "其他资料" }, "conclusionBook": { "type": "string", "description": "结题证书" }, "conclusionReport": { "type": "string", "description": "结题报告" }, "projectApp": { "type": "string", "description": "立项申报书" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "realName": { "type": "string", "description": "" } } }, "ProfessionalTeacherLesson": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "author": { "type": "string", "description": "作者" }, "name": { "type": "string", "description": "教案名称" }, "level": { "type": "string", "description": "颁奖等级" }, "unit": { "type": "string", "description": "颁奖单位" }, "awardTime": { "type": "string", "description": "获奖时间" }, "awardImg": { "type": "string", "description": "获奖证书" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" } } }, "RSalaryExportRecord": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/SalaryExportRecord", "description": "数据" } } }, "ProfessionalTeacherLessonDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "" }, "author": { "type": "string", "description": "作者" }, "name": { "type": "string", "description": "教案名称" }, "level": { "type": "string", "description": "颁奖等级" }, "unit": { "type": "string", "description": "颁奖单位" }, "awardTime": { "type": "string", "description": "获奖时间" }, "awardImg": { "type": "string", "description": "获奖证书" }, "createBy": { "type": "string", "description": "" }, "remarks": { "type": "string", "description": "备注" }, "teacherNo": { "type": "string", "description": "" }, "teacherName": { "type": "string", "description": "" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "state": { "type": "string", "description": "" }, "backReason": { "type": "string", "description": "" }, "year": { "type": "string", "description": "" }, "examType": { "type": "string", "description": "" }, "deptCode": { "type": "string", "description": "" } } }, "ScienceEndCheck": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "reportId": { "type": "string", "description": "课题ID" }, "realEndTime": { "type": "string", "description": "实际完成时间" }, "achievement": { "type": "string", "description": "课题成果描述" }, "achievementUrl": { "type": "string", "description": "课题成果附录" }, "reportValue": { "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" }, "scienceDeptRemarks": { "type": "string", "description": "科研处意见" }, "endFileUrl": { "type": "string", "description": "结题报告" }, "ecoProof": { "type": "string", "description": "经济效益证明" } } }, "ProfessionalPartyChange": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "changeTime": { "type": "string", "description": "变动时间" }, "remarks": { "type": "string", "description": "备注" }, "branchName": { "type": "string", "description": "支部名称" }, "teacherNo": { "type": "string", "description": "工号" }, "oldBranchName": { "type": "string", "description": "原党支部名称" }, "feeTime": { "type": "string", "description": "党费交至几月" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "tenantId": { "type": "integer", "description": "租户id" }, "delFlag": { "type": "string", "description": "删除标记" }, "partyFee": { "type": "number", "description": "党费" } } }, "ProfessionalTopicLevelConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "levelName": { "type": "string", "description": "课题等级名称" } } }, "ProfessionalAcademicQualificationsConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "qualificationName": { "type": "string", "description": "学历名称" } } }, "ProfessionalPatent": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "deptCode": { "type": "string", "description": "部门编码" }, "deptName": { "type": "string", "description": "部门名称" }, "title": { "type": "string", "description": "标题" }, "type": { "type": "string", "description": "类型" }, "firAuthor": { "type": "string", "description": "第一作者" }, "firAuthorName": { "type": "string", "description": "第一作者姓名" }, "belongPeople": { "type": "string", "description": "归属人" }, "belongPeopleName": { "type": "string", "description": "归属人姓名" }, "patentNo": { "type": "string", "description": "专利号" }, "cardNo": { "type": "string", "description": "证书号" }, "authTime": { "type": "string", "description": "授权时间" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "tenantId": { "type": "integer", "description": "租户id" }, "materialUrl": { "type": "string", "description": "材料地址" }, "status": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" } } }, "RListOuterCompany": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/OuterCompany", "description": "校外单位" }, "description": "数据" } } }, "ProfessionalPatentDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "" }, "deptCode": { "type": "string", "description": "" }, "deptName": { "type": "string", "description": "" }, "title": { "type": "string", "description": "" }, "type": { "type": "string", "description": "" }, "firAuthor": { "type": "string", "description": "" }, "firAuthorName": { "type": "string", "description": "" }, "belongPeople": { "type": "string", "description": "" }, "belongPeopleName": { "type": "string", "description": "" }, "patentNo": { "type": "string", "description": "专利号" }, "cardNo": { "type": "string", "description": "证书号" }, "authTime": { "type": "string", "description": "授权时间" }, "materialUrl": { "type": "string", "description": "" }, "status": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "year": { "type": "string", "description": "" }, "examType": { "type": "string", "description": "" } } }, "ROuterCompany": { "type": "object", "properties": { "code": { "type": "integer", "description": "返回标记:成功标记=0,失败标记=1" }, "msg": { "type": "string", "description": "返回信息" }, "data": { "$ref": "#/components/schemas/OuterCompany", "description": "数据" } } }, "ProfessionalAcademicDegreeConfig": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "degreeName": { "type": "string", "description": "学位名称" } } }, "RemoteAddCompanyDTO": { "type": "object", "properties": { "companyName": { "type": "string", "description": "单位名称" }, "startTime": { "type": "string", "description": "" }, "endTime": { "type": "string", "description": "" }, "trainClassId": { "type": "string", "description": "" } } }, "ProfessionalAtStation": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "atStationName": { "type": "string", "description": "类型名称" } } }, "ProfessionalTeacherCertificateRelation": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师工号" }, "certificateConfId": { "type": "string", "description": "关联资格证书" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "evidenceA": { "type": "string", "description": "证明材料1" }, "evidenceB": { "type": "string", "description": "证明材料2" }, "procInsId": { "type": "string", "description": "流程实例id" }, "procInsStatus": { "type": "integer", "description": "流程实例状态" }, "reason": { "type": "string", "description": "原因" }, "auditor": { "type": "string", "description": "审核人" }, "auditTime": { "type": "string", "description": "审核时间" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "isTop": { "type": "string", "description": "是否最高" } } }, "TeacherSalary": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "userName": { "type": "string", "description": "姓名" }, "postSalary": { "type": "number", "description": "岗位工资" }, "payWage": { "type": "number", "description": "薪级工资" }, "studentPay": { "type": "number", "description": "见习期工资" }, "liveAllowance": { "type": "number", "description": "生活补贴" }, "postAllowance": { "type": "number", "description": "岗位津贴" }, "houseSubsidies": { "type": "number", "description": "住房(租金)补贴" }, "newHouseSubsidies": { "type": "number", "description": "新职工住房补贴" }, "huiSubsidies": { "type": "number", "description": "回民补贴" }, "oldSubsidies": { "type": "number", "description": "养老保险补贴" }, "ageAllowance": { "type": "number", "description": "教龄津贴" }, "specialSubsidies": { "type": "number", "description": "特教补贴" }, "teacherAllowance": { "type": "number", "description": "特级教师津贴" }, "sPostAllowance1": { "type": "number", "description": "特岗津贴(一)" }, "sPostAllowance2": { "type": "number", "description": "特岗津贴(二)" }, "other": { "type": "number", "description": "其他" }, "meritPay": { "type": "number", "description": "奖励性绩效工资" }, "villageSubsidies": { "type": "number", "description": "乡镇工作补贴" }, "temporarySubsidies": { "type": "number", "description": "临时性补贴" }, "trafficSubsidies": { "type": "number", "description": "上下班交通补贴" }, "keepAllowance": { "type": "number", "description": "保留津贴" }, "retroactivePay": { "type": "number", "description": "补发工资" }, "shouldPay": { "type": "number", "description": "应发工资" }, "houseFund": { "type": "number", "description": "住房公积金" }, "medicalInsurance": { "type": "number", "description": "医疗保险金" }, "unemployInsurance": { "type": "number", "description": "失业保险金" }, "endowInsurance": { "type": "number", "description": "养老保险金" }, "unionFee": { "type": "number", "description": "工会费" }, "childrenWhole": { "type": "number", "description": "儿童统筹" }, "personalTax": { "type": "number", "description": "个人所得税" }, "otherDeduction": { "type": "number", "description": "其他扣款" }, "sickDeduction": { "type": "number", "description": "病事假扣款" }, "medicalFund": { "type": "number", "description": "医疗救助基金" }, "inductrialInjury": { "type": "number", "description": "工伤" }, "personalPay": { "type": "number", "description": "个人补缴" }, "withhold": { "type": "number", "description": "代扣小计" }, "realWage": { "type": "number", "description": "实发工资" }, "nf": { "type": "string", "description": "年份" }, "yf": { "type": "string", "description": "月份 不补零\n月份" }, "idCard": { "type": "string", "description": "身份证号" }, "wageIncome": { "type": "number", "description": "工资收入" }, "trainPool": { "type": "number", "description": "培训兼课金" }, "otherIncome1": { "type": "number", "description": "其他收入(一)" }, "otherIncome2": { "type": "number", "description": "其他收入(二)" }, "insurance": { "type": "number", "description": "五险一金" }, "otherDeduction2": { "type": "number", "description": "其他扣款2" }, "deductionCost": { "type": "number", "description": "减除费用" }, "remark": { "type": "string", "description": "备注" }, "delFlag": { "type": "string", "description": "删除标记" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "ny": { "type": "string", "description": "年月" }, "pMonth": { "type": "string", "description": "月份" }, "numId": { "type": "string", "description": "导入序号" }, "childEdu": { "type": "number", "description": "子女教育" }, "conEdu": { "type": "number", "description": "继续教育" }, "sickMedical": { "type": "number", "description": "大病医疗" }, "house": { "type": "number", "description": "住房贷款利息或者住房租金" }, "supportOld": { "type": "number", "description": "赡养老人" }, "houseInterest": { "type": "number", "description": "累计住房贷款利息" }, "normalView": { "type": "string", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资" }, "tenantId": { "type": "integer", "description": "租户id" }, "teacherNo": { "type": "string", "description": "教师编号" }, "scienceMoney": { "type": "number", "description": "科研经费" }, "vacationMoney": { "type": "number", "description": "假期工资" }, "shouldTaxMoney": { "type": "number", "description": "基础工资应税收入" }, "baseSalary": { "type": "number", "description": "基础专项绩效" } } }, "ProfessionalTeacherCertificateRelationDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "createBy": { "type": "string", "description": "创建人" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新人" }, "updateTime": { "type": "string", "description": "更新时间" }, "delFlag": { "type": "string", "description": "删除标志位" }, "remarks": { "type": "string", "description": "备注" }, "tenantId": { "type": "integer", "description": "租户id" }, "sort": { "type": "integer", "description": "排序" }, "teacherNo": { "type": "string", "description": "教师工号" }, "certificateConfId": { "type": "string", "description": "关联资格证书" }, "certificateNumber": { "type": "string", "description": "证书编号" }, "evidenceA": { "type": "string", "description": "证明材料1" }, "evidenceB": { "type": "string", "description": "证明材料2" }, "procInsId": { "type": "string", "description": "流程实例id" }, "procInsStatus": { "type": "integer", "description": "流程实例状态" }, "reason": { "type": "string", "description": "原因" }, "auditor": { "type": "string", "description": "审核人" }, "auditTime": { "type": "string", "description": "审核时间" }, "state": { "type": "string", "description": "状态" }, "backReason": { "type": "string", "description": "驳回理由" }, "backBy": { "type": "string", "description": "驳回人" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "realName": { "type": "string", "description": "" } } }, "ProfessionalSalariesDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "userName": { "type": "string", "description": "姓名" }, "postSalary": { "type": "number", "description": "岗位工资" }, "payWage": { "type": "number", "description": "薪级工资" }, "studentPay": { "type": "number", "description": "见习期工资" }, "liveAllowance": { "type": "number", "description": "生活补贴" }, "postAllowance": { "type": "number", "description": "岗位津贴" }, "houseSubsidies": { "type": "number", "description": "住房(租金)补贴" }, "newHouseSubsidies": { "type": "number", "description": "新职工住房补贴" }, "huiSubsidies": { "type": "number", "description": "回民补贴" }, "oldSubsidies": { "type": "number", "description": "养老保险补贴" }, "ageAllowance": { "type": "number", "description": "教龄津贴" }, "specialSubsidies": { "type": "number", "description": "特教补贴" }, "teacherAllowance": { "type": "number", "description": "特级教师津贴" }, "sPostAllowance1": { "type": "number", "description": "特岗津贴(一)" }, "sPostAllowance2": { "type": "number", "description": "特岗津贴(二)" }, "other": { "type": "number", "description": "其他" }, "meritPay": { "type": "number", "description": "奖励性绩效工资" }, "villageSubsidies": { "type": "number", "description": "乡镇工作补贴" }, "temporarySubsidies": { "type": "number", "description": "临时性补贴" }, "trafficSubsidies": { "type": "number", "description": "上下班交通补贴" }, "keepAllowance": { "type": "number", "description": "保留津贴" }, "retroactivePay": { "type": "number", "description": "补发工资" }, "shouldPay": { "type": "number", "description": "应发工资" }, "houseFund": { "type": "number", "description": "住房公积金" }, "medicalInsurance": { "type": "number", "description": "医疗保险金" }, "unemployInsurance": { "type": "number", "description": "失业保险金" }, "endowInsurance": { "type": "number", "description": "养老保险金" }, "unionFee": { "type": "number", "description": "工会费" }, "childrenWhole": { "type": "number", "description": "儿童统筹" }, "personalTax": { "type": "number", "description": "个人所得税" }, "otherDeduction": { "type": "number", "description": "其他扣款" }, "sickDeduction": { "type": "number", "description": "病事假扣款" }, "medicalFund": { "type": "number", "description": "医疗救助基金" }, "inductrialInjury": { "type": "number", "description": "工伤" }, "personalPay": { "type": "number", "description": "个人补缴" }, "withhold": { "type": "number", "description": "代扣小计" }, "realWage": { "type": "number", "description": "实发工资" }, "nf": { "type": "string", "description": "年份" }, "yf": { "type": "string", "description": "月份 不补零\n月份" }, "idCard": { "type": "string", "description": "身份证号" }, "wageIncome": { "type": "number", "description": "工资收入" }, "trainPool": { "type": "number", "description": "培训兼课金" }, "otherIncome1": { "type": "number", "description": "其他收入(一)" }, "otherIncome2": { "type": "number", "description": "其他收入(二)" }, "insurance": { "type": "number", "description": "五险一金" }, "otherDeduction2": { "type": "number", "description": "其他扣款2" }, "deductionCost": { "type": "number", "description": "减除费用" }, "remark": { "type": "string", "description": "备注" }, "delFlag": { "type": "string", "description": "删除标记" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "ny": { "type": "string", "description": "年月" }, "pMonth": { "type": "string", "description": "月份" }, "numId": { "type": "string", "description": "导入序号" }, "childEdu": { "type": "number", "description": "子女教育" }, "conEdu": { "type": "number", "description": "继续教育" }, "sickMedical": { "type": "number", "description": "大病医疗" }, "house": { "type": "number", "description": "住房贷款利息或者住房租金" }, "supportOld": { "type": "number", "description": "赡养老人" }, "houseInterest": { "type": "number", "description": "累计住房贷款利息" }, "normalView": { "type": "string", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资" }, "tenantId": { "type": "integer", "description": "租户id" }, "teacherNo": { "type": "string", "description": "教师编号" }, "scienceMoney": { "type": "number", "description": "科研经费" }, "vacationMoney": { "type": "number", "description": "假期工资" }, "shouldTaxMoney": { "type": "number", "description": "基础工资应税收入" }, "baseSalary": { "type": "number", "description": "基础专项绩效" }, "realName": { "type": "string", "description": "" }, "stationTypeId": { "type": "string", "description": "" }, "idCardList": { "type": "array", "items": { "type": "string" }, "description": "" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "" }, "selectList": { "type": "array", "items": { "$ref": "#/components/schemas/TeacherSalary", "description": "工资表" }, "description": "" }, "canSearch": { "type": "string", "description": "" }, "money": { "type": "string", "description": "" }, "month": { "type": "string", "description": "" }, "year": { "type": "string", "description": "" }, "moneyType": { "type": "string", "description": "" }, "a": { "type": "string", "description": "" }, "b": { "type": "string", "description": "" }, "c": { "type": "string", "description": "" }, "d": { "type": "string", "description": "" }, "e": { "type": "string", "description": "" }, "f": { "type": "string", "description": "" }, "g": { "type": "string", "description": "" }, "h": { "type": "string", "description": "" }, "i": { "type": "string", "description": "" }, "j": { "type": "string", "description": "" }, "k": { "type": "string", "description": "" }, "l": { "type": "string", "description": "" }, "startDate": { "type": "string", "description": "" }, "endDate": { "type": "string", "description": "" }, "countType": { "type": "string", "description": "" }, "exportType": { "type": "string", "description": "" }, "clearTypeList": { "type": "array", "items": { "type": "string" }, "description": "" }, "yff": { "type": "string", "description": "" } } }, "TeacherPayslip": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "userName": { "type": "string", "description": "姓名" }, "postSalary": { "type": "number", "description": "岗位工资" }, "payWage": { "type": "number", "description": "薪级工资" }, "studentPay": { "type": "number", "description": "见习期工资" }, "liveAllowance": { "type": "number", "description": "生活补贴" }, "postAllowance": { "type": "number", "description": "岗位津贴" }, "houseSubsidies": { "type": "number", "description": "住房(租金)补贴" }, "newHouseSubsidies": { "type": "number", "description": "新职工住房补贴" }, "huiSubsidies": { "type": "number", "description": "回民补贴" }, "oldSubsidies": { "type": "number", "description": "养老保险补贴" }, "ageAllowance": { "type": "number", "description": "教龄津贴" }, "specialSubsidies": { "type": "number", "description": "特教补贴" }, "teacherAllowance": { "type": "number", "description": "特级教师津贴" }, "sPostAllowance1": { "type": "number", "description": "特岗津贴(一)" }, "sPostAllowance2": { "type": "number", "description": "特岗津贴(二)" }, "other": { "type": "number", "description": "其他" }, "meritPay": { "type": "number", "description": "奖励性绩效工资" }, "villageSubsidies": { "type": "number", "description": "乡镇工作补贴" }, "temporarySubsidies": { "type": "number", "description": "临时性补贴" }, "trafficSubsidies": { "type": "number", "description": "上下班交通补贴" }, "keepAllowance": { "type": "number", "description": "保留津贴" }, "retroactivePay": { "type": "number", "description": "补发工资" }, "shouldPay": { "type": "number", "description": "应发工资" }, "houseFund": { "type": "number", "description": "住房公积金" }, "medicalInsurance": { "type": "number", "description": "医疗保险金" }, "unemployInsurance": { "type": "number", "description": "失业保险金" }, "endowInsurance": { "type": "number", "description": "养老保险金" }, "unionFee": { "type": "number", "description": "工会费" }, "childrenWhole": { "type": "number", "description": "儿童统筹" }, "personalTax": { "type": "number", "description": "个人所得税" }, "otherDeduction": { "type": "number", "description": "其他扣款" }, "sickDeduction": { "type": "number", "description": "病事假扣款" }, "medicalFund": { "type": "number", "description": "医疗救助基金" }, "inductrialInjury": { "type": "number", "description": "工伤" }, "personalPay": { "type": "number", "description": "个人补缴" }, "withhold": { "type": "number", "description": "代扣小计" }, "realWage": { "type": "number", "description": "实发工资" }, "nf": { "type": "string", "description": "年份" }, "yf": { "type": "string", "description": "月份 不补零\n月份" }, "idCard": { "type": "string", "description": "身份证号" }, "wageIncome": { "type": "number", "description": "工资收入" }, "trainPool": { "type": "number", "description": "培训兼课金" }, "otherIncome1": { "type": "number", "description": "其他收入(一)" }, "otherIncome2": { "type": "number", "description": "其他收入(二)" }, "insurance": { "type": "number", "description": "五险一金" }, "otherDeduction2": { "type": "number", "description": "其他扣款2" }, "deductionCost": { "type": "number", "description": "减除费用" }, "remark": { "type": "string", "description": "备注" }, "delFlag": { "type": "string", "description": "删除标记" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "ny": { "type": "string", "description": "年月" }, "pMonth": { "type": "string", "description": "月份" }, "numId": { "type": "string", "description": "导入序号" }, "childEdu": { "type": "number", "description": "子女教育" }, "conEdu": { "type": "number", "description": "继续教育" }, "sickMedical": { "type": "number", "description": "大病医疗" }, "house": { "type": "number", "description": "住房贷款利息或者住房租金" }, "supportOld": { "type": "number", "description": "赡养老人" }, "houseInterest": { "type": "number", "description": "累计住房贷款利息" }, "normalView": { "type": "string", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资" }, "tenantId": { "type": "integer", "description": "租户id" }, "teacherNo": { "type": "string", "description": "教师编号" }, "scienceMoney": { "type": "number", "description": "科研经费" }, "vacationMoney": { "type": "number", "description": "假期工资" }, "shouldTaxMoney": { "type": "number", "description": "基础工资应税收入" }, "baseSalary": { "type": "number", "description": "基础性绩效" } } }, "ProfessionalPayslipDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "编号" }, "userName": { "type": "string", "description": "姓名" }, "postSalary": { "type": "number", "description": "岗位工资" }, "payWage": { "type": "number", "description": "薪级工资" }, "studentPay": { "type": "number", "description": "见习期工资" }, "liveAllowance": { "type": "number", "description": "生活补贴" }, "postAllowance": { "type": "number", "description": "岗位津贴" }, "houseSubsidies": { "type": "number", "description": "住房(租金)补贴" }, "newHouseSubsidies": { "type": "number", "description": "新职工住房补贴" }, "huiSubsidies": { "type": "number", "description": "回民补贴" }, "oldSubsidies": { "type": "number", "description": "养老保险补贴" }, "ageAllowance": { "type": "number", "description": "教龄津贴" }, "specialSubsidies": { "type": "number", "description": "特教补贴" }, "teacherAllowance": { "type": "number", "description": "特级教师津贴" }, "sPostAllowance1": { "type": "number", "description": "特岗津贴(一)" }, "sPostAllowance2": { "type": "number", "description": "特岗津贴(二)" }, "other": { "type": "number", "description": "其他" }, "meritPay": { "type": "number", "description": "奖励性绩效工资" }, "villageSubsidies": { "type": "number", "description": "乡镇工作补贴" }, "temporarySubsidies": { "type": "number", "description": "临时性补贴" }, "trafficSubsidies": { "type": "number", "description": "上下班交通补贴" }, "keepAllowance": { "type": "number", "description": "保留津贴" }, "retroactivePay": { "type": "number", "description": "补发工资" }, "shouldPay": { "type": "number", "description": "应发工资" }, "houseFund": { "type": "number", "description": "住房公积金" }, "medicalInsurance": { "type": "number", "description": "医疗保险金" }, "unemployInsurance": { "type": "number", "description": "失业保险金" }, "endowInsurance": { "type": "number", "description": "养老保险金" }, "unionFee": { "type": "number", "description": "工会费" }, "childrenWhole": { "type": "number", "description": "儿童统筹" }, "personalTax": { "type": "number", "description": "个人所得税" }, "otherDeduction": { "type": "number", "description": "其他扣款" }, "sickDeduction": { "type": "number", "description": "病事假扣款" }, "medicalFund": { "type": "number", "description": "医疗救助基金" }, "inductrialInjury": { "type": "number", "description": "工伤" }, "personalPay": { "type": "number", "description": "个人补缴" }, "withhold": { "type": "number", "description": "代扣小计" }, "realWage": { "type": "number", "description": "实发工资" }, "nf": { "type": "string", "description": "年份" }, "yf": { "type": "string", "description": "月份 不补零\n月份" }, "idCard": { "type": "string", "description": "身份证号" }, "wageIncome": { "type": "number", "description": "工资收入" }, "trainPool": { "type": "number", "description": "培训兼课金" }, "otherIncome1": { "type": "number", "description": "其他收入(一)" }, "otherIncome2": { "type": "number", "description": "其他收入(二)" }, "insurance": { "type": "number", "description": "五险一金" }, "otherDeduction2": { "type": "number", "description": "其他扣款2" }, "deductionCost": { "type": "number", "description": "减除费用" }, "remark": { "type": "string", "description": "备注" }, "delFlag": { "type": "string", "description": "删除标记" }, "createBy": { "type": "string", "description": "创建者" }, "createTime": { "type": "string", "description": "创建时间" }, "updateBy": { "type": "string", "description": "更新者" }, "updateTime": { "type": "string", "description": "更新时间" }, "ny": { "type": "string", "description": "年月" }, "pMonth": { "type": "string", "description": "月份" }, "numId": { "type": "string", "description": "导入序号" }, "childEdu": { "type": "number", "description": "子女教育" }, "conEdu": { "type": "number", "description": "继续教育" }, "sickMedical": { "type": "number", "description": "大病医疗" }, "house": { "type": "number", "description": "住房贷款利息或者住房租金" }, "supportOld": { "type": "number", "description": "赡养老人" }, "houseInterest": { "type": "number", "description": "累计住房贷款利息" }, "normalView": { "type": "string", "description": "普通教职工是否可以查看工资 1:可以 0 : 不可以\n普通教职工是否可以查看工资" }, "tenantId": { "type": "integer", "description": "租户id" }, "teacherNo": { "type": "string", "description": "教师编号" }, "scienceMoney": { "type": "number", "description": "科研经费" }, "vacationMoney": { "type": "number", "description": "假期工资" }, "shouldTaxMoney": { "type": "number", "description": "基础工资应税收入" }, "baseSalary": { "type": "number", "description": "基础性绩效" }, "realName": { "type": "string", "description": "姓名" }, "stationTypeId": { "type": "string", "description": "岗位类别配置主键" }, "idCardList": { "type": "array", "items": { "type": "string" }, "description": "证件集合" }, "teacherNoList": { "type": "array", "items": { "type": "string" }, "description": "工号集合" }, "selectList": { "type": "array", "items": { "$ref": "#/components/schemas/TeacherPayslip", "description": "工资条" }, "description": "" }, "canSearch": { "type": "string", "description": "" }, "money": { "type": "string", "description": "" }, "month": { "type": "string", "description": "" }, "year": { "type": "string", "description": "" }, "moneyType": { "type": "string", "description": "" }, "a": { "type": "string", "description": "" }, "b": { "type": "string", "description": "" }, "c": { "type": "string", "description": "" }, "d": { "type": "string", "description": "" }, "e": { "type": "string", "description": "" }, "f": { "type": "string", "description": "" }, "g": { "type": "string", "description": "" }, "h": { "type": "string", "description": "" }, "i": { "type": "string", "description": "" }, "j": { "type": "string", "description": "" }, "k": { "type": "string", "description": "" }, "l": { "type": "string", "description": "" }, "startDate": { "type": "string", "description": "" }, "endDate": { "type": "string", "description": "" }, "countType": { "type": "string", "description": "" }, "exportType": { "type": "string", "description": "" }, "clearTypeList": { "type": "array", "items": { "type": "string" }, "description": "" }, "yff": { "type": "string", "description": "" } } }, "ScienceMidCheck": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "reportId": { "type": "string", "description": "课题ID" }, "mainAdvance": { "type": "string", "description": "主要进展情况" }, "mainAchievement": { "type": "string", "description": "主要阶段性成果" }, "nextPlan": { "type": "string", "description": "下一步研究工作安排" }, "existProblem": { "type": "string", "description": "存在的问题及对策" }, "otherDesc": { "type": "string", "description": "其他需要说明的事项" }, "preEndTime": { "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" } } }, "ScienceReportMember": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "reportId": { "type": "string", "description": "课题ID" }, "teacherNo": { "type": "string", "description": "教师编号" }, "realName": { "type": "string", "description": "姓名" }, "researchSkill": { "type": "string", "description": "研究专长" }, "isLeader": { "type": "string", "description": "0 非主持人 1 主持人\n是否主持人" }, "divideWork": { "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" }, "deptName": { "type": "string", "description": "部门名称" }, "deptCode": { "type": "string", "description": "部门代码" }, "commonDeptCode": { "type": "string", "description": "二级部门" }, "commonDeptName": { "type": "string", "description": "二级部门名称" }, "mainPaper": { "type": "string", "description": "主要论著" }, "type": { "type": "string", "description": "1 校内 2 校外\n类型" }, "xl": { "type": "string", "description": "学历" }, "zc": { "type": "string", "description": "职称" }, "sex": { "type": "string", "description": "性别" }, "birthDay": { "type": "string", "description": "出生年月" }, "xw": { "type": "string", "description": "学位" }, "phone": { "type": "string", "description": "电话" }, "xzzw": { "type": "string", "description": "行政职务" }, "sort": { "type": "integer", "description": "组员排序" } } }, "ScienceAchievement": { "type": "object", "properties": { "id": { "type": "string", "description": "主键" }, "achievement": { "type": "string", "description": "成果名称" }, "type": { "type": "string", "description": "成果形式" }, "cate": { "type": "string", "description": "1 阶段成果 2 最终成果\n成果类别" }, "finishTime": { "type": "string", "description": "完成时间" }, "teacherNo": { "type": "string", "description": "负责人" }, "reportId": { "type": "string", "description": "课题ID" }, "realName": { "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" } } }, "ScienceReportDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "ID" }, "title": { "type": "string", "description": "课题名称" }, "type": { "type": "string", "description": "1 指令性课题 2 其他课题" }, "startTime": { "type": "string", "description": "研究开始时间" }, "endTime": { "type": "string", "description": "研究完成时间" }, "contentA": { "type": "string", "description": "课题核心概念与界定" }, "contentB": { "type": "string", "description": "国内外统一研究领域现状与研究价值" }, "contentC": { "type": "string", "description": "研究的目标、内容(或子课题设计)与重点" }, "contentD": { "type": "string", "description": "研究的思路、过程与方法" }, "contentE": { "type": "string", "description": "主要观点与可能的创新之处" }, "contentF": { "type": "string", "description": "完成研究任务的可行性分析" }, "contractPhone": { "type": "string", "description": "联系电话" }, "reportUser": { "type": "string", "description": "主持人" }, "reportUserType": { "type": "string", "description": "主持人类型 1 校内 2 校外" }, "reportUserName": { "type": "string", "description": "主持人姓名" }, "researchSkill": { "type": "string", "description": "研究专长" }, "memberList": { "type": "array", "items": { "$ref": "#/components/schemas/ScienceReportMember", "description": "课题组成员" }, "description": "组员信息" }, "achieveAList": { "type": "array", "items": { "$ref": "#/components/schemas/ScienceAchievement", "description": "课题研究成果" }, "description": "阶段成果信息" }, "achieveBList": { "type": "array", "items": { "$ref": "#/components/schemas/ScienceAchievement", "description": "课题研究成果" }, "description": "最终成果信息" }, "mainPaper": { "type": "string", "description": "" }, "reportType": { "type": "string", "description": "类型" }, "reportTypeDetail": { "type": "string", "description": "明细" }, "status": { "type": "string", "description": "" }, "auditStatus": { "type": "string", "description": "" }, "score": { "type": "number", "description": "" }, "remarks": { "type": "string", "description": "" }, "scienceNo": { "type": "string", "description": "" }, "backReason": { "type": "string", "description": "" }, "xl": { "type": "string", "description": "学历" }, "zc": { "type": "string", "description": "职称" }, "sex": { "type": "string", "description": "性别" }, "birthDay": { "type": "string", "description": "出生年月" }, "xw": { "type": "string", "description": "学位" }, "phone": { "type": "string", "description": "电话" }, "xzzw": { "type": "string", "description": "行政职务" }, "midCheckUrl": { "type": "string", "description": "中期检查URL" }, "endCheckUrl": { "type": "string", "description": "结题鉴定URL" }, "changeTitleUrl": { "type": "string", "description": "课题变更URL" }, "cancleUrl": { "type": "string", "description": "撤销申请URl" }, "openUrl": { "type": "string", "description": "开题材料" }, "endCerUrl": { "type": "string", "description": "结题证书" }, "changeId": { "type": "string", "description": "变更Id" }, "year": { "type": "string", "description": "" }, "level": { "type": "string", "description": "" }, "scienceComment": { "type": "string", "description": "" }, "endStatus": { "type": "string", "description": "" }, "projectCheckUrl": { "type": "string", "description": "立项申报书" }, "deptCode": { "type": "string", "description": "" }, "otherOptionType": { "type": "string", "description": "" }, "midProjectContract": { "type": "string", "description": "课题研究合同书" }, "endProof": { "type": "string", "description": "结题证明" }, "ecoProof": { "type": "string", "description": "经济效益证明" } } }, "ScienceChangeHistoryDTO": { "type": "object", "properties": { "id": { "type": "string", "description": "" }, "type": { "type": "string", "description": "变更类型 1 部门审核 2 科研处审核" }, "backReason": { "type": "string", "description": "备注" }, "auditStatus": { "type": "string", "description": "审核状态" } } } }, "responses": {}, "securitySchemes": {} }, "servers": [], "security": [] }