From e0fb00cb3bb37f519b8444b3c5408111207fb069 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期二, 25 三月 2025 18:37:33 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V1.json | 1835 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 1,795 insertions(+), 40 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..f54c5d2 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,165 @@ } } }, + "/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/UpdateHCJStaue": { + "post": { + "tags": [ + "CachePoint" + ], + "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/CachePoint/PrintStatusUp": { + "post": { + "tags": [ + "CachePoint" + ], + "summary": " (Auth)", + "parameters": [ + { + "name": "pointCode", + "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 +1525,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": { @@ -2436,9 +2967,7 @@ "enum": [ 0, 1, - 2, - 98, - 99 + 2 ], "type": "integer", "format": "int32" @@ -3451,6 +3980,60 @@ "responses": { "200": { "description": "OK" + } + } + } + }, + "/api/MaterielInfo/GetMaterialTypes": { + "post": { + "tags": [ + "MaterielInfo" + ], + "summary": " (Auth)", + "requestBody": { + "content": { + "application/json-patch+json": { + "schema": { + "$ref": "#/components/schemas/SearchRequest" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/SearchRequest" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/SearchRequest" + } + }, + "application/*+json": { + "schema": { + "$ref": "#/components/schemas/SearchRequest" + } + } + } + }, + "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" + } + } + } } } } @@ -8277,6 +8860,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 +9455,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 +10770,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 +10861,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 +11965,783 @@ } } }, + "/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/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/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 +13110,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 +13914,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 +14112,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 +14145,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 } @@ -12808,9 +14491,9 @@ "type": "integer", "format": "int32" }, - "areaId": { - "type": "integer", - "format": "int32" + "number": { + "type": "string", + "nullable": true }, "materielCode": { "type": "string", @@ -12819,40 +14502,6 @@ "materielName": { "type": "string", "nullable": true - }, - "materielDes": { - "type": "string", - "nullable": true - }, - "cotainerType": { - "type": "integer", - "format": "int32" - }, - "packspes": { - "type": "string", - "nullable": true - }, - "attribute": { - "type": "integer", - "format": "int32" - }, - "unit": { - "type": "string", - "nullable": true - }, - "validity": { - "type": "integer", - "format": "int32" - }, - "safetyStock": { - "type": "number", - "format": "double" - }, - "isMixBatch": { - "type": "boolean" - }, - "isMixMateriel": { - "type": "boolean" }, "remark": { "type": "string", @@ -13372,6 +15021,10 @@ "type": "integer", "format": "int32" }, + "materialtype": { + "type": "string", + "nullable": true + }, "taskStatus": { "type": "integer", "format": "int32" @@ -13399,6 +15052,10 @@ "orderNo": { "type": "string", "nullable": true + }, + "status": { + "type": "integer", + "format": "int32" }, "grade": { "type": "integer", @@ -13565,6 +15222,14 @@ "nullable": true } }, + "additionalProperties": false + }, + "Equipment": { + "type": "object", + "additionalProperties": false + }, + "Feedback": { + "type": "object", "additionalProperties": false }, "InboundOrderAddDTO": { @@ -13860,6 +15525,65 @@ "displayType": { "type": "string", "nullable": true + } + }, + "additionalProperties": false + }, + "SearchRequest": { + "type": "object", + "properties": { + "requestId": { + "type": "string", + "nullable": true + }, + "controls": { + "type": "array", + "items": { }, + "nullable": true, + "readOnly": true + }, + "distinguishedName": { + "type": "string", + "nullable": true + }, + "attributes": { + "type": "array", + "items": { }, + "nullable": true, + "readOnly": true + }, + "filter": { + "nullable": true + }, + "scope": { + "enum": [ + 0, + 1, + 2 + ], + "type": "integer", + "format": "int32" + }, + "aliases": { + "enum": [ + 0, + 1, + 2, + 3 + ], + "type": "integer", + "format": "int32" + }, + "sizeLimit": { + "type": "integer", + "format": "int32" + }, + "timeLimit": { + "type": "string", + "format": "date-span" + }, + "typesOnly": { + "type": "boolean" } }, "additionalProperties": false @@ -14470,10 +16194,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 +16235,10 @@ "type": "string", "nullable": true }, + "msg": { + "type": "string", + "nullable": true + }, "data": { "nullable": true }, -- Gitblit v1.9.3