liujiandao
2024-03-15 e1c0fe2768d32f79920ceda92383981d4ff12058
docs/swagger.yaml
@@ -10868,6 +10868,24 @@
      summary: 获取产品库存信息
      tags:
      - SalesDetails
  /api/salesDetails/getSalesDetailsProductInfo/{number}:
    get:
      parameters:
      - description: 明细编码
        in: path
        name: number
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: OK
          schema:
            $ref: '#/definitions/response.ListResponse'
      summary: 获取销售明细产品信息
      tags:
      - SalesDetails
  /api/salesDetails/list:
    post:
      parameters: