| | |
| | | } |
| | | } |
| | | }, |
| | | "/api/InboundOrder/AddInboundOrder": { |
| | | "post": { |
| | | "tags": [ |
| | | "InboundOrder" |
| | | ], |
| | | "requestBody": { |
| | | "content": { |
| | | "application/json-patch+json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/InboundOrderAddDTO" |
| | | } |
| | | }, |
| | | "application/json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/InboundOrderAddDTO" |
| | | } |
| | | }, |
| | | "text/json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/InboundOrderAddDTO" |
| | | } |
| | | }, |
| | | "application/*+json": { |
| | | "schema": { |
| | | "$ref": "#/components/schemas/InboundOrderAddDTO" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "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/InboundOrder/AddInboundOrders": { |
| | | "post": { |
| | | "tags": [ |
| | |
| | | } |
| | | } |
| | | }, |
| | | "/api/Task/GenerateInboundTask": { |
| | | "post": { |
| | | "tags": [ |
| | | "Task" |
| | | ], |
| | | "summary": " (Auth)", |
| | | "parameters": [ |
| | | { |
| | | "name": "stationCode", |
| | | "in": "query", |
| | | "schema": { |
| | | "type": "string" |
| | | } |
| | | }, |
| | | { |
| | | "name": "inboundType", |
| | | "in": "query", |
| | | "schema": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | } |
| | | }, |
| | | { |
| | | "name": "palletCode", |
| | | "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/TaskCompleted": { |
| | | "get": { |
| | | "tags": [ |
| | |
| | | } |
| | | } |
| | | }, |
| | | "/api/Task/PalletOutboundTask": { |
| | | "post": { |
| | | "tags": [ |
| | | "Task" |
| | | ], |
| | | "summary": " (Auth)", |
| | | "parameters": [ |
| | | { |
| | | "name": "roadwayNo", |
| | | "in": "query", |
| | | "schema": { |
| | | "type": "string" |
| | | } |
| | | }, |
| | | { |
| | | "name": "endStation", |
| | | "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/InboundRequest": { |
| | | "post": { |
| | | "tags": [ |
| | |
| | | "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/ManualOutbound": { |
| | | "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/ManualOutbound2": { |
| | | "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/ManualOutbound3": { |
| | | "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/ManualOutbound4": { |
| | | "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/ManualOutboundDeleteinventory": { |
| | | "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/PalletQueryinventory": { |
| | | "get": { |
| | | "tags": [ |
| | | "Task" |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | |
| | | }, |
| | | "additionalProperties": false |
| | | }, |
| | | "DetailList": { |
| | | "type": "object", |
| | | "properties": { |
| | | "lpN_No": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "linId": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "materielCode": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "materielName": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "materieSpec": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "batchNo": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "orderQuantity": { |
| | | "type": "number", |
| | | "format": "double" |
| | | } |
| | | }, |
| | | "additionalProperties": false |
| | | }, |
| | | "Dt_AreaInfo": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "warehouseId": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "orderNo": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "inboundOrderNo": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | |
| | | "format": "int32" |
| | | }, |
| | | "remark": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "startingcolumn": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "terminationcolumn": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "orderName": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "outWareHouse": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "warehouseId": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "areaId": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | |
| | | "nullable": true |
| | | }, |
| | | "materielName": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "materieSpec": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | |
| | | "type": "string", |
| | | "format": "date-time" |
| | | }, |
| | | "outWareHouse": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "details": { |
| | | "type": "array", |
| | | "items": { |
| | |
| | | "nullable": true |
| | | }, |
| | | "taskId": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "warehouseId": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | |
| | | "format": "date-time", |
| | | "nullable": true |
| | | }, |
| | | "id": { |
| | | "warehouseId": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | |
| | | "detailList": { |
| | | "type": "array", |
| | | "items": { |
| | | "type": "object", |
| | | "additionalProperties": { } |
| | | "$ref": "#/components/schemas/DetailList" |
| | | }, |
| | | "nullable": true |
| | | } |
| | |
| | | "type": "object", |
| | | "additionalProperties": { } |
| | | }, |
| | | "nullable": true |
| | | } |
| | | }, |
| | | "additionalProperties": false |
| | | }, |
| | | "InboundOrderAddDTO": { |
| | | "type": "object", |
| | | "properties": { |
| | | "upperOrderNo": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "orderNo": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "outWareHouse": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "transactionCode": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "inoutType": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "orderType": { |
| | | "type": "integer", |
| | | "format": "int32" |
| | | }, |
| | | "orderName": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "details": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/components/schemas/InboundOrderDetailAddDTO" |
| | | }, |
| | | "nullable": true |
| | | } |
| | | }, |
| | | "additionalProperties": false |
| | | }, |
| | | "InboundOrderDetailAddDTO": { |
| | | "type": "object", |
| | | "properties": { |
| | | "materielCode": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "materielName": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "batchNo": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "materieSpec": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "linId": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "lpnNo": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "creater": { |
| | | "type": "string", |
| | | "nullable": true |
| | | }, |
| | | "createDate": { |
| | | "type": "string", |
| | | "format": "date-time" |
| | | }, |
| | | "orderQuantity": { |
| | | "type": "number", |
| | | "format": "double" |
| | | }, |
| | | "remark": { |
| | | "type": "string", |
| | | "nullable": true |
| | | } |
| | | }, |