jiangshuai
2023-09-27 1444c7c800fc042cd99213e901d6ad3722d0f03f
docs/docs.go
@@ -585,7 +585,7 @@
                }
            }
        },
        "/api-wms/v1/locationProductamount/add": {
        "/api-wms/v1/locationProductAmount/add": {
            "post": {
                "produces": [
                    "application/json"
@@ -615,7 +615,7 @@
                }
            }
        },
        "/api-wms/v1/locationProductamount/list": {
        "/api-wms/v1/locationProductAmount/list": {
            "post": {
                "produces": [
                    "application/json"
@@ -2531,15 +2531,15 @@
        "request.AddLocationProductAmount": {
            "type": "object",
            "properties": {
                "Amount": {
                    "description": "库存数量",
                    "type": "number"
                },
                "adjustAmount": {
                    "description": "差值",
                    "type": "number"
                },
                "decimal": {
                    "description": "库存数量",
                    "type": "number"
                },
                "difference_amount": {
                "differenceAmount": {
                    "description": "计数数量",
                    "type": "number"
                },