From 867aba2636e34a1050b1c4c84bbe78cc9c39b553 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期六, 22 三月 2025 15:11:11 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V2.json | 673 +++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 421 insertions(+), 252 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_V2.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_V2.json" index f2d8bfd..19db8a3 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_V2.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_V2.json" @@ -1069,6 +1069,98 @@ } } }, + "/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": [ @@ -2875,9 +2967,7 @@ "enum": [ 0, 1, - 2, - 98, - 99 + 2 ], "type": "integer", "format": "int32" @@ -3890,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" + } + } + } } } } @@ -11821,6 +11965,218 @@ } } }, + "/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": [ @@ -12123,218 +12479,6 @@ } }, "/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" @@ -14347,9 +14491,9 @@ "type": "integer", "format": "int32" }, - "areaId": { - "type": "integer", - "format": "int32" + "number": { + "type": "string", + "nullable": true }, "materielCode": { "type": "string", @@ -14358,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", @@ -15419,6 +15529,65 @@ }, "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 + }, "StockSelectViewDTO": { "type": "object", "properties": { -- Gitblit v1.9.3