| | |
| | | "ServiceContractQueryClassExpiredBefore60Day" |
| | | ] |
| | | }, |
| | | "constvar.ServiceFeeKeywordType": { |
| | | "type": "string", |
| | | "enum": [ |
| | | "客户名称", |
| | | "客户类型", |
| | | "销售负责人", |
| | | "客户规模", |
| | | "重要级别", |
| | | "客户编号", |
| | | "客户状态", |
| | | "产品名称", |
| | | "服务到期日" |
| | | ], |
| | | "x-enum-varnames": [ |
| | | "ServiceFeeKeywordCustomerName", |
| | | "ServiceFeeKeywordCustomerType", |
| | | "ServiceFeeKeywordSalesPrincipal", |
| | | "ServiceFeeKeywordCustomerScale", |
| | | "ServiceFeeKeywordClientLevel", |
| | | "ServiceFeeKeywordCustomerNo", |
| | | "ServiceFeeKeywordCustomerStatus", |
| | | "ServiceFeeKeywordProductName", |
| | | "ServiceFeeKeywordServiceEndDate" |
| | | ] |
| | | }, |
| | | "constvar.ServiceFeeQueryClass": { |
| | | "type": "string", |
| | | "enum": [ |
| | | "过期未满60天", |
| | | "过期未满30天", |
| | | "即将过期60天", |
| | | "即将过期30天", |
| | | "已过期", |
| | | "无服务" |
| | | ], |
| | | "x-enum-varnames": [ |
| | | "ServiceFeeQueryClassExpireLessThen60Days", |
| | | "ServiceFeeQueryClassExpireLessThen30Days", |
| | | "ServiceFeeQueryClassExpireAboutTo60Day", |
| | | "ServiceFeeQueryClassExpireAboutTo30Day", |
| | | "ServiceFeeQueryClassExpired", |
| | | "ServiceFeeQueryClassNoService" |
| | | ] |
| | | }, |
| | | "constvar.ServiceFollowupKeywordType": { |
| | | "type": "string", |
| | | "enum": [ |
| | |
| | | "keyword": { |
| | | "type": "string" |
| | | }, |
| | | "keywordType": { |
| | | "$ref": "#/definitions/constvar.ServiceFeeKeywordType" |
| | | }, |
| | | "page": { |
| | | "description": "页码", |
| | | "type": "integer" |
| | |
| | | "pageSize": { |
| | | "description": "每页大小", |
| | | "type": "integer" |
| | | }, |
| | | "queryClass": { |
| | | "$ref": "#/definitions/constvar.ServiceFeeQueryClass" |
| | | } |
| | | } |
| | | }, |