zhangqian
2023-08-02 6e9274c27ffc8fe7f41e2c3c06a239d4c3fb09e5
docs/swagger.yaml
@@ -21,6 +21,58 @@
    - SalesStatusFail
    - SalesStatusLevelUptoClient
    - SalesStatusLevelUptoClientAndSalesChance
  constvar.ServiceContractKeywordType:
    enum:
    - 服务合同编号
    - 客户名称
    - 签约日期
    - 合同类型
    - 合同状态
    - 负责人
    - 产品名称
    - 服务开始日
    - 服务到期日
    - 价税合计
    type: string
    x-enum-varnames:
    - ServiceContractKeywordContractNo
    - ServiceContractKeywordCustomerName
    - ServiceContractKeywordContractDate
    - ServiceContractKeywordContractType
    - ServiceContractKeywordContractStatus
    - ServiceContractKeywordPrincipal
    - ServiceContractKeywordProductName
    - ServiceContractKeywordServiceBeginDate
    - ServiceContractKeywordServiceEndDate
    - ServiceContractKeywordServiceTotalPrice
  constvar.ServiceContractQueryClass:
    enum:
    - 30天后过期
    - 60天后过期
    - 已过期15天
    - 已过期60天
    type: string
    x-enum-varnames:
    - ServiceContractQueryClassExpireAfter30Day
    - ServiceContractQueryClassExpireAfter60Day
    - ServiceContractQueryClassExpiredBefore15Day
    - ServiceContractQueryClassExpiredBefore60Day
  constvar.ServiceFollowupKeywordType:
    enum:
    - 回访单编号
    - 客户名称
    - 联系人姓名
    - 客户服务单
    - 回访人
    - 满意度
    type: string
    x-enum-varnames:
    - ServiceFollowupKeywordFollowupNo
    - ServiceFollowupKeywordCustomerName
    - ServiceFollowupKeywordContactName
    - ServiceFollowupKeywordCustomerServiceNo
    - ServiceFollowupKeywordVisitor
    - ServiceFollowupKeywordSatisfactionDegree
  constvar.UserType:
    enum:
    - 1
@@ -2095,12 +2147,16 @@
    properties:
      keyword:
        type: string
      keywordType:
        $ref: '#/definitions/constvar.ServiceContractKeywordType'
      page:
        description: 页码
        type: integer
      pageSize:
        description: 每页大小
        type: integer
      queryClass:
        $ref: '#/definitions/constvar.ServiceContractQueryClass'
    type: object
  request.GetServiceFeeManageList:
    properties:
@@ -2117,6 +2173,8 @@
    properties:
      keyword:
        type: string
      keywordType:
        $ref: '#/definitions/constvar.ServiceFollowupKeywordType'
      page:
        description: 页码
        type: integer