liujiandao
2024-03-08 ff2c922341e85010588e1c76b5326bc773f4318f
swag 修改
4个文件已修改
25 ■■■■■ 已修改文件
api/v1/purchase/purchase.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/docs.go 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.json 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.yaml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
api/v1/purchase/purchase.go
@@ -338,7 +338,6 @@
// @Security  ApiKeyAuth
// @accept    application/json
// @Produce   application/json
// @Param        id    path        int    true    "采购单ID"                                           true  "采购单ID"
// @Success   200   {object}  response.Response{data=[]purchase_wms.SrmGetWarehouseInfoResponse}  "获取采购类型列表"
// @Router    /purchase/getWarehouseInfo [get]
func (e *PurchaseApi) GetWarehouseInfo(c *gin.Context) {
docs/docs.go
@@ -1665,15 +1665,6 @@
                    "Purchase"
                ],
                "summary": "获取仓库列表",
                "parameters": [
                    {
                        "type": "integer",
                        "description": "采购单ID",
                        "name": "id",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "获取采购类型列表",
docs/swagger.json
@@ -1656,15 +1656,6 @@
                    "Purchase"
                ],
                "summary": "获取仓库列表",
                "parameters": [
                    {
                        "type": "integer",
                        "description": "采购单ID",
                        "name": "id",
                        "in": "path",
                        "required": true
                    }
                ],
                "responses": {
                    "200": {
                        "description": "获取采购类型列表",
docs/swagger.yaml
@@ -1994,12 +1994,6 @@
    get:
      consumes:
      - application/json
      parameters:
      - description: 采购单ID
        in: path
        name: id
        required: true
        type: integer
      produces:
      - application/json
      responses: