jiangshuai
2023-09-21 2b3b678a0e0156e68415aa287fdf85d05583a5b4
docs/swagger.json
@@ -553,7 +553,7 @@
            }
        },
        "/api-wms/v1/operation/operation/{id}": {
            "post": {
            "put": {
                "produces": [
                    "application/json"
                ],
@@ -1572,14 +1572,6 @@
        "models.Location": {
            "type": "object",
            "properties": {
                "company": {
                    "description": "公司",
                    "allOf": [
                        {
                            "$ref": "#/definitions/models.Company"
                        }
                    ]
                },
                "companyId": {
                    "description": "公司id",
                    "type": "integer"
@@ -1623,7 +1615,7 @@
                    "type": "boolean"
                },
                "type": {
                    "description": "位置类型",
                    "description": "Company              Company                       `json:\"company\" gorm:\"foreignKey:CompanyId\"`                       //公司",
                    "allOf": [
                        {
                            "$ref": "#/definitions/constvar.LocationType"