|
@@ -2173,11 +2173,16 @@ func (x *UpFileReq) GetFileSize() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
type AcceptanceReq struct {
|
|
|
+=======
|
|
|
+type CreateCuleReq struct {
|
|
|
+>>>>>>> master
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
ProposeType int64 `protobuf:"varint,1,opt,name=ProposeType,proto3" json:"ProposeType,omitempty"`
|
|
|
ProposeTime string `protobuf:"bytes,2,opt,name=Propose_time,json=ProposeTime,proto3" json:"Propose_time,omitempty"`
|
|
|
Channel string `protobuf:"bytes,3,opt,name=Channel,proto3" json:"Channel,omitempty"`
|
|
@@ -2193,6 +2198,16 @@ type AcceptanceReq struct {
|
|
|
|
|
|
func (x *AcceptanceReq) Reset() {
|
|
|
*x = AcceptanceReq{}
|
|
|
+=======
|
|
|
+ AppId string `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
+ PositionId int64 `protobuf:"varint,2,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
+ UserId string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
+ Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CreateCuleReq) Reset() {
|
|
|
+ *x = CreateCuleReq{}
|
|
|
+>>>>>>> master
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
mi := &file_biService_proto_msgTypes[31]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2200,6 +2215,7 @@ func (x *AcceptanceReq) Reset() {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *AcceptanceReq) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
@@ -2207,6 +2223,15 @@ func (x *AcceptanceReq) String() string {
|
|
|
func (*AcceptanceReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *AcceptanceReq) ProtoReflect() protoreflect.Message {
|
|
|
+=======
|
|
|
+func (x *CreateCuleReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*CreateCuleReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *CreateCuleReq) ProtoReflect() protoreflect.Message {
|
|
|
+>>>>>>> master
|
|
|
mi := &file_biService_proto_msgTypes[31]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2218,6 +2243,7 @@ func (x *AcceptanceReq) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
// Deprecated: Use AcceptanceReq.ProtoReflect.Descriptor instead.
|
|
|
func (*AcceptanceReq) Descriptor() ([]byte, []int) {
|
|
|
return file_biService_proto_rawDescGZIP(), []int{31}
|
|
@@ -2240,10 +2266,21 @@ func (x *AcceptanceReq) GetProposeTime() string {
|
|
|
func (x *AcceptanceReq) GetChannel() string {
|
|
|
if x != nil {
|
|
|
return x.Channel
|
|
|
+=======
|
|
|
+// Deprecated: Use CreateCuleReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*CreateCuleReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{31}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *CreateCuleReq) GetAppId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AppId
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *AcceptanceReq) GetAcceptanceType() int64 {
|
|
|
if x != nil {
|
|
|
return x.AcceptanceType
|
|
@@ -2273,26 +2310,42 @@ func (x *AcceptanceReq) GetRemark() string {
|
|
|
}
|
|
|
|
|
|
func (x *AcceptanceReq) GetPositionId() int64 {
|
|
|
+=======
|
|
|
+func (x *CreateCuleReq) GetPositionId() int64 {
|
|
|
+>>>>>>> master
|
|
|
if x != nil {
|
|
|
return x.PositionId
|
|
|
}
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *AcceptanceReq) GetDeptId() string {
|
|
|
if x != nil {
|
|
|
return x.DeptId
|
|
|
+=======
|
|
|
+func (x *CreateCuleReq) GetUserId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserId
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *AcceptanceReq) GetEntUserName() string {
|
|
|
if x != nil {
|
|
|
return x.EntUserName
|
|
|
+=======
|
|
|
+func (x *CreateCuleReq) GetPhone() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Phone
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *AcceptanceReq) GetParamData() string {
|
|
|
if x != nil {
|
|
|
return x.ParamData
|
|
@@ -2301,10 +2354,14 @@ func (x *AcceptanceReq) GetParamData() string {
|
|
|
}
|
|
|
|
|
|
type AcceptanceResp struct {
|
|
|
+=======
|
|
|
+type TransferClueReq struct {
|
|
|
+>>>>>>> master
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
ErrorCode int64 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
Data *Acceptance `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
@@ -2312,6 +2369,16 @@ type AcceptanceResp struct {
|
|
|
|
|
|
func (x *AcceptanceResp) Reset() {
|
|
|
*x = AcceptanceResp{}
|
|
|
+=======
|
|
|
+ PositionId int64 `protobuf:"varint,1,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
+ UserId string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
+ Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
|
+ OrderNo string `protobuf:"bytes,4,opt,name=orderNo,proto3" json:"orderNo,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransferClueReq) Reset() {
|
|
|
+ *x = TransferClueReq{}
|
|
|
+>>>>>>> master
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
mi := &file_biService_proto_msgTypes[32]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2319,6 +2386,7 @@ func (x *AcceptanceResp) Reset() {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *AcceptanceResp) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
@@ -2326,6 +2394,15 @@ func (x *AcceptanceResp) String() string {
|
|
|
func (*AcceptanceResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *AcceptanceResp) ProtoReflect() protoreflect.Message {
|
|
|
+=======
|
|
|
+func (x *TransferClueReq) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*TransferClueReq) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *TransferClueReq) ProtoReflect() protoreflect.Message {
|
|
|
+>>>>>>> master
|
|
|
mi := &file_biService_proto_msgTypes[32]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2337,6 +2414,7 @@ func (x *AcceptanceResp) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
// Deprecated: Use AcceptanceResp.ProtoReflect.Descriptor instead.
|
|
|
func (*AcceptanceResp) Descriptor() ([]byte, []int) {
|
|
|
return file_biService_proto_rawDescGZIP(), []int{32}
|
|
@@ -2345,10 +2423,21 @@ func (*AcceptanceResp) Descriptor() ([]byte, []int) {
|
|
|
func (x *AcceptanceResp) GetErrorCode() int64 {
|
|
|
if x != nil {
|
|
|
return x.ErrorCode
|
|
|
+=======
|
|
|
+// Deprecated: Use TransferClueReq.ProtoReflect.Descriptor instead.
|
|
|
+func (*TransferClueReq) Descriptor() ([]byte, []int) {
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{32}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TransferClueReq) GetPositionId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PositionId
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *AcceptanceResp) GetErrorMsg() string {
|
|
|
if x != nil {
|
|
|
return x.ErrorMsg
|
|
@@ -2455,20 +2544,37 @@ func (*SendMailReq) Descriptor() ([]byte, []int) {
|
|
|
func (x *SendMailReq) GetTitle() string {
|
|
|
if x != nil {
|
|
|
return x.Title
|
|
|
+=======
|
|
|
+func (x *TransferClueReq) GetUserId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UserId
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *SendMailReq) GetContent() string {
|
|
|
if x != nil {
|
|
|
return x.Content
|
|
|
+=======
|
|
|
+func (x *TransferClueReq) GetPhone() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Phone
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
func (x *SendMailReq) GetMails() string {
|
|
|
if x != nil {
|
|
|
return x.Mails
|
|
|
+=======
|
|
|
+func (x *TransferClueReq) GetOrderNo() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.OrderNo
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
@@ -2726,6 +2832,7 @@ var file_biService_proto_rawDesc = []byte{
|
|
|
0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66,
|
|
|
0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53,
|
|
|
0x69, 0x7a, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x53,
|
|
|
+<<<<<<< HEAD
|
|
|
0x69, 0x7a, 0x65, 0x22, 0xdc, 0x02, 0x0a, 0x0d, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x61, 0x6e,
|
|
|
0x63, 0x65, 0x52, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65,
|
|
|
0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x50, 0x72, 0x6f, 0x70,
|
|
@@ -2823,6 +2930,83 @@ var file_biService_proto_rawDesc = []byte{
|
|
|
0x63, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x61, 0x6e,
|
|
|
0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06,
|
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+=======
|
|
|
+ 0x69, 0x7a, 0x65, 0x22, 0x73, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x75, 0x6c,
|
|
|
+ 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f,
|
|
|
+ 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a,
|
|
|
+ 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73,
|
|
|
+ 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72,
|
|
|
+ 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x22, 0x79, 0x0a, 0x0f, 0x54, 0x72, 0x61, 0x6e,
|
|
|
+ 0x73, 0x66, 0x65, 0x72, 0x43, 0x6c, 0x75, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
|
|
|
+ 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75,
|
|
|
+ 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
|
|
|
+ 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x72, 0x64,
|
|
|
+ 0x65, 0x72, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65,
|
|
|
+ 0x72, 0x4e, 0x6f, 0x32, 0xa1, 0x07, 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, 0x2e, 0x4d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x10, 0x2e, 0x4d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52,
|
|
|
+ 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x61, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
+ 0x74, 0x12, 0x0e, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x09, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x49, 0x64, 0x12,
|
|
|
+ 0x0e, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x0e, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
+ 0x29, 0x0a, 0x08, 0x64, 0x72, 0x61, 0x77, 0x43, 0x6c, 0x75, 0x65, 0x12, 0x0c, 0x2e, 0x44, 0x72,
|
|
|
+ 0x61, 0x77, 0x43, 0x6c, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50,
|
|
|
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x19, 0x0a, 0x04, 0x43, 0x61,
|
|
|
+ 0x6c, 0x6c, 0x12, 0x08, 0x2e, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x07, 0x2e, 0x42,
|
|
|
+ 0x69, 0x52, 0x65, 0x73, 0x70, 0x12, 0x35, 0x0a, 0x0e, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62,
|
|
|
+ 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x2e, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69,
|
|
|
+ 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64,
|
|
|
+ 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a,
|
|
|
+ 0x63, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x0e, 0x2e, 0x43, 0x6c, 0x75,
|
|
|
+ 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x43, 0x6c, 0x75,
|
|
|
+ 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x07, 0x63,
|
|
|
+ 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x12, 0x0b, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64,
|
|
|
+ 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x0c, 0x63, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f,
|
|
|
+ 0x72, 0x74, 0x54, 0x74, 0x12, 0x0e, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72,
|
|
|
+ 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72,
|
|
|
+ 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x0a, 0x61, 0x75, 0x74, 0x6f, 0x46, 0x6f, 0x6c,
|
|
|
+ 0x6c, 0x6f, 0x77, 0x12, 0x08, 0x2e, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e,
|
|
|
+ 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24,
|
|
|
+ 0x0a, 0x09, 0x73, 0x71, 0x6c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x12, 0x0d, 0x2e, 0x53, 0x71,
|
|
|
+ 0x6c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52,
|
|
|
+ 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x06, 0x6d, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0a,
|
|
|
+ 0x2e, 0x4d, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52,
|
|
|
+ 0x65, 0x70, 0x6c, 0x79, 0x12, 0x25, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x45,
|
|
|
+ 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x0a, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x61,
|
|
|
+ 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12,
|
|
|
+ 0x0a, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69,
|
|
|
+ 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x6f, 0x4f, 0x70, 0x65,
|
|
|
+ 0x72, 0x61, 0x74, 0x65, 0x12, 0x0b, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x65, 0x52, 0x65,
|
|
|
+ 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2b, 0x0a, 0x0e, 0x67,
|
|
|
+ 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x2e,
|
|
|
+ 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x43, 0x6f, 0x6d,
|
|
|
+ 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x12, 0x64, 0x69, 0x73, 0x74,
|
|
|
+ 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x16,
|
|
|
+ 0x2e, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53,
|
|
|
+ 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62,
|
|
|
+ 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
+ 0x24, 0x0a, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x4d, 0x61, 0x69, 0x6c, 0x12, 0x0e, 0x2e, 0x45, 0x78,
|
|
|
+ 0x70, 0x6f, 0x72, 0x74, 0x42, 0x79, 0x44, 0x62, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69,
|
|
|
+ 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x06, 0x75, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x12,
|
|
|
+ 0x0a, 0x2e, 0x55, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69,
|
|
|
+ 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2d, 0x0a, 0x11, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43,
|
|
|
+ 0x6c, 0x75, 0x65, 0x42, 0x79, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x0e, 0x2e, 0x43, 0x72, 0x65,
|
|
|
+ 0x61, 0x74, 0x65, 0x43, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52,
|
|
|
+ 0x65, 0x70, 0x6c, 0x79, 0x12, 0x31, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72,
|
|
|
+ 0x43, 0x6c, 0x75, 0x65, 0x42, 0x79, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x2e, 0x54, 0x72,
|
|
|
+ 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x43, 0x6c, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e,
|
|
|
+ 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62,
|
|
|
+ 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -2837,7 +3021,11 @@ func file_biService_proto_rawDescGZIP() []byte {
|
|
|
return file_biService_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
+<<<<<<< HEAD
|
|
|
var file_biService_proto_msgTypes = make([]protoimpl.MessageInfo, 35)
|
|
|
+=======
|
|
|
+var file_biService_proto_msgTypes = make([]protoimpl.MessageInfo, 33)
|
|
|
+>>>>>>> master
|
|
|
var file_biService_proto_goTypes = []interface{}{
|
|
|
(*MyDataAssetReq)(nil), // 0: MyDataAssetReq
|
|
|
(*MyDataAssetResp)(nil), // 1: MyDataAssetResp
|
|
@@ -2870,10 +3058,15 @@ var file_biService_proto_goTypes = []interface{}{
|
|
|
(*ExportByDbReq)(nil), // 28: ExportByDbReq
|
|
|
(*FilesData)(nil), // 29: FilesData
|
|
|
(*UpFileReq)(nil), // 30: UpFileReq
|
|
|
+<<<<<<< HEAD
|
|
|
(*AcceptanceReq)(nil), // 31: AcceptanceReq
|
|
|
(*AcceptanceResp)(nil), // 32: AcceptanceResp
|
|
|
(*Acceptance)(nil), // 33: Acceptance
|
|
|
(*SendMailReq)(nil), // 34: SendMailReq
|
|
|
+=======
|
|
|
+ (*CreateCuleReq)(nil), // 31: CreateCuleReq
|
|
|
+ (*TransferClueReq)(nil), // 32: TransferClueReq
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
var file_biService_proto_depIdxs = []int32{
|
|
|
2, // 0: MyDataAssetResp.data:type_name -> MyDataAsset
|
|
@@ -2884,6 +3077,7 @@ var file_biService_proto_depIdxs = []int32{
|
|
|
25, // 5: DistributeClueShowReq.datas:type_name -> DistributeClueShows
|
|
|
26, // 6: DistributeClueShowResp.data:type_name -> DistributeClueShowss
|
|
|
29, // 7: ExportByDbReq.datas:type_name -> FilesData
|
|
|
+<<<<<<< HEAD
|
|
|
33, // 8: AcceptanceResp.data:type_name -> Acceptance
|
|
|
0, // 9: BiService.myDataAsset:input_type -> MyDataAssetReq
|
|
|
3, // 10: BiService.addProject:input_type -> AddProjectReq
|
|
@@ -2932,6 +3126,55 @@ var file_biService_proto_depIdxs = []int32{
|
|
|
9, // [9:9] is the sub-list for extension type_name
|
|
|
9, // [9:9] is the sub-list for extension extendee
|
|
|
0, // [0:9] is the sub-list for field type_name
|
|
|
+=======
|
|
|
+ 0, // 8: BiService.myDataAsset:input_type -> MyDataAssetReq
|
|
|
+ 3, // 9: BiService.addProject:input_type -> AddProjectReq
|
|
|
+ 3, // 10: BiService.getInfoId:input_type -> AddProjectReq
|
|
|
+ 7, // 11: BiService.drawClue:input_type -> DrawClueReq
|
|
|
+ 8, // 12: BiService.Call:input_type -> CallReq
|
|
|
+ 11, // 13: BiService.distributeClue:input_type -> DistributeClueReq
|
|
|
+ 13, // 14: BiService.clueImport:input_type -> ClueImportReq
|
|
|
+ 16, // 15: BiService.clueAdd:input_type -> ClueAddReq
|
|
|
+ 13, // 16: BiService.clueImportTt:input_type -> ClueImportReq
|
|
|
+ 8, // 17: BiService.autoFollow:input_type -> CallReq
|
|
|
+ 17, // 18: BiService.sqlManage:input_type -> SqlManageReq
|
|
|
+ 18, // 19: BiService.myInfo:input_type -> MyInfoReq
|
|
|
+ 20, // 20: BiService.allInfoExport:input_type -> ExportReq
|
|
|
+ 20, // 21: BiService.allProjectExport:input_type -> ExportReq
|
|
|
+ 21, // 22: BiService.infoOperate:input_type -> OperateReq
|
|
|
+ 22, // 23: BiService.getCompanyType:input_type -> CompanyReq
|
|
|
+ 24, // 24: BiService.distributeClueShow:input_type -> DistributeClueShowReq
|
|
|
+ 28, // 25: BiService.sendMail:input_type -> ExportByDbReq
|
|
|
+ 30, // 26: BiService.upFile:input_type -> UpFileReq
|
|
|
+ 31, // 27: BiService.createClueByPhone:input_type -> CreateCuleReq
|
|
|
+ 32, // 28: BiService.transferClueByPhone:input_type -> TransferClueReq
|
|
|
+ 1, // 29: BiService.myDataAsset:output_type -> MyDataAssetResp
|
|
|
+ 4, // 30: BiService.addProject:output_type -> AddProjectResp
|
|
|
+ 6, // 31: BiService.getInfoId:output_type -> GetInfoIdResp
|
|
|
+ 4, // 32: BiService.drawClue:output_type -> AddProjectResp
|
|
|
+ 9, // 33: BiService.Call:output_type -> BiResp
|
|
|
+ 4, // 34: BiService.distributeClue:output_type -> AddProjectResp
|
|
|
+ 14, // 35: BiService.clueImport:output_type -> ClueImportResp
|
|
|
+ 4, // 36: BiService.clueAdd:output_type -> AddProjectResp
|
|
|
+ 14, // 37: BiService.clueImportTt:output_type -> ClueImportResp
|
|
|
+ 14, // 38: BiService.autoFollow:output_type -> ClueImportResp
|
|
|
+ 10, // 39: BiService.sqlManage:output_type -> BiReply
|
|
|
+ 10, // 40: BiService.myInfo:output_type -> BiReply
|
|
|
+ 10, // 41: BiService.allInfoExport:output_type -> BiReply
|
|
|
+ 10, // 42: BiService.allProjectExport:output_type -> BiReply
|
|
|
+ 10, // 43: BiService.infoOperate:output_type -> BiReply
|
|
|
+ 23, // 44: BiService.getCompanyType:output_type -> CompanyResp
|
|
|
+ 27, // 45: BiService.distributeClueShow:output_type -> DistributeClueShowResp
|
|
|
+ 10, // 46: BiService.sendMail:output_type -> BiReply
|
|
|
+ 10, // 47: BiService.upFile:output_type -> BiReply
|
|
|
+ 10, // 48: BiService.createClueByPhone:output_type -> BiReply
|
|
|
+ 10, // 49: BiService.transferClueByPhone:output_type -> BiReply
|
|
|
+ 29, // [29:50] is the sub-list for method output_type
|
|
|
+ 8, // [8:29] is the sub-list for method input_type
|
|
|
+ 8, // [8:8] is the sub-list for extension type_name
|
|
|
+ 8, // [8:8] is the sub-list for extension extendee
|
|
|
+ 0, // [0:8] is the sub-list for field type_name
|
|
|
+>>>>>>> master
|
|
|
}
|
|
|
|
|
|
func init() { file_biService_proto_init() }
|
|
@@ -3313,7 +3556,11 @@ func file_biService_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_biService_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+<<<<<<< HEAD
|
|
|
switch v := v.(*AcceptanceReq); i {
|
|
|
+=======
|
|
|
+ switch v := v.(*CreateCuleReq); i {
|
|
|
+>>>>>>> master
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -3325,6 +3572,7 @@ func file_biService_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_biService_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+<<<<<<< HEAD
|
|
|
switch v := v.(*AcceptanceResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -3350,6 +3598,9 @@ func file_biService_proto_init() {
|
|
|
}
|
|
|
file_biService_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*SendMailReq); i {
|
|
|
+=======
|
|
|
+ switch v := v.(*TransferClueReq); i {
|
|
|
+>>>>>>> master
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -3367,7 +3618,11 @@ func file_biService_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_biService_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
+<<<<<<< HEAD
|
|
|
NumMessages: 35,
|
|
|
+=======
|
|
|
+ NumMessages: 33,
|
|
|
+>>>>>>> master
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|