|
@@ -1901,12 +1901,12 @@ type ExportByDbReq struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
|
|
|
- Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
- Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
- Mails string `protobuf:"bytes,4,opt,name=mails,proto3" json:"mails,omitempty"`
|
|
|
- Query string `protobuf:"bytes,5,opt,name=query,proto3" json:"query,omitempty"`
|
|
|
- Stype string `protobuf:"bytes,6,opt,name=stype,proto3" json:"stype,omitempty"`
|
|
|
+ Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
|
|
|
+ Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
+ Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
+ Mails string `protobuf:"bytes,4,opt,name=mails,proto3" json:"mails,omitempty"`
|
|
|
+ FileName string `protobuf:"bytes,5,opt,name=fileName,proto3" json:"fileName,omitempty"`
|
|
|
+ Datas []*FilesData `protobuf:"bytes,6,rep,name=datas,proto3" json:"datas,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *ExportByDbReq) Reset() {
|
|
@@ -1969,16 +1969,71 @@ func (x *ExportByDbReq) GetMails() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *ExportByDbReq) GetQuery() string {
|
|
|
+func (x *ExportByDbReq) GetFileName() string {
|
|
|
if x != nil {
|
|
|
- return x.Query
|
|
|
+ return x.FileName
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *ExportByDbReq) GetStype() string {
|
|
|
+func (x *ExportByDbReq) GetDatas() []*FilesData {
|
|
|
if x != nil {
|
|
|
- return x.Stype
|
|
|
+ return x.Datas
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type FilesData struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ SheetName string `protobuf:"bytes,1,opt,name=sheetName,proto3" json:"sheetName,omitempty"`
|
|
|
+ Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FilesData) Reset() {
|
|
|
+ *x = FilesData{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_biService_proto_msgTypes[29]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FilesData) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*FilesData) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *FilesData) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_biService_proto_msgTypes[29]
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use FilesData.ProtoReflect.Descriptor instead.
|
|
|
+func (*FilesData) Descriptor() ([]byte, []int) {
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{29}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FilesData) GetSheetName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SheetName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FilesData) GetSql() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sql
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
@@ -2002,7 +2057,7 @@ type UpFileReq struct {
|
|
|
func (x *UpFileReq) Reset() {
|
|
|
*x = UpFileReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_biService_proto_msgTypes[29]
|
|
|
+ mi := &file_biService_proto_msgTypes[30]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -2015,7 +2070,7 @@ func (x *UpFileReq) String() string {
|
|
|
func (*UpFileReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *UpFileReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_biService_proto_msgTypes[29]
|
|
|
+ mi := &file_biService_proto_msgTypes[30]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2028,7 +2083,7 @@ func (x *UpFileReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use UpFileReq.ProtoReflect.Descriptor instead.
|
|
|
func (*UpFileReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_biService_proto_rawDescGZIP(), []int{29}
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{30}
|
|
|
}
|
|
|
|
|
|
func (x *UpFileReq) GetAppId() string {
|
|
@@ -2310,85 +2365,90 @@ var file_biService_proto_rawDesc = []byte{
|
|
|
0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x29, 0x0a, 0x04, 0x64,
|
|
|
0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x44, 0x69, 0x73, 0x74,
|
|
|
0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x73, 0x73,
|
|
|
- 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x97, 0x01, 0x0a, 0x0d, 0x45, 0x78, 0x70, 0x6f, 0x72,
|
|
|
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa9, 0x01, 0x0a, 0x0d, 0x45, 0x78, 0x70, 0x6f, 0x72,
|
|
|
0x74, 0x42, 0x79, 0x44, 0x62, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65,
|
|
|
0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x14,
|
|
|
0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74,
|
|
|
0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18,
|
|
|
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14,
|
|
|
0x0a, 0x05, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d,
|
|
|
- 0x61, 0x69, 0x6c, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18, 0x05, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74,
|
|
|
- 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65,
|
|
|
- 0x22, 0xef, 0x01, 0x0a, 0x09, 0x55, 0x70, 0x46, 0x69, 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, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
- 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
- 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e,
|
|
|
- 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
- 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x07,
|
|
|
- 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 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, 0x69,
|
|
|
- 0x7a, 0x65, 0x32, 0xbf, 0x06, 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, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72,
|
|
|
- 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x61, 0x69, 0x6c, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
+ 0x12, 0x20, 0x0a, 0x05, 0x64, 0x61, 0x74, 0x61, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
+ 0x0a, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x64, 0x61, 0x74,
|
|
|
+ 0x61, 0x73, 0x22, 0x3b, 0x0a, 0x09, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12,
|
|
|
+ 0x1c, 0x0a, 0x09, 0x73, 0x68, 0x65, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
+ 0x28, 0x09, 0x52, 0x09, 0x73, 0x68, 0x65, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a,
|
|
|
+ 0x03, 0x73, 0x71, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x73, 0x71, 0x6c, 0x22,
|
|
|
+ 0xef, 0x01, 0x0a, 0x09, 0x55, 0x70, 0x46, 0x69, 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, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70,
|
|
|
+ 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65,
|
|
|
+ 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
|
|
+ 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74,
|
|
|
+ 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12,
|
|
|
+ 0x14, 0x0a, 0x05, 0x73, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
+ 0x73, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x07, 0x20,
|
|
|
+ 0x01, 0x28, 0x0c, 0x52, 0x04, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 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, 0x69, 0x7a,
|
|
|
+ 0x65, 0x32, 0xbf, 0x06, 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, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
|
|
+ 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -2403,7 +2463,7 @@ func file_biService_proto_rawDescGZIP() []byte {
|
|
|
return file_biService_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_biService_proto_msgTypes = make([]protoimpl.MessageInfo, 30)
|
|
|
+var file_biService_proto_msgTypes = make([]protoimpl.MessageInfo, 31)
|
|
|
var file_biService_proto_goTypes = []interface{}{
|
|
|
(*MyDataAssetReq)(nil), // 0: MyDataAssetReq
|
|
|
(*MyDataAssetResp)(nil), // 1: MyDataAssetResp
|
|
@@ -2434,7 +2494,8 @@ var file_biService_proto_goTypes = []interface{}{
|
|
|
(*DistributeClueShowss)(nil), // 26: DistributeClueShowss
|
|
|
(*DistributeClueShowResp)(nil), // 27: DistributeClueShowResp
|
|
|
(*ExportByDbReq)(nil), // 28: ExportByDbReq
|
|
|
- (*UpFileReq)(nil), // 29: UpFileReq
|
|
|
+ (*FilesData)(nil), // 29: FilesData
|
|
|
+ (*UpFileReq)(nil), // 30: UpFileReq
|
|
|
}
|
|
|
var file_biService_proto_depIdxs = []int32{
|
|
|
2, // 0: MyDataAssetResp.data:type_name -> MyDataAsset
|
|
@@ -2444,49 +2505,50 @@ var file_biService_proto_depIdxs = []int32{
|
|
|
19, // 4: SqlManageReq.params:type_name -> Param
|
|
|
25, // 5: DistributeClueShowReq.datas:type_name -> DistributeClueShows
|
|
|
26, // 6: DistributeClueShowResp.data:type_name -> DistributeClueShowss
|
|
|
- 0, // 7: BiService.myDataAsset:input_type -> MyDataAssetReq
|
|
|
- 3, // 8: BiService.addProject:input_type -> AddProjectReq
|
|
|
- 3, // 9: BiService.getInfoId:input_type -> AddProjectReq
|
|
|
- 7, // 10: BiService.drawClue:input_type -> DrawClueReq
|
|
|
- 8, // 11: BiService.Call:input_type -> CallReq
|
|
|
- 11, // 12: BiService.distributeClue:input_type -> DistributeClueReq
|
|
|
- 13, // 13: BiService.clueImport:input_type -> ClueImportReq
|
|
|
- 16, // 14: BiService.clueAdd:input_type -> ClueAddReq
|
|
|
- 13, // 15: BiService.clueImportTt:input_type -> ClueImportReq
|
|
|
- 8, // 16: BiService.autoFollow:input_type -> CallReq
|
|
|
- 17, // 17: BiService.sqlManage:input_type -> SqlManageReq
|
|
|
- 18, // 18: BiService.myInfo:input_type -> MyInfoReq
|
|
|
- 20, // 19: BiService.allInfoExport:input_type -> ExportReq
|
|
|
- 20, // 20: BiService.allProjectExport:input_type -> ExportReq
|
|
|
- 21, // 21: BiService.infoOperate:input_type -> OperateReq
|
|
|
- 22, // 22: BiService.getCompanyType:input_type -> CompanyReq
|
|
|
- 24, // 23: BiService.distributeClueShow:input_type -> DistributeClueShowReq
|
|
|
- 28, // 24: BiService.sendMail:input_type -> ExportByDbReq
|
|
|
- 29, // 25: BiService.upFile:input_type -> UpFileReq
|
|
|
- 1, // 26: BiService.myDataAsset:output_type -> MyDataAssetResp
|
|
|
- 4, // 27: BiService.addProject:output_type -> AddProjectResp
|
|
|
- 6, // 28: BiService.getInfoId:output_type -> GetInfoIdResp
|
|
|
- 4, // 29: BiService.drawClue:output_type -> AddProjectResp
|
|
|
- 9, // 30: BiService.Call:output_type -> BiResp
|
|
|
- 4, // 31: BiService.distributeClue:output_type -> AddProjectResp
|
|
|
- 14, // 32: BiService.clueImport:output_type -> ClueImportResp
|
|
|
- 4, // 33: BiService.clueAdd:output_type -> AddProjectResp
|
|
|
- 14, // 34: BiService.clueImportTt:output_type -> ClueImportResp
|
|
|
- 14, // 35: BiService.autoFollow:output_type -> ClueImportResp
|
|
|
- 10, // 36: BiService.sqlManage:output_type -> BiReply
|
|
|
- 10, // 37: BiService.myInfo:output_type -> BiReply
|
|
|
- 10, // 38: BiService.allInfoExport:output_type -> BiReply
|
|
|
- 10, // 39: BiService.allProjectExport:output_type -> BiReply
|
|
|
- 10, // 40: BiService.infoOperate:output_type -> BiReply
|
|
|
- 23, // 41: BiService.getCompanyType:output_type -> CompanyResp
|
|
|
- 27, // 42: BiService.distributeClueShow:output_type -> DistributeClueShowResp
|
|
|
- 10, // 43: BiService.sendMail:output_type -> BiReply
|
|
|
- 10, // 44: BiService.upFile:output_type -> BiReply
|
|
|
- 26, // [26:45] is the sub-list for method output_type
|
|
|
- 7, // [7:26] is the sub-list for method input_type
|
|
|
- 7, // [7:7] is the sub-list for extension type_name
|
|
|
- 7, // [7:7] is the sub-list for extension extendee
|
|
|
- 0, // [0:7] is the sub-list for field type_name
|
|
|
+ 29, // 7: ExportByDbReq.datas:type_name -> FilesData
|
|
|
+ 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
|
|
|
+ 1, // 27: BiService.myDataAsset:output_type -> MyDataAssetResp
|
|
|
+ 4, // 28: BiService.addProject:output_type -> AddProjectResp
|
|
|
+ 6, // 29: BiService.getInfoId:output_type -> GetInfoIdResp
|
|
|
+ 4, // 30: BiService.drawClue:output_type -> AddProjectResp
|
|
|
+ 9, // 31: BiService.Call:output_type -> BiResp
|
|
|
+ 4, // 32: BiService.distributeClue:output_type -> AddProjectResp
|
|
|
+ 14, // 33: BiService.clueImport:output_type -> ClueImportResp
|
|
|
+ 4, // 34: BiService.clueAdd:output_type -> AddProjectResp
|
|
|
+ 14, // 35: BiService.clueImportTt:output_type -> ClueImportResp
|
|
|
+ 14, // 36: BiService.autoFollow:output_type -> ClueImportResp
|
|
|
+ 10, // 37: BiService.sqlManage:output_type -> BiReply
|
|
|
+ 10, // 38: BiService.myInfo:output_type -> BiReply
|
|
|
+ 10, // 39: BiService.allInfoExport:output_type -> BiReply
|
|
|
+ 10, // 40: BiService.allProjectExport:output_type -> BiReply
|
|
|
+ 10, // 41: BiService.infoOperate:output_type -> BiReply
|
|
|
+ 23, // 42: BiService.getCompanyType:output_type -> CompanyResp
|
|
|
+ 27, // 43: BiService.distributeClueShow:output_type -> DistributeClueShowResp
|
|
|
+ 10, // 44: BiService.sendMail:output_type -> BiReply
|
|
|
+ 10, // 45: BiService.upFile:output_type -> BiReply
|
|
|
+ 27, // [27:46] is the sub-list for method output_type
|
|
|
+ 8, // [8:27] 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
|
|
|
}
|
|
|
|
|
|
func init() { file_biService_proto_init() }
|
|
@@ -2844,6 +2906,18 @@ func file_biService_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_biService_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*FilesData); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_biService_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*UpFileReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -2862,7 +2936,7 @@ func file_biService_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_biService_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 30,
|
|
|
+ NumMessages: 31,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|