|
@@ -4715,6 +4715,7 @@ type ProjectDetailData struct {
|
|
|
IsDistribute string `protobuf:"bytes,3,opt,name=IsDistribute,json=isDistribute,proto3" json:"IsDistribute,omitempty"` // 手动分发状态 1已分发
|
|
|
DisDate string `protobuf:"bytes,4,opt,name=DisDate,json=disDate,proto3" json:"DisDate,omitempty"` // 分发时间
|
|
|
ViewDate string `protobuf:"bytes,5,opt,name=ViewDate,json=visitDate,proto3" json:"ViewDate,omitempty"` //最早浏览时间
|
|
|
+ Id string `protobuf:"bytes,7,opt,name=id,proto3" json:"id,omitempty"` // 项目id
|
|
|
Stage map[string]*StageValue `protobuf:"bytes,6,rep,name=stage,proto3" json:"stage,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 阶段相关信息 <阶段名称,勾选时间>
|
|
|
}
|
|
|
|
|
@@ -4785,6 +4786,13 @@ func (x *ProjectDetailData) GetViewDate() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+func (x *ProjectDetailData) GetId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
func (x *ProjectDetailData) GetStage() map[string]*StageValue {
|
|
|
if x != nil {
|
|
|
return x.Stage
|
|
@@ -6386,7 +6394,7 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
|
0x53, 0x74, 0x61, 0x67, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74,
|
|
|
0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x53, 0x74, 0x61, 0x74,
|
|
|
0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x04, 0x44, 0x61, 0x74, 0x65, 0x22, 0xb2, 0x02, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65,
|
|
|
+ 0x52, 0x04, 0x44, 0x61, 0x74, 0x65, 0x22, 0xc2, 0x02, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65,
|
|
|
0x63, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16,
|
|
@@ -6397,7 +6405,8 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
|
0x73, 0x44, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x64, 0x69, 0x73,
|
|
|
0x44, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x08, 0x56, 0x69, 0x65, 0x77, 0x44, 0x61, 0x74, 0x65,
|
|
|
0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x76, 0x69, 0x73, 0x69, 0x74, 0x44, 0x61, 0x74,
|
|
|
- 0x65, 0x12, 0x3a, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b,
|
|
|
+ 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
|
|
|
+ 0x64, 0x12, 0x3a, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b,
|
|
|
0x32, 0x24, 0x2e, 0x62, 0x78, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x53, 0x74, 0x61, 0x67,
|
|
|
0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x1a, 0x4c, 0x0a,
|