liujiandao
2024-04-15 439b8cf9619e6deb6b42182d0f43cc1252fc9d2a
docs/swagger.yaml
@@ -311,6 +311,13 @@
    - WhetherTypeAsk
    - WhetherTypeAlways
    - ReservationNever
  inventory_order.WorkerInfo:
    properties:
      id:
        type: string
      name:
        type: string
    type: object
  models.Attachment:
    properties:
      FileUrl:
@@ -667,6 +674,8 @@
    type: object
  models.Operation:
    properties:
      accountant:
        type: string
      auditDate:
        type: string
      baseOperationType:
@@ -684,6 +693,8 @@
      contacterName:
        type: string
      createTime:
        type: string
      custodian:
        type: string
      details:
        items:
@@ -705,6 +716,8 @@
      logisticWeight:
        description: 物流重量
        type: number
      manager:
        type: string
      number:
        description: 单号
        type: string
@@ -995,6 +1008,8 @@
    type: object
  request.AddOperation:
    properties:
      accountant:
        type: string
      comment:
        description: 备注
        type: string
@@ -1010,6 +1025,8 @@
      contacterName:
        description: 联系人姓名-非必填
        type: string
      custodian:
        type: string
      details:
        items:
          $ref: '#/definitions/request.OperationDetails'
@@ -1024,6 +1041,8 @@
      logisticWeight:
        description: 物流重量
        type: number
      manager:
        type: string
      number:
        description: 单号
        type: string
@@ -1507,6 +1526,8 @@
    type: object
  request.UpdateOperation:
    properties:
      accountant:
        type: string
      baseOperationType:
        allOf:
        - $ref: '#/definitions/constvar.BaseOperationType'
@@ -1526,6 +1547,8 @@
      contacterName:
        description: 联系人姓名-非必填
        type: string
      custodian:
        type: string
      details:
        items:
          $ref: '#/definitions/request.OperationDetails'
@@ -1540,6 +1563,8 @@
      logisticWeight:
        description: 物流重量
        type: number
      manager:
        type: string
      number:
        description: 单号
        type: string
@@ -2506,6 +2531,32 @@
      summary: 入库/出库列表
      tags:
      - 入库/出库
  /api-wms/v1/operation/getPersonnelList:
    get:
      parameters:
      - description: 参数
        in: body
        name: object
        required: true
        schema:
          $ref: '#/definitions/request.OperationCondition'
      produces:
      - application/json
      responses:
        "200":
          description: 成功
          schema:
            allOf:
            - $ref: '#/definitions/util.ResponseList'
            - properties:
                data:
                  items:
                    $ref: '#/definitions/inventory_order.WorkerInfo'
                  type: array
              type: object
      summary: 获取人员列表
      tags:
      - 入库/出库
  /api-wms/v1/operation/getSupplierList:
    get:
      produces: