|
@@ -3079,12 +3079,12 @@ type UpdateCompanyNameReq struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- MainClueId int64 `protobuf:"varint,1,opt,name=mainClueId,proto3" json:"mainClueId,omitempty"`
|
|
|
|
- NewCompanyName string `protobuf:"bytes,2,opt,name=NewCompanyName,proto3" json:"NewCompanyName,omitempty"`
|
|
|
|
- NewEntId int64 `protobuf:"varint,3,opt,name=NewEntId,proto3" json:"NewEntId,omitempty"`
|
|
|
|
- CusId int64 `protobuf:"varint,4,opt,name=cusId,proto3" json:"cusId,omitempty"`
|
|
|
|
- OldCompanyName string `protobuf:"bytes,5,opt,name=OldCompanyName,proto3" json:"OldCompanyName,omitempty"`
|
|
|
|
- OldEntId int64 `protobuf:"varint,6,opt,name=OldEntId,proto3" json:"OldEntId,omitempty"`
|
|
|
|
|
|
+ MainClueId int64 `protobuf:"varint,1,opt,name=mainClueId,proto3" json:"mainClueId,omitempty"` //主账号线索id
|
|
|
|
+ NewCompanyName string `protobuf:"bytes,2,opt,name=newCompanyName,proto3" json:"newCompanyName,omitempty"` //新企业名称
|
|
|
|
+ NewEntId int64 `protobuf:"varint,3,opt,name=newEntId,proto3" json:"newEntId,omitempty"` //新企业id
|
|
|
|
+ CusId int64 `protobuf:"varint,4,opt,name=cusId,proto3" json:"cusId,omitempty"` //不必须参数
|
|
|
|
+ OldCompanyName string `protobuf:"bytes,5,opt,name=oldCompanyName,proto3" json:"oldCompanyName,omitempty"` //原企业名称
|
|
|
|
+ OldEntId int64 `protobuf:"varint,6,opt,name=oldEntId,proto3" json:"oldEntId,omitempty"` //原企业id
|
|
}
|
|
}
|
|
|
|
|
|
func (x *UpdateCompanyNameReq) Reset() {
|
|
func (x *UpdateCompanyNameReq) Reset() {
|
|
@@ -3538,16 +3538,16 @@ var file_biService_proto_rawDesc = []byte{
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75, 0x65, 0x49,
|
|
0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75, 0x65, 0x49,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6c, 0x75,
|
|
- 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x4e, 0x65, 0x77, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
|
- 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x4e, 0x65, 0x77,
|
|
|
|
- 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4e,
|
|
|
|
- 0x65, 0x77, 0x45, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x4e,
|
|
|
|
|
|
+ 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x6e, 0x65, 0x77, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
|
+ 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6e, 0x65, 0x77,
|
|
|
|
+ 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e,
|
|
|
|
+ 0x65, 0x77, 0x45, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6e,
|
|
0x65, 0x77, 0x45, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x75, 0x73, 0x49, 0x64,
|
|
0x65, 0x77, 0x45, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x75, 0x73, 0x49, 0x64,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x75, 0x73, 0x49, 0x64, 0x12, 0x26, 0x0a,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x75, 0x73, 0x49, 0x64, 0x12, 0x26, 0x0a,
|
|
- 0x0e, 0x4f, 0x6c, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
|
- 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x4f, 0x6c, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
|
- 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x4f, 0x6c, 0x64, 0x45, 0x6e, 0x74, 0x49,
|
|
|
|
- 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x4f, 0x6c, 0x64, 0x45, 0x6e, 0x74, 0x49,
|
|
|
|
|
|
+ 0x0e, 0x6f, 0x6c, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
|
+ 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x6c, 0x64, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
|
+ 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x6c, 0x64, 0x45, 0x6e, 0x74, 0x49,
|
|
|
|
+ 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x6c, 0x64, 0x45, 0x6e, 0x74, 0x49,
|
|
0x64, 0x32, 0xe9, 0x09, 0x0a, 0x09, 0x42, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
|
|
0x64, 0x32, 0xe9, 0x09, 0x0a, 0x09, 0x42, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
|
|
0x30, 0x0a, 0x0b, 0x6d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x0f,
|
|
0x30, 0x0a, 0x0b, 0x6d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x0f,
|
|
0x2e, 0x4d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a,
|
|
0x2e, 0x4d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a,
|