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