zhangqian
2023-08-07 6f52e069fe72b4e37b0712a7e097e3af97bbc25e
docs/swagger.yaml
@@ -1166,8 +1166,11 @@
      remark:
        description: 备注
        type: string
      serviceContractId:
        description: 服务合同id
      sourceId:
        description: 源单id
        type: integer
      sourceType:
        description: 源单类型(1销售明细2服务合同3销售发票)
        type: integer
      status:
        description: 状态(1未收2已收)
@@ -4012,8 +4015,11 @@
      remark:
        description: 备注
        type: string
      serviceContractId:
        description: 服务合同id
      sourceId:
        description: 源单id
        type: integer
      sourceType:
        description: 源单类型(1销售明细2服务合同3销售发票)
        type: integer
      status:
        description: 状态(1未收2已收)
@@ -9104,9 +9110,9 @@
          description: OK
          schema:
            $ref: '#/definitions/contextx.Response'
      summary: 添加服务合同收款计划
      summary: 添加收款计划
      tags:
      - 服务合同收款计划管理
      - 收款计划管理
  /api/serviceCollectionPlan/delete/{id}:
    delete:
      parameters:
@@ -9122,9 +9128,9 @@
          description: OK
          schema:
            $ref: '#/definitions/contextx.Response'
      summary: 删除服务合同收款计划
      summary: 删除收款计划
      tags:
      - 服务合同收款计划管理
      - 收款计划管理
  /api/serviceCollectionPlan/list:
    get:
      parameters:
@@ -9146,9 +9152,9 @@
                    $ref: '#/definitions/model.ServiceCollectionPlan'
                  type: array
              type: object
      summary: 获取服务合同收款计划列表
      summary: 获取收款计划列表
      tags:
      - 服务合同收款计划管理
      - 收款计划管理
  /api/serviceCollectionPlan/update:
    put:
      parameters:
@@ -9165,9 +9171,9 @@
          description: OK
          schema:
            $ref: '#/definitions/contextx.Response'
      summary: 更新服务合同收款计划
      summary: 更新收款计划
      tags:
      - 服务合同收款计划管理
      - 收款计划管理
  /api/serviceContract/add:
    post:
      parameters: