liujiandao
2023-09-21 0c65eeb1f1ac4b3dd14727f41a25582fc3ee701e
docs/docs.go
@@ -565,7 +565,7 @@
            }
        },
        "/api-wms/v1/operation/operation/{id}": {
            "put": {
            "post": {
                "produces": [
                    "application/json"
                ],
@@ -2114,6 +2114,7 @@
            "type": "object",
            "properties": {
                "comment": {
                    "description": "备注",
                    "type": "string"
                },
                "companyID": {
@@ -2319,9 +2320,13 @@
        "request.OperationDetails": {
            "type": "object",
            "properties": {
                "OperationId": {
                    "description": "操作id",
                    "type": "integer"
                },
                "productId": {
                    "description": "产品id",
                    "type": "integer"
                    "type": "string"
                },
                "productName": {
                    "description": "产品名称",
@@ -2375,12 +2380,8 @@
        "request.UpdateOperation": {
            "type": "object",
            "properties": {
                "carrierID": {
                    "description": "承运商ID-非必填",
                    "type": "integer"
                },
                "carrierName": {
                    "description": "承运商名称-非必填",
                "comment": {
                    "description": "备注",
                    "type": "string"
                },
                "companyID": {
@@ -2439,18 +2440,6 @@
                "toLocationId": {
                    "description": "目标位置id",
                    "type": "integer"
                },
                "tracking": {
                    "description": "追踪参考-非必填",
                    "type": "string"
                },
                "transferWeight": {
                    "description": "物流重量(kg)-非必填",
                    "type": "number"
                },
                "weight": {
                    "description": "重量(kg)-非必填",
                    "type": "number"
                }
            }
        },
@@ -2572,8 +2561,6 @@
   Description:      "",
   InfoInstanceName: "swagger",
   SwaggerTemplate:  docTemplate,
   LeftDelim:        "{{",
   RightDelim:       "}}",
}
func init() {