zhangqian
2023-08-02 5906a2067ff026db4a54817e479222a7e766ae1b
docs/swagger.yaml
@@ -57,6 +57,44 @@
    - ServiceContractQueryClassExpireAfter60Day
    - ServiceContractQueryClassExpiredBefore15Day
    - ServiceContractQueryClassExpiredBefore60Day
  constvar.ServiceFeeKeywordType:
    enum:
    - 客户名称
    - 客户类型
    - 销售负责人
    - 客户规模
    - 重要级别
    - 客户编号
    - 客户状态
    - 产品名称
    - 服务到期日
    type: string
    x-enum-varnames:
    - ServiceFeeKeywordCustomerName
    - ServiceFeeKeywordCustomerType
    - ServiceFeeKeywordSalesPrincipal
    - ServiceFeeKeywordCustomerScale
    - ServiceFeeKeywordClientLevel
    - ServiceFeeKeywordCustomerNo
    - ServiceFeeKeywordCustomerStatus
    - ServiceFeeKeywordProductName
    - ServiceFeeKeywordServiceEndDate
  constvar.ServiceFeeQueryClass:
    enum:
    - 过期未满60天
    - 过期未满30天
    - 即将过期60天
    - 即将过期30天
    - 已过期
    - 无服务
    type: string
    x-enum-varnames:
    - ServiceFeeQueryClassExpireLessThen60Days
    - ServiceFeeQueryClassExpireLessThen30Days
    - ServiceFeeQueryClassExpireAboutTo60Day
    - ServiceFeeQueryClassExpireAboutTo30Day
    - ServiceFeeQueryClassExpired
    - ServiceFeeQueryClassNoService
  constvar.ServiceFollowupKeywordType:
    enum:
    - 回访单编号
@@ -2162,12 +2200,16 @@
    properties:
      keyword:
        type: string
      keywordType:
        $ref: '#/definitions/constvar.ServiceFeeKeywordType'
      page:
        description: 页码
        type: integer
      pageSize:
        description: 每页大小
        type: integer
      queryClass:
        $ref: '#/definitions/constvar.ServiceFeeQueryClass'
    type: object
  request.GetServiceFollowupList:
    properties: