docs/docs.go
@@ -7173,6 +7173,34 @@ } } }, "/api/salesDetails/getSalesDetailsProductInfo/{number}": { "get": { "produces": [ "application/json" ], "tags": [ "SalesDetails" ], "summary": "获取销售明细产品信息", "parameters": [ { "type": "string", "description": "明细编码", "name": "number", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/response.ListResponse" } } } } }, "/api/salesDetails/list": { "post": { "produces": [