From a6a33f6916afbf1fc629baecb772939cda2ee981 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期四, 13 三月 2025 17:58:12 +0800
Subject: [PATCH] 代码提交
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V1.json | 1586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 1,586 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V1.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V1.json"
index d8db416..90e8448 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V1.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V1.json"
@@ -1002,6 +1002,73 @@
}
}
},
+ "/api/CachePoint/GetEndPoints": {
+ "post": {
+ "tags": [
+ "CachePoint"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/CachePoint/GetHCJStaue": {
+ "post": {
+ "tags": [
+ "CachePoint"
+ ],
+ "parameters": [
+ {
+ "name": "stationcode",
+ "in": "query",
+ "schema": {
+ "type": "string"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"/api/CachePoint/GetPageData": {
"post": {
"tags": [
@@ -1366,6 +1433,378 @@
"post": {
"tags": [
"CachePoint"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/GetPageData": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/GetDetailPage": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/AddData": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/Add": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/Update": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/UpdateData": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/Dt_Equipment"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/Del": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "type": "array",
+ "items": { }
+ }
+ },
+ "application/json": {
+ "schema": {
+ "type": "array",
+ "items": { }
+ }
+ },
+ "text/json": {
+ "schema": {
+ "type": "array",
+ "items": { }
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "type": "array",
+ "items": { }
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/Export": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/PageDataOptions"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/DownLoadTemplate": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ },
+ "get": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/Import": {
+ "post": {
+ "tags": [
+ "Equipment"
+ ],
+ "summary": " (Auth)",
+ "requestBody": {
+ "content": {
+ "multipart/form-data": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "fileInput": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "format": "binary"
+ }
+ }
+ }
+ },
+ "encoding": {
+ "fileInput": {
+ "style": "form"
+ }
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Equipment/ExportSeedData": {
+ "post": {
+ "tags": [
+ "Equipment"
],
"responses": {
"200": {
@@ -8277,6 +8716,30 @@
}
}
},
+ "/api/Sys_Menu/getTreeMenu1": {
+ "get": {
+ "tags": [
+ "Sys_Menu"
+ ],
+ "summary": " (Auth)",
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ },
+ "post": {
+ "tags": [
+ "Sys_Menu"
+ ],
+ "summary": " (Auth)",
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
"/api/Sys_Menu/getMenu": {
"post": {
"tags": [
@@ -8848,6 +9311,65 @@
}
},
"/api/Sys_Role/savePermission": {
+ "post": {
+ "tags": [
+ "Sys_Role"
+ ],
+ "summary": " (Auth)",
+ "parameters": [
+ {
+ "name": "roleId",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/UserPermissionDTO"
+ }
+ }
+ },
+ "application/json": {
+ "schema": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/UserPermissionDTO"
+ }
+ }
+ },
+ "text/json": {
+ "schema": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/UserPermissionDTO"
+ }
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/UserPermissionDTO"
+ }
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Sys_Role/SavePermissionPDA": {
"post": {
"tags": [
"Sys_Role"
@@ -10104,6 +10626,42 @@
}
}
},
+ "/api/User/login1": {
+ "post": {
+ "tags": [
+ "Sys_User"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/LoginInfo"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/LoginInfo"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/LoginInfo"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/LoginInfo"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK"
+ }
+ }
+ }
+ },
"/api/User/getCurrentUserInfo": {
"post": {
"tags": [
@@ -10159,6 +10717,52 @@
"responses": {
"200": {
"description": "OK"
+ }
+ }
+ }
+ },
+ "/api/User/modifyUserPwd": {
+ "post": {
+ "tags": [
+ "Sys_User"
+ ],
+ "summary": " (Auth)",
+ "parameters": [
+ {
+ "name": "userName",
+ "in": "query",
+ "schema": {
+ "type": "string"
+ }
+ },
+ {
+ "name": "password",
+ "in": "query",
+ "schema": {
+ "type": "string"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
}
}
}
@@ -11217,6 +11821,783 @@
}
}
},
+ "/api/Task/UpdateAgvTask": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskFeedback"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskFeedback"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskFeedback"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskFeedback"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WCSback"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WCSback"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WCSback"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/AGVTaskrevokes": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "parameters": [
+ {
+ "name": "taskNum",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/AGVTaskConts": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "parameters": [
+ {
+ "name": "taskNum",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/AGVTaskEnds": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "parameters": [
+ {
+ "name": "taskNum",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/AGVTaskSuspends": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "parameters": [
+ {
+ "name": "taskNum",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/AGVTaskRecoverys": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "parameters": [
+ {
+ "name": "taskNum",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "format": "int32"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/GetAGVTaskData": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/GetAGVTaskDataCP": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/EmptyInTask": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/EmptyOutTask": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/PartiallyTask": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/ConfirmTask": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/CacheStatus": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/LEDloctionList": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/EquipmentTask": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskEquipment"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskEquipment"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskEquipment"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/AGVTaskEquipment"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WCSback"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WCSback"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WCSback"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/GetConfig": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
+ "/api/Task/PrintStatusUp": {
+ "post": {
+ "tags": [
+ "Task"
+ ],
+ "summary": " (Auth)",
+ "parameters": [
+ {
+ "name": "tasknum",
+ "in": "query",
+ "schema": {
+ "type": "integer",
+ "format": "int32"
+ }
+ },
+ {
+ "name": "printCode",
+ "in": "query",
+ "schema": {
+ "type": "string"
+ }
+ }
+ ],
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
+ }
+ }
+ }
+ },
"/api/Task/GetPageData": {
"post": {
"tags": [
@@ -11585,6 +12966,59 @@
"responses": {
"200": {
"description": "OK"
+ }
+ }
+ }
+ },
+ "/api/Task_Hty/TaskData": {
+ "post": {
+ "tags": [
+ "Task_Hty"
+ ],
+ "requestBody": {
+ "content": {
+ "application/json-patch+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ },
+ "application/*+json": {
+ "schema": {
+ "$ref": "#/components/schemas/SaveModel"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "description": "OK",
+ "content": {
+ "text/plain": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ },
+ "text/json": {
+ "schema": {
+ "$ref": "#/components/schemas/WebResponseContent"
+ }
+ }
+ }
}
}
}
@@ -12336,6 +13770,48 @@
},
"components": {
"schemas": {
+ "AGVTaskEquipment": {
+ "type": "object",
+ "properties": {
+ "requestType": {
+ "type": "string",
+ "nullable": true
+ },
+ "requestId": {
+ "type": "string",
+ "nullable": true
+ },
+ "accessId": {
+ "type": "string",
+ "nullable": true
+ },
+ "data": {
+ "$ref": "#/components/schemas/Equipment"
+ }
+ },
+ "additionalProperties": false
+ },
+ "AGVTaskFeedback": {
+ "type": "object",
+ "properties": {
+ "requestType": {
+ "type": "string",
+ "nullable": true
+ },
+ "requestId": {
+ "type": "string",
+ "nullable": true
+ },
+ "accessId": {
+ "type": "string",
+ "nullable": true
+ },
+ "data": {
+ "$ref": "#/components/schemas/Feedback"
+ }
+ },
+ "additionalProperties": false
+ },
"ActionDTO": {
"type": "object",
"properties": {
@@ -12492,9 +13968,17 @@
"type": "string",
"nullable": true
},
+ "materialtype": {
+ "type": "string",
+ "nullable": true
+ },
"pointStatus": {
"type": "integer",
"format": "int32"
+ },
+ "pointName": {
+ "type": "string",
+ "nullable": true
},
"enableStatus": {
"type": "integer",
@@ -12517,6 +14001,61 @@
"format": "int32"
},
"remark": {
+ "type": "string",
+ "nullable": true
+ }
+ },
+ "additionalProperties": false
+ },
+ "Dt_Equipment": {
+ "type": "object",
+ "properties": {
+ "creater": {
+ "type": "string",
+ "nullable": true
+ },
+ "createDate": {
+ "type": "string",
+ "format": "date-time"
+ },
+ "modifier": {
+ "type": "string",
+ "nullable": true
+ },
+ "modifyDate": {
+ "type": "string",
+ "format": "date-time",
+ "nullable": true
+ },
+ "id": {
+ "type": "integer",
+ "format": "int32"
+ },
+ "deviceId": {
+ "type": "string",
+ "nullable": true
+ },
+ "deviceName": {
+ "type": "string",
+ "nullable": true
+ },
+ "taskNo": {
+ "type": "string",
+ "nullable": true
+ },
+ "eventId": {
+ "type": "string",
+ "nullable": true
+ },
+ "title": {
+ "type": "string",
+ "nullable": true
+ },
+ "message": {
+ "type": "string",
+ "nullable": true
+ },
+ "status": {
"type": "string",
"nullable": true
}
@@ -13372,6 +14911,10 @@
"type": "integer",
"format": "int32"
},
+ "materialtype": {
+ "type": "string",
+ "nullable": true
+ },
"taskStatus": {
"type": "integer",
"format": "int32"
@@ -13399,6 +14942,10 @@
"orderNo": {
"type": "string",
"nullable": true
+ },
+ "status": {
+ "type": "integer",
+ "format": "int32"
},
"grade": {
"type": "integer",
@@ -13565,6 +15112,14 @@
"nullable": true
}
},
+ "additionalProperties": false
+ },
+ "Equipment": {
+ "type": "object",
+ "additionalProperties": false
+ },
+ "Feedback": {
+ "type": "object",
"additionalProperties": false
},
"InboundOrderAddDTO": {
@@ -14470,10 +16025,37 @@
},
"additionalProperties": false
},
+ "WCSback": {
+ "type": "object",
+ "properties": {
+ "message": {
+ "type": "string",
+ "nullable": true
+ },
+ "code": {
+ "type": "integer",
+ "format": "int32"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "data": {
+ "type": "boolean"
+ },
+ "msg": {
+ "type": "string",
+ "nullable": true
+ }
+ },
+ "additionalProperties": false
+ },
"WebResponseContent": {
"type": "object",
"properties": {
"status": {
+ "type": "boolean"
+ },
+ "success": {
"type": "boolean"
},
"code": {
@@ -14484,6 +16066,10 @@
"type": "string",
"nullable": true
},
+ "msg": {
+ "type": "string",
+ "nullable": true
+ },
"data": {
"nullable": true
},
--
Gitblit v1.9.3