jiangshuai
2023-11-15 57c1d91e82ec4085ccedf099063cd14e609a301f
docs/swagger.yaml
@@ -465,6 +465,8 @@
          OriginCountryId         int                        `gorm:"type:int(11);comment:原产地id" json:"originCountryId"`               //原产地id
          OriginCountryName       string                     `gorm:"type:varchar(255);comment:原产地名称" json:"originCountryName"`        //原产地名称
        type: string
      inputAmount:
        type: number
      internalNotes:
        description: 内部说明
        type: string
@@ -487,7 +489,13 @@
      maxInventory:
        description: 最大库存
        type: number
      maxInventoryRule:
        description: 最大库存
        type: number
      minInventory:
        description: 最小库存
        type: number
      minInventoryRule:
        description: 最小库存
        type: number
      minPurchaseAmount:
@@ -515,6 +523,10 @@
      outStorageExplain:
        description: 出库说明
        type: string
      outputAmount:
        type: number
      predictionAmount:
        type: number
      principal:
        description: 负责人
        type: string
@@ -533,6 +545,8 @@
        type: number
      purchaseType:
        $ref: '#/definitions/constvar.PurchaseType'
      reorderRuleNum:
        type: integer
      salePrice:
        description: 销售单价
        type: number
@@ -723,6 +737,9 @@
      route:
        description: 路线
        type: string
      supplierId:
        description: 供应商id
        type: integer
      unit:
        description: 单位
        type: string
@@ -2866,6 +2883,25 @@
      summary: 再订一次
      tags:
      - 重订货规则
  /api-wms/v1/reorderRule/submitOrder:
    post:
      parameters:
      - description: 参数
        in: body
        name: object
        required: true
        schema:
          $ref: '#/definitions/models.ReorderRule'
      produces:
      - application/json
      responses:
        "200":
          description: 成功
          schema:
            $ref: '#/definitions/util.Response'
      summary: 再订一次
      tags:
      - 重订货规则
  /api-wms/v1/reorderRule/updateReorderRule:
    post:
      parameters: