|
@@ -947,7 +947,8 @@ type DocActivity struct {
|
|
|
DocFileSize int64 `protobuf:"varint,10,opt,name=docFileSize,proto3" json:"docFileSize,omitempty"` //文件大小
|
|
|
DocPageSize int64 `protobuf:"varint,11,opt,name=docPageSize,proto3" json:"docPageSize,omitempty"` //页码数
|
|
|
DocFileType int64 `protobuf:"varint,12,opt,name=docFileType,proto3" json:"docFileType,omitempty"` //文件类型,1 doc 2 pdf 3 xls 4 ppt 5 txt 6 其他
|
|
|
- IsBuy bool `protobuf:"varint,13,opt,name=isBuy,proto3" json:"isBuy,omitempty"` //是否购买
|
|
|
+ UploadDate string `protobuf:"bytes,13,opt,name=uploadDate,proto3" json:"uploadDate,omitempty"` //上传时间
|
|
|
+ IsBuy bool `protobuf:"varint,14,opt,name=isBuy,proto3" json:"isBuy,omitempty"` //是否购买
|
|
|
}
|
|
|
|
|
|
func (x *DocActivity) Reset() {
|
|
@@ -1066,6 +1067,13 @@ func (x *DocActivity) GetDocFileType() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+func (x *DocActivity) GetUploadDate() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.UploadDate
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
func (x *DocActivity) GetIsBuy() bool {
|
|
|
if x != nil {
|
|
|
return x.IsBuy
|
|
@@ -1258,7 +1266,7 @@ var file_stdlib_proto_rawDesc = []byte{
|
|
|
0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04,
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x49, 0x64, 0x22, 0x89, 0x03, 0x0a,
|
|
|
+ 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x49, 0x64, 0x22, 0xa9, 0x03, 0x0a,
|
|
|
0x0b, 0x44, 0x6f, 0x63, 0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x14, 0x0a, 0x05,
|
|
|
0x64, 0x6f, 0x63, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x64, 0x6f, 0x63,
|
|
|
0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x49, 0x64,
|
|
@@ -1282,7 +1290,9 @@ var file_stdlib_proto_rawDesc = []byte{
|
|
|
0x01, 0x28, 0x03, 0x52, 0x0b, 0x64, 0x6f, 0x63, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65,
|
|
|
0x12, 0x20, 0x0a, 0x0b, 0x64, 0x6f, 0x63, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x64, 0x6f, 0x63, 0x46, 0x69, 0x6c, 0x65, 0x54, 0x79,
|
|
|
- 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x42, 0x75, 0x79, 0x18, 0x0d, 0x20, 0x01, 0x28,
|
|
|
+ 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x61, 0x74, 0x65,
|
|
|
+ 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x44, 0x61,
|
|
|
+ 0x74, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x73, 0x42, 0x75, 0x79, 0x18, 0x0e, 0x20, 0x01, 0x28,
|
|
|
0x08, 0x52, 0x05, 0x69, 0x73, 0x42, 0x75, 0x79, 0x22, 0x76, 0x0a, 0x0f, 0x44, 0x6f, 0x63, 0x41,
|
|
|
0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x63,
|
|
|
0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
|