zhangqian
2023-11-27 0fe9cf3173776fa4539a0719d45fc3fff3849f4c
docs/swagger.yaml
@@ -2248,6 +2248,28 @@
      summary: 用id查询Supplier
      tags:
      - Supplier
  /s/getSupplierByNumber/{number}:
    get:
      consumes:
      - application/json
      parameters:
      - description: 供应商编码
        in: path
        name: number
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"查询成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 用编码查询Supplier
      tags:
      - Supplier
  /s/getSupplierList:
    get:
      consumes: