|
@@ -2979,7 +2979,7 @@ type ClueTransferReq struct {
|
|
ClueId int64 `protobuf:"varint,1,opt,name=clueId,proto3" json:"clueId,omitempty"`
|
|
ClueId int64 `protobuf:"varint,1,opt,name=clueId,proto3" json:"clueId,omitempty"`
|
|
ClueName string `protobuf:"bytes,2,opt,name=clueName,proto3" json:"clueName,omitempty"`
|
|
ClueName string `protobuf:"bytes,2,opt,name=clueName,proto3" json:"clueName,omitempty"`
|
|
ChangeType int64 `protobuf:"varint,3,opt,name=changeType,proto3" json:"changeType,omitempty"` //1:电销修改名称 2:客成中修改名称
|
|
ChangeType int64 `protobuf:"varint,3,opt,name=changeType,proto3" json:"changeType,omitempty"` //1:电销修改名称 2:客成中修改名称
|
|
- Status int64 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` //1:回电销 2:移客成
|
|
|
|
|
|
+ KcType int64 `protobuf:"varint,4,opt,name=kcType,proto3" json:"kcType,omitempty"` //1:回电销 2:移客成
|
|
MainClueId int64 `protobuf:"varint,5,opt,name=mainClueId,proto3" json:"mainClueId,omitempty"` //原所在企业/个人主账号
|
|
MainClueId int64 `protobuf:"varint,5,opt,name=mainClueId,proto3" json:"mainClueId,omitempty"` //原所在企业/个人主账号
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3036,9 +3036,9 @@ func (x *ClueTransferReq) GetChangeType() int64 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ClueTransferReq) GetStatus() int64 {
|
|
|
|
|
|
+func (x *ClueTransferReq) GetKcType() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
- return x.Status
|
|
|
|
|
|
+ return x.KcType
|
|
}
|
|
}
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
@@ -3415,8 +3415,8 @@ var file_biService_proto_rawDesc = []byte{
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x75, 0x65,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6c, 0x75, 0x65,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x54, 0x79,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x54, 0x79,
|
|
0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
|
0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
|
|
- 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04,
|
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6b, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6b, 0x63, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a,
|
|
0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
|
|
0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x0a, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x64, 0x32, 0xb4, 0x09, 0x0a,
|
|
0x52, 0x0a, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x64, 0x32, 0xb4, 0x09, 0x0a,
|
|
0x09, 0x42, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x6d, 0x79,
|
|
0x09, 0x42, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x6d, 0x79,
|