// Code generated by protoc-gen-go. DO NOT EDIT. // source: system.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 GardenInfosRequest struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenInfosRequest) Reset() { *m = GardenInfosRequest{} } func (m *GardenInfosRequest) String() string { return proto.CompactTextString(m) } func (*GardenInfosRequest) ProtoMessage() {} func (*GardenInfosRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{0} } func (m *GardenInfosRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenInfosRequest.Unmarshal(m, b) } func (m *GardenInfosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenInfosRequest.Marshal(b, m, deterministic) } func (m *GardenInfosRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenInfosRequest.Merge(m, src) } func (m *GardenInfosRequest) XXX_Size() int { return xxx_messageInfo_GardenInfosRequest.Size(m) } func (m *GardenInfosRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenInfosRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenInfosRequest proto.InternalMessageInfo func (m *GardenInfosRequest) GetIds() []int64 { if m != nil { return m.Ids } return nil } type GardenItem struct { // 物业公司id Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` // 省 Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"` ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` // 市 City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"` CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"` // 区 Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"` AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"` // 街道 Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"` StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"` // 社区 Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"` CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"` // 小区名字 GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` // 小区地址 GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"` // 物业联系人 PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"` // 物业联系人手机号 PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"` Id int64 `protobuf:"varint,16,opt,name=id,proto3" json:"id"` GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"` GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"` InUse bool `protobuf:"varint,19,opt,name=in_use,json=inUse,proto3" json:"in_use"` // 经度 Lnt float64 `protobuf:"fixed64,20,opt,name=lnt,proto3" json:"lnt"` // 纬度 Lat float64 `protobuf:"fixed64,21,opt,name=lat,proto3" json:"lat"` Appendix []string `protobuf:"bytes,22,rep,name=appendix,proto3" json:"appendix"` Status int32 `protobuf:"varint,23,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,24,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenItem) Reset() { *m = GardenItem{} } func (m *GardenItem) String() string { return proto.CompactTextString(m) } func (*GardenItem) ProtoMessage() {} func (*GardenItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{1} } func (m *GardenItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenItem.Unmarshal(m, b) } func (m *GardenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenItem.Marshal(b, m, deterministic) } func (m *GardenItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenItem.Merge(m, src) } func (m *GardenItem) XXX_Size() int { return xxx_messageInfo_GardenItem.Size(m) } func (m *GardenItem) XXX_DiscardUnknown() { xxx_messageInfo_GardenItem.DiscardUnknown(m) } var xxx_messageInfo_GardenItem proto.InternalMessageInfo func (m *GardenItem) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenItem) GetProvince() string { if m != nil { return m.Province } return "" } func (m *GardenItem) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenItem) GetCity() string { if m != nil { return m.City } return "" } func (m *GardenItem) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenItem) GetArea() string { if m != nil { return m.Area } return "" } func (m *GardenItem) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenItem) GetStreet() string { if m != nil { return m.Street } return "" } func (m *GardenItem) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenItem) GetCommittee() string { if m != nil { return m.Committee } return "" } func (m *GardenItem) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenItem) GetGardenAddr() string { if m != nil { return m.GardenAddr } return "" } func (m *GardenItem) GetPropertyPerson() string { if m != nil { return m.PropertyPerson } return "" } func (m *GardenItem) GetPropertyPhone() string { if m != nil { return m.PropertyPhone } return "" } func (m *GardenItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenItem) GetGardenPic() string { if m != nil { return m.GardenPic } return "" } func (m *GardenItem) GetGardenDesc() string { if m != nil { return m.GardenDesc } return "" } func (m *GardenItem) GetInUse() bool { if m != nil { return m.InUse } return false } func (m *GardenItem) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *GardenItem) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *GardenItem) GetAppendix() []string { if m != nil { return m.Appendix } return nil } func (m *GardenItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *GardenItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } type GardenInfosReply struct { List []*GardenItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenInfosReply) Reset() { *m = GardenInfosReply{} } func (m *GardenInfosReply) String() string { return proto.CompactTextString(m) } func (*GardenInfosReply) ProtoMessage() {} func (*GardenInfosReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{2} } func (m *GardenInfosReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenInfosReply.Unmarshal(m, b) } func (m *GardenInfosReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenInfosReply.Marshal(b, m, deterministic) } func (m *GardenInfosReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenInfosReply.Merge(m, src) } func (m *GardenInfosReply) XXX_Size() int { return xxx_messageInfo_GardenInfosReply.Size(m) } func (m *GardenInfosReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenInfosReply.DiscardUnknown(m) } var xxx_messageInfo_GardenInfosReply proto.InternalMessageInfo func (m *GardenInfosReply) GetList() []*GardenItem { if m != nil { return m.List } return nil } func init() { proto.RegisterType((*GardenInfosRequest)(nil), "pb_v1.GardenInfosRequest") proto.RegisterType((*GardenItem)(nil), "pb_v1.GardenItem") proto.RegisterType((*GardenInfosReply)(nil), "pb_v1.GardenInfosReply") } func init() { proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47) } var fileDescriptor_86a7260ebdc12f47 = []byte{ // 480 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x93, 0x4b, 0x8f, 0xd3, 0x30, 0x10, 0xc7, 0x95, 0xbe, 0x68, 0xa7, 0x8f, 0xed, 0x1a, 0xba, 0x3b, 0xe2, 0xa1, 0x8d, 0x8a, 0x16, 0x72, 0xa1, 0xab, 0x85, 0x13, 0x47, 0x1e, 0x12, 0xe2, 0x82, 0x56, 0x91, 0xb8, 0x70, 0x89, 0x5c, 0x7b, 0x16, 0x2c, 0x9a, 0xc4, 0xd8, 0x6e, 0x45, 0xbf, 0x13, 0x1f, 0x12, 0xd9, 0x4e, 0xda, 0xee, 0x29, 0x33, 0xbf, 0xf9, 0xff, 0x9d, 0x49, 0x66, 0x0c, 0x13, 0xbb, 0xb7, 0x8e, 0xca, 0x95, 0x36, 0xb5, 0xab, 0x59, 0x5f, 0xaf, 0x8b, 0xdd, 0xed, 0xf2, 0x15, 0xb0, 0x2f, 0xdc, 0x48, 0xaa, 0xbe, 0x56, 0xf7, 0xb5, 0xcd, 0xe9, 0xcf, 0x96, 0xac, 0x63, 0x73, 0xe8, 0x2a, 0x69, 0x31, 0x49, 0xbb, 0x59, 0x37, 0xf7, 0xe1, 0xf2, 0x5f, 0x1f, 0xa0, 0x11, 0x3a, 0x2a, 0xbd, 0x40, 0x28, 0x89, 0x49, 0x9a, 0x78, 0x81, 0x50, 0x92, 0x3d, 0x85, 0xa1, 0x36, 0xf5, 0x4e, 0x55, 0x82, 0xb0, 0x93, 0x26, 0xd9, 0x28, 0x3f, 0xe4, 0xec, 0x25, 0x4c, 0xdb, 0xb8, 0x10, 0xb5, 0x24, 0xec, 0x06, 0xc1, 0xa4, 0x85, 0x9f, 0x6a, 0x49, 0x8c, 0x41, 0x4f, 0x28, 0xb7, 0xc7, 0x5e, 0xa8, 0x85, 0x98, 0x3d, 0x83, 0x91, 0x7f, 0x46, 0x53, 0x3f, 0x9e, 0xea, 0x41, 0x6b, 0xe0, 0x86, 0x38, 0x0e, 0xa2, 0xc1, 0xc7, 0xde, 0xe0, 0x9f, 0xd1, 0xf0, 0x28, 0x1a, 0x3c, 0x08, 0x86, 0x0b, 0x18, 0x58, 0x67, 0x88, 0x1c, 0x0e, 0x43, 0xa5, 0xc9, 0xd8, 0x15, 0x8c, 0x63, 0x14, 0x6d, 0xa3, 0x50, 0x84, 0x88, 0x82, 0xf1, 0x39, 0x8c, 0x44, 0x5d, 0x96, 0xca, 0x39, 0x22, 0x84, 0x50, 0x3e, 0x02, 0x76, 0x0d, 0xb3, 0x43, 0x12, 0x4f, 0x18, 0x07, 0xc9, 0xf4, 0x40, 0xc3, 0x21, 0x57, 0x30, 0xfe, 0x19, 0x7e, 0x60, 0x51, 0xf1, 0x92, 0x70, 0x12, 0xdf, 0x12, 0xd1, 0x37, 0x5e, 0x9e, 0x0a, 0xb8, 0x94, 0x06, 0xa7, 0xa7, 0x82, 0x0f, 0x52, 0x1a, 0xf6, 0x1a, 0xce, 0xb4, 0xa9, 0x35, 0x19, 0xb7, 0x2f, 0x34, 0x19, 0x5b, 0x57, 0x38, 0x0b, 0xa2, 0x59, 0x8b, 0xef, 0x02, 0xf5, 0x1d, 0x1d, 0x85, 0xbf, 0xea, 0x8a, 0xf0, 0x2c, 0x76, 0x74, 0xd0, 0x79, 0xc8, 0x66, 0xd0, 0x51, 0x12, 0xe7, 0x61, 0x86, 0x1d, 0x25, 0xd9, 0x0b, 0x68, 0xde, 0x56, 0x68, 0x25, 0xf0, 0x3c, 0x7e, 0x67, 0x24, 0x77, 0x4a, 0x9c, 0xf4, 0x27, 0xc9, 0x0a, 0x64, 0xa7, 0xfd, 0x7d, 0x26, 0x2b, 0xd8, 0x02, 0x06, 0xaa, 0x2a, 0xb6, 0x96, 0xf0, 0x71, 0x9a, 0x64, 0xc3, 0xbc, 0xaf, 0xaa, 0xef, 0x96, 0xfc, 0xae, 0x6c, 0x2a, 0x87, 0x4f, 0xd2, 0x24, 0x4b, 0x72, 0x1f, 0x06, 0xc2, 0x1d, 0x2e, 0x1a, 0xc2, 0x9d, 0xdf, 0x1e, 0xae, 0x35, 0x55, 0x52, 0xfd, 0xc5, 0x8b, 0xb4, 0x1b, 0xc6, 0xd6, 0xe4, 0x71, 0x6c, 0xdc, 0x6d, 0x2d, 0x5e, 0xa6, 0x49, 0xd6, 0xcf, 0x9b, 0xcc, 0x7b, 0xee, 0x89, 0xe4, 0x9a, 0x8b, 0xdf, 0x88, 0x71, 0xd4, 0x6d, 0xbe, 0x7c, 0x0f, 0xf3, 0x07, 0x6b, 0xad, 0x37, 0x7b, 0x76, 0x0d, 0xbd, 0x8d, 0xb2, 0x2e, 0x6c, 0xf5, 0xf8, 0xed, 0xf9, 0x2a, 0x5c, 0x80, 0xd5, 0x71, 0xa9, 0xf3, 0x50, 0xfe, 0x78, 0xf9, 0x63, 0xd1, 0xfe, 0xa6, 0x37, 0x92, 0x76, 0x4a, 0xd0, 0x8d, 0x5e, 0xdf, 0xec, 0x6e, 0xd7, 0x83, 0x70, 0x71, 0xde, 0xfd, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x48, 0x55, 0xf3, 0x1a, 0x48, 0x03, 0x00, 0x00, }