zhangqian
2023-08-02 5906a2067ff026db4a54817e479222a7e766ae1b
docs/docs.go
@@ -7144,6 +7144,50 @@
                "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": [
@@ -10294,6 +10338,9 @@
                "keyword": {
                    "type": "string"
                },
                "keywordType": {
                    "$ref": "#/definitions/constvar.ServiceFeeKeywordType"
                },
                "page": {
                    "description": "页码",
                    "type": "integer"
@@ -10301,6 +10348,9 @@
                "pageSize": {
                    "description": "每页大小",
                    "type": "integer"
                },
                "queryClass": {
                    "$ref": "#/definitions/constvar.ServiceFeeQueryClass"
                }
            }
        },