|
@@ -34,17 +34,17 @@ type Req struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
- PointType int64 `protobuf:"varint,3,opt,name=pointType,proto3" json:"pointType,omitempty"`
|
|
|
- BusinessTypeId string `protobuf:"bytes,4,opt,name=businessTypeId,proto3" json:"businessTypeId,omitempty"`
|
|
|
- BusinessType string `protobuf:"bytes,5,opt,name=businessType,proto3" json:"businessType,omitempty"`
|
|
|
- Point int64 `protobuf:"varint,6,opt,name=point,proto3" json:"point,omitempty"`
|
|
|
- EndDate string `protobuf:"bytes,7,opt,name=endDate,proto3" json:"endDate,omitempty"`
|
|
|
- Page int64 `protobuf:"varint,8,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
- PageSize int64 `protobuf:"varint,9,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
|
- OperationType bool `protobuf:"varint,10,opt,name=operationType,proto3" json:"operationType,omitempty"`
|
|
|
- SearchType int64 `protobuf:"varint,11,opt,name=SearchType,proto3" json:"SearchType,omitempty"`
|
|
|
+ UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
+ AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
+ PointType int64 `protobuf:"varint,3,opt,name=pointType,proto3" json:"pointType,omitempty"`
|
|
|
+ SourceId string `protobuf:"bytes,4,opt,name=sourceId,proto3" json:"sourceId,omitempty"`
|
|
|
+ SourceType string `protobuf:"bytes,5,opt,name=sourceType,proto3" json:"sourceType,omitempty"`
|
|
|
+ Point int64 `protobuf:"varint,6,opt,name=point,proto3" json:"point,omitempty"`
|
|
|
+ EndDate string `protobuf:"bytes,7,opt,name=endDate,proto3" json:"endDate,omitempty"`
|
|
|
+ Page int64 `protobuf:"varint,8,opt,name=page,proto3" json:"page,omitempty"`
|
|
|
+ PageSize int64 `protobuf:"varint,9,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
|
+ OperationType bool `protobuf:"varint,10,opt,name=operationType,proto3" json:"operationType,omitempty"`
|
|
|
+ SearchType int64 `protobuf:"varint,11,opt,name=SearchType,proto3" json:"SearchType,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *Req) Reset() {
|
|
@@ -100,16 +100,16 @@ func (x *Req) GetPointType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *Req) GetBusinessTypeId() string {
|
|
|
+func (x *Req) GetSourceId() string {
|
|
|
if x != nil {
|
|
|
- return x.BusinessTypeId
|
|
|
+ return x.SourceId
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *Req) GetBusinessType() string {
|
|
|
+func (x *Req) GetSourceType() string {
|
|
|
if x != nil {
|
|
|
- return x.BusinessType
|
|
|
+ return x.SourceType
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
@@ -303,15 +303,15 @@ type Point struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
- PointType int64 `protobuf:"varint,2,opt,name=pointType,proto3" json:"pointType,omitempty"`
|
|
|
- BusinessTypeId string `protobuf:"bytes,3,opt,name=businessTypeId,proto3" json:"businessTypeId,omitempty"`
|
|
|
- BusinessType string `protobuf:"bytes,4,opt,name=businessType,proto3" json:"businessType,omitempty"`
|
|
|
- Point int64 `protobuf:"varint,5,opt,name=point,proto3" json:"point,omitempty"`
|
|
|
- CreateTime string `protobuf:"bytes,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
|
|
|
- EndDate string `protobuf:"bytes,7,opt,name=endDate,proto3" json:"endDate,omitempty"`
|
|
|
- Sort int64 `protobuf:"varint,8,opt,name=Sort,proto3" json:"Sort,omitempty"`
|
|
|
- Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ PointType int64 `protobuf:"varint,2,opt,name=pointType,proto3" json:"pointType,omitempty"`
|
|
|
+ SourceId string `protobuf:"bytes,3,opt,name=sourceId,proto3" json:"sourceId,omitempty"`
|
|
|
+ SourceType string `protobuf:"bytes,4,opt,name=sourceType,proto3" json:"sourceType,omitempty"`
|
|
|
+ Point int64 `protobuf:"varint,5,opt,name=point,proto3" json:"point,omitempty"`
|
|
|
+ CreateTime string `protobuf:"bytes,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
|
|
|
+ EndDate string `protobuf:"bytes,7,opt,name=endDate,proto3" json:"endDate,omitempty"`
|
|
|
+ Sort int64 `protobuf:"varint,8,opt,name=Sort,proto3" json:"Sort,omitempty"`
|
|
|
+ Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
}
|
|
|
|
|
|
func (x *Point) Reset() {
|
|
@@ -360,16 +360,16 @@ func (x *Point) GetPointType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *Point) GetBusinessTypeId() string {
|
|
|
+func (x *Point) GetSourceId() string {
|
|
|
if x != nil {
|
|
|
- return x.BusinessTypeId
|
|
|
+ return x.SourceId
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-func (x *Point) GetBusinessType() string {
|
|
|
+func (x *Point) GetSourceType() string {
|
|
|
if x != nil {
|
|
|
- return x.BusinessType
|
|
|
+ return x.SourceType
|
|
|
}
|
|
|
return ""
|
|
|
}
|
|
@@ -413,17 +413,16 @@ var File_integral_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_integral_proto_rawDesc = []byte{
|
|
|
0x0a, 0x0e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
- 0x12, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x22, 0xc3, 0x02, 0x0a, 0x03, 0x52,
|
|
|
+ 0x12, 0x08, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x22, 0xb3, 0x02, 0x0a, 0x03, 0x52,
|
|
|
0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70,
|
|
|
0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64,
|
|
|
0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x26,
|
|
|
- 0x0a, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64,
|
|
|
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73,
|
|
|
- 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65,
|
|
|
- 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x62, 0x75,
|
|
|
- 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a,
|
|
|
+ 0x0a, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x6f,
|
|
|
+ 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
+ 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f,
|
|
|
0x69, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x70, 0x6f, 0x69, 0x6e, 0x74,
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61,
|
|
@@ -447,15 +446,14 @@ var file_integral_proto_rawDesc = []byte{
|
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75,
|
|
|
0x6e, 0x74, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b,
|
|
|
0x32, 0x0f, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x6c, 0x2e, 0x50, 0x6f, 0x69, 0x6e,
|
|
|
- 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xf9, 0x01, 0x0a, 0x05, 0x50, 0x6f, 0x69, 0x6e,
|
|
|
+ 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe9, 0x01, 0x0a, 0x05, 0x50, 0x6f, 0x69, 0x6e,
|
|
|
0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69,
|
|
|
0x64, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02,
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
|
- 0x26, 0x0a, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x49,
|
|
|
- 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73,
|
|
|
- 0x73, 0x54, 0x79, 0x70, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x75, 0x73, 0x69, 0x6e,
|
|
|
- 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x62,
|
|
|
- 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70,
|
|
|
+ 0x1a, 0x0a, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x08, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73,
|
|
|
+ 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
+ 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70,
|
|
|
0x6f, 0x69, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x70, 0x6f, 0x69, 0x6e,
|
|
|
0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18,
|
|
|
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
|