|
@@ -1134,6 +1134,170 @@ func (x *WorkingValve) GetCTime() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type ItemHistoryData struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
+ ProjectId int64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
|
|
|
|
+ ItemName string `protobuf:"bytes,3,opt,name=item_name,json=itemName,proto3" json:"item_name,omitempty"`
|
|
|
|
+ Val float64 `protobuf:"fixed64,4,opt,name=val,proto3" json:"val,omitempty"`
|
|
|
|
+ CTime string `protobuf:"bytes,5,opt,name=c_time,json=cTime,proto3" json:"c_time,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) Reset() {
|
|
|
|
+ *x = ItemHistoryData{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[6]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ItemHistoryData) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[6]
|
|
|
|
+ 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 ItemHistoryData.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ItemHistoryData) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{6}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) GetId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Id
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) GetProjectId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ProjectId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) GetItemName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ItemName
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) GetVal() float64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Val
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ItemHistoryData) GetCTime() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.CTime
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type MultiAddItemHistoryDataReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ List []*ItemHistoryData `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *MultiAddItemHistoryDataReq) Reset() {
|
|
|
|
+ *x = MultiAddItemHistoryDataReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[7]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *MultiAddItemHistoryDataReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*MultiAddItemHistoryDataReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *MultiAddItemHistoryDataReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[7]
|
|
|
|
+ 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 MultiAddItemHistoryDataReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*MultiAddItemHistoryDataReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{7}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *MultiAddItemHistoryDataReq) GetList() []*ItemHistoryData {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.List
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type MultiAddItemHistoryDataResp struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *MultiAddItemHistoryDataResp) Reset() {
|
|
|
|
+ *x = MultiAddItemHistoryDataResp{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[8]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *MultiAddItemHistoryDataResp) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*MultiAddItemHistoryDataResp) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *MultiAddItemHistoryDataResp) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_organization_proto_msgTypes[8]
|
|
|
|
+ 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 MultiAddItemHistoryDataResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*MultiAddItemHistoryDataResp) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_organization_proto_rawDescGZIP(), []int{8}
|
|
|
|
+}
|
|
|
|
+
|
|
var File_organization_proto protoreflect.FileDescriptor
|
|
var File_organization_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_organization_proto_rawDesc = []byte{
|
|
var file_organization_proto_rawDesc = []byte{
|
|
@@ -1369,27 +1533,48 @@ var file_organization_proto_rawDesc = []byte{
|
|
0x0c, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20,
|
|
0x0c, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x0b, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x01, 0x28, 0x03, 0x52, 0x0b, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x12, 0x15, 0x0a, 0x06, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
|
|
0x12, 0x15, 0x0a, 0x06, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
|
|
- 0x52, 0x05, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x32, 0xb1, 0x02, 0x0a, 0x0c, 0x4f, 0x72, 0x67, 0x61,
|
|
|
|
- 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x35, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x57,
|
|
|
|
- 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x10,
|
|
|
|
|
|
+ 0x52, 0x05, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x86, 0x01, 0x0a, 0x0f, 0x49, 0x74, 0x65, 0x6d,
|
|
|
|
+ 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
|
|
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70,
|
|
|
|
+ 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 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, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69,
|
|
|
|
+ 0x74, 0x65, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x61, 0x6c, 0x18, 0x04,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x12, 0x15, 0x0a, 0x06, 0x63, 0x5f, 0x74,
|
|
|
|
+ 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x54, 0x69, 0x6d, 0x65,
|
|
|
|
+ 0x22, 0x45, 0x0a, 0x1a, 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, 0x12, 0x27,
|
|
|
|
+ 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x70,
|
|
|
|
+ 0x62, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x61, 0x74,
|
|
|
|
+ 0x61, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x1d, 0x0a, 0x1b, 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, 0x32, 0x8d, 0x03, 0x0a, 0x0c, 0x4f, 0x72, 0x67, 0x61, 0x6e,
|
|
|
|
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x35, 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,
|
|
|
|
+ 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x12, 0x35,
|
|
|
|
+ 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, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
+ 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x12, 0x3b, 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,
|
|
0x2e, 0x70, 0x62, 0x2e, 0x44, 0x63, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71,
|
|
- 0x1a, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x55, 0x66, 0x12,
|
|
|
|
- 0x35, 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, 0x0d, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72,
|
|
|
|
- 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x6f, 0x12, 0x3b, 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, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68,
|
|
|
|
- 0x65, 0x73, 0x74, 0x12, 0x39, 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, 0x0f, 0x2e,
|
|
|
|
- 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70, 0x12, 0x3b,
|
|
|
|
- 0x0a, 0x15, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75,
|
|
|
|
- 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, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x57,
|
|
|
|
- 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65, 0x42, 0x06, 0x5a, 0x04, 0x2e,
|
|
|
|
- 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x1a, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x65,
|
|
|
|
+ 0x73, 0x74, 0x12, 0x39, 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, 0x0f, 0x2e, 0x70,
|
|
|
|
+ 0x62, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x50, 0x75, 0x6d, 0x70, 0x12, 0x3b, 0x0a,
|
|
|
|
+ 0x15, 0x47, 0x65, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 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, 0x10, 0x2e, 0x70, 0x62, 0x2e, 0x57, 0x6f,
|
|
|
|
+ 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x76, 0x65, 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, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06,
|
|
|
|
+ 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -1404,31 +1589,37 @@ func file_organization_proto_rawDescGZIP() []byte {
|
|
return file_organization_proto_rawDescData
|
|
return file_organization_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_organization_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
|
|
|
|
+var file_organization_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
|
|
var file_organization_proto_goTypes = []interface{}{
|
|
var file_organization_proto_goTypes = []interface{}{
|
|
- (*DcWorkingReq)(nil), // 0: pb.DcWorkingReq
|
|
|
|
- (*WorkingUf)(nil), // 1: pb.WorkingUf
|
|
|
|
- (*WorkingRo)(nil), // 2: pb.WorkingRo
|
|
|
|
- (*WorkingChest)(nil), // 3: pb.WorkingChest
|
|
|
|
- (*WorkingPump)(nil), // 4: pb.WorkingPump
|
|
|
|
- (*WorkingValve)(nil), // 5: pb.WorkingValve
|
|
|
|
|
|
+ (*DcWorkingReq)(nil), // 0: pb.DcWorkingReq
|
|
|
|
+ (*WorkingUf)(nil), // 1: pb.WorkingUf
|
|
|
|
+ (*WorkingRo)(nil), // 2: pb.WorkingRo
|
|
|
|
+ (*WorkingChest)(nil), // 3: pb.WorkingChest
|
|
|
|
+ (*WorkingPump)(nil), // 4: pb.WorkingPump
|
|
|
|
+ (*WorkingValve)(nil), // 5: pb.WorkingValve
|
|
|
|
+ (*ItemHistoryData)(nil), // 6: pb.ItemHistoryData
|
|
|
|
+ (*MultiAddItemHistoryDataReq)(nil), // 7: pb.MultiAddItemHistoryDataReq
|
|
|
|
+ (*MultiAddItemHistoryDataResp)(nil), // 8: pb.MultiAddItemHistoryDataResp
|
|
}
|
|
}
|
|
var file_organization_proto_depIdxs = []int32{
|
|
var file_organization_proto_depIdxs = []int32{
|
|
- 0, // 0: pb.Organization.GetWorkingUfByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 1: pb.Organization.GetWorkingRoByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 2: pb.Organization.GetWorkingChestByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 3: pb.Organization.GetWorkingPumpByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 0, // 4: pb.Organization.GetWorkingValueByCode:input_type -> pb.DcWorkingReq
|
|
|
|
- 1, // 5: pb.Organization.GetWorkingUfByCode:output_type -> pb.WorkingUf
|
|
|
|
- 2, // 6: pb.Organization.GetWorkingRoByCode:output_type -> pb.WorkingRo
|
|
|
|
- 3, // 7: pb.Organization.GetWorkingChestByCode:output_type -> pb.WorkingChest
|
|
|
|
- 4, // 8: pb.Organization.GetWorkingPumpByCode:output_type -> pb.WorkingPump
|
|
|
|
- 5, // 9: pb.Organization.GetWorkingValueByCode:output_type -> pb.WorkingValve
|
|
|
|
- 5, // [5:10] is the sub-list for method output_type
|
|
|
|
- 0, // [0:5] is the sub-list for method input_type
|
|
|
|
- 0, // [0:0] is the sub-list for extension type_name
|
|
|
|
- 0, // [0:0] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:0] is the sub-list for field type_name
|
|
|
|
|
|
+ 6, // 0: pb.MultiAddItemHistoryDataReq.list:type_name -> pb.ItemHistoryData
|
|
|
|
+ 0, // 1: pb.Organization.GetWorkingUfByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 2: pb.Organization.GetWorkingRoByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 3: pb.Organization.GetWorkingChestByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 4: pb.Organization.GetWorkingPumpByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 0, // 5: pb.Organization.GetWorkingValueByCode:input_type -> pb.DcWorkingReq
|
|
|
|
+ 7, // 6: pb.Organization.MultiAddItemHistoryData:input_type -> pb.MultiAddItemHistoryDataReq
|
|
|
|
+ 1, // 7: pb.Organization.GetWorkingUfByCode:output_type -> pb.WorkingUf
|
|
|
|
+ 2, // 8: pb.Organization.GetWorkingRoByCode:output_type -> pb.WorkingRo
|
|
|
|
+ 3, // 9: pb.Organization.GetWorkingChestByCode:output_type -> pb.WorkingChest
|
|
|
|
+ 4, // 10: pb.Organization.GetWorkingPumpByCode:output_type -> pb.WorkingPump
|
|
|
|
+ 5, // 11: pb.Organization.GetWorkingValueByCode:output_type -> pb.WorkingValve
|
|
|
|
+ 8, // 12: pb.Organization.MultiAddItemHistoryData:output_type -> pb.MultiAddItemHistoryDataResp
|
|
|
|
+ 7, // [7:13] is the sub-list for method output_type
|
|
|
|
+ 1, // [1:7] is the sub-list for method input_type
|
|
|
|
+ 1, // [1:1] is the sub-list for extension type_name
|
|
|
|
+ 1, // [1:1] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:1] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_organization_proto_init() }
|
|
func init() { file_organization_proto_init() }
|
|
@@ -1509,6 +1700,42 @@ func file_organization_proto_init() {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ file_organization_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*ItemHistoryData); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_organization_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*MultiAddItemHistoryDataReq); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_organization_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*MultiAddItemHistoryDataResp); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
type x struct{}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -1516,7 +1743,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: 6,
|
|
|
|
|
|
+ NumMessages: 9,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|