|
@@ -2628,6 +2628,222 @@ func (x *ItemHistoryDataList) GetHTime() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type ItemHistoryDataForChart struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ // @gotags: json:"name"
|
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
|
|
|
|
+ // @gotags: json:"val"
|
|
|
|
+ Val float64 `protobuf:"fixed64,2,opt,name=val,proto3" json:"val"`
|
|
|
|
+ // @gotags: json:"htime_at"
|
|
|
|
+ HtimeAt string `protobuf:"bytes,3,opt,name=htime_at,json=htimeAt,proto3" json:"htime_at"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChart) Reset() {
|
|
|
|
+ *x = ItemHistoryDataForChart{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[17]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChart) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ItemHistoryDataForChart) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChart) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[17]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ItemHistoryDataForChart.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ItemHistoryDataForChart) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{17}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChart) GetName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Name
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChart) GetVal() float64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Val
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChart) GetHtimeAt() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.HtimeAt
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ItemHistoryDataForChartReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ // @gotags: json:"project_id"
|
|
|
|
+ ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
|
|
|
|
+ // @gotags: json:"item_name"
|
|
|
|
+ ItemName string `protobuf:"bytes,2,opt,name=item_name,json=itemName,proto3" json:"item_name"`
|
|
|
|
+ // @gotags: json:"stime"
|
|
|
|
+ Stime string `protobuf:"bytes,3,opt,name=stime,proto3" json:"stime"`
|
|
|
|
+ // @gotags: json:"etime"
|
|
|
|
+ Etime string `protobuf:"bytes,4,opt,name=etime,proto3" json:"etime"`
|
|
|
|
+ // @gotags: json:"interval"
|
|
|
|
+ Interval string `protobuf:"bytes,5,opt,name=interval,proto3" json:"interval"`
|
|
|
|
+ // @gotags: json:"size"
|
|
|
|
+ Size int64 `protobuf:"varint,6,opt,name=size,proto3" json:"size"`
|
|
|
|
+ // @gotags: json:"aggregator"
|
|
|
|
+ Aggregator string `protobuf:"bytes,7,opt,name=aggregator,proto3" json:"aggregator"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) Reset() {
|
|
|
|
+ *x = ItemHistoryDataForChartReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[18]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ItemHistoryDataForChartReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[18]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ItemHistoryDataForChartReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ItemHistoryDataForChartReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{18}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) GetProjectId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ProjectId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) GetItemName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ItemName
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) GetStime() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Stime
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) GetEtime() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Etime
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) GetInterval() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Interval
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) GetSize() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Size
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartReq) GetAggregator() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Aggregator
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type ItemHistoryDataForChartResp struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ // @gotags: json:"list"
|
|
|
|
+ List []*ItemHistoryDataForChart `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartResp) Reset() {
|
|
|
|
+ *x = ItemHistoryDataForChartResp{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[19]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartResp) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ItemHistoryDataForChartResp) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartResp) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[19]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ItemHistoryDataForChartResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ItemHistoryDataForChartResp) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{19}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryDataForChartResp) GetList() []*ItemHistoryDataForChart {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.List
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
type ItemHistoryDataListResp struct {
|
|
type ItemHistoryDataListResp struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -2640,7 +2856,7 @@ type ItemHistoryDataListResp struct {
|
|
func (x *ItemHistoryDataListResp) Reset() {
|
|
func (x *ItemHistoryDataListResp) Reset() {
|
|
*x = ItemHistoryDataListResp{}
|
|
*x = ItemHistoryDataListResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[17]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2653,7 +2869,7 @@ func (x *ItemHistoryDataListResp) String() string {
|
|
func (*ItemHistoryDataListResp) ProtoMessage() {}
|
|
func (*ItemHistoryDataListResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *ItemHistoryDataListResp) ProtoReflect() protoreflect.Message {
|
|
func (x *ItemHistoryDataListResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[17]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[20]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2666,7 +2882,7 @@ func (x *ItemHistoryDataListResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ItemHistoryDataListResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use ItemHistoryDataListResp.ProtoReflect.Descriptor instead.
|
|
func (*ItemHistoryDataListResp) Descriptor() ([]byte, []int) {
|
|
func (*ItemHistoryDataListResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ItemHistoryDataListResp) GetList() []*ItemHistoryDataList {
|
|
func (x *ItemHistoryDataListResp) GetList() []*ItemHistoryDataList {
|
|
@@ -2688,7 +2904,7 @@ type GetWorkingUfByCodeResp struct {
|
|
func (x *GetWorkingUfByCodeResp) Reset() {
|
|
func (x *GetWorkingUfByCodeResp) Reset() {
|
|
*x = GetWorkingUfByCodeResp{}
|
|
*x = GetWorkingUfByCodeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[18]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2701,7 +2917,7 @@ func (x *GetWorkingUfByCodeResp) String() string {
|
|
func (*GetWorkingUfByCodeResp) ProtoMessage() {}
|
|
func (*GetWorkingUfByCodeResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetWorkingUfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
func (x *GetWorkingUfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[18]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[21]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2714,7 +2930,7 @@ func (x *GetWorkingUfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetWorkingUfByCodeResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use GetWorkingUfByCodeResp.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkingUfByCodeResp) Descriptor() ([]byte, []int) {
|
|
func (*GetWorkingUfByCodeResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *GetWorkingUfByCodeResp) GetList() []*WorkingUf {
|
|
func (x *GetWorkingUfByCodeResp) GetList() []*WorkingUf {
|
|
@@ -2736,7 +2952,7 @@ type GetWorkingRoByCodeResp struct {
|
|
func (x *GetWorkingRoByCodeResp) Reset() {
|
|
func (x *GetWorkingRoByCodeResp) Reset() {
|
|
*x = GetWorkingRoByCodeResp{}
|
|
*x = GetWorkingRoByCodeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[19]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2749,7 +2965,7 @@ func (x *GetWorkingRoByCodeResp) String() string {
|
|
func (*GetWorkingRoByCodeResp) ProtoMessage() {}
|
|
func (*GetWorkingRoByCodeResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetWorkingRoByCodeResp) ProtoReflect() protoreflect.Message {
|
|
func (x *GetWorkingRoByCodeResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[19]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[22]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2762,7 +2978,7 @@ func (x *GetWorkingRoByCodeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetWorkingRoByCodeResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use GetWorkingRoByCodeResp.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkingRoByCodeResp) Descriptor() ([]byte, []int) {
|
|
func (*GetWorkingRoByCodeResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{19}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *GetWorkingRoByCodeResp) GetList() []*WorkingRo {
|
|
func (x *GetWorkingRoByCodeResp) GetList() []*WorkingRo {
|
|
@@ -2784,7 +3000,7 @@ type GetWorkingNfByCodeResp struct {
|
|
func (x *GetWorkingNfByCodeResp) Reset() {
|
|
func (x *GetWorkingNfByCodeResp) Reset() {
|
|
*x = GetWorkingNfByCodeResp{}
|
|
*x = GetWorkingNfByCodeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[20]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2797,7 +3013,7 @@ func (x *GetWorkingNfByCodeResp) String() string {
|
|
func (*GetWorkingNfByCodeResp) ProtoMessage() {}
|
|
func (*GetWorkingNfByCodeResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetWorkingNfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
func (x *GetWorkingNfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[20]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[23]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2810,7 +3026,7 @@ func (x *GetWorkingNfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetWorkingNfByCodeResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use GetWorkingNfByCodeResp.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkingNfByCodeResp) Descriptor() ([]byte, []int) {
|
|
func (*GetWorkingNfByCodeResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{20}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *GetWorkingNfByCodeResp) GetList() []*WorkingNf {
|
|
func (x *GetWorkingNfByCodeResp) GetList() []*WorkingNf {
|
|
@@ -2832,7 +3048,7 @@ type GetWorkingMfByCodeResp struct {
|
|
func (x *GetWorkingMfByCodeResp) Reset() {
|
|
func (x *GetWorkingMfByCodeResp) Reset() {
|
|
*x = GetWorkingMfByCodeResp{}
|
|
*x = GetWorkingMfByCodeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[21]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2845,7 +3061,7 @@ func (x *GetWorkingMfByCodeResp) String() string {
|
|
func (*GetWorkingMfByCodeResp) ProtoMessage() {}
|
|
func (*GetWorkingMfByCodeResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetWorkingMfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
func (x *GetWorkingMfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[21]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2858,7 +3074,7 @@ func (x *GetWorkingMfByCodeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetWorkingMfByCodeResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use GetWorkingMfByCodeResp.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkingMfByCodeResp) Descriptor() ([]byte, []int) {
|
|
func (*GetWorkingMfByCodeResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{21}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *GetWorkingMfByCodeResp) GetList() []*WorkingMf {
|
|
func (x *GetWorkingMfByCodeResp) GetList() []*WorkingMf {
|
|
@@ -2880,7 +3096,7 @@ type GetWorkingPumpByCodeResp struct {
|
|
func (x *GetWorkingPumpByCodeResp) Reset() {
|
|
func (x *GetWorkingPumpByCodeResp) Reset() {
|
|
*x = GetWorkingPumpByCodeResp{}
|
|
*x = GetWorkingPumpByCodeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[22]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2893,7 +3109,7 @@ func (x *GetWorkingPumpByCodeResp) String() string {
|
|
func (*GetWorkingPumpByCodeResp) ProtoMessage() {}
|
|
func (*GetWorkingPumpByCodeResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetWorkingPumpByCodeResp) ProtoReflect() protoreflect.Message {
|
|
func (x *GetWorkingPumpByCodeResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[22]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2906,7 +3122,7 @@ func (x *GetWorkingPumpByCodeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetWorkingPumpByCodeResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use GetWorkingPumpByCodeResp.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkingPumpByCodeResp) Descriptor() ([]byte, []int) {
|
|
func (*GetWorkingPumpByCodeResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{22}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *GetWorkingPumpByCodeResp) GetList() []*WorkingPump {
|
|
func (x *GetWorkingPumpByCodeResp) GetList() []*WorkingPump {
|
|
@@ -2928,7 +3144,7 @@ type GetWorkingValveByCodeResp struct {
|
|
func (x *GetWorkingValveByCodeResp) Reset() {
|
|
func (x *GetWorkingValveByCodeResp) Reset() {
|
|
*x = GetWorkingValveByCodeResp{}
|
|
*x = GetWorkingValveByCodeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[23]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2941,7 +3157,7 @@ func (x *GetWorkingValveByCodeResp) String() string {
|
|
func (*GetWorkingValveByCodeResp) ProtoMessage() {}
|
|
func (*GetWorkingValveByCodeResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetWorkingValveByCodeResp) ProtoReflect() protoreflect.Message {
|
|
func (x *GetWorkingValveByCodeResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[23]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[26]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2954,7 +3170,7 @@ func (x *GetWorkingValveByCodeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetWorkingValveByCodeResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use GetWorkingValveByCodeResp.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkingValveByCodeResp) Descriptor() ([]byte, []int) {
|
|
func (*GetWorkingValveByCodeResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{23}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *GetWorkingValveByCodeResp) GetList() []*WorkingValve {
|
|
func (x *GetWorkingValveByCodeResp) GetList() []*WorkingValve {
|
|
@@ -2976,7 +3192,7 @@ type GetWorkingChestByCodeResp struct {
|
|
func (x *GetWorkingChestByCodeResp) Reset() {
|
|
func (x *GetWorkingChestByCodeResp) Reset() {
|
|
*x = GetWorkingChestByCodeResp{}
|
|
*x = GetWorkingChestByCodeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_organization_proto_msgTypes[24]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2989,7 +3205,7 @@ func (x *GetWorkingChestByCodeResp) String() string {
|
|
func (*GetWorkingChestByCodeResp) ProtoMessage() {}
|
|
func (*GetWorkingChestByCodeResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetWorkingChestByCodeResp) ProtoReflect() protoreflect.Message {
|
|
func (x *GetWorkingChestByCodeResp) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_organization_proto_msgTypes[24]
|
|
|
|
|
|
+ mi := &file_organization_proto_msgTypes[27]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -3002,7 +3218,7 @@ func (x *GetWorkingChestByCodeResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetWorkingChestByCodeResp.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use GetWorkingChestByCodeResp.ProtoReflect.Descriptor instead.
|
|
func (*GetWorkingChestByCodeResp) Descriptor() ([]byte, []int) {
|
|
func (*GetWorkingChestByCodeResp) Descriptor() ([]byte, []int) {
|
|
- return file_organization_proto_rawDescGZIP(), []int{24}
|
|
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *GetWorkingChestByCodeResp) GetList() []*WorkingChest {
|
|
func (x *GetWorkingChestByCodeResp) GetList() []*WorkingChest {
|
|
@@ -3477,97 +3693,127 @@ var file_organization_proto_rawDesc = []byte{
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a,
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a,
|
|
0x03, 0x76, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x12,
|
|
0x03, 0x76, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x12,
|
|
0x15, 0x0a, 0x06, 0x68, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x15, 0x0a, 0x06, 0x68, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
- 0x05, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x46, 0x0a, 0x17, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
|
|
- 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
|
|
|
|
- 0x70, 0x12, 0x2b, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
|
- 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79,
|
|
|
|
- 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3b,
|
|
|
|
- 0x0a, 0x16, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x42, 0x79,
|
|
|
|
|
|
+ 0x05, 0x68, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x5a, 0x0a, 0x17, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x43, 0x68, 0x61, 0x72,
|
|
|
|
+ 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x01, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x12, 0x19, 0x0a, 0x08, 0x68, 0x74, 0x69, 0x6d, 0x65,
|
|
|
|
+ 0x5f, 0x61, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x68, 0x74, 0x69, 0x6d, 0x65,
|
|
|
|
+ 0x41, 0x74, 0x22, 0xd4, 0x01, 0x0a, 0x1a, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
|
+ 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x43, 0x68, 0x61, 0x72, 0x74, 0x52, 0x65,
|
|
|
|
+ 0x71, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18,
|
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64,
|
|
|
|
+ 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x74, 0x65, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a,
|
|
|
|
+ 0x05, 0x73, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x74,
|
|
|
|
+ 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x09, 0x52, 0x05, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x6e, 0x74,
|
|
|
|
+ 0x65, 0x72, 0x76, 0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x74,
|
|
|
|
+ 0x65, 0x72, 0x76, 0x61, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x67, 0x67,
|
|
|
|
+ 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61,
|
|
|
|
+ 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x22, 0x4e, 0x0a, 0x1b, 0x49, 0x74, 0x65,
|
|
|
|
+ 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x43,
|
|
|
|
+ 0x68, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d,
|
|
|
|
+ 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x43, 0x68,
|
|
|
|
+ 0x61, 0x72, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x46, 0x0a, 0x17, 0x49, 0x74, 0x65,
|
|
|
|
+ 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03,
|
|
|
|
+ 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73,
|
|
|
|
+ 0x74, 0x22, 0x3b, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55,
|
|
|
|
+ 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x6c,
|
|
|
|
+ 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57,
|
|
|
|
+ 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3b,
|
|
|
|
+ 0x0a, 0x16, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x42, 0x79,
|
|
0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b,
|
|
0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b,
|
|
- 0x69, 0x6e, 0x67, 0x55, 0x66, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3b, 0x0a, 0x16, 0x47,
|
|
|
|
- 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x42, 0x79, 0x43, 0x6f, 0x64,
|
|
|
|
|
|
+ 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3b, 0x0a, 0x16, 0x47,
|
|
|
|
+ 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x4e, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64,
|
|
0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20,
|
|
0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20,
|
|
0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67,
|
|
0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67,
|
|
- 0x52, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3b, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x57,
|
|
|
|
- 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x4e, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
|
|
|
|
|
|
+ 0x4e, 0x66, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3b, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x57,
|
|
|
|
+ 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x4d, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
- 0x32, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x4e, 0x66, 0x52,
|
|
|
|
- 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3b, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
- 0x69, 0x6e, 0x67, 0x4d, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
- 0x21, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e,
|
|
|
|
- 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x4d, 0x66, 0x52, 0x04, 0x6c, 0x69,
|
|
|
|
- 0x73, 0x74, 0x22, 0x3f, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67,
|
|
|
|
- 0x50, 0x75, 0x6d, 0x70, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23,
|
|
|
|
- 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x70,
|
|
|
|
- 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70, 0x52, 0x04, 0x6c,
|
|
|
|
- 0x69, 0x73, 0x74, 0x22, 0x41, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e,
|
|
|
|
- 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
- 0x12, 0x24, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10,
|
|
|
|
- 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65,
|
|
|
|
|
|
+ 0x32, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x4d, 0x66, 0x52,
|
|
|
|
+ 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x3f, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
+ 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73,
|
|
|
|
+ 0x70, 0x12, 0x23, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
|
+ 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70,
|
|
0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x41, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72,
|
|
0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x41, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72,
|
|
- 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x65, 0x73, 0x74, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52,
|
|
|
|
|
|
+ 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52,
|
|
0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
- 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68,
|
|
|
|
- 0x65, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x32, 0x8e, 0x07, 0x0a, 0x0c, 0x4f, 0x72,
|
|
|
|
- 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x42, 0x0a, 0x12, 0x47, 0x65,
|
|
|
|
- 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65,
|
|
|
|
|
|
+ 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61,
|
|
|
|
+ 0x6c, 0x76, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x41, 0x0a, 0x19, 0x47, 0x65, 0x74,
|
|
|
|
+ 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x65, 0x73, 0x74, 0x42, 0x79, 0x43, 0x6f,
|
|
|
|
+ 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01,
|
|
|
|
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e,
|
|
|
|
+ 0x67, 0x43, 0x68, 0x65, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x32, 0xea, 0x07, 0x0a,
|
|
|
|
+ 0x0c, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x42, 0x0a,
|
|
|
|
+ 0x12, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x42, 0x79, 0x43,
|
|
|
|
+ 0x6f, 0x64, 0x65, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b, 0x69,
|
|
|
|
+ 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x6f,
|
|
|
|
+ 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73,
|
|
|
|
+ 0x70, 0x12, 0x42, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52,
|
|
|
|
+ 0x6f, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57,
|
|
|
|
+ 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x47,
|
|
|
|
+ 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x42, 0x79, 0x43, 0x6f, 0x64,
|
|
|
|
+ 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
+ 0x69, 0x6e, 0x67, 0x43, 0x68, 0x65, 0x73, 0x74, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10,
|
|
|
|
+ 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71,
|
|
|
|
+ 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67,
|
|
|
|
+ 0x43, 0x68, 0x65, 0x73, 0x74, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
+ 0x46, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d,
|
|
|
|
+ 0x70, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57,
|
|
|
|
+ 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x47,
|
|
|
|
+ 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70, 0x42, 0x79, 0x43,
|
|
|
|
+ 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x57, 0x6f,
|
|
|
|
+ 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65,
|
|
0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52,
|
|
0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52,
|
|
- 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69,
|
|
|
|
- 0x6e, 0x67, 0x55, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42,
|
|
|
|
- 0x0a, 0x12, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x42, 0x79,
|
|
|
|
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
- 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57,
|
|
|
|
- 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
|
|
|
|
- 0x73, 0x70, 0x12, 0x48, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67,
|
|
|
|
- 0x43, 0x68, 0x65, 0x73, 0x74, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x2e, 0x70, 0x62,
|
|
|
|
- 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e,
|
|
|
|
- 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x65,
|
|
|
|
- 0x73, 0x74, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x46, 0x0a, 0x14,
|
|
|
|
- 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70, 0x42, 0x79,
|
|
|
|
- 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
- 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57,
|
|
|
|
- 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65,
|
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69,
|
|
|
|
- 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x2e,
|
|
|
|
- 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a,
|
|
|
|
- 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56,
|
|
|
|
- 0x61, 0x6c, 0x76, 0x65, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x5a,
|
|
|
|
- 0x0a, 0x17, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
|
|
- 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x2e, 0x70, 0x62, 0x2e, 0x4d,
|
|
|
|
- 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
|
- 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x70, 0x62, 0x2e, 0x4d,
|
|
|
|
- 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
|
- 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4e, 0x0a, 0x13, 0x49, 0x74,
|
|
|
|
- 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73,
|
|
|
|
- 0x74, 0x12, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
|
- 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e,
|
|
|
|
- 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61,
|
|
|
|
- 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x52, 0x0a, 0x15, 0x49, 0x74,
|
|
|
|
- 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x54,
|
|
|
|
- 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73,
|
|
|
|
- 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65,
|
|
|
|
- 0x71, 0x1a, 0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
|
- 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x5a,
|
|
|
|
- 0x0a, 0x1b, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74,
|
|
|
|
- 0x61, 0x4d, 0x61, 0x78, 0x4d, 0x69, 0x6e, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x2e,
|
|
|
|
|
|
+ 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62, 0x2e, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69,
|
|
|
|
+ 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73,
|
|
|
|
+ 0x70, 0x12, 0x5a, 0x0a, 0x17, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, 0x49, 0x74, 0x65,
|
|
|
|
+ 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x2e, 0x70,
|
|
|
|
+ 0x62, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x70,
|
|
|
|
+ 0x62, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x41, 0x64, 0x64, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4e, 0x0a,
|
|
|
|
+ 0x13, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61,
|
|
|
|
+ 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71,
|
|
|
|
+ 0x1a, 0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72,
|
|
|
|
+ 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x52, 0x0a,
|
|
|
|
+ 0x15, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61,
|
|
|
|
+ 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d,
|
|
|
|
+ 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x54, 0x69, 0x6d,
|
|
|
|
+ 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
|
|
|
|
+ 0x70, 0x12, 0x5a, 0x0a, 0x1b, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79,
|
|
|
|
+ 0x44, 0x61, 0x74, 0x61, 0x4d, 0x61, 0x78, 0x4d, 0x69, 0x6e, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65,
|
|
|
|
+ 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72,
|
|
|
|
+ 0x79, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1d,
|
|
|
|
+ 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44,
|
|
|
|
+ 0x61, 0x74, 0x61, 0x4d, 0x61, 0x78, 0x4d, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x60, 0x0a,
|
|
|
|
+ 0x1e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61,
|
|
|
|
+ 0x46, 0x69, 0x72, 0x73, 0x74, 0x4c, 0x61, 0x73, 0x74, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12,
|
|
|
|
+ 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79,
|
|
|
|
+ 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e,
|
|
0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61,
|
|
0x70, 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61,
|
|
- 0x74, 0x61, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x70, 0x62,
|
|
|
|
- 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61,
|
|
|
|
- 0x4d, 0x61, 0x78, 0x4d, 0x69, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x60, 0x0a, 0x1e, 0x49, 0x74,
|
|
|
|
- 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46, 0x69, 0x72,
|
|
|
|
- 0x73, 0x74, 0x4c, 0x61, 0x73, 0x74, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x2e, 0x70,
|
|
|
|
|
|
+ 0x74, 0x61, 0x46, 0x69, 0x72, 0x73, 0x74, 0x4c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
+ 0x5c, 0x0a, 0x19, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x49, 0x74, 0x65,
|
|
|
|
+ 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x2e, 0x70,
|
|
0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74,
|
|
0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74,
|
|
- 0x61, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x70, 0x62, 0x2e,
|
|
|
|
- 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46,
|
|
|
|
- 0x69, 0x72, 0x73, 0x74, 0x4c, 0x61, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x5c, 0x0a, 0x19,
|
|
|
|
|
|
+ 0x61, 0x42, 0x79, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x70, 0x62, 0x2e,
|
|
0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69,
|
|
- 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x2e, 0x70, 0x62, 0x2e, 0x49,
|
|
|
|
- 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79,
|
|
|
|
- 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x68, 0x61,
|
|
|
|
- 0x6e, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f,
|
|
|
|
- 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f,
|
|
|
|
- 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x12, 0x5a, 0x0a,
|
|
|
|
+ 0x17, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61,
|
|
|
|
+ 0x46, 0x6f, 0x72, 0x43, 0x68, 0x61, 0x72, 0x74, 0x12, 0x1e, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74,
|
|
|
|
+ 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46, 0x6f, 0x72,
|
|
|
|
+ 0x43, 0x68, 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x74,
|
|
|
|
+ 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x46, 0x6f, 0x72,
|
|
|
|
+ 0x43, 0x68, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70,
|
|
|
|
+ 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -3582,7 +3828,7 @@ func file_organization_proto_rawDescGZIP() []byte {
|
|
return file_organization_proto_rawDescData
|
|
return file_organization_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_organization_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
|
|
|
|
|
|
+var file_organization_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
|
|
var file_organization_proto_goTypes = []interface{}{
|
|
var file_organization_proto_goTypes = []interface{}{
|
|
(*DcWorkingReq)(nil), // 0: pb.DcWorkingReq
|
|
(*DcWorkingReq)(nil), // 0: pb.DcWorkingReq
|
|
(*WorkingMf)(nil), // 1: pb.WorkingMf
|
|
(*WorkingMf)(nil), // 1: pb.WorkingMf
|
|
@@ -3601,52 +3847,58 @@ var file_organization_proto_goTypes = []interface{}{
|
|
(*ItemHistoryDataFirstLastResp)(nil), // 14: pb.ItemHistoryDataFirstLastResp
|
|
(*ItemHistoryDataFirstLastResp)(nil), // 14: pb.ItemHistoryDataFirstLastResp
|
|
(*ChangeTypeItemHistoryDataResp)(nil), // 15: pb.ChangeTypeItemHistoryDataResp
|
|
(*ChangeTypeItemHistoryDataResp)(nil), // 15: pb.ChangeTypeItemHistoryDataResp
|
|
(*ItemHistoryDataList)(nil), // 16: pb.ItemHistoryDataList
|
|
(*ItemHistoryDataList)(nil), // 16: pb.ItemHistoryDataList
|
|
- (*ItemHistoryDataListResp)(nil), // 17: pb.ItemHistoryDataListResp
|
|
|
|
- (*GetWorkingUfByCodeResp)(nil), // 18: pb.GetWorkingUfByCodeResp
|
|
|
|
- (*GetWorkingRoByCodeResp)(nil), // 19: pb.GetWorkingRoByCodeResp
|
|
|
|
- (*GetWorkingNfByCodeResp)(nil), // 20: pb.GetWorkingNfByCodeResp
|
|
|
|
- (*GetWorkingMfByCodeResp)(nil), // 21: pb.GetWorkingMfByCodeResp
|
|
|
|
- (*GetWorkingPumpByCodeResp)(nil), // 22: pb.GetWorkingPumpByCodeResp
|
|
|
|
- (*GetWorkingValveByCodeResp)(nil), // 23: pb.GetWorkingValveByCodeResp
|
|
|
|
- (*GetWorkingChestByCodeResp)(nil), // 24: pb.GetWorkingChestByCodeResp
|
|
|
|
|
|
+ (*ItemHistoryDataForChart)(nil), // 17: pb.ItemHistoryDataForChart
|
|
|
|
+ (*ItemHistoryDataForChartReq)(nil), // 18: pb.ItemHistoryDataForChartReq
|
|
|
|
+ (*ItemHistoryDataForChartResp)(nil), // 19: pb.ItemHistoryDataForChartResp
|
|
|
|
+ (*ItemHistoryDataListResp)(nil), // 20: pb.ItemHistoryDataListResp
|
|
|
|
+ (*GetWorkingUfByCodeResp)(nil), // 21: pb.GetWorkingUfByCodeResp
|
|
|
|
+ (*GetWorkingRoByCodeResp)(nil), // 22: pb.GetWorkingRoByCodeResp
|
|
|
|
+ (*GetWorkingNfByCodeResp)(nil), // 23: pb.GetWorkingNfByCodeResp
|
|
|
|
+ (*GetWorkingMfByCodeResp)(nil), // 24: pb.GetWorkingMfByCodeResp
|
|
|
|
+ (*GetWorkingPumpByCodeResp)(nil), // 25: pb.GetWorkingPumpByCodeResp
|
|
|
|
+ (*GetWorkingValveByCodeResp)(nil), // 26: pb.GetWorkingValveByCodeResp
|
|
|
|
+ (*GetWorkingChestByCodeResp)(nil), // 27: pb.GetWorkingChestByCodeResp
|
|
}
|
|
}
|
|
var file_organization_proto_depIdxs = []int32{
|
|
var file_organization_proto_depIdxs = []int32{
|
|
8, // 0: pb.MultiAddItemHistoryDataReq.list:type_name -> pb.ItemHistoryData
|
|
8, // 0: pb.MultiAddItemHistoryDataReq.list:type_name -> pb.ItemHistoryData
|
|
- 16, // 1: pb.ItemHistoryDataListResp.list:type_name -> pb.ItemHistoryDataList
|
|
|
|
- 2, // 2: pb.GetWorkingUfByCodeResp.list:type_name -> pb.WorkingUf
|
|
|
|
- 4, // 3: pb.GetWorkingRoByCodeResp.list:type_name -> pb.WorkingRo
|
|
|
|
- 3, // 4: pb.GetWorkingNfByCodeResp.list:type_name -> pb.WorkingNf
|
|
|
|
- 1, // 5: pb.GetWorkingMfByCodeResp.list:type_name -> pb.WorkingMf
|
|
|
|
- 6, // 6: pb.GetWorkingPumpByCodeResp.list:type_name -> pb.WorkingPump
|
|
|
|
- 7, // 7: pb.GetWorkingValveByCodeResp.list:type_name -> pb.WorkingValve
|
|
|
|
- 5, // 8: pb.GetWorkingChestByCodeResp.list:type_name -> pb.WorkingChest
|
|
|
|
- 0, // 9: pb.Organization.GetWorkingUfByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 10: pb.Organization.GetWorkingRoByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 11: pb.Organization.GetWorkingChestByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 12: pb.Organization.GetWorkingPumpByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 13: pb.Organization.GetWorkingValveByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 9, // 14: pb.Organization.MultiAddItemHistoryData:input_type -> pb.MultiAddItemHistoryDataReq
|
|
|
|
- 11, // 15: pb.Organization.ItemHistoryDataList:input_type -> pb.ItemHistoryDataListReq
|
|
|
|
- 12, // 16: pb.Organization.ItemHistoryDataByTime:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
- 12, // 17: pb.Organization.ItemHistoryDataMaxMinByTime:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
- 12, // 18: pb.Organization.ItemHistoryDataFirstLastByTime:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
- 12, // 19: pb.Organization.ChangeTypeItemHistoryData:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
- 18, // 20: pb.Organization.GetWorkingUfByCode:output_type -> pb.GetWorkingUfByCodeResp
|
|
|
|
- 19, // 21: pb.Organization.GetWorkingRoByCode:output_type -> pb.GetWorkingRoByCodeResp
|
|
|
|
- 24, // 22: pb.Organization.GetWorkingChestByCode:output_type -> pb.GetWorkingChestByCodeResp
|
|
|
|
- 22, // 23: pb.Organization.GetWorkingPumpByCode:output_type -> pb.GetWorkingPumpByCodeResp
|
|
|
|
- 23, // 24: pb.Organization.GetWorkingValveByCode:output_type -> pb.GetWorkingValveByCodeResp
|
|
|
|
- 10, // 25: pb.Organization.MultiAddItemHistoryData:output_type -> pb.MultiAddItemHistoryDataResp
|
|
|
|
- 17, // 26: pb.Organization.ItemHistoryDataList:output_type -> pb.ItemHistoryDataListResp
|
|
|
|
- 17, // 27: pb.Organization.ItemHistoryDataByTime:output_type -> pb.ItemHistoryDataListResp
|
|
|
|
- 13, // 28: pb.Organization.ItemHistoryDataMaxMinByTime:output_type -> pb.ItemHistoryDataMaxMinResp
|
|
|
|
- 14, // 29: pb.Organization.ItemHistoryDataFirstLastByTime:output_type -> pb.ItemHistoryDataFirstLastResp
|
|
|
|
- 15, // 30: pb.Organization.ChangeTypeItemHistoryData:output_type -> pb.ChangeTypeItemHistoryDataResp
|
|
|
|
- 20, // [20:31] is the sub-list for method output_type
|
|
|
|
- 9, // [9:20] is the sub-list for method input_type
|
|
|
|
- 9, // [9:9] is the sub-list for extension type_name
|
|
|
|
- 9, // [9:9] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:9] is the sub-list for field type_name
|
|
|
|
|
|
+ 17, // 1: pb.ItemHistoryDataForChartResp.list:type_name -> pb.ItemHistoryDataForChart
|
|
|
|
+ 16, // 2: pb.ItemHistoryDataListResp.list:type_name -> pb.ItemHistoryDataList
|
|
|
|
+ 2, // 3: pb.GetWorkingUfByCodeResp.list:type_name -> pb.WorkingUf
|
|
|
|
+ 4, // 4: pb.GetWorkingRoByCodeResp.list:type_name -> pb.WorkingRo
|
|
|
|
+ 3, // 5: pb.GetWorkingNfByCodeResp.list:type_name -> pb.WorkingNf
|
|
|
|
+ 1, // 6: pb.GetWorkingMfByCodeResp.list:type_name -> pb.WorkingMf
|
|
|
|
+ 6, // 7: pb.GetWorkingPumpByCodeResp.list:type_name -> pb.WorkingPump
|
|
|
|
+ 7, // 8: pb.GetWorkingValveByCodeResp.list:type_name -> pb.WorkingValve
|
|
|
|
+ 5, // 9: pb.GetWorkingChestByCodeResp.list:type_name -> pb.WorkingChest
|
|
|
|
+ 0, // 10: pb.Organization.GetWorkingUfByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 11: pb.Organization.GetWorkingRoByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 12: pb.Organization.GetWorkingChestByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 13: pb.Organization.GetWorkingPumpByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 14: pb.Organization.GetWorkingValveByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 9, // 15: pb.Organization.MultiAddItemHistoryData:input_type -> pb.MultiAddItemHistoryDataReq
|
|
|
|
+ 11, // 16: pb.Organization.ItemHistoryDataList:input_type -> pb.ItemHistoryDataListReq
|
|
|
|
+ 12, // 17: pb.Organization.ItemHistoryDataByTime:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
+ 12, // 18: pb.Organization.ItemHistoryDataMaxMinByTime:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
+ 12, // 19: pb.Organization.ItemHistoryDataFirstLastByTime:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
+ 12, // 20: pb.Organization.ChangeTypeItemHistoryData:input_type -> pb.ItemHistoryDataByTimeReq
|
|
|
|
+ 18, // 21: pb.Organization.ItemHistoryDataForChart:input_type -> pb.ItemHistoryDataForChartReq
|
|
|
|
+ 21, // 22: pb.Organization.GetWorkingUfByCode:output_type -> pb.GetWorkingUfByCodeResp
|
|
|
|
+ 22, // 23: pb.Organization.GetWorkingRoByCode:output_type -> pb.GetWorkingRoByCodeResp
|
|
|
|
+ 27, // 24: pb.Organization.GetWorkingChestByCode:output_type -> pb.GetWorkingChestByCodeResp
|
|
|
|
+ 25, // 25: pb.Organization.GetWorkingPumpByCode:output_type -> pb.GetWorkingPumpByCodeResp
|
|
|
|
+ 26, // 26: pb.Organization.GetWorkingValveByCode:output_type -> pb.GetWorkingValveByCodeResp
|
|
|
|
+ 10, // 27: pb.Organization.MultiAddItemHistoryData:output_type -> pb.MultiAddItemHistoryDataResp
|
|
|
|
+ 20, // 28: pb.Organization.ItemHistoryDataList:output_type -> pb.ItemHistoryDataListResp
|
|
|
|
+ 20, // 29: pb.Organization.ItemHistoryDataByTime:output_type -> pb.ItemHistoryDataListResp
|
|
|
|
+ 13, // 30: pb.Organization.ItemHistoryDataMaxMinByTime:output_type -> pb.ItemHistoryDataMaxMinResp
|
|
|
|
+ 14, // 31: pb.Organization.ItemHistoryDataFirstLastByTime:output_type -> pb.ItemHistoryDataFirstLastResp
|
|
|
|
+ 15, // 32: pb.Organization.ChangeTypeItemHistoryData:output_type -> pb.ChangeTypeItemHistoryDataResp
|
|
|
|
+ 19, // 33: pb.Organization.ItemHistoryDataForChart:output_type -> pb.ItemHistoryDataForChartResp
|
|
|
|
+ 22, // [22:34] is the sub-list for method output_type
|
|
|
|
+ 10, // [10:22] is the sub-list for method input_type
|
|
|
|
+ 10, // [10:10] is the sub-list for extension type_name
|
|
|
|
+ 10, // [10:10] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:10] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_organization_proto_init() }
|
|
func init() { file_organization_proto_init() }
|
|
@@ -3860,7 +4112,7 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*ItemHistoryDataListResp); i {
|
|
|
|
|
|
+ switch v := v.(*ItemHistoryDataForChart); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3872,7 +4124,7 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*GetWorkingUfByCodeResp); i {
|
|
|
|
|
|
+ switch v := v.(*ItemHistoryDataForChartReq); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3884,7 +4136,7 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*GetWorkingRoByCodeResp); i {
|
|
|
|
|
|
+ switch v := v.(*ItemHistoryDataForChartResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3896,7 +4148,7 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*GetWorkingNfByCodeResp); i {
|
|
|
|
|
|
+ switch v := v.(*ItemHistoryDataListResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3908,7 +4160,7 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*GetWorkingMfByCodeResp); i {
|
|
|
|
|
|
+ switch v := v.(*GetWorkingUfByCodeResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3920,7 +4172,7 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*GetWorkingPumpByCodeResp); i {
|
|
|
|
|
|
+ switch v := v.(*GetWorkingRoByCodeResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3932,7 +4184,7 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*GetWorkingValveByCodeResp); i {
|
|
|
|
|
|
+ switch v := v.(*GetWorkingNfByCodeResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3944,6 +4196,42 @@ func file_organization_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_organization_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
file_organization_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*GetWorkingMfByCodeResp); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_organization_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*GetWorkingPumpByCodeResp); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_organization_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*GetWorkingValveByCodeResp); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_organization_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetWorkingChestByCodeResp); i {
|
|
switch v := v.(*GetWorkingChestByCodeResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
@@ -3962,7 +4250,7 @@ func file_organization_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_organization_proto_rawDesc,
|
|
RawDescriptor: file_organization_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 25,
|
|
|
|
|
|
+ NumMessages: 28,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|