Browse Source

创建时间

wfz 3 years ago
parent
commit
8c1a7958fe
3 changed files with 15 additions and 2 deletions
  1. 12 2
      api/common/common.pb.go
  2. 1 0
      api/common/common.proto
  3. 2 0
      js/api/common/common_pb.ts

+ 12 - 2
api/common/common.pb.go

@@ -7513,6 +7513,7 @@ type ManagerFindReportDetailsInfo struct {
 	ReportResult  string   `protobuf:"bytes,4,opt,name=reportResult,proto3" json:"reportResult"`   // 被举报的理由
 	ReportPicture []string `protobuf:"bytes,5,rep,name=reportPicture,proto3" json:"reportPicture"` // 被举报的图片
 	Category      []string `protobuf:"bytes,6,rep,name=category,proto3" json:"category"`           // 举报的类型
+	CreateTime    int64    `protobuf:"varint,7,opt,name=createTime,proto3" json:"createTime"`      // 举报时间
 }
 
 func (x *ManagerFindReportDetailsInfo) Reset() {
@@ -7589,6 +7590,13 @@ func (x *ManagerFindReportDetailsInfo) GetCategory() []string {
 	return nil
 }
 
+func (x *ManagerFindReportDetailsInfo) GetCreateTime() int64 {
+	if x != nil {
+		return x.CreateTime
+	}
+	return 0
+}
+
 var File_common_proto protoreflect.FileDescriptor
 
 var file_common_proto_rawDesc = []byte{
@@ -8522,7 +8530,7 @@ var file_common_proto_rawDesc = []byte{
 	0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72,
 	0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69,
 	0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
-	0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xd0, 0x01, 0x0a, 0x1c, 0x4d,
+	0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xf0, 0x01, 0x0a, 0x1c, 0x4d,
 	0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74,
 	0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69,
 	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70,
@@ -8535,7 +8543,9 @@ var file_common_proto_rawDesc = []byte{
 	0x65, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x05, 0x20, 0x03,
 	0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72,
 	0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x18, 0x06, 0x20,
-	0x03, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x42, 0x43, 0x0a,
+	0x03, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x1e, 0x0a,
+	0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
+	0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x42, 0x43, 0x0a,
 	0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67,
 	0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65,
 	0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,

+ 1 - 0
api/common/common.proto

@@ -760,4 +760,5 @@ message ManagerFindReportDetailsInfo{
   string reportResult = 4;// 被举报的理由
   repeated string reportPicture = 5;// 被举报的图片
   repeated string category = 6;// 举报的类型
+  int64 createTime = 7;// 举报时间
 }

+ 2 - 0
js/api/common/common_pb.ts

@@ -978,5 +978,7 @@ export interface ManagerFindReportDetailsInfo{
     reportPicture?:Array<string>;
     /**  举报的类型 */
     category?:Array<string>;
+    /**  举报时间 */
+    createTime?:number;
 }