|
@@ -76,23 +76,23 @@ type ContractSearchListReq struct {
|
|
|
|
|
|
// ContractSearchListResp CRM系统合同-搜索列表响应体
|
|
|
type ContractSearchListResp struct {
|
|
|
- ContractId int `json:"contract_id" description:"合同ID"`
|
|
|
- ContractCode string `json:"contract_code" description:"合同编号"`
|
|
|
- ProductId int `json:"product_id" description:"产品ID"`
|
|
|
- CompanyName string `json:"company_name" description:"客户名称"`
|
|
|
- RelateContractCode string `json:"relate_contract_code" description:"代付合同关联的实际使用方合同编号"`
|
|
|
- ActualCompanyName string `json:"actual_company_name" description:"实际使用方"`
|
|
|
- SellerId int `json:"seller_id" description:"销售ID"`
|
|
|
- SellerName string `json:"seller_name" description:"销售名称"`
|
|
|
- ContractTypeKey int `json:"contract_type_key" description:"FMS合同类型: 1-新签; 2-续约; 3-代付; 4-补充协议;"`
|
|
|
- ContractType string `json:"contract_type" description:"CRM合同类型: 新签合同; 续约合同; 补充协议;"`
|
|
|
- Price float64 `json:"price" description:"合同金额"`
|
|
|
- StartDate string `json:"start_date" description:"合同开始日期"`
|
|
|
- EndDate string `json:"end_date" description:"合同结束日期"`
|
|
|
- ActualPayCompanies string `json:"actual_pay_companies" description:"该合同关联的所有代付方, 英文逗号拼接"`
|
|
|
- ContractTypeInt int `json:"contract_type_int" description:"CRM合同类型: 1新签合同; 2续约合同; 3补充协议;"`
|
|
|
- ContractBusinessTypeInt int `json:"contract_business_type_int" description:"合同业务类型,1'业务合同', 2'代付合同;"`
|
|
|
-
|
|
|
+ ContractId int `json:"contract_id" description:"合同ID"`
|
|
|
+ ContractCode string `json:"contract_code" description:"合同编号"`
|
|
|
+ ProductId int `json:"product_id" description:"产品ID"`
|
|
|
+ CompanyName string `json:"company_name" description:"客户名称"`
|
|
|
+ RelateContractCode string `json:"relate_contract_code" description:"代付合同关联的实际使用方合同编号"`
|
|
|
+ ActualCompanyName string `json:"actual_company_name" description:"实际使用方"`
|
|
|
+ SellerId int `json:"seller_id" description:"销售ID"`
|
|
|
+ SellerName string `json:"seller_name" description:"销售名称"`
|
|
|
+ ContractTypeKey int `json:"contract_type_key" description:"FMS合同类型: 1-新签; 2-续约; 3-代付; 4-补充协议;"`
|
|
|
+ ContractType string `json:"contract_type" description:"CRM合同类型: 新签合同; 续约合同; 补充协议;"`
|
|
|
+ Price float64 `json:"price" description:"合同金额"`
|
|
|
+ StartDate string `json:"start_date" description:"合同开始日期"`
|
|
|
+ EndDate string `json:"end_date" description:"合同结束日期"`
|
|
|
+ ActualPayCompanies string `json:"actual_pay_companies" description:"该合同关联的所有代付方, 英文逗号拼接"`
|
|
|
+ ContractTypeInt int `json:"contract_type_int" description:"CRM合同类型: 1新签合同; 2续约合同; 3补充协议;"`
|
|
|
+ ContractBusinessTypeInt int `json:"contract_business_type_int" description:"合同业务类型,1'业务合同', 2'代付合同;"`
|
|
|
+ HasPayment int `json:"has_payment" description:"是否有代付: 0-无; 1-有"`
|
|
|
}
|
|
|
|
|
|
// PayCompanyRelation 代付合同
|