|
@@ -691,7 +691,7 @@ type ConsumeRecord struct {
|
|
|
ResourceType string `protobuf:"bytes,4,opt,name=resourceType,proto3" json:"resourceType,omitempty"` //资源代码
|
|
|
ExportNum int64 `protobuf:"varint,5,opt,name=exportNum,proto3" json:"exportNum,omitempty"` //导出数量
|
|
|
DeductionNumb int64 `protobuf:"varint,6,opt,name=deductionNumb,proto3" json:"deductionNumb,omitempty"` //扣除数量
|
|
|
- RuleId int64 `protobuf:"varint,7,opt,name=ruleId,proto3" json:"ruleId,omitempty"` //导出规则标识
|
|
|
+ RuleId string `protobuf:"bytes,7,opt,name=ruleId,proto3" json:"ruleId,omitempty"` //导出规则标识
|
|
|
ExportTime string `protobuf:"bytes,8,opt,name=exportTime,proto3" json:"exportTime,omitempty"` //导出时间
|
|
|
UserType int64 `protobuf:"varint,9,opt,name=userType,proto3" json:"userType,omitempty"` //消费、充值
|
|
|
Remarks string `protobuf:"bytes,10,opt,name=remarks,proto3" json:"remarks,omitempty"` //备注
|
|
@@ -771,11 +771,11 @@ func (x *ConsumeRecord) GetDeductionNumb() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *ConsumeRecord) GetRuleId() int64 {
|
|
|
+func (x *ConsumeRecord) GetRuleId() string {
|
|
|
if x != nil {
|
|
|
return x.RuleId
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
func (x *ConsumeRecord) GetExportTime() string {
|
|
@@ -1377,7 +1377,7 @@ var file_resourcesCenter_proto_rawDesc = []byte{
|
|
|
0x6d, 0x12, 0x24, 0x0a, 0x0d, 0x64, 0x65, 0x64, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x75,
|
|
|
0x6d, 0x62, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x64, 0x65, 0x64, 0x75, 0x63, 0x74,
|
|
|
0x69, 0x6f, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x75, 0x6c, 0x65, 0x49,
|
|
|
- 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12,
|
|
|
+ 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12,
|
|
|
0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20,
|
|
|
0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12,
|
|
|
0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28,
|