// 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 DeviceTypeAddRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 设备类型 DeviceCode int32 `protobuf:"varint,2,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` // 备注 Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment"` // 经办人 Agent string `protobuf:"bytes,4,opt,name=agent,proto3" json:"agent"` // 经办人电话 AgentPhone string `protobuf:"bytes,5,opt,name=agent_phone,json=agentPhone,proto3" json:"agent_phone"` // 诚信经营承诺书 Appendix []string `protobuf:"bytes,6,rep,name=appendix,proto3" json:"appendix"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeAddRequest) Reset() { *m = DeviceTypeAddRequest{} } func (m *DeviceTypeAddRequest) String() string { return proto.CompactTextString(m) } func (*DeviceTypeAddRequest) ProtoMessage() {} func (*DeviceTypeAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{0} } func (m *DeviceTypeAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeAddRequest.Unmarshal(m, b) } func (m *DeviceTypeAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeAddRequest.Marshal(b, m, deterministic) } func (m *DeviceTypeAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeAddRequest.Merge(m, src) } func (m *DeviceTypeAddRequest) XXX_Size() int { return xxx_messageInfo_DeviceTypeAddRequest.Size(m) } func (m *DeviceTypeAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeAddRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeAddRequest proto.InternalMessageInfo func (m *DeviceTypeAddRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceTypeAddRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } func (m *DeviceTypeAddRequest) GetComment() string { if m != nil { return m.Comment } return "" } func (m *DeviceTypeAddRequest) GetAgent() string { if m != nil { return m.Agent } return "" } func (m *DeviceTypeAddRequest) GetAgentPhone() string { if m != nil { return m.AgentPhone } return "" } func (m *DeviceTypeAddRequest) GetAppendix() []string { if m != nil { return m.Appendix } return nil } type DeviceTypeAddReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeAddReply) Reset() { *m = DeviceTypeAddReply{} } func (m *DeviceTypeAddReply) String() string { return proto.CompactTextString(m) } func (*DeviceTypeAddReply) ProtoMessage() {} func (*DeviceTypeAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{1} } func (m *DeviceTypeAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeAddReply.Unmarshal(m, b) } func (m *DeviceTypeAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeAddReply.Marshal(b, m, deterministic) } func (m *DeviceTypeAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeAddReply.Merge(m, src) } func (m *DeviceTypeAddReply) XXX_Size() int { return xxx_messageInfo_DeviceTypeAddReply.Size(m) } func (m *DeviceTypeAddReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeAddReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeAddReply proto.InternalMessageInfo type DeviceTypeTestingAddRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` // 设备类型 DeviceCode int32 `protobuf:"varint,2,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` // 备注 Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment"` // 经办人 Agent string `protobuf:"bytes,4,opt,name=agent,proto3" json:"agent"` // 经办人电话 AgentPhone string `protobuf:"bytes,5,opt,name=agent_phone,json=agentPhone,proto3" json:"agent_phone"` // 附件 Appendix []string `protobuf:"bytes,6,rep,name=appendix,proto3" json:"appendix"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeTestingAddRequest) Reset() { *m = DeviceTypeTestingAddRequest{} } func (m *DeviceTypeTestingAddRequest) String() string { return proto.CompactTextString(m) } func (*DeviceTypeTestingAddRequest) ProtoMessage() {} func (*DeviceTypeTestingAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{2} } func (m *DeviceTypeTestingAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeTestingAddRequest.Unmarshal(m, b) } func (m *DeviceTypeTestingAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeTestingAddRequest.Marshal(b, m, deterministic) } func (m *DeviceTypeTestingAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeTestingAddRequest.Merge(m, src) } func (m *DeviceTypeTestingAddRequest) XXX_Size() int { return xxx_messageInfo_DeviceTypeTestingAddRequest.Size(m) } func (m *DeviceTypeTestingAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeTestingAddRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeTestingAddRequest proto.InternalMessageInfo func (m *DeviceTypeTestingAddRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceTypeTestingAddRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } func (m *DeviceTypeTestingAddRequest) GetComment() string { if m != nil { return m.Comment } return "" } func (m *DeviceTypeTestingAddRequest) GetAgent() string { if m != nil { return m.Agent } return "" } func (m *DeviceTypeTestingAddRequest) GetAgentPhone() string { if m != nil { return m.AgentPhone } return "" } func (m *DeviceTypeTestingAddRequest) GetAppendix() []string { if m != nil { return m.Appendix } return nil } type DeviceTypeTestingAddReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceTypeTestingAddReply) Reset() { *m = DeviceTypeTestingAddReply{} } func (m *DeviceTypeTestingAddReply) String() string { return proto.CompactTextString(m) } func (*DeviceTypeTestingAddReply) ProtoMessage() {} func (*DeviceTypeTestingAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{3} } func (m *DeviceTypeTestingAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceTypeTestingAddReply.Unmarshal(m, b) } func (m *DeviceTypeTestingAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceTypeTestingAddReply.Marshal(b, m, deterministic) } func (m *DeviceTypeTestingAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceTypeTestingAddReply.Merge(m, src) } func (m *DeviceTypeTestingAddReply) XXX_Size() int { return xxx_messageInfo_DeviceTypeTestingAddReply.Size(m) } func (m *DeviceTypeTestingAddReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceTypeTestingAddReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceTypeTestingAddReply proto.InternalMessageInfo type DeviceAddRequest struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Sn string `protobuf:"bytes,3,opt,name=sn,proto3" json:"sn"` Addr string `protobuf:"bytes,4,opt,name=addr,proto3" json:"addr"` Type int32 `protobuf:"varint,5,opt,name=type,proto3" json:"type"` Lon float64 `protobuf:"fixed64,6,opt,name=lon,proto3" json:"lon"` Lat float64 `protobuf:"fixed64,7,opt,name=lat,proto3" json:"lat"` XCoord float64 `protobuf:"fixed64,8,opt,name=x_coord,json=xCoord,proto3" json:"x_coord"` YCoord float64 `protobuf:"fixed64,9,opt,name=y_coord,json=yCoord,proto3" json:"y_coord"` ProviderId int64 `protobuf:"varint,10,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` ProjectCode string `protobuf:"bytes,11,opt,name=project_code,json=projectCode,proto3" json:"project_code"` ProjectName string `protobuf:"bytes,12,opt,name=project_name,json=projectName,proto3" json:"project_name"` // 设备型号 DeviceModel string `protobuf:"bytes,13,opt,name=device_model,json=deviceModel,proto3" json:"device_model"` // 生产厂商 Manufacturer string `protobuf:"bytes,14,opt,name=manufacturer,proto3" json:"manufacturer"` // 批次 Batch string `protobuf:"bytes,15,opt,name=batch,proto3" json:"batch"` Sim string `protobuf:"bytes,16,opt,name=sim,proto3" json:"sim"` // 对接单位 Unit string `protobuf:"bytes,17,opt,name=unit,proto3" json:"unit"` // 联系人 Person string `protobuf:"bytes,18,opt,name=person,proto3" json:"person"` // 联系电话 Phone string `protobuf:"bytes,19,opt,name=phone,proto3" json:"phone"` // 备注 Remark string `protobuf:"bytes,20,opt,name=remark,proto3" json:"remark"` // url视屏地址 Url string `protobuf:"bytes,21,opt,name=url,proto3" json:"url"` // 实名制设备类型 Kind int32 `protobuf:"varint,22,opt,name=kind,proto3" json:"kind"` // 实名制设备类别 SubKind int32 `protobuf:"varint,23,opt,name=sub_kind,json=subKind,proto3" json:"sub_kind"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceAddRequest) Reset() { *m = DeviceAddRequest{} } func (m *DeviceAddRequest) String() string { return proto.CompactTextString(m) } func (*DeviceAddRequest) ProtoMessage() {} func (*DeviceAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{4} } func (m *DeviceAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAddRequest.Unmarshal(m, b) } func (m *DeviceAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceAddRequest.Marshal(b, m, deterministic) } func (m *DeviceAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceAddRequest.Merge(m, src) } func (m *DeviceAddRequest) XXX_Size() int { return xxx_messageInfo_DeviceAddRequest.Size(m) } func (m *DeviceAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceAddRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceAddRequest proto.InternalMessageInfo func (m *DeviceAddRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *DeviceAddRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *DeviceAddRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *DeviceAddRequest) GetAddr() string { if m != nil { return m.Addr } return "" } func (m *DeviceAddRequest) GetType() int32 { if m != nil { return m.Type } return 0 } func (m *DeviceAddRequest) GetLon() float64 { if m != nil { return m.Lon } return 0 } func (m *DeviceAddRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *DeviceAddRequest) GetXCoord() float64 { if m != nil { return m.XCoord } return 0 } func (m *DeviceAddRequest) GetYCoord() float64 { if m != nil { return m.YCoord } return 0 } func (m *DeviceAddRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceAddRequest) GetProjectCode() string { if m != nil { return m.ProjectCode } return "" } func (m *DeviceAddRequest) GetProjectName() string { if m != nil { return m.ProjectName } return "" } func (m *DeviceAddRequest) GetDeviceModel() string { if m != nil { return m.DeviceModel } return "" } func (m *DeviceAddRequest) GetManufacturer() string { if m != nil { return m.Manufacturer } return "" } func (m *DeviceAddRequest) GetBatch() string { if m != nil { return m.Batch } return "" } func (m *DeviceAddRequest) GetSim() string { if m != nil { return m.Sim } return "" } func (m *DeviceAddRequest) GetUnit() string { if m != nil { return m.Unit } return "" } func (m *DeviceAddRequest) GetPerson() string { if m != nil { return m.Person } return "" } func (m *DeviceAddRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *DeviceAddRequest) GetRemark() string { if m != nil { return m.Remark } return "" } func (m *DeviceAddRequest) GetUrl() string { if m != nil { return m.Url } return "" } func (m *DeviceAddRequest) GetKind() int32 { if m != nil { return m.Kind } return 0 } func (m *DeviceAddRequest) GetSubKind() int32 { if m != nil { return m.SubKind } return 0 } type DeviceAddReply struct { DeviceId int64 `protobuf:"varint,1,opt,name=device_id,json=deviceId,proto3" json:"device_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceAddReply) Reset() { *m = DeviceAddReply{} } func (m *DeviceAddReply) String() string { return proto.CompactTextString(m) } func (*DeviceAddReply) ProtoMessage() {} func (*DeviceAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{5} } func (m *DeviceAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceAddReply.Unmarshal(m, b) } func (m *DeviceAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceAddReply.Marshal(b, m, deterministic) } func (m *DeviceAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceAddReply.Merge(m, src) } func (m *DeviceAddReply) XXX_Size() int { return xxx_messageInfo_DeviceAddReply.Size(m) } func (m *DeviceAddReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceAddReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceAddReply proto.InternalMessageInfo func (m *DeviceAddReply) GetDeviceId() int64 { if m != nil { return m.DeviceId } return 0 } type VedioAddRequest struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` ProviderId int64 `protobuf:"varint,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` ChannelCount int32 `protobuf:"varint,4,opt,name=channel_count,json=channelCount,proto3" json:"channel_count"` VedioType int32 `protobuf:"varint,5,opt,name=vedio_type,json=vedioType,proto3" json:"vedio_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioAddRequest) Reset() { *m = VedioAddRequest{} } func (m *VedioAddRequest) String() string { return proto.CompactTextString(m) } func (*VedioAddRequest) ProtoMessage() {} func (*VedioAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{6} } func (m *VedioAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioAddRequest.Unmarshal(m, b) } func (m *VedioAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioAddRequest.Marshal(b, m, deterministic) } func (m *VedioAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioAddRequest.Merge(m, src) } func (m *VedioAddRequest) XXX_Size() int { return xxx_messageInfo_VedioAddRequest.Size(m) } func (m *VedioAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_VedioAddRequest.DiscardUnknown(m) } var xxx_messageInfo_VedioAddRequest proto.InternalMessageInfo func (m *VedioAddRequest) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } func (m *VedioAddRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *VedioAddRequest) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *VedioAddRequest) GetChannelCount() int32 { if m != nil { return m.ChannelCount } return 0 } func (m *VedioAddRequest) GetVedioType() int32 { if m != nil { return m.VedioType } return 0 } type VedioAddReply struct { VedioId int64 `protobuf:"varint,5,opt,name=vedio_id,json=vedioId,proto3" json:"vedio_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *VedioAddReply) Reset() { *m = VedioAddReply{} } func (m *VedioAddReply) String() string { return proto.CompactTextString(m) } func (*VedioAddReply) ProtoMessage() {} func (*VedioAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{7} } func (m *VedioAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VedioAddReply.Unmarshal(m, b) } func (m *VedioAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_VedioAddReply.Marshal(b, m, deterministic) } func (m *VedioAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_VedioAddReply.Merge(m, src) } func (m *VedioAddReply) XXX_Size() int { return xxx_messageInfo_VedioAddReply.Size(m) } func (m *VedioAddReply) XXX_DiscardUnknown() { xxx_messageInfo_VedioAddReply.DiscardUnknown(m) } var xxx_messageInfo_VedioAddReply proto.InternalMessageInfo func (m *VedioAddReply) GetVedioId() int64 { if m != nil { return m.VedioId } return 0 } type ChannelAddRequest struct { Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"` ChannelCount int32 `protobuf:"varint,2,opt,name=channel_count,json=channelCount,proto3" json:"channel_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelAddRequest) Reset() { *m = ChannelAddRequest{} } func (m *ChannelAddRequest) String() string { return proto.CompactTextString(m) } func (*ChannelAddRequest) ProtoMessage() {} func (*ChannelAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{8} } func (m *ChannelAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelAddRequest.Unmarshal(m, b) } func (m *ChannelAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelAddRequest.Marshal(b, m, deterministic) } func (m *ChannelAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelAddRequest.Merge(m, src) } func (m *ChannelAddRequest) XXX_Size() int { return xxx_messageInfo_ChannelAddRequest.Size(m) } func (m *ChannelAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChannelAddRequest.DiscardUnknown(m) } var xxx_messageInfo_ChannelAddRequest proto.InternalMessageInfo func (m *ChannelAddRequest) GetSn() string { if m != nil { return m.Sn } return "" } func (m *ChannelAddRequest) GetChannelCount() int32 { if m != nil { return m.ChannelCount } return 0 } type ChannelAddReply struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelAddReply) Reset() { *m = ChannelAddReply{} } func (m *ChannelAddReply) String() string { return proto.CompactTextString(m) } func (*ChannelAddReply) ProtoMessage() {} func (*ChannelAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{9} } func (m *ChannelAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelAddReply.Unmarshal(m, b) } func (m *ChannelAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelAddReply.Marshal(b, m, deterministic) } func (m *ChannelAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelAddReply.Merge(m, src) } func (m *ChannelAddReply) XXX_Size() int { return xxx_messageInfo_ChannelAddReply.Size(m) } func (m *ChannelAddReply) XXX_DiscardUnknown() { xxx_messageInfo_ChannelAddReply.DiscardUnknown(m) } var xxx_messageInfo_ChannelAddReply proto.InternalMessageInfo func (m *ChannelAddReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } type ChannelUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelUpdateRequest) Reset() { *m = ChannelUpdateRequest{} } func (m *ChannelUpdateRequest) String() string { return proto.CompactTextString(m) } func (*ChannelUpdateRequest) ProtoMessage() {} func (*ChannelUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{10} } func (m *ChannelUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelUpdateRequest.Unmarshal(m, b) } func (m *ChannelUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelUpdateRequest.Marshal(b, m, deterministic) } func (m *ChannelUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelUpdateRequest.Merge(m, src) } func (m *ChannelUpdateRequest) XXX_Size() int { return xxx_messageInfo_ChannelUpdateRequest.Size(m) } func (m *ChannelUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChannelUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_ChannelUpdateRequest proto.InternalMessageInfo func (m *ChannelUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ChannelUpdateRequest) GetName() string { if m != nil { return m.Name } return "" } type ChannelUpdateReply struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelUpdateReply) Reset() { *m = ChannelUpdateReply{} } func (m *ChannelUpdateReply) String() string { return proto.CompactTextString(m) } func (*ChannelUpdateReply) ProtoMessage() {} func (*ChannelUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{11} } func (m *ChannelUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelUpdateReply.Unmarshal(m, b) } func (m *ChannelUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelUpdateReply.Marshal(b, m, deterministic) } func (m *ChannelUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelUpdateReply.Merge(m, src) } func (m *ChannelUpdateReply) XXX_Size() int { return xxx_messageInfo_ChannelUpdateReply.Size(m) } func (m *ChannelUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_ChannelUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_ChannelUpdateReply proto.InternalMessageInfo func (m *ChannelUpdateReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } 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{12} } 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{13} } 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{14} } 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 DeviceDelRequest struct { DeviceId int64 `protobuf:"varint,1,opt,name=device_id,json=deviceId,proto3" json:"device_id"` Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason"` DeviceCode uint32 `protobuf:"varint,3,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelRequest) Reset() { *m = DeviceDelRequest{} } func (m *DeviceDelRequest) String() string { return proto.CompactTextString(m) } func (*DeviceDelRequest) ProtoMessage() {} func (*DeviceDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{15} } func (m *DeviceDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelRequest.Unmarshal(m, b) } func (m *DeviceDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelRequest.Marshal(b, m, deterministic) } func (m *DeviceDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelRequest.Merge(m, src) } func (m *DeviceDelRequest) XXX_Size() int { return xxx_messageInfo_DeviceDelRequest.Size(m) } func (m *DeviceDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelRequest.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelRequest proto.InternalMessageInfo func (m *DeviceDelRequest) GetDeviceId() int64 { if m != nil { return m.DeviceId } return 0 } func (m *DeviceDelRequest) GetReason() string { if m != nil { return m.Reason } return "" } func (m *DeviceDelRequest) GetDeviceCode() uint32 { if m != nil { return m.DeviceCode } return 0 } type DeviceDelReply struct { ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DeviceDelReply) Reset() { *m = DeviceDelReply{} } func (m *DeviceDelReply) String() string { return proto.CompactTextString(m) } func (*DeviceDelReply) ProtoMessage() {} func (*DeviceDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{16} } func (m *DeviceDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceDelReply.Unmarshal(m, b) } func (m *DeviceDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DeviceDelReply.Marshal(b, m, deterministic) } func (m *DeviceDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DeviceDelReply.Merge(m, src) } func (m *DeviceDelReply) XXX_Size() int { return xxx_messageInfo_DeviceDelReply.Size(m) } func (m *DeviceDelReply) XXX_DiscardUnknown() { xxx_messageInfo_DeviceDelReply.DiscardUnknown(m) } var xxx_messageInfo_DeviceDelReply proto.InternalMessageInfo func (m *DeviceDelReply) GetProjectId() int64 { if m != nil { return m.ProjectId } return 0 } type DeviceTypeListRequest struct { ProviderId int64 `protobuf:"varint,1,opt,name=provider_id,json=providerId,proto3" json:"provider_id"` StatusFilters []int32 `protobuf:"varint,2,rep,packed,name=status_filters,json=statusFilters,proto3" json:"status_filters"` IncludeVedio bool `protobuf:"varint,3,opt,name=include_vedio,json=includeVedio,proto3" json:"include_vedio"` // 0. 已对接的设备类型 1 设备类型申报 2 设备类型对接 3.可申请的设备类型 4 可对接的设备类型 ListType uint32 `protobuf:"varint,4,opt,name=list_type,json=listType,proto3" json:"list_type"` DeviceCode int32 `protobuf:"varint,5,opt,name=device_code,json=deviceCode,proto3" json:"device_code"` 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{17} } 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) GetProviderId() int64 { if m != nil { return m.ProviderId } return 0 } func (m *DeviceTypeListRequest) GetStatusFilters() []int32 { if m != nil { return m.StatusFilters } return nil } func (m *DeviceTypeListRequest) GetIncludeVedio() bool { if m != nil { return m.IncludeVedio } return false } func (m *DeviceTypeListRequest) GetListType() uint32 { if m != nil { return m.ListType } return 0 } func (m *DeviceTypeListRequest) GetDeviceCode() int32 { if m != nil { return m.DeviceCode } return 0 } type DeviceTypeItem struct { TypeCode int32 `protobuf:"varint,1,opt,name=type_code,json=typeCode,proto3" json:"type_code"` TypeName string `protobuf:"bytes,2,opt,name=type_name,json=typeName,proto3" json:"type_name"` CreatedTime string `protobuf:"bytes,3,opt,name=created_time,json=createdTime,proto3" json:"created_time"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,5,opt,name=feedback,proto3" json:"feedback"` Appendix string `protobuf:"bytes,6,opt,name=appendix,proto3" json:"appendix"` Agent string `protobuf:"bytes,7,opt,name=agent,proto3" json:"agent"` AgentPhone string `protobuf:"bytes,8,opt,name=agent_phone,json=agentPhone,proto3" json:"agent_phone"` ApproveTime string `protobuf:"bytes,9,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"` Comment string `protobuf:"bytes,10,opt,name=comment,proto3" json:"comment"` NeedAppendix bool `protobuf:"varint,11,opt,name=need_appendix,json=needAppendix,proto3" json:"need_appendix"` Reviewer string `protobuf:"bytes,12,opt,name=reviewer,proto3" json:"reviewer"` 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{18} } 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) 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) GetCreatedTime() string { if m != nil { return m.CreatedTime } return "" } func (m *DeviceTypeItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *DeviceTypeItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *DeviceTypeItem) GetAppendix() string { if m != nil { return m.Appendix } return "" } func (m *DeviceTypeItem) GetAgent() string { if m != nil { return m.Agent } return "" } func (m *DeviceTypeItem) GetAgentPhone() string { if m != nil { return m.AgentPhone } return "" } func (m *DeviceTypeItem) GetApproveTime() string { if m != nil { return m.ApproveTime } return "" } func (m *DeviceTypeItem) GetComment() string { if m != nil { return m.Comment } return "" } func (m *DeviceTypeItem) GetNeedAppendix() bool { if m != nil { return m.NeedAppendix } return false } func (m *DeviceTypeItem) GetReviewer() string { if m != nil { return m.Reviewer } return "" } type DeviceTypeListReply struct { List []*DeviceTypeItem `protobuf:"bytes,1,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{19} } 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) 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"` AllType bool `protobuf:"varint,9,opt,name=all_type,json=allType,proto3" json:"all_type"` 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{20} } 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 } func (m *DeviceListRequest) GetAllType() bool { if m != nil { return m.AllType } 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"` // 申请时间 CreatedTime string `protobuf:"bytes,5,opt,name=created_time,json=createdTime,proto3" json:"created_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"` Model string `protobuf:"bytes,15,opt,name=model,proto3" json:"model"` Manufacturer string `protobuf:"bytes,16,opt,name=manufacturer,proto3" json:"manufacturer"` Url string `protobuf:"bytes,17,opt,name=url,proto3" json:"url"` Batch string `protobuf:"bytes,18,opt,name=batch,proto3" json:"batch"` Phone string `protobuf:"bytes,19,opt,name=phone,proto3" json:"phone"` Person string `protobuf:"bytes,20,opt,name=person,proto3" json:"person"` Unit string `protobuf:"bytes,21,opt,name=unit,proto3" json:"unit"` Lon float64 `protobuf:"fixed64,22,opt,name=lon,proto3" json:"lon"` Lat float64 `protobuf:"fixed64,23,opt,name=lat,proto3" json:"lat"` Kind string `protobuf:"bytes,24,opt,name=kind,proto3" json:"kind"` SubKind string `protobuf:"bytes,25,opt,name=sub_kind,json=subKind,proto3" json:"sub_kind"` Remark string `protobuf:"bytes,26,opt,name=remark,proto3" json:"remark"` 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{21} } 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) GetCreatedTime() string { if m != nil { return m.CreatedTime } 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) GetModel() string { if m != nil { return m.Model } return "" } func (m *DeviceItem) GetManufacturer() string { if m != nil { return m.Manufacturer } return "" } func (m *DeviceItem) GetUrl() string { if m != nil { return m.Url } return "" } func (m *DeviceItem) GetBatch() string { if m != nil { return m.Batch } return "" } func (m *DeviceItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *DeviceItem) GetPerson() string { if m != nil { return m.Person } return "" } func (m *DeviceItem) GetUnit() string { if m != nil { return m.Unit } 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 } func (m *DeviceItem) GetKind() string { if m != nil { return m.Kind } return "" } func (m *DeviceItem) GetSubKind() string { if m != nil { return m.SubKind } return "" } func (m *DeviceItem) GetRemark() string { if m != nil { return m.Remark } return "" } type DeviceListReply struct { List []*DeviceItem `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 *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{22} } 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) GetList() []*DeviceItem { if m != nil { return m.List } return nil } func (m *DeviceListReply) GetPage() int32 { if m != nil { return m.Page } return 0 } 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 } 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{23} } 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{24} } 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{25} } 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 ProjectItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` ShortName string `protobuf:"bytes,3,opt,name=short_name,json=shortName,proto3" json:"short_name"` ProjectNo string `protobuf:"bytes,4,opt,name=project_no,json=projectNo,proto3" json:"project_no"` SafetyRecordNo string `protobuf:"bytes,5,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectItem) Reset() { *m = ProjectItem{} } func (m *ProjectItem) String() string { return proto.CompactTextString(m) } func (*ProjectItem) ProtoMessage() {} func (*ProjectItem) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{26} } func (m *ProjectItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectItem.Unmarshal(m, b) } func (m *ProjectItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectItem.Marshal(b, m, deterministic) } func (m *ProjectItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectItem.Merge(m, src) } func (m *ProjectItem) XXX_Size() int { return xxx_messageInfo_ProjectItem.Size(m) } func (m *ProjectItem) XXX_DiscardUnknown() { xxx_messageInfo_ProjectItem.DiscardUnknown(m) } var xxx_messageInfo_ProjectItem proto.InternalMessageInfo func (m *ProjectItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ProjectItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ProjectItem) GetShortName() string { if m != nil { return m.ShortName } return "" } func (m *ProjectItem) GetProjectNo() string { if m != nil { return m.ProjectNo } return "" } func (m *ProjectItem) GetSafetyRecordNo() string { if m != nil { return m.SafetyRecordNo } return "" } type ProjectListRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectListRequest) Reset() { *m = ProjectListRequest{} } func (m *ProjectListRequest) String() string { return proto.CompactTextString(m) } func (*ProjectListRequest) ProtoMessage() {} func (*ProjectListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{27} } func (m *ProjectListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectListRequest.Unmarshal(m, b) } func (m *ProjectListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectListRequest.Marshal(b, m, deterministic) } func (m *ProjectListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectListRequest.Merge(m, src) } func (m *ProjectListRequest) XXX_Size() int { return xxx_messageInfo_ProjectListRequest.Size(m) } func (m *ProjectListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProjectListRequest.DiscardUnknown(m) } var xxx_messageInfo_ProjectListRequest proto.InternalMessageInfo type ProjectListReply struct { List []*ProjectItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProjectListReply) Reset() { *m = ProjectListReply{} } func (m *ProjectListReply) String() string { return proto.CompactTextString(m) } func (*ProjectListReply) ProtoMessage() {} func (*ProjectListReply) Descriptor() ([]byte, []int) { return fileDescriptor_870276a56ac00da5, []int{28} } func (m *ProjectListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProjectListReply.Unmarshal(m, b) } func (m *ProjectListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProjectListReply.Marshal(b, m, deterministic) } func (m *ProjectListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProjectListReply.Merge(m, src) } func (m *ProjectListReply) XXX_Size() int { return xxx_messageInfo_ProjectListReply.Size(m) } func (m *ProjectListReply) XXX_DiscardUnknown() { xxx_messageInfo_ProjectListReply.DiscardUnknown(m) } var xxx_messageInfo_ProjectListReply proto.InternalMessageInfo func (m *ProjectListReply) GetList() []*ProjectItem { if m != nil { return m.List } return nil } 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"` DeviceName string `protobuf:"bytes,14,opt,name=device_name,json=deviceName,proto3" json:"device_name"` Reviewer string `protobuf:"bytes,15,opt,name=reviewer,proto3" json:"reviewer"` 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{29} } 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) GetDeviceName() string { if m != nil { return m.DeviceName } return "" } func (m *DeviceDelJobItem) GetReviewer() string { if m != nil { return m.Reviewer } 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{30} } 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{31} } 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 } func init() { proto.RegisterType((*DeviceTypeAddRequest)(nil), "v1.DeviceTypeAddRequest") proto.RegisterType((*DeviceTypeAddReply)(nil), "v1.DeviceTypeAddReply") proto.RegisterType((*DeviceTypeTestingAddRequest)(nil), "v1.DeviceTypeTestingAddRequest") proto.RegisterType((*DeviceTypeTestingAddReply)(nil), "v1.DeviceTypeTestingAddReply") proto.RegisterType((*DeviceAddRequest)(nil), "v1.DeviceAddRequest") proto.RegisterType((*DeviceAddReply)(nil), "v1.DeviceAddReply") proto.RegisterType((*VedioAddRequest)(nil), "v1.VedioAddRequest") proto.RegisterType((*VedioAddReply)(nil), "v1.VedioAddReply") proto.RegisterType((*ChannelAddRequest)(nil), "v1.ChannelAddRequest") proto.RegisterType((*ChannelAddReply)(nil), "v1.ChannelAddReply") proto.RegisterType((*ChannelUpdateRequest)(nil), "v1.ChannelUpdateRequest") proto.RegisterType((*ChannelUpdateReply)(nil), "v1.ChannelUpdateReply") proto.RegisterType((*ChannelListRequest)(nil), "v1.ChannelListRequest") proto.RegisterType((*ChannelItem)(nil), "v1.ChannelItem") proto.RegisterType((*ChannelListReply)(nil), "v1.ChannelListReply") proto.RegisterType((*DeviceDelRequest)(nil), "v1.DeviceDelRequest") proto.RegisterType((*DeviceDelReply)(nil), "v1.DeviceDelReply") 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((*VedioListRequest)(nil), "v1.VedioListRequest") proto.RegisterType((*VedioItem)(nil), "v1.VedioItem") proto.RegisterType((*VedioListReply)(nil), "v1.VedioListReply") proto.RegisterType((*ProjectItem)(nil), "v1.ProjectItem") proto.RegisterType((*ProjectListRequest)(nil), "v1.ProjectListRequest") proto.RegisterType((*ProjectListReply)(nil), "v1.ProjectListReply") proto.RegisterType((*DeviceDelJobItem)(nil), "v1.DeviceDelJobItem") proto.RegisterType((*DeviceDelJobListRequest)(nil), "v1.DeviceDelJobListRequest") proto.RegisterType((*DeviceDelJobListReply)(nil), "v1.DeviceDelJobListReply") } func init() { proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5) } var fileDescriptor_870276a56ac00da5 = []byte{ // 1603 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x58, 0x4f, 0x8f, 0xdc, 0xc4, 0x12, 0x97, 0x67, 0xc6, 0xf3, 0xa7, 0xe6, 0xcf, 0xce, 0x3a, 0xb3, 0xbb, 0xde, 0xac, 0x56, 0xd9, 0x75, 0xf4, 0xde, 0x1b, 0x3d, 0x29, 0xc9, 0xcb, 0xcb, 0x01, 0x09, 0x89, 0x43, 0xd8, 0x08, 0xb1, 0xfc, 0x89, 0x22, 0xb3, 0x80, 0xc4, 0xc5, 0xea, 0xb5, 0x7b, 0x77, 0xcd, 0x7a, 0x6c, 0x63, 0x7b, 0x86, 0x4c, 0x84, 0x10, 0x47, 0x4e, 0xdc, 0xb9, 0x72, 0x43, 0xe2, 0x23, 0x70, 0x42, 0x70, 0x41, 0x7c, 0x1a, 0x3e, 0x01, 0xaa, 0xea, 0xb6, 0xdd, 0xf6, 0x4c, 0x36, 0x91, 0x08, 0x28, 0x08, 0x6e, 0x5d, 0xbf, 0xee, 0xe9, 0xae, 0xea, 0xaa, 0x5f, 0xd7, 0xcf, 0x03, 0x03, 0x8f, 0x2f, 0x7c, 0x97, 0xdf, 0x8e, 0x93, 0x28, 0x8b, 0x8c, 0xc6, 0xe2, 0xae, 0xf5, 0x93, 0x06, 0x93, 0x07, 0x04, 0x9e, 0x2c, 0x63, 0x7e, 0xdf, 0xf3, 0x6c, 0xfe, 0xc9, 0x9c, 0xa7, 0x99, 0x71, 0x03, 0xfa, 0x71, 0x12, 0x2d, 0x7c, 0x8f, 0x27, 0x8e, 0xef, 0x99, 0xda, 0x81, 0x36, 0x6d, 0xda, 0x90, 0x43, 0xc7, 0x1e, 0x2e, 0x10, 0xbb, 0x39, 0x6e, 0xe4, 0x71, 0xb3, 0x71, 0xa0, 0x4d, 0x75, 0x1b, 0x04, 0x74, 0x14, 0x79, 0xdc, 0x30, 0xa1, 0xe3, 0x46, 0xb3, 0x19, 0x0f, 0x33, 0xb3, 0x79, 0xa0, 0x4d, 0x7b, 0x76, 0x6e, 0x1a, 0x13, 0xd0, 0xd9, 0x39, 0xe2, 0x2d, 0xc2, 0x85, 0x81, 0x1b, 0xd2, 0xc0, 0x89, 0x2f, 0xa2, 0x90, 0x9b, 0x3a, 0xcd, 0x01, 0x41, 0x8f, 0x10, 0x31, 0xae, 0x43, 0x97, 0xc5, 0x31, 0x0f, 0x3d, 0xff, 0xb1, 0xd9, 0x3e, 0x68, 0x4e, 0x7b, 0x76, 0x61, 0x5b, 0x13, 0x30, 0x6a, 0x61, 0xc4, 0xc1, 0xd2, 0xfa, 0x45, 0x83, 0xbd, 0x12, 0x3e, 0xe1, 0x69, 0xe6, 0x87, 0xe7, 0x7f, 0xdd, 0x20, 0xf7, 0x60, 0x77, 0x7d, 0x34, 0x18, 0xeb, 0x8f, 0x2d, 0x18, 0x8b, 0x59, 0x25, 0xc0, 0x7d, 0xc0, 0x68, 0x3e, 0xe6, 0x6e, 0x56, 0xc6, 0xd7, 0x93, 0xc8, 0xb1, 0x67, 0x18, 0xd0, 0x0a, 0xd9, 0x4c, 0xc4, 0xd5, 0xb3, 0x69, 0x6c, 0x8c, 0xa0, 0x91, 0x86, 0x32, 0x98, 0x46, 0x1a, 0xe2, 0x1a, 0xe6, 0x79, 0x89, 0x0c, 0x83, 0xc6, 0x88, 0x65, 0xcb, 0x58, 0xb8, 0xaf, 0xdb, 0x34, 0x36, 0xc6, 0xd0, 0x0c, 0xa2, 0xd0, 0x6c, 0x1f, 0x68, 0x53, 0xcd, 0xc6, 0x21, 0x21, 0x2c, 0x33, 0x3b, 0x12, 0x61, 0x99, 0xb1, 0x03, 0x9d, 0xc7, 0x8e, 0x1b, 0x45, 0x89, 0x67, 0x76, 0x09, 0x6d, 0x3f, 0x3e, 0x42, 0x0b, 0x27, 0x96, 0x72, 0xa2, 0x27, 0x26, 0x96, 0x62, 0xa2, 0x96, 0x21, 0x58, 0xc9, 0xd0, 0x21, 0x0c, 0xf2, 0x08, 0x29, 0x45, 0x7d, 0x72, 0xb3, 0x2f, 0x31, 0xca, 0x91, 0xb2, 0x84, 0xa2, 0x1d, 0x54, 0x96, 0x3c, 0xc4, 0xa0, 0x0f, 0x73, 0x6a, 0x38, 0xb3, 0xc8, 0xe3, 0x81, 0x39, 0x14, 0x4b, 0x04, 0xf6, 0x2e, 0x42, 0x86, 0x05, 0x83, 0x19, 0x0b, 0xe7, 0x67, 0xcc, 0xcd, 0xe6, 0x09, 0x4f, 0xcc, 0x11, 0x2d, 0xa9, 0x60, 0x98, 0xf3, 0x53, 0x96, 0xb9, 0x17, 0xe6, 0x86, 0xc8, 0x39, 0x19, 0x78, 0x0f, 0xa9, 0x3f, 0x33, 0xc7, 0x84, 0xe1, 0x10, 0xef, 0x6f, 0x1e, 0xfa, 0x99, 0xb9, 0x29, 0xee, 0x14, 0xc7, 0xc6, 0x36, 0xb4, 0x63, 0x9e, 0xa4, 0x51, 0x68, 0x1a, 0x84, 0x4a, 0x0b, 0xf7, 0x14, 0xb5, 0x72, 0x4d, 0xec, 0x49, 0x06, 0xae, 0x4e, 0xf8, 0x8c, 0x25, 0x97, 0xe6, 0x44, 0xac, 0x16, 0x16, 0x9e, 0x35, 0x4f, 0x02, 0x73, 0x4b, 0x9c, 0x35, 0x4f, 0x02, 0x3c, 0xeb, 0xd2, 0x0f, 0x3d, 0x73, 0x5b, 0xe4, 0x0a, 0xc7, 0xc6, 0x2e, 0x74, 0xd3, 0xf9, 0xa9, 0x43, 0xf8, 0x0e, 0xe1, 0x9d, 0x74, 0x7e, 0xfa, 0xb6, 0x1f, 0x7a, 0xd6, 0x2d, 0x18, 0x29, 0x55, 0x14, 0x07, 0x4b, 0x63, 0x0f, 0x7a, 0xf2, 0x6e, 0x8a, 0x12, 0xea, 0x0a, 0xe0, 0xd8, 0xb3, 0xbe, 0xd5, 0x60, 0xe3, 0x03, 0xee, 0xf9, 0xd1, 0xef, 0x2b, 0xba, 0x5a, 0x9a, 0x9b, 0x2b, 0x69, 0xbe, 0x09, 0x43, 0xf7, 0x82, 0x85, 0x21, 0x0f, 0x1c, 0x37, 0x9a, 0x4b, 0x56, 0xe9, 0xf6, 0x40, 0x82, 0x47, 0x88, 0xe1, 0xc1, 0x0b, 0xf4, 0xc5, 0x51, 0x8a, 0xb3, 0x47, 0x08, 0x12, 0xc6, 0xfa, 0x2f, 0x0c, 0x4b, 0x57, 0x31, 0xb2, 0x5d, 0xe8, 0x8a, 0xf5, 0xbe, 0x47, 0xab, 0x9b, 0x76, 0x87, 0xec, 0x63, 0xcf, 0x7a, 0x13, 0x36, 0x8f, 0xc4, 0xd6, 0x4a, 0x60, 0x82, 0x1a, 0x5a, 0x41, 0x8d, 0x15, 0xa7, 0x1a, 0xab, 0x4e, 0x59, 0xff, 0x83, 0x0d, 0x75, 0x27, 0x3c, 0xf7, 0xea, 0x0b, 0xb2, 0x5e, 0x85, 0x89, 0xfc, 0xc5, 0xfb, 0xb1, 0xc7, 0x32, 0xae, 0x1c, 0x5f, 0x2c, 0x6f, 0xf8, 0x6b, 0x2f, 0xd2, 0xba, 0x07, 0x46, 0xed, 0xb7, 0xcf, 0x71, 0xe0, 0x87, 0xc5, 0x8f, 0xde, 0xf1, 0xd3, 0x2c, 0x3f, 0xce, 0x80, 0x56, 0xcc, 0xce, 0x39, 0x2d, 0xd7, 0x6d, 0x1a, 0xcb, 0x1b, 0x68, 0x14, 0x37, 0xb0, 0x0f, 0x90, 0xdf, 0x40, 0x18, 0xc9, 0x47, 0xa3, 0x27, 0x91, 0x87, 0x91, 0x75, 0x06, 0x7d, 0xb9, 0xf1, 0x71, 0xc6, 0x67, 0x85, 0xc3, 0x5a, 0xf5, 0xb9, 0xf1, 0x3d, 0xda, 0x51, 0x04, 0x75, 0xf5, 0x8e, 0xc8, 0x86, 0x34, 0x63, 0x19, 0x97, 0xf9, 0x17, 0x86, 0xf5, 0x39, 0x8c, 0x2b, 0x01, 0x60, 0xcc, 0x37, 0xa1, 0x15, 0xf8, 0x69, 0x66, 0x6a, 0x07, 0xcd, 0x69, 0xff, 0xff, 0x1b, 0xb7, 0x17, 0x77, 0x6f, 0x2b, 0xbe, 0xd8, 0x34, 0x59, 0xc4, 0xd8, 0x50, 0x62, 0x9c, 0x80, 0x9e, 0x45, 0x19, 0x0b, 0x64, 0x15, 0x0a, 0x03, 0x59, 0x80, 0xb3, 0x4e, 0xea, 0x3f, 0xc9, 0x0f, 0xef, 0x22, 0xf0, 0x9e, 0xff, 0x84, 0x5b, 0x17, 0xf9, 0xd3, 0xfb, 0x80, 0x07, 0xf9, 0xf5, 0x5d, 0x45, 0x1b, 0x41, 0x5f, 0x86, 0x64, 0x6f, 0xe4, 0xf4, 0x45, 0xab, 0xde, 0x6f, 0xd0, 0x83, 0xa1, 0xda, 0x6f, 0xac, 0x3b, 0x39, 0x3d, 0xe9, 0xa4, 0xe7, 0xc8, 0xed, 0x0f, 0x1a, 0x6c, 0x95, 0x4d, 0x43, 0xcd, 0xef, 0x33, 0x9b, 0xdf, 0xbf, 0x60, 0x84, 0xd7, 0x3b, 0x4f, 0x9d, 0x33, 0x3f, 0xc8, 0x78, 0x92, 0x9a, 0x8d, 0x83, 0xe6, 0x54, 0xb7, 0x87, 0x02, 0x7d, 0x43, 0x80, 0xc8, 0x02, 0x3f, 0x74, 0x83, 0xb9, 0xc7, 0x1d, 0x62, 0x0f, 0x79, 0xdd, 0xb5, 0x07, 0x12, 0x24, 0xca, 0xe1, 0x6d, 0xe0, 0x85, 0x0b, 0x66, 0xb6, 0x28, 0xac, 0x2e, 0x02, 0xe8, 0x54, 0x3d, 0x6a, 0xbd, 0xde, 0x65, 0xad, 0x5f, 0x1b, 0x79, 0xd8, 0xb8, 0x9e, 0x6a, 0x69, 0x0f, 0x7a, 0xb8, 0x97, 0xf8, 0x85, 0x28, 0xd1, 0x2e, 0x02, 0xf4, 0xe2, 0xe7, 0x93, 0x0a, 0x3d, 0x68, 0x32, 0x7f, 0xeb, 0xdd, 0x84, 0xb3, 0x8c, 0x7b, 0x4e, 0xe6, 0xcf, 0xb8, 0xac, 0xb1, 0xbe, 0xc4, 0x4e, 0xfc, 0x19, 0xbd, 0xae, 0x22, 0x46, 0x99, 0x69, 0x69, 0x61, 0x73, 0x3e, 0xe3, 0xdc, 0x3b, 0x65, 0xee, 0xa5, 0x6c, 0xdd, 0x85, 0x5d, 0x6b, 0xdc, 0x9a, 0xda, 0xb8, 0x4b, 0x2d, 0xd0, 0xb9, 0x42, 0x0b, 0x74, 0x57, 0xb4, 0xc0, 0x21, 0x0c, 0x58, 0x8c, 0x09, 0xe1, 0xc2, 0xd3, 0x9e, 0xf0, 0x54, 0x62, 0xe4, 0xa9, 0xa2, 0x3f, 0xa0, 0xaa, 0x3f, 0x6e, 0xc2, 0x30, 0xe4, 0xdc, 0x73, 0x0a, 0xa7, 0xfa, 0x22, 0x2d, 0x08, 0xde, 0xcf, 0x1d, 0xbb, 0x0e, 0xdd, 0x84, 0x2f, 0x7c, 0xfe, 0x29, 0x4f, 0x64, 0x5b, 0x2c, 0x6c, 0xeb, 0x35, 0xb8, 0x56, 0x2f, 0x1c, 0xac, 0xb7, 0x7f, 0x57, 0x78, 0x65, 0x20, 0xaf, 0xaa, 0xa9, 0x11, 0xd4, 0xb2, 0xbe, 0x6a, 0xc0, 0xa6, 0x98, 0xf8, 0x23, 0x8a, 0x2e, 0x27, 0x6e, 0x53, 0x21, 0x6e, 0x95, 0x09, 0xad, 0x7a, 0xdf, 0xd9, 0x86, 0xb6, 0xd8, 0x52, 0xa6, 0x4e, 0x5a, 0xd5, 0x4a, 0x6a, 0xd7, 0x2a, 0x69, 0x0b, 0xda, 0x7e, 0xea, 0xb0, 0x20, 0xa0, 0xd4, 0x75, 0x6d, 0xdd, 0x4f, 0xef, 0x07, 0x01, 0xea, 0x15, 0x97, 0x85, 0x0e, 0x4a, 0x85, 0x2e, 0xe1, 0x6d, 0x97, 0x85, 0x0f, 0x78, 0x80, 0x2d, 0x85, 0x05, 0x81, 0x28, 0xf3, 0x1e, 0xcd, 0x74, 0x58, 0x10, 0x50, 0xfb, 0xf9, 0x46, 0x07, 0x10, 0x17, 0x42, 0x05, 0x5c, 0x7f, 0xcd, 0x6f, 0x40, 0x3f, 0x8d, 0x5c, 0x9f, 0x05, 0xa5, 0xd4, 0xec, 0xd9, 0x20, 0xa0, 0x4a, 0x51, 0x17, 0x2f, 0xc3, 0x53, 0x2b, 0xbe, 0xf5, 0x8c, 0x8a, 0xd7, 0x57, 0x2b, 0xbe, 0x5e, 0x6a, 0xed, 0xd5, 0x52, 0x2b, 0x49, 0xd1, 0xa9, 0x90, 0xa2, 0x2e, 0xaf, 0xba, 0xab, 0xf2, 0x6a, 0x0a, 0xe3, 0x94, 0x9d, 0xf1, 0x6c, 0xe9, 0x24, 0xdc, 0x8d, 0x12, 0x0f, 0x9f, 0x76, 0x51, 0xcc, 0x23, 0x81, 0xdb, 0x04, 0xab, 0xef, 0x3b, 0x28, 0xef, 0xbb, 0x6c, 0x3b, 0xfd, 0xa2, 0xed, 0x8c, 0xa1, 0x79, 0xc9, 0x97, 0xb2, 0x62, 0x71, 0x88, 0xd5, 0x5e, 0xd4, 0x15, 0x79, 0x21, 0x14, 0xdc, 0x20, 0x07, 0xc9, 0x8d, 0xbc, 0xff, 0x8c, 0x94, 0xfe, 0x33, 0x01, 0x5d, 0x48, 0x3e, 0x29, 0xd9, 0x66, 0x6b, 0xc5, 0xde, 0x78, 0x8d, 0xd8, 0x93, 0x52, 0x6b, 0xb3, 0x94, 0x5a, 0x85, 0xfc, 0x33, 0x54, 0xf9, 0xf7, 0x54, 0x01, 0x27, 0xe5, 0xde, 0xa4, 0x22, 0xf7, 0x72, 0x69, 0xb8, 0xa5, 0x48, 0x43, 0x29, 0xad, 0xb7, 0x57, 0xa4, 0xf5, 0x4e, 0x29, 0xad, 0x73, 0x99, 0x67, 0x8a, 0xdf, 0xad, 0xc8, 0xbc, 0x5d, 0xf1, 0x3a, 0x48, 0x99, 0xa7, 0xe8, 0xc7, 0xeb, 0xaa, 0x7e, 0xb4, 0x3e, 0x83, 0x0d, 0x95, 0xb4, 0x48, 0x78, 0xab, 0x42, 0xf8, 0x51, 0x49, 0xf8, 0x17, 0xdf, 0x47, 0xbf, 0xd7, 0x60, 0x4c, 0xfd, 0xe2, 0x25, 0x7f, 0x32, 0xd6, 0xbf, 0x0a, 0xd6, 0x17, 0x2d, 0xe8, 0x91, 0xfb, 0x7f, 0x36, 0xc1, 0xf7, 0x01, 0x58, 0x1c, 0x07, 0x4b, 0x95, 0xde, 0x3d, 0x42, 0xfe, 0xde, 0xe4, 0xc6, 0x14, 0xc4, 0x92, 0xd9, 0x0d, 0x3f, 0xa6, 0x12, 0x88, 0x92, 0x8c, 0xe8, 0xdc, 0xb4, 0x69, 0x6c, 0xfc, 0x07, 0x36, 0x66, 0xdc, 0xf3, 0x99, 0x93, 0x25, 0x2c, 0x4c, 0x69, 0x5a, 0x50, 0x7a, 0x44, 0xf0, 0x49, 0x8e, 0xae, 0xaa, 0x7d, 0x63, 0x8d, 0xda, 0x7f, 0x02, 0x23, 0xa5, 0x80, 0x91, 0x3e, 0x87, 0x15, 0xfa, 0x0c, 0x91, 0x3e, 0x45, 0x8d, 0xbc, 0x58, 0xf6, 0x7c, 0xad, 0x41, 0xff, 0x91, 0xac, 0xdd, 0x75, 0x05, 0xb8, 0xee, 0xc3, 0x6b, 0x1f, 0x20, 0xbd, 0x88, 0x12, 0x99, 0x5d, 0x29, 0xb7, 0x09, 0xc9, 0x0b, 0xab, 0x48, 0x7f, 0x24, 0xcb, 0x2e, 0xe7, 0xc7, 0xc3, 0x68, 0x6d, 0xea, 0xf5, 0x75, 0xa9, 0xb7, 0x26, 0x60, 0x48, 0xd7, 0x14, 0x6a, 0x5b, 0xaf, 0xc0, 0xb8, 0x82, 0x3e, 0x45, 0xb7, 0x2b, 0x41, 0x49, 0x71, 0xf1, 0x73, 0x53, 0x51, 0xdc, 0x6f, 0x45, 0xa7, 0xff, 0x10, 0x6e, 0x2d, 0xe1, 0x56, 0x88, 0x03, 0x6b, 0x88, 0x53, 0xe7, 0x5f, 0xf9, 0x6d, 0x32, 0xa8, 0x7c, 0x9b, 0xa8, 0xe2, 0x77, 0x58, 0x13, 0xbf, 0xa5, 0x82, 0x57, 0x38, 0x28, 0x15, 0x3c, 0x1d, 0xa2, 0x0a, 0xcd, 0x8d, 0x9a, 0xd0, 0xfc, 0x4e, 0x83, 0x1d, 0x35, 0x99, 0x2f, 0xf7, 0xe3, 0x6f, 0x7d, 0x59, 0x7c, 0x51, 0xa9, 0xee, 0xca, 0x7f, 0x4a, 0x4a, 0x76, 0x6a, 0x55, 0x76, 0x96, 0x84, 0x6e, 0xa8, 0x84, 0x5e, 0xe7, 0xd7, 0x54, 0x32, 0x40, 0x27, 0x06, 0x4c, 0xca, 0x86, 0x5b, 0xd6, 0xba, 0xa0, 0xc1, 0xeb, 0x87, 0x1f, 0xdd, 0x48, 0x67, 0x2c, 0xc9, 0x6e, 0xa5, 0xf3, 0x38, 0x0e, 0x7c, 0x9e, 0xdc, 0x9a, 0xb1, 0x90, 0x9d, 0x73, 0xfc, 0x00, 0xb8, 0x13, 0x9f, 0xde, 0x59, 0xdc, 0x3d, 0x6d, 0xd3, 0x7f, 0xbd, 0xf7, 0x7e, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xb4, 0x46, 0x0a, 0x58, 0xfb, 0x15, 0x00, 0x00, }