// Code generated by protoc-gen-go. DO NOT EDIT. // source: device.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type DeviceAllTypeListRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceAllTypeListRequest) Reset() { *m = DeviceAllTypeListRequest{} } func (m *DeviceAllTypeListRequest) String() string { return proto.CompactTextString(m) } func (*DeviceAllTypeListRequest) ProtoMessage() {} func (*DeviceAllTypeListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{0} } func (m *DeviceAllTypeListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAllTypeListRequest.Unmarshal(m, b) } func (m *DeviceAllTypeListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceAllTypeListRequest.Marshal(b, m, deterministic) } func (m *DeviceAllTypeListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceAllTypeListRequest.Merge(m, src) } func (m *DeviceAllTypeListRequest) XXX_Size() int { return xxx_messageInfo_DeviceAllTypeListRequest.Size(m) } func (m *DeviceAllTypeListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceAllTypeListRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceAllTypeListRequest proto.InternalMessageInfo type DeviceAllTypeItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` TypeCode int32 `protobuf:"varint,4,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,5,opt,name=type_name,json=typeName,proto3" json:"type_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceAllTypeItem) Reset() { *m = DeviceAllTypeItem{} } func (m *DeviceAllTypeItem) String() string { return proto.CompactTextString(m) } func (*DeviceAllTypeItem) ProtoMessage() {} func (*DeviceAllTypeItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{1} } func (m *DeviceAllTypeItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAllTypeItem.Unmarshal(m, b) } func (m *DeviceAllTypeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceAllTypeItem.Marshal(b, m, deterministic) } func (m *DeviceAllTypeItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceAllTypeItem.Merge(m, src) } func (m *DeviceAllTypeItem) XXX_Size() int { return xxx_messageInfo_DeviceAllTypeItem.Size(m) } func (m *DeviceAllTypeItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceAllTypeItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceAllTypeItem proto.InternalMessageInfo func (m *DeviceAllTypeItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DeviceAllTypeItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceAllTypeItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } type DeviceAllTypeListReply struct { List []*DeviceAllTypeItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceAllTypeListReply) Reset() { *m = DeviceAllTypeListReply{} } func (m *DeviceAllTypeListReply) String() string { return proto.CompactTextString(m) } func (*DeviceAllTypeListReply) ProtoMessage() {} func (*DeviceAllTypeListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{2} } func (m *DeviceAllTypeListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAllTypeListReply.Unmarshal(m, b) } func (m *DeviceAllTypeListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceAllTypeListReply.Marshal(b, m, deterministic) } func (m *DeviceAllTypeListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceAllTypeListReply.Merge(m, src) } func (m *DeviceAllTypeListReply) XXX_Size() int { return xxx_messageInfo_DeviceAllTypeListReply.Size(m) } func (m *DeviceAllTypeListReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceAllTypeListReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceAllTypeListReply proto.InternalMessageInfo func (m *DeviceAllTypeListReply) GetList() []*DeviceAllTypeItem { if m != nil { return m.List } return nil } type DeviceTypeListRequest struct { Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter"` FilterStatus []int32 `protobuf:"varint,2,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeListRequest) Reset() { *m = DeviceTypeListRequest{} } func (m *DeviceTypeListRequest) String() string { return proto.CompactTextString(m) } func (*DeviceTypeListRequest) ProtoMessage() {} func (*DeviceTypeListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{3} } func (m *DeviceTypeListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeListRequest.Unmarshal(m, b) } func (m *DeviceTypeListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeListRequest.Marshal(b, m, deterministic) } func (m *DeviceTypeListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeListRequest.Merge(m, src) } func (m *DeviceTypeListRequest) XXX_Size() int { return xxx_messageInfo_DeviceTypeListRequest.Size(m) } func (m *DeviceTypeListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeListRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeListRequest proto.InternalMessageInfo func (m *DeviceTypeListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *DeviceTypeListRequest) GetFilterStatus() []int32 { if m != nil { return m.FilterStatus } return nil } func (m *DeviceTypeListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } type DeviceTypeItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` ProviderName string `protobuf:"bytes,2,opt,name=provider_name,json=providerName,proto3" json:"provider_name"` SocialCode string `protobuf:"bytes,3,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 设备类型编码 TypeCode int32 `protobuf:"varint,4,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,5,opt,name=type_name,json=typeName,proto3" json:"type_name"` // 申请时间 ApplyTime string `protobuf:"bytes,6,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` // 开发者建议 Comment string `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment"` // 开发者审批时间 DevelopApproveTime string `protobuf:"bytes,8,opt,name=develop_approve_time,json=developApproveTime,proto3" json:"develop_approve_time"` // 0 待审核 1 对接测试通过 2 对接测试未通过 3 政府审核通过 4 政府审核未通过 Status int32 `protobuf:"varint,9,opt,name=status,proto3" json:"status"` // 政府审批时间 ApproveTime string `protobuf:"bytes,10,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` // 政府审批回复 Feedback string `protobuf:"bytes,11,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeItem) Reset() { *m = DeviceTypeItem{} } func (m *DeviceTypeItem) String() string { return proto.CompactTextString(m) } func (*DeviceTypeItem) ProtoMessage() {} func (*DeviceTypeItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{4} } func (m *DeviceTypeItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeItem.Unmarshal(m, b) } func (m *DeviceTypeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeItem.Marshal(b, m, deterministic) } func (m *DeviceTypeItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeItem.Merge(m, src) } func (m *DeviceTypeItem) XXX_Size() int { return xxx_messageInfo_DeviceTypeItem.Size(m) } func (m *DeviceTypeItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeItem proto.InternalMessageInfo func (m *DeviceTypeItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DeviceTypeItem) GetProviderName() string { if m != nil { return m.ProviderName } return "" } func (m *DeviceTypeItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *DeviceTypeItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceTypeItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *DeviceTypeItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *DeviceTypeItem) GetComment() string { if m != nil { return m.Comment } return "" } func (m *DeviceTypeItem) GetDevelopApproveTime() string { if m != nil { return m.DevelopApproveTime } return "" } func (m *DeviceTypeItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceTypeItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *DeviceTypeItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } type DeviceTypeListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` List []*DeviceTypeItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeListReply) Reset() { *m = DeviceTypeListReply{} } func (m *DeviceTypeListReply) String() string { return proto.CompactTextString(m) } func (*DeviceTypeListReply) ProtoMessage() {} func (*DeviceTypeListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{5} } func (m *DeviceTypeListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeListReply.Unmarshal(m, b) } func (m *DeviceTypeListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeListReply.Marshal(b, m, deterministic) } func (m *DeviceTypeListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeListReply.Merge(m, src) } func (m *DeviceTypeListReply) XXX_Size() int { return xxx_messageInfo_DeviceTypeListReply.Size(m) } func (m *DeviceTypeListReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeListReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeListReply proto.InternalMessageInfo func (m *DeviceTypeListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DeviceTypeListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func (m *DeviceTypeListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceTypeListReply) GetList() []*DeviceTypeItem { if m != nil { return m.List } return nil } type DeviceListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 状态过滤 审核状态 0 待审核 1 项目通过 2 项目未通过 StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"` Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"` TypeCode int32 `protobuf:"varint,6,opt,name=type_code,json=typeCode,proto3" json:"type_code"` IsAll bool `protobuf:"varint,7,opt,name=is_all,json=isAll,proto3" json:"is_all"` CanDel bool `protobuf:"varint,8,opt,name=can_del,json=canDel,proto3" json:"can_del"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceListRequest) Reset() { *m = DeviceListRequest{} } func (m *DeviceListRequest) String() string { return proto.CompactTextString(m) } func (*DeviceListRequest) ProtoMessage() {} func (*DeviceListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{6} } func (m *DeviceListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceListRequest.Unmarshal(m, b) } func (m *DeviceListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceListRequest.Marshal(b, m, deterministic) } func (m *DeviceListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceListRequest.Merge(m, src) } func (m *DeviceListRequest) XXX_Size() int { return xxx_messageInfo_DeviceListRequest.Size(m) } func (m *DeviceListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceListRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceListRequest proto.InternalMessageInfo func (m *DeviceListRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *DeviceListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceListRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *DeviceListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *DeviceListRequest) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceListRequest) GetIsAll() bool { if m != nil { return m.IsAll } return false } func (m *DeviceListRequest) GetCanDel() bool { if m != nil { return m.CanDel } return false } type DeviceItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 设备类型编码 TypeCode int32 `protobuf:"varint,3,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name"` // 申请时间 ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` // 审批时间 ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` // 0 待审核 1 项目通过 2 项目不通过 Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"` ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"` // 安检备案号 SafetyRecordNo string `protobuf:"bytes,9,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` // 0 离线 1 在线 State int32 `protobuf:"varint,10,opt,name=state,proto3" json:"state"` Sn string `protobuf:"bytes,11,opt,name=sn,proto3" json:"sn"` Key string `protobuf:"bytes,12,opt,name=key,proto3" json:"key"` ProviderName string `protobuf:"bytes,13,opt,name=provider_name,json=providerName,proto3" json:"provider_name"` Name string `protobuf:"bytes,14,opt,name=name,proto3" json:"name"` Lon float64 `protobuf:"fixed64,15,opt,name=lon,proto3" json:"lon"` Lat float64 `protobuf:"fixed64,16,opt,name=lat,proto3" json:"lat"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceItem) Reset() { *m = DeviceItem{} } func (m *DeviceItem) String() string { return proto.CompactTextString(m) } func (*DeviceItem) ProtoMessage() {} func (*DeviceItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{7} } func (m *DeviceItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceItem.Unmarshal(m, b) } func (m *DeviceItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceItem.Marshal(b, m, deterministic) } func (m *DeviceItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceItem.Merge(m, src) } func (m *DeviceItem) XXX_Size() int { return xxx_messageInfo_DeviceItem.Size(m) } func (m *DeviceItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceItem proto.InternalMessageInfo func (m *DeviceItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DeviceItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *DeviceItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *DeviceItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *DeviceItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *DeviceItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceItem) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *DeviceItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *DeviceItem) GetState() int32 { if m != nil { return m.State } return 0 } func (m *DeviceItem) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceItem) GetKey() string { if m != nil { return m.Key } return "" } func (m *DeviceItem) GetProviderName() string { if m != nil { return m.ProviderName } return "" } func (m *DeviceItem) GetName() string { if m != nil { return m.Name } return "" } func (m *DeviceItem) GetLon() float64 { if m != nil { return m.Lon } return 0 } func (m *DeviceItem) GetLat() float64 { if m != nil { return m.Lat } return 0 } type DeviceListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` List []*DeviceItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceListReply) Reset() { *m = DeviceListReply{} } func (m *DeviceListReply) String() string { return proto.CompactTextString(m) } func (*DeviceListReply) ProtoMessage() {} func (*DeviceListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{8} } func (m *DeviceListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceListReply.Unmarshal(m, b) } func (m *DeviceListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceListReply.Marshal(b, m, deterministic) } func (m *DeviceListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceListReply.Merge(m, src) } func (m *DeviceListReply) XXX_Size() int { return xxx_messageInfo_DeviceListReply.Size(m) } func (m *DeviceListReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceListReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceListReply proto.InternalMessageInfo func (m *DeviceListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DeviceListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func (m *DeviceListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceListReply) GetList() []*DeviceItem { if m != nil { return m.List } return nil } // 开发者审批对接设备 type DockingApproveRequest struct { // 供应商设备类型id Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 开发者建议 Comment string `protobuf:"bytes,2,opt,name=comment,proto3" json:"comment"` // true 测试通过 false 测试不通过 Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DockingApproveRequest) Reset() { *m = DockingApproveRequest{} } func (m *DockingApproveRequest) String() string { return proto.CompactTextString(m) } func (*DockingApproveRequest) ProtoMessage() {} func (*DockingApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{9} } func (m *DockingApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockingApproveRequest.Unmarshal(m, b) } func (m *DockingApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DockingApproveRequest.Marshal(b, m, deterministic) } func (m *DockingApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DockingApproveRequest.Merge(m, src) } func (m *DockingApproveRequest) XXX_Size() int { return xxx_messageInfo_DockingApproveRequest.Size(m) } func (m *DockingApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_DockingApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_DockingApproveRequest proto.InternalMessageInfo func (m *DockingApproveRequest) GetId() int32 { if m != nil { return m.Id } return 0 } func (m *DockingApproveRequest) GetComment() string { if m != nil { return m.Comment } return "" } func (m *DockingApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } type DockingApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DockingApproveReply) Reset() { *m = DockingApproveReply{} } func (m *DockingApproveReply) String() string { return proto.CompactTextString(m) } func (*DockingApproveReply) ProtoMessage() {} func (*DockingApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{10} } func (m *DockingApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DockingApproveReply.Unmarshal(m, b) } func (m *DockingApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DockingApproveReply.Marshal(b, m, deterministic) } func (m *DockingApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DockingApproveReply.Merge(m, src) } func (m *DockingApproveReply) XXX_Size() int { return xxx_messageInfo_DockingApproveReply.Size(m) } func (m *DockingApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_DockingApproveReply.DiscardUnknown(m) } var xxx_messageInfo_DockingApproveReply proto.InternalMessageInfo type DeviceDelJobItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 设备类型编码 TypeCode int32 `protobuf:"varint,3,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name"` // 申请时间 ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` // 审批时间 ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` // 0 待审核 1 通过 2 项目不通过 Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"` // 项目名称 ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"` // 安检备案号 SafetyRecordNo string `protobuf:"bytes,9,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` ProviderName string `protobuf:"bytes,10,opt,name=provider_name,json=providerName,proto3" json:"provider_name"` Sn string `protobuf:"bytes,11,opt,name=sn,proto3" json:"sn"` Reason string `protobuf:"bytes,12,opt,name=reason,proto3" json:"reason"` Feedback string `protobuf:"bytes,13,opt,name=feedback,proto3" json:"feedback"` Name string `protobuf:"bytes,14,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelJobItem) Reset() { *m = DeviceDelJobItem{} } func (m *DeviceDelJobItem) String() string { return proto.CompactTextString(m) } func (*DeviceDelJobItem) ProtoMessage() {} func (*DeviceDelJobItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{11} } func (m *DeviceDelJobItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelJobItem.Unmarshal(m, b) } func (m *DeviceDelJobItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelJobItem.Marshal(b, m, deterministic) } func (m *DeviceDelJobItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelJobItem.Merge(m, src) } func (m *DeviceDelJobItem) XXX_Size() int { return xxx_messageInfo_DeviceDelJobItem.Size(m) } func (m *DeviceDelJobItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelJobItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelJobItem proto.InternalMessageInfo func (m *DeviceDelJobItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DeviceDelJobItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *DeviceDelJobItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *DeviceDelJobItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *DeviceDelJobItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *DeviceDelJobItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *DeviceDelJobItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceDelJobItem) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *DeviceDelJobItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *DeviceDelJobItem) GetProviderName() string { if m != nil { return m.ProviderName } return "" } func (m *DeviceDelJobItem) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceDelJobItem) GetReason() string { if m != nil { return m.Reason } return "" } func (m *DeviceDelJobItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *DeviceDelJobItem) GetName() string { if m != nil { return m.Name } return "" } type DeviceDelJobListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 状态过滤 审核状态 0 待审核 1 通过 2 未通过 StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"` Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelJobListRequest) Reset() { *m = DeviceDelJobListRequest{} } func (m *DeviceDelJobListRequest) String() string { return proto.CompactTextString(m) } func (*DeviceDelJobListRequest) ProtoMessage() {} func (*DeviceDelJobListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{12} } func (m *DeviceDelJobListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelJobListRequest.Unmarshal(m, b) } func (m *DeviceDelJobListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelJobListRequest.Marshal(b, m, deterministic) } func (m *DeviceDelJobListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelJobListRequest.Merge(m, src) } func (m *DeviceDelJobListRequest) XXX_Size() int { return xxx_messageInfo_DeviceDelJobListRequest.Size(m) } func (m *DeviceDelJobListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelJobListRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelJobListRequest proto.InternalMessageInfo func (m *DeviceDelJobListRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceDelJobListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *DeviceDelJobListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceDelJobListRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *DeviceDelJobListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } type DeviceDelJobListReply struct { PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` List []*DeviceDelJobItem `protobuf:"bytes,5,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelJobListReply) Reset() { *m = DeviceDelJobListReply{} } func (m *DeviceDelJobListReply) String() string { return proto.CompactTextString(m) } func (*DeviceDelJobListReply) ProtoMessage() {} func (*DeviceDelJobListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{13} } func (m *DeviceDelJobListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelJobListReply.Unmarshal(m, b) } func (m *DeviceDelJobListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelJobListReply.Marshal(b, m, deterministic) } func (m *DeviceDelJobListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelJobListReply.Merge(m, src) } func (m *DeviceDelJobListReply) XXX_Size() int { return xxx_messageInfo_DeviceDelJobListReply.Size(m) } func (m *DeviceDelJobListReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelJobListReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelJobListReply proto.InternalMessageInfo func (m *DeviceDelJobListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } func (m *DeviceDelJobListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DeviceDelJobListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *DeviceDelJobListReply) GetList() []*DeviceDelJobItem { if m != nil { return m.List } return nil } type ChannelListRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"` ChannelNo string `protobuf:"bytes,3,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelListRequest) Reset() { *m = ChannelListRequest{} } func (m *ChannelListRequest) String() string { return proto.CompactTextString(m) } func (*ChannelListRequest) ProtoMessage() {} func (*ChannelListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{14} } func (m *ChannelListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelListRequest.Unmarshal(m, b) } func (m *ChannelListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelListRequest.Marshal(b, m, deterministic) } func (m *ChannelListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelListRequest.Merge(m, src) } func (m *ChannelListRequest) XXX_Size() int { return xxx_messageInfo_ChannelListRequest.Size(m) } func (m *ChannelListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChannelListRequest.DiscardUnknown(m) } var xxx_messageInfo_ChannelListRequest proto.InternalMessageInfo func (m *ChannelListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ChannelListRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *ChannelListRequest) GetChannelNo() string { if m != nil { return m.ChannelNo } return "" } type ChannelItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` ChannelNo string `protobuf:"bytes,3,opt,name=channel_no,json=channelNo,proto3" json:"channel_no"` State int32 `protobuf:"varint,4,opt,name=state,proto3" json:"state"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelItem) Reset() { *m = ChannelItem{} } func (m *ChannelItem) String() string { return proto.CompactTextString(m) } func (*ChannelItem) ProtoMessage() {} func (*ChannelItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{15} } func (m *ChannelItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelItem.Unmarshal(m, b) } func (m *ChannelItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelItem.Marshal(b, m, deterministic) } func (m *ChannelItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelItem.Merge(m, src) } func (m *ChannelItem) XXX_Size() int { return xxx_messageInfo_ChannelItem.Size(m) } func (m *ChannelItem) XXX_DiscardUnknown() { xxx_messageInfo_ChannelItem.DiscardUnknown(m) } var xxx_messageInfo_ChannelItem proto.InternalMessageInfo func (m *ChannelItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ChannelItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ChannelItem) GetChannelNo() string { if m != nil { return m.ChannelNo } return "" } func (m *ChannelItem) GetState() int32 { if m != nil { return m.State } return 0 } type ChannelListReply struct { List []*ChannelItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelListReply) Reset() { *m = ChannelListReply{} } func (m *ChannelListReply) String() string { return proto.CompactTextString(m) } func (*ChannelListReply) ProtoMessage() {} func (*ChannelListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{16} } func (m *ChannelListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelListReply.Unmarshal(m, b) } func (m *ChannelListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelListReply.Marshal(b, m, deterministic) } func (m *ChannelListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelListReply.Merge(m, src) } func (m *ChannelListReply) XXX_Size() int { return xxx_messageInfo_ChannelListReply.Size(m) } func (m *ChannelListReply) XXX_DiscardUnknown() { xxx_messageInfo_ChannelListReply.DiscardUnknown(m) } var xxx_messageInfo_ChannelListReply proto.InternalMessageInfo func (m *ChannelListReply) GetList() []*ChannelItem { if m != nil { return m.List } return nil } func (m *ChannelListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *ChannelListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ChannelListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } type DeviceChangeNotifyRequest struct { Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"` DeviceCode int32 `protobuf:"varint,2,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceChangeNotifyRequest) Reset() { *m = DeviceChangeNotifyRequest{} } func (m *DeviceChangeNotifyRequest) String() string { return proto.CompactTextString(m) } func (*DeviceChangeNotifyRequest) ProtoMessage() {} func (*DeviceChangeNotifyRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{17} } func (m *DeviceChangeNotifyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceChangeNotifyRequest.Unmarshal(m, b) } func (m *DeviceChangeNotifyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceChangeNotifyRequest.Marshal(b, m, deterministic) } func (m *DeviceChangeNotifyRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceChangeNotifyRequest.Merge(m, src) } func (m *DeviceChangeNotifyRequest) XXX_Size() int { return xxx_messageInfo_DeviceChangeNotifyRequest.Size(m) } func (m *DeviceChangeNotifyRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceChangeNotifyRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceChangeNotifyRequest proto.InternalMessageInfo func (m *DeviceChangeNotifyRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceChangeNotifyRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } type DeviceChangeNotifyReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceChangeNotifyReply) Reset() { *m = DeviceChangeNotifyReply{} } func (m *DeviceChangeNotifyReply) String() string { return proto.CompactTextString(m) } func (*DeviceChangeNotifyReply) ProtoMessage() {} func (*DeviceChangeNotifyReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{18} } func (m *DeviceChangeNotifyReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceChangeNotifyReply.Unmarshal(m, b) } func (m *DeviceChangeNotifyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceChangeNotifyReply.Marshal(b, m, deterministic) } func (m *DeviceChangeNotifyReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceChangeNotifyReply.Merge(m, src) } func (m *DeviceChangeNotifyReply) XXX_Size() int { return xxx_messageInfo_DeviceChangeNotifyReply.Size(m) } func (m *DeviceChangeNotifyReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceChangeNotifyReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceChangeNotifyReply proto.InternalMessageInfo type VedioListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 状态过滤 审核状态 0 待审核 1 项目通过 2 项目未通过 StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` ProjectId int64 `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id"` Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter"` IsAll bool `protobuf:"varint,7,opt,name=is_all,json=isAll,proto3" json:"is_all"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioListRequest) Reset() { *m = VedioListRequest{} } func (m *VedioListRequest) String() string { return proto.CompactTextString(m) } func (*VedioListRequest) ProtoMessage() {} func (*VedioListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{19} } func (m *VedioListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioListRequest.Unmarshal(m, b) } func (m *VedioListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioListRequest.Marshal(b, m, deterministic) } func (m *VedioListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioListRequest.Merge(m, src) } func (m *VedioListRequest) XXX_Size() int { return xxx_messageInfo_VedioListRequest.Size(m) } func (m *VedioListRequest) XXX_DiscardUnknown() { xxx_messageInfo_VedioListRequest.DiscardUnknown(m) } var xxx_messageInfo_VedioListRequest proto.InternalMessageInfo func (m *VedioListRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *VedioListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *VedioListRequest) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *VedioListRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *VedioListRequest) GetFilter() string { if m != nil { return m.Filter } return "" } func (m *VedioListRequest) GetIsAll() bool { if m != nil { return m.IsAll } return false } type VedioItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"` // 设备类型编码 TypeCode int32 `protobuf:"varint,3,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name"` // 申请时间 ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"` // 审批时间 ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` // 0 待审核 1 项目通过 2 项目不通过 Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"` ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"` // 安检备案号 SafetyRecordNo string `protobuf:"bytes,9,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` // 0 离线 1 在线 State int32 `protobuf:"varint,10,opt,name=state,proto3" json:"state"` Sn string `protobuf:"bytes,11,opt,name=sn,proto3" json:"sn"` Key string `protobuf:"bytes,12,opt,name=key,proto3" json:"key"` ProviderName string `protobuf:"bytes,13,opt,name=provider_name,json=providerName,proto3" json:"provider_name"` Name string `protobuf:"bytes,14,opt,name=name,proto3" json:"name"` Ip string `protobuf:"bytes,15,opt,name=ip,proto3" json:"ip"` Port int64 `protobuf:"varint,16,opt,name=port,proto3" json:"port"` MediaTransport string `protobuf:"bytes,17,opt,name=media_transport,json=mediaTransport,proto3" json:"media_transport"` ChannelCount int32 `protobuf:"varint,18,opt,name=channel_count,json=channelCount,proto3" json:"channel_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioItem) Reset() { *m = VedioItem{} } func (m *VedioItem) String() string { return proto.CompactTextString(m) } func (*VedioItem) ProtoMessage() {} func (*VedioItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{20} } func (m *VedioItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioItem.Unmarshal(m, b) } func (m *VedioItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioItem.Marshal(b, m, deterministic) } func (m *VedioItem) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioItem.Merge(m, src) } func (m *VedioItem) XXX_Size() int { return xxx_messageInfo_VedioItem.Size(m) } func (m *VedioItem) XXX_DiscardUnknown() { xxx_messageInfo_VedioItem.DiscardUnknown(m) } var xxx_messageInfo_VedioItem proto.InternalMessageInfo func (m *VedioItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *VedioItem) GetSocialCode() string { if m != nil { return m.SocialCode } return "" } func (m *VedioItem) GetTypeCode() int32 { if m != nil { return m.TypeCode } return 0 } func (m *VedioItem) GetTypeName() string { if m != nil { return m.TypeName } return "" } func (m *VedioItem) GetApplyTime() string { if m != nil { return m.ApplyTime } return "" } func (m *VedioItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *VedioItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *VedioItem) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *VedioItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } func (m *VedioItem) GetState() int32 { if m != nil { return m.State } return 0 } func (m *VedioItem) GetSn() string { if m != nil { return m.Sn } return "" } func (m *VedioItem) GetKey() string { if m != nil { return m.Key } return "" } func (m *VedioItem) GetProviderName() string { if m != nil { return m.ProviderName } return "" } func (m *VedioItem) GetName() string { if m != nil { return m.Name } return "" } func (m *VedioItem) GetIp() string { if m != nil { return m.Ip } return "" } func (m *VedioItem) GetPort() int64 { if m != nil { return m.Port } return 0 } func (m *VedioItem) GetMediaTransport() string { if m != nil { return m.MediaTransport } return "" } func (m *VedioItem) GetChannelCount() int32 { if m != nil { return m.ChannelCount } return 0 } type VedioListReply struct { List []*VedioItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioListReply) Reset() { *m = VedioListReply{} } func (m *VedioListReply) String() string { return proto.CompactTextString(m) } func (*VedioListReply) ProtoMessage() {} func (*VedioListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{21} } func (m *VedioListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioListReply.Unmarshal(m, b) } func (m *VedioListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioListReply.Marshal(b, m, deterministic) } func (m *VedioListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioListReply.Merge(m, src) } func (m *VedioListReply) XXX_Size() int { return xxx_messageInfo_VedioListReply.Size(m) } func (m *VedioListReply) XXX_DiscardUnknown() { xxx_messageInfo_VedioListReply.DiscardUnknown(m) } var xxx_messageInfo_VedioListReply proto.InternalMessageInfo func (m *VedioListReply) GetList() []*VedioItem { if m != nil { return m.List } return nil } func (m *VedioListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *VedioListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *VedioListReply) GetPageSize() int32 { if m != nil { return m.PageSize } return 0 } type DeviceStatisticRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceStatisticRequest) Reset() { *m = DeviceStatisticRequest{} } func (m *DeviceStatisticRequest) String() string { return proto.CompactTextString(m) } func (*DeviceStatisticRequest) ProtoMessage() {} func (*DeviceStatisticRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{22} } func (m *DeviceStatisticRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceStatisticRequest.Unmarshal(m, b) } func (m *DeviceStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceStatisticRequest.Marshal(b, m, deterministic) } func (m *DeviceStatisticRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceStatisticRequest.Merge(m, src) } func (m *DeviceStatisticRequest) XXX_Size() int { return xxx_messageInfo_DeviceStatisticRequest.Size(m) } func (m *DeviceStatisticRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceStatisticRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceStatisticRequest proto.InternalMessageInfo type DeviceStatisticReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Increase int64 `protobuf:"varint,2,opt,name=increase,proto3" json:"increase"` Online int64 `protobuf:"varint,3,opt,name=online,proto3" json:"online"` Offline int64 `protobuf:"varint,4,opt,name=offline,proto3" json:"offline"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceStatisticReply) Reset() { *m = DeviceStatisticReply{} } func (m *DeviceStatisticReply) String() string { return proto.CompactTextString(m) } func (*DeviceStatisticReply) ProtoMessage() {} func (*DeviceStatisticReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{23} } func (m *DeviceStatisticReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceStatisticReply.Unmarshal(m, b) } func (m *DeviceStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceStatisticReply.Marshal(b, m, deterministic) } func (m *DeviceStatisticReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceStatisticReply.Merge(m, src) } func (m *DeviceStatisticReply) XXX_Size() int { return xxx_messageInfo_DeviceStatisticReply.Size(m) } func (m *DeviceStatisticReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceStatisticReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceStatisticReply proto.InternalMessageInfo func (m *DeviceStatisticReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DeviceStatisticReply) GetIncrease() int64 { if m != nil { return m.Increase } return 0 } func (m *DeviceStatisticReply) GetOnline() int64 { if m != nil { return m.Online } return 0 } func (m *DeviceStatisticReply) GetOffline() int64 { if m != nil { return m.Offline } return 0 } type DeviceTypeStatisticRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeStatisticRequest) Reset() { *m = DeviceTypeStatisticRequest{} } func (m *DeviceTypeStatisticRequest) String() string { return proto.CompactTextString(m) } func (*DeviceTypeStatisticRequest) ProtoMessage() {} func (*DeviceTypeStatisticRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{24} } func (m *DeviceTypeStatisticRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeStatisticRequest.Unmarshal(m, b) } func (m *DeviceTypeStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeStatisticRequest.Marshal(b, m, deterministic) } func (m *DeviceTypeStatisticRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeStatisticRequest.Merge(m, src) } func (m *DeviceTypeStatisticRequest) XXX_Size() int { return xxx_messageInfo_DeviceTypeStatisticRequest.Size(m) } func (m *DeviceTypeStatisticRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeStatisticRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeStatisticRequest proto.InternalMessageInfo type DeviceTypeStatisticItem struct { DeviceType string `protobuf:"bytes,1,opt,name=device_type,json=deviceType,proto3" json:"device_type"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` Online int64 `protobuf:"varint,3,opt,name=online,proto3" json:"online"` DeviceCode int32 `protobuf:"varint,4,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeStatisticItem) Reset() { *m = DeviceTypeStatisticItem{} } func (m *DeviceTypeStatisticItem) String() string { return proto.CompactTextString(m) } func (*DeviceTypeStatisticItem) ProtoMessage() {} func (*DeviceTypeStatisticItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{25} } func (m *DeviceTypeStatisticItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeStatisticItem.Unmarshal(m, b) } func (m *DeviceTypeStatisticItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeStatisticItem.Marshal(b, m, deterministic) } func (m *DeviceTypeStatisticItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeStatisticItem.Merge(m, src) } func (m *DeviceTypeStatisticItem) XXX_Size() int { return xxx_messageInfo_DeviceTypeStatisticItem.Size(m) } func (m *DeviceTypeStatisticItem) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeStatisticItem.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeStatisticItem proto.InternalMessageInfo func (m *DeviceTypeStatisticItem) GetDeviceType() string { if m != nil { return m.DeviceType } return "" } func (m *DeviceTypeStatisticItem) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DeviceTypeStatisticItem) GetOnline() int64 { if m != nil { return m.Online } return 0 } func (m *DeviceTypeStatisticItem) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } type DeviceTypeStatisticReply struct { List []*DeviceTypeStatisticItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeStatisticReply) Reset() { *m = DeviceTypeStatisticReply{} } func (m *DeviceTypeStatisticReply) String() string { return proto.CompactTextString(m) } func (*DeviceTypeStatisticReply) ProtoMessage() {} func (*DeviceTypeStatisticReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{26} } func (m *DeviceTypeStatisticReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeStatisticReply.Unmarshal(m, b) } func (m *DeviceTypeStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeStatisticReply.Marshal(b, m, deterministic) } func (m *DeviceTypeStatisticReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeStatisticReply.Merge(m, src) } func (m *DeviceTypeStatisticReply) XXX_Size() int { return xxx_messageInfo_DeviceTypeStatisticReply.Size(m) } func (m *DeviceTypeStatisticReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeStatisticReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeStatisticReply proto.InternalMessageInfo func (m *DeviceTypeStatisticReply) GetList() []*DeviceTypeStatisticItem { if m != nil { return m.List } return nil } func init() { proto.RegisterType((*DeviceAllTypeListRequest)(nil), "v1.DeviceAllTypeListRequest") proto.RegisterType((*DeviceAllTypeItem)(nil), "v1.DeviceAllTypeItem") proto.RegisterType((*DeviceAllTypeListReply)(nil), "v1.DeviceAllTypeListReply") proto.RegisterType((*DeviceTypeListRequest)(nil), "v1.DeviceTypeListRequest") proto.RegisterType((*DeviceTypeItem)(nil), "v1.DeviceTypeItem") proto.RegisterType((*DeviceTypeListReply)(nil), "v1.DeviceTypeListReply") proto.RegisterType((*DeviceListRequest)(nil), "v1.DeviceListRequest") proto.RegisterType((*DeviceItem)(nil), "v1.DeviceItem") proto.RegisterType((*DeviceListReply)(nil), "v1.DeviceListReply") proto.RegisterType((*DockingApproveRequest)(nil), "v1.DockingApproveRequest") proto.RegisterType((*DockingApproveReply)(nil), "v1.DockingApproveReply") proto.RegisterType((*DeviceDelJobItem)(nil), "v1.DeviceDelJobItem") proto.RegisterType((*DeviceDelJobListRequest)(nil), "v1.DeviceDelJobListRequest") proto.RegisterType((*DeviceDelJobListReply)(nil), "v1.DeviceDelJobListReply") proto.RegisterType((*ChannelListRequest)(nil), "v1.ChannelListRequest") proto.RegisterType((*ChannelItem)(nil), "v1.ChannelItem") proto.RegisterType((*ChannelListReply)(nil), "v1.ChannelListReply") proto.RegisterType((*DeviceChangeNotifyRequest)(nil), "v1.DeviceChangeNotifyRequest") proto.RegisterType((*DeviceChangeNotifyReply)(nil), "v1.DeviceChangeNotifyReply") proto.RegisterType((*VedioListRequest)(nil), "v1.VedioListRequest") proto.RegisterType((*VedioItem)(nil), "v1.VedioItem") proto.RegisterType((*VedioListReply)(nil), "v1.VedioListReply") proto.RegisterType((*DeviceStatisticRequest)(nil), "v1.DeviceStatisticRequest") proto.RegisterType((*DeviceStatisticReply)(nil), "v1.DeviceStatisticReply") proto.RegisterType((*DeviceTypeStatisticRequest)(nil), "v1.DeviceTypeStatisticRequest") proto.RegisterType((*DeviceTypeStatisticItem)(nil), "v1.DeviceTypeStatisticItem") proto.RegisterType((*DeviceTypeStatisticReply)(nil), "v1.DeviceTypeStatisticReply") } func init() { proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5) } var fileDescriptor_870276a56ac00da5 = []byte{ // 1192 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0xcb, 0x6e, 0xe4, 0x44, 0x17, 0x96, 0xed, 0x76, 0xa7, 0xfb, 0xf4, 0x25, 0x3d, 0x35, 0x49, 0xc6, 0x93, 0xf9, 0x47, 0xe9, 0x38, 0xfa, 0xa1, 0x59, 0x4c, 0x42, 0xe0, 0x09, 0x42, 0x22, 0xa4, 0xc0, 0x28, 0x0b, 0x4f, 0x04, 0x02, 0x09, 0x59, 0x15, 0xbb, 0x3a, 0x53, 0xc4, 0xed, 0x32, 0x76, 0xa5, 0xa5, 0x8e, 0x10, 0x62, 0xc1, 0x02, 0x1e, 0x83, 0x3d, 0x3b, 0xb6, 0x3c, 0x0d, 0xaf, 0xc0, 0x0b, 0xa0, 0xba, 0xf8, 0xda, 0x4e, 0x24, 0xa4, 0x59, 0x64, 0x31, 0xbb, 0xaa, 0xef, 0xb8, 0x8f, 0xcf, 0xe5, 0xfb, 0x8e, 0xab, 0x1a, 0x86, 0x21, 0x59, 0xd2, 0x80, 0x1c, 0x26, 0x29, 0xe3, 0x0c, 0x99, 0xcb, 0x63, 0x77, 0x17, 0x9c, 0x33, 0x89, 0x9d, 0x44, 0xd1, 0xe5, 0x2a, 0x21, 0xaf, 0x69, 0xc6, 0x3d, 0xf2, 0xc3, 0x2d, 0xc9, 0xb8, 0xfb, 0x1d, 0x3c, 0xa9, 0xd9, 0xce, 0x39, 0x59, 0xa0, 0x31, 0x98, 0x34, 0x74, 0x8c, 0xa9, 0x31, 0xb3, 0x3c, 0x93, 0x86, 0xe8, 0x05, 0xf4, 0xf9, 0x2a, 0x21, 0x7e, 0xc0, 0x42, 0xe2, 0x74, 0xa6, 0xc6, 0xcc, 0xf6, 0x7a, 0x02, 0x38, 0x65, 0x21, 0x29, 0x8c, 0x31, 0x5e, 0x10, 0xc7, 0x9e, 0x1a, 0xb3, 0xbe, 0x32, 0x5e, 0xe0, 0x05, 0x71, 0x4f, 0x61, 0xa7, 0xe5, 0xd5, 0x49, 0xb4, 0x42, 0x1f, 0x41, 0x27, 0xa2, 0x19, 0x77, 0x8c, 0xa9, 0x35, 0x1b, 0x7c, 0xb2, 0x7d, 0xb8, 0x3c, 0x3e, 0x5c, 0x0b, 0xc4, 0x93, 0x8f, 0xb8, 0x6f, 0x61, 0x5b, 0x99, 0x1a, 0xc1, 0xa3, 0x1d, 0xe8, 0xce, 0x69, 0xc4, 0x49, 0x2a, 0x63, 0xed, 0x7b, 0x7a, 0x87, 0x0e, 0x60, 0xa4, 0x56, 0x7e, 0xc6, 0x31, 0xbf, 0xcd, 0x1c, 0x73, 0x6a, 0xcd, 0x6c, 0x6f, 0xa8, 0xc0, 0x37, 0x12, 0x43, 0x08, 0x3a, 0x09, 0xbe, 0x26, 0x8e, 0x25, 0xf3, 0x91, 0x6b, 0xf7, 0x6f, 0x13, 0xc6, 0xe5, 0xab, 0x5a, 0x6b, 0x71, 0x00, 0xa3, 0x24, 0x65, 0x4b, 0x1a, 0x92, 0x54, 0xa5, 0x6c, 0xca, 0x57, 0x0f, 0x73, 0x50, 0xa4, 0x8d, 0xf6, 0x60, 0x90, 0xb1, 0x80, 0xe2, 0x48, 0x95, 0xcc, 0x92, 0x8f, 0x80, 0x82, 0x6a, 0x45, 0xfb, 0xcf, 0x15, 0x45, 0x2f, 0x01, 0x70, 0x92, 0x44, 0x2b, 0x9f, 0xd3, 0x05, 0x71, 0xba, 0xd2, 0xda, 0x97, 0xc8, 0x25, 0x5d, 0x10, 0xe4, 0xc0, 0x46, 0xc0, 0x16, 0x0b, 0x12, 0x73, 0x67, 0x43, 0xda, 0xf2, 0x2d, 0xfa, 0x18, 0xb6, 0x42, 0xb2, 0x24, 0x11, 0x4b, 0x7c, 0x9c, 0x88, 0x68, 0x89, 0x72, 0xd1, 0x93, 0x8f, 0x21, 0x6d, 0x3b, 0x51, 0x26, 0xe9, 0x6b, 0x07, 0xba, 0xba, 0x7e, 0x7d, 0x19, 0xa1, 0xde, 0xa1, 0x7d, 0x18, 0xd6, 0x3c, 0x80, 0xf4, 0x30, 0xc0, 0x95, 0x9f, 0xee, 0x42, 0x6f, 0x4e, 0x48, 0x78, 0x85, 0x83, 0x1b, 0x67, 0xa0, 0x32, 0xc8, 0xf7, 0xee, 0x2f, 0x06, 0x3c, 0x6d, 0xf6, 0x53, 0x30, 0x62, 0x0b, 0x6c, 0xce, 0x38, 0x8e, 0x74, 0xb1, 0xd5, 0x46, 0x14, 0x43, 0xb4, 0xc6, 0xcf, 0xe8, 0x9d, 0xaa, 0xb5, 0xed, 0xf5, 0x04, 0xf0, 0x86, 0xde, 0x91, 0xb6, 0x1e, 0xa2, 0x0f, 0x34, 0xb1, 0x3a, 0x92, 0x58, 0xa8, 0x24, 0x56, 0x83, 0x55, 0xff, 0x18, 0x39, 0xf5, 0xab, 0x94, 0xda, 0x83, 0x41, 0xd1, 0xde, 0xa2, 0xef, 0x90, 0x43, 0xe7, 0x21, 0xfa, 0x3f, 0x8c, 0x55, 0x19, 0x7c, 0xc5, 0xa6, 0x9c, 0x5c, 0x23, 0x85, 0x7e, 0xae, 0xc0, 0xd6, 0xc8, 0x5e, 0x82, 0x70, 0xf4, 0x3d, 0x09, 0xb8, 0x70, 0xdd, 0x91, 0xae, 0xfb, 0x1a, 0x39, 0x0f, 0x2b, 0x6c, 0xb6, 0x6b, 0x6c, 0xae, 0x71, 0xa5, 0xdb, 0xe0, 0xca, 0x36, 0x74, 0x69, 0xe6, 0xe3, 0x28, 0x92, 0xed, 0xee, 0x79, 0x36, 0xcd, 0x4e, 0xa2, 0x08, 0x3d, 0x83, 0x8d, 0x00, 0xc7, 0x7e, 0x48, 0x22, 0xd9, 0xdf, 0x9e, 0xd7, 0x0d, 0x70, 0x7c, 0x46, 0x22, 0xf7, 0x4f, 0x0b, 0x40, 0x65, 0xdd, 0xca, 0xee, 0x06, 0x71, 0xcd, 0x87, 0x89, 0x6b, 0x3d, 0x44, 0xdc, 0xce, 0x83, 0xc4, 0xb5, 0x9b, 0xc4, 0x6d, 0x92, 0xaa, 0xbb, 0x4e, 0xaa, 0x92, 0x8f, 0x1b, 0x4d, 0x3e, 0xe6, 0x75, 0x95, 0x6f, 0x56, 0x8c, 0x1e, 0x68, 0x4c, 0xbe, 0x7c, 0x06, 0x93, 0x0c, 0xcf, 0x09, 0x5f, 0xf9, 0x29, 0x09, 0x58, 0x1a, 0xfa, 0x31, 0x93, 0xa4, 0xee, 0x7b, 0x63, 0x85, 0x7b, 0x12, 0xbe, 0x60, 0x82, 0x85, 0xc2, 0xad, 0x62, 0xb5, 0xed, 0xa9, 0x8d, 0xa8, 0x53, 0x16, 0x6b, 0x26, 0x9b, 0x59, 0x8c, 0x26, 0x60, 0xdd, 0x90, 0x95, 0x33, 0x94, 0x80, 0x58, 0xae, 0xcf, 0x85, 0x51, 0xcb, 0x5c, 0x40, 0xd0, 0x91, 0xb6, 0xb1, 0xb4, 0xc9, 0xb5, 0x70, 0x15, 0xb1, 0xd8, 0xd9, 0x9c, 0x1a, 0x33, 0xc3, 0x13, 0x4b, 0x89, 0x60, 0xee, 0x4c, 0x34, 0x82, 0xb9, 0xfb, 0x23, 0x6c, 0x56, 0xa9, 0xfa, 0x0e, 0xd5, 0xe2, 0xd6, 0xd4, 0x32, 0x2e, 0xd5, 0x52, 0x51, 0xca, 0x37, 0xb0, 0x7d, 0xc6, 0x82, 0x1b, 0x1a, 0x5f, 0xeb, 0xe9, 0x90, 0x8b, 0xa5, 0x64, 0x8f, 0x2d, 0xd9, 0x53, 0x19, 0x3e, 0x66, 0x7d, 0xf8, 0x94, 0xad, 0xb3, 0x14, 0x1d, 0xd5, 0xce, 0xdd, 0x86, 0xa7, 0x4d, 0xd7, 0x49, 0xb4, 0x72, 0x7f, 0xb7, 0x60, 0xa2, 0xc2, 0x38, 0x23, 0xd1, 0x17, 0xec, 0xea, 0x3d, 0x57, 0x5b, 0xb9, 0xba, 0xc6, 0x39, 0x68, 0xe1, 0x5c, 0x93, 0xba, 0x3b, 0xd0, 0x4d, 0x09, 0xce, 0x58, 0xac, 0xd9, 0xab, 0x77, 0xb5, 0x91, 0x3d, 0xaa, 0x8f, 0xec, 0x36, 0xde, 0xba, 0x7f, 0x18, 0xf0, 0xac, 0xda, 0xa3, 0xc7, 0x3d, 0x45, 0xdd, 0x5f, 0x8d, 0xfc, 0x14, 0x51, 0x0d, 0x57, 0x28, 0xa9, 0xa6, 0x19, 0xa3, 0xa1, 0x99, 0x42, 0x66, 0x66, 0x55, 0x66, 0x6d, 0x71, 0xcd, 0xb4, 0x92, 0x6c, 0xa9, 0xa4, 0xad, 0x52, 0x49, 0x25, 0x85, 0xb5, 0x9e, 0xbe, 0x06, 0x74, 0xfa, 0x16, 0xc7, 0x31, 0x89, 0xaa, 0x35, 0xcb, 0x7d, 0x1a, 0x15, 0x9f, 0xaa, 0x77, 0x66, 0xd1, 0xbb, 0x97, 0x00, 0x81, 0xfa, 0xa5, 0x20, 0x85, 0x3a, 0x56, 0xf4, 0x35, 0x72, 0xc1, 0xdc, 0x39, 0x0c, 0xb4, 0x63, 0x29, 0x98, 0xbc, 0x6b, 0x46, 0x65, 0xda, 0x28, 0x11, 0x99, 0x85, 0x88, 0x1e, 0xf6, 0x58, 0x4e, 0xc3, 0x4e, 0x65, 0x1a, 0xba, 0x3f, 0xc1, 0xa4, 0x96, 0x80, 0xa8, 0xe2, 0x41, 0xed, 0x3c, 0xb7, 0x29, 0xd2, 0xaf, 0xc4, 0xa2, 0x32, 0x2f, 0x72, 0x34, 0x2b, 0x39, 0x16, 0x15, 0xb6, 0xee, 0x1d, 0x64, 0x9d, 0x7a, 0x53, 0xdc, 0xd7, 0xf0, 0x5c, 0x95, 0x56, 0xbc, 0xe1, 0x9a, 0x5c, 0x30, 0x4e, 0xe7, 0xab, 0xca, 0x50, 0xca, 0x62, 0x9d, 0xb3, 0xa8, 0xd9, 0x1e, 0x0c, 0xd4, 0x89, 0xb8, 0x1c, 0x13, 0xb6, 0x07, 0x0a, 0x12, 0x93, 0xc0, 0x7d, 0x9e, 0xf3, 0xb8, 0xee, 0x4d, 0xcc, 0xa1, 0xbf, 0x0c, 0x98, 0x7c, 0x45, 0x42, 0xca, 0x1e, 0xf9, 0x11, 0xa1, 0xfd, 0x14, 0xe0, 0xfe, 0xdc, 0x81, 0xbe, 0x0c, 0xff, 0xfd, 0xfc, 0x7c, 0x1c, 0xdf, 0x7a, 0xd1, 0x82, 0x44, 0x7e, 0xea, 0xfb, 0x9e, 0x49, 0x13, 0x49, 0x01, 0x96, 0xaa, 0x4f, 0xbd, 0xe5, 0xc9, 0x35, 0xfa, 0x10, 0x36, 0x17, 0x24, 0xa4, 0xd8, 0xe7, 0x29, 0x8e, 0x33, 0x69, 0x7e, 0xa2, 0xa2, 0x97, 0xf0, 0x65, 0x8e, 0x8a, 0x28, 0x72, 0xe9, 0x06, 0xec, 0x36, 0xe6, 0x0e, 0x92, 0x59, 0x0c, 0x35, 0x78, 0x2a, 0x30, 0xf7, 0x0e, 0xc6, 0x15, 0x02, 0x0b, 0xa1, 0xee, 0xd7, 0x84, 0x3a, 0x12, 0x42, 0x2d, 0x38, 0xf2, 0x6e, 0x65, 0xea, 0xe4, 0x97, 0x3f, 0x71, 0xe3, 0xa2, 0x19, 0xa7, 0x41, 0x7e, 0xeb, 0xbc, 0x83, 0xad, 0x35, 0xcb, 0xfd, 0x87, 0x9a, 0x5d, 0xe8, 0xd1, 0x38, 0x10, 0x9f, 0x29, 0xa2, 0x27, 0x57, 0xb1, 0x17, 0x3c, 0x61, 0x71, 0x44, 0x63, 0xa2, 0xe3, 0xd2, 0x3b, 0x71, 0x14, 0x61, 0xf3, 0xb9, 0x34, 0x28, 0x15, 0xe5, 0x5b, 0xf7, 0x7f, 0xb0, 0x5b, 0xde, 0x07, 0xd6, 0x22, 0xfb, 0xad, 0xf8, 0xaa, 0xd5, 0xcc, 0x52, 0x40, 0xe5, 0x24, 0x11, 0x44, 0xd7, 0x23, 0x46, 0x4f, 0x12, 0xf1, 0xf4, 0x3d, 0x1f, 0x8b, 0xfb, 0x42, 0x6c, 0x0c, 0xa6, 0xce, 0xda, 0x60, 0xfa, 0x32, 0xbf, 0xb7, 0x37, 0x22, 0x15, 0x95, 0x3a, 0xaa, 0x75, 0xf1, 0x45, 0xfd, 0x96, 0x53, 0x0b, 0x5b, 0xf5, 0xf4, 0xb3, 0x83, 0x6f, 0xf7, 0xb3, 0x05, 0x4e, 0xf9, 0xab, 0x6b, 0xb6, 0x24, 0x69, 0x2c, 0x4e, 0x65, 0xaf, 0x16, 0x38, 0xc6, 0xd7, 0x44, 0x2c, 0x8f, 0x92, 0xab, 0xa3, 0xe5, 0xf1, 0x55, 0x57, 0xfe, 0x69, 0xf0, 0xe9, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x2e, 0xf3, 0xb4, 0xa8, 0x44, 0x10, 0x00, 0x00, }