// 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"` 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 } 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 } type GardenAddRequest 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"` // 免费小区个数 FreeGardenCount int32 `protobuf:"varint,16,opt,name=free_garden_count,json=freeGardenCount,proto3" json:"free_garden_count"` 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"` // 经度 Lnt float64 `protobuf:"fixed64,19,opt,name=lnt,proto3" json:"lnt"` // 纬度 Lat float64 `protobuf:"fixed64,20,opt,name=lat,proto3" json:"lat"` Appendix []string `protobuf:"bytes,21,rep,name=appendix,proto3" json:"appendix"` OrderId int64 `protobuf:"varint,22,opt,name=order_id,json=orderId,proto3" json:"order_id"` // 1塔楼 2 板楼 3 塔板结合 4 其他 BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"` // 建成年份开始时间戳 BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"` // 建成年份结束时间戳 BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"` // 绿化率 GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"` // 容积率 AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"` // 车位配比 SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"` // 占地面积 CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"` // 建筑面积 BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 小区图片 GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"` // 开发企业 BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"` // 总户数 HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"` // 固定车位数 SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"` // 物业费开始,单位分 PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"` // 物业费结束, 单位分 PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"` // 水费类型多选 1 民用 2 商用 WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"` // 电费类型多选 1 民用 2 商用 ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"` // 燃气费开始,单位分 GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"` // 燃气费开始,单位分 GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"` AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenAddRequest) Reset() { *m = GardenAddRequest{} } func (m *GardenAddRequest) String() string { return proto.CompactTextString(m) } func (*GardenAddRequest) ProtoMessage() {} func (*GardenAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{3} } func (m *GardenAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenAddRequest.Unmarshal(m, b) } func (m *GardenAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenAddRequest.Marshal(b, m, deterministic) } func (m *GardenAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenAddRequest.Merge(m, src) } func (m *GardenAddRequest) XXX_Size() int { return xxx_messageInfo_GardenAddRequest.Size(m) } func (m *GardenAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenAddRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenAddRequest proto.InternalMessageInfo func (m *GardenAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenAddRequest) GetProvince() string { if m != nil { return m.Province } return "" } func (m *GardenAddRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenAddRequest) GetCity() string { if m != nil { return m.City } return "" } func (m *GardenAddRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenAddRequest) GetArea() string { if m != nil { return m.Area } return "" } func (m *GardenAddRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenAddRequest) GetStreet() string { if m != nil { return m.Street } return "" } func (m *GardenAddRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenAddRequest) GetCommittee() string { if m != nil { return m.Committee } return "" } func (m *GardenAddRequest) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenAddRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenAddRequest) GetGardenAddr() string { if m != nil { return m.GardenAddr } return "" } func (m *GardenAddRequest) GetPropertyPerson() string { if m != nil { return m.PropertyPerson } return "" } func (m *GardenAddRequest) GetPropertyPhone() string { if m != nil { return m.PropertyPhone } return "" } func (m *GardenAddRequest) GetFreeGardenCount() int32 { if m != nil { return m.FreeGardenCount } return 0 } func (m *GardenAddRequest) GetGardenPic() string { if m != nil { return m.GardenPic } return "" } func (m *GardenAddRequest) GetGardenDesc() string { if m != nil { return m.GardenDesc } return "" } func (m *GardenAddRequest) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *GardenAddRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *GardenAddRequest) GetAppendix() []string { if m != nil { return m.Appendix } return nil } func (m *GardenAddRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *GardenAddRequest) GetBuildingType() int32 { if m != nil { return m.BuildingType } return 0 } func (m *GardenAddRequest) GetBuildingStart() int64 { if m != nil { return m.BuildingStart } return 0 } func (m *GardenAddRequest) GetBuildingEnd() int64 { if m != nil { return m.BuildingEnd } return 0 } func (m *GardenAddRequest) GetGreenPercent() float64 { if m != nil { return m.GreenPercent } return 0 } func (m *GardenAddRequest) GetAreaPercent() float64 { if m != nil { return m.AreaPercent } return 0 } func (m *GardenAddRequest) GetSpaceInfo() string { if m != nil { return m.SpaceInfo } return "" } func (m *GardenAddRequest) GetCoveredArea() float64 { if m != nil { return m.CoveredArea } return 0 } func (m *GardenAddRequest) GetBuildingArea() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *GardenAddRequest) GetGardenPics() []string { if m != nil { return m.GardenPics } return nil } func (m *GardenAddRequest) GetBuildingCompany() string { if m != nil { return m.BuildingCompany } return "" } func (m *GardenAddRequest) GetHouseTotal() int64 { if m != nil { return m.HouseTotal } return 0 } func (m *GardenAddRequest) GetSpaceTotal() int64 { if m != nil { return m.SpaceTotal } return 0 } func (m *GardenAddRequest) GetPropertyFeeStart() int64 { if m != nil { return m.PropertyFeeStart } return 0 } func (m *GardenAddRequest) GetPropertyFeeEnd() int64 { if m != nil { return m.PropertyFeeEnd } return 0 } func (m *GardenAddRequest) GetWaterType() []int32 { if m != nil { return m.WaterType } return nil } func (m *GardenAddRequest) GetElectricType() []int32 { if m != nil { return m.ElectricType } return nil } func (m *GardenAddRequest) GetGasFeeStart() int64 { if m != nil { return m.GasFeeStart } return 0 } func (m *GardenAddRequest) GetGasFeeEnd() int64 { if m != nil { return m.GasFeeEnd } return 0 } func (m *GardenAddRequest) GetAvgPrice() int64 { if m != nil { return m.AvgPrice } return 0 } type GardenAddReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenAddReply) Reset() { *m = GardenAddReply{} } func (m *GardenAddReply) String() string { return proto.CompactTextString(m) } func (*GardenAddReply) ProtoMessage() {} func (*GardenAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{4} } func (m *GardenAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenAddReply.Unmarshal(m, b) } func (m *GardenAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenAddReply.Marshal(b, m, deterministic) } func (m *GardenAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenAddReply.Merge(m, src) } func (m *GardenAddReply) XXX_Size() int { return xxx_messageInfo_GardenAddReply.Size(m) } func (m *GardenAddReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenAddReply.DiscardUnknown(m) } var xxx_messageInfo_GardenAddReply proto.InternalMessageInfo func (m *GardenAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type GardenListRequest struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"` CommitteeCode string `protobuf:"bytes,4,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenListRequest) Reset() { *m = GardenListRequest{} } func (m *GardenListRequest) String() string { return proto.CompactTextString(m) } func (*GardenListRequest) ProtoMessage() {} func (*GardenListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{5} } func (m *GardenListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenListRequest.Unmarshal(m, b) } func (m *GardenListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenListRequest.Marshal(b, m, deterministic) } func (m *GardenListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenListRequest.Merge(m, src) } func (m *GardenListRequest) XXX_Size() int { return xxx_messageInfo_GardenListRequest.Size(m) } func (m *GardenListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenListRequest proto.InternalMessageInfo func (m *GardenListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *GardenListRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenListRequest) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } type GardenListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*GardenItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenListReply) Reset() { *m = GardenListReply{} } func (m *GardenListReply) String() string { return proto.CompactTextString(m) } func (*GardenListReply) ProtoMessage() {} func (*GardenListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{6} } func (m *GardenListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenListReply.Unmarshal(m, b) } func (m *GardenListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenListReply.Marshal(b, m, deterministic) } func (m *GardenListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenListReply.Merge(m, src) } func (m *GardenListReply) XXX_Size() int { return xxx_messageInfo_GardenListReply.Size(m) } func (m *GardenListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenListReply proto.InternalMessageInfo func (m *GardenListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenListReply) GetList() []*GardenItem { if m != nil { return m.List } return nil } type GardenUpdateRequest struct { // id Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 省 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"` Cid int64 `protobuf:"varint,16,opt,name=cid,proto3" json:"cid"` 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"` // 经度 Lnt float64 `protobuf:"fixed64,19,opt,name=lnt,proto3" json:"lnt"` // 纬度 Lat float64 `protobuf:"fixed64,20,opt,name=lat,proto3" json:"lat"` // 1塔楼 2 板楼 3 塔板结合 4 其他 BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"` // 建成年份开始时间戳 BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"` // 建成年份结束时间戳 BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"` // 绿化率 GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"` // 容积率 AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"` // 车位配比 SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"` // 占地面积 CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"` // 建筑面积 BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 小区图片 GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"` // 开发企业 BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"` // 总户数 HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"` // 固定车位数 SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"` // 物业费开始,单位分 PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"` // 物业费结束, 单位分 PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"` // 水费类型多选 1 民用 2 商用 WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"` // 电费类型多选 1 民用 2 商用 ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"` // 燃气费开始,单位分 GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"` // 燃气费开始,单位分 GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"` AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenUpdateRequest) Reset() { *m = GardenUpdateRequest{} } func (m *GardenUpdateRequest) String() string { return proto.CompactTextString(m) } func (*GardenUpdateRequest) ProtoMessage() {} func (*GardenUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{7} } func (m *GardenUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenUpdateRequest.Unmarshal(m, b) } func (m *GardenUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenUpdateRequest.Marshal(b, m, deterministic) } func (m *GardenUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenUpdateRequest.Merge(m, src) } func (m *GardenUpdateRequest) XXX_Size() int { return xxx_messageInfo_GardenUpdateRequest.Size(m) } func (m *GardenUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenUpdateRequest proto.InternalMessageInfo func (m *GardenUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenUpdateRequest) GetProvince() string { if m != nil { return m.Province } return "" } func (m *GardenUpdateRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenUpdateRequest) GetCity() string { if m != nil { return m.City } return "" } func (m *GardenUpdateRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenUpdateRequest) GetArea() string { if m != nil { return m.Area } return "" } func (m *GardenUpdateRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenUpdateRequest) GetStreet() string { if m != nil { return m.Street } return "" } func (m *GardenUpdateRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenUpdateRequest) GetCommittee() string { if m != nil { return m.Committee } return "" } func (m *GardenUpdateRequest) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenUpdateRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenUpdateRequest) GetGardenAddr() string { if m != nil { return m.GardenAddr } return "" } func (m *GardenUpdateRequest) GetPropertyPerson() string { if m != nil { return m.PropertyPerson } return "" } func (m *GardenUpdateRequest) GetPropertyPhone() string { if m != nil { return m.PropertyPhone } return "" } func (m *GardenUpdateRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenUpdateRequest) GetGardenPic() string { if m != nil { return m.GardenPic } return "" } func (m *GardenUpdateRequest) GetGardenDesc() string { if m != nil { return m.GardenDesc } return "" } func (m *GardenUpdateRequest) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *GardenUpdateRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *GardenUpdateRequest) GetBuildingType() int32 { if m != nil { return m.BuildingType } return 0 } func (m *GardenUpdateRequest) GetBuildingStart() int64 { if m != nil { return m.BuildingStart } return 0 } func (m *GardenUpdateRequest) GetBuildingEnd() int64 { if m != nil { return m.BuildingEnd } return 0 } func (m *GardenUpdateRequest) GetGreenPercent() float64 { if m != nil { return m.GreenPercent } return 0 } func (m *GardenUpdateRequest) GetAreaPercent() float64 { if m != nil { return m.AreaPercent } return 0 } func (m *GardenUpdateRequest) GetSpaceInfo() string { if m != nil { return m.SpaceInfo } return "" } func (m *GardenUpdateRequest) GetCoveredArea() float64 { if m != nil { return m.CoveredArea } return 0 } func (m *GardenUpdateRequest) GetBuildingArea() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *GardenUpdateRequest) GetGardenPics() []string { if m != nil { return m.GardenPics } return nil } func (m *GardenUpdateRequest) GetBuildingCompany() string { if m != nil { return m.BuildingCompany } return "" } func (m *GardenUpdateRequest) GetHouseTotal() int64 { if m != nil { return m.HouseTotal } return 0 } func (m *GardenUpdateRequest) GetSpaceTotal() int64 { if m != nil { return m.SpaceTotal } return 0 } func (m *GardenUpdateRequest) GetPropertyFeeStart() int64 { if m != nil { return m.PropertyFeeStart } return 0 } func (m *GardenUpdateRequest) GetPropertyFeeEnd() int64 { if m != nil { return m.PropertyFeeEnd } return 0 } func (m *GardenUpdateRequest) GetWaterType() []int32 { if m != nil { return m.WaterType } return nil } func (m *GardenUpdateRequest) GetElectricType() []int32 { if m != nil { return m.ElectricType } return nil } func (m *GardenUpdateRequest) GetGasFeeStart() int64 { if m != nil { return m.GasFeeStart } return 0 } func (m *GardenUpdateRequest) GetGasFeeEnd() int64 { if m != nil { return m.GasFeeEnd } return 0 } func (m *GardenUpdateRequest) GetAvgPrice() int64 { if m != nil { return m.AvgPrice } return 0 } type GardenUpdateReply struct { Origin *GardenUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenUpdateReply) Reset() { *m = GardenUpdateReply{} } func (m *GardenUpdateReply) String() string { return proto.CompactTextString(m) } func (*GardenUpdateReply) ProtoMessage() {} func (*GardenUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{8} } func (m *GardenUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenUpdateReply.Unmarshal(m, b) } func (m *GardenUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenUpdateReply.Marshal(b, m, deterministic) } func (m *GardenUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenUpdateReply.Merge(m, src) } func (m *GardenUpdateReply) XXX_Size() int { return xxx_messageInfo_GardenUpdateReply.Size(m) } func (m *GardenUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_GardenUpdateReply proto.InternalMessageInfo func (m *GardenUpdateReply) GetOrigin() *GardenUpdateRequest { if m != nil { return m.Origin } return nil } type GardenDelRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenDelRequest) Reset() { *m = GardenDelRequest{} } func (m *GardenDelRequest) String() string { return proto.CompactTextString(m) } func (*GardenDelRequest) ProtoMessage() {} func (*GardenDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{9} } func (m *GardenDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenDelRequest.Unmarshal(m, b) } func (m *GardenDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenDelRequest.Marshal(b, m, deterministic) } func (m *GardenDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenDelRequest.Merge(m, src) } func (m *GardenDelRequest) XXX_Size() int { return xxx_messageInfo_GardenDelRequest.Size(m) } func (m *GardenDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenDelRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenDelRequest proto.InternalMessageInfo func (m *GardenDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenDelRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type GardenDelReply struct { Origin *GardenUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenDelReply) Reset() { *m = GardenDelReply{} } func (m *GardenDelReply) String() string { return proto.CompactTextString(m) } func (*GardenDelReply) ProtoMessage() {} func (*GardenDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{10} } func (m *GardenDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenDelReply.Unmarshal(m, b) } func (m *GardenDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenDelReply.Marshal(b, m, deterministic) } func (m *GardenDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenDelReply.Merge(m, src) } func (m *GardenDelReply) XXX_Size() int { return xxx_messageInfo_GardenDelReply.Size(m) } func (m *GardenDelReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenDelReply.DiscardUnknown(m) } var xxx_messageInfo_GardenDelReply proto.InternalMessageInfo func (m *GardenDelReply) GetOrigin() *GardenUpdateRequest { if m != nil { return m.Origin } return nil } type GardenChangeCompanyRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenChangeCompanyRequest) Reset() { *m = GardenChangeCompanyRequest{} } func (m *GardenChangeCompanyRequest) String() string { return proto.CompactTextString(m) } func (*GardenChangeCompanyRequest) ProtoMessage() {} func (*GardenChangeCompanyRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{11} } func (m *GardenChangeCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenChangeCompanyRequest.Unmarshal(m, b) } func (m *GardenChangeCompanyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenChangeCompanyRequest.Marshal(b, m, deterministic) } func (m *GardenChangeCompanyRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenChangeCompanyRequest.Merge(m, src) } func (m *GardenChangeCompanyRequest) XXX_Size() int { return xxx_messageInfo_GardenChangeCompanyRequest.Size(m) } func (m *GardenChangeCompanyRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenChangeCompanyRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenChangeCompanyRequest proto.InternalMessageInfo func (m *GardenChangeCompanyRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenChangeCompanyRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type GardenChangeCompanyReply struct { Origin *GardenChangeCompanyRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenChangeCompanyReply) Reset() { *m = GardenChangeCompanyReply{} } func (m *GardenChangeCompanyReply) String() string { return proto.CompactTextString(m) } func (*GardenChangeCompanyReply) ProtoMessage() {} func (*GardenChangeCompanyReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{12} } func (m *GardenChangeCompanyReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenChangeCompanyReply.Unmarshal(m, b) } func (m *GardenChangeCompanyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenChangeCompanyReply.Marshal(b, m, deterministic) } func (m *GardenChangeCompanyReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenChangeCompanyReply.Merge(m, src) } func (m *GardenChangeCompanyReply) XXX_Size() int { return xxx_messageInfo_GardenChangeCompanyReply.Size(m) } func (m *GardenChangeCompanyReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenChangeCompanyReply.DiscardUnknown(m) } var xxx_messageInfo_GardenChangeCompanyReply proto.InternalMessageInfo func (m *GardenChangeCompanyReply) GetOrigin() *GardenChangeCompanyRequest { if m != nil { return m.Origin } 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") proto.RegisterType((*GardenAddRequest)(nil), "pb_v1.GardenAddRequest") proto.RegisterType((*GardenAddReply)(nil), "pb_v1.GardenAddReply") proto.RegisterType((*GardenListRequest)(nil), "pb_v1.GardenListRequest") proto.RegisterType((*GardenListReply)(nil), "pb_v1.GardenListReply") proto.RegisterType((*GardenUpdateRequest)(nil), "pb_v1.GardenUpdateRequest") proto.RegisterType((*GardenUpdateReply)(nil), "pb_v1.GardenUpdateReply") proto.RegisterType((*GardenDelRequest)(nil), "pb_v1.GardenDelRequest") proto.RegisterType((*GardenDelReply)(nil), "pb_v1.GardenDelReply") proto.RegisterType((*GardenChangeCompanyRequest)(nil), "pb_v1.GardenChangeCompanyRequest") proto.RegisterType((*GardenChangeCompanyReply)(nil), "pb_v1.GardenChangeCompanyReply") } func init() { proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47) } var fileDescriptor_86a7260ebdc12f47 = []byte{ // 1047 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0x5f, 0x4f, 0x5b, 0x37, 0x14, 0x57, 0x48, 0x42, 0x93, 0x93, 0x10, 0x82, 0x0b, 0xc8, 0xa3, 0x63, 0x84, 0xcb, 0x68, 0xd3, 0xae, 0x85, 0xc1, 0xf6, 0xd2, 0x47, 0x06, 0x5b, 0x85, 0x36, 0x4d, 0x28, 0x2d, 0x2f, 0x7b, 0xb9, 0x32, 0xd7, 0x87, 0x60, 0x29, 0xb9, 0xf7, 0xce, 0x36, 0xd9, 0x52, 0x69, 0x9f, 0x6f, 0x5f, 0x62, 0xdf, 0x63, 0xaf, 0x93, 0x8f, 0xaf, 0x6f, 0x42, 0x9b, 0xed, 0x61, 0x93, 0x26, 0x21, 0xf1, 0x74, 0xed, 0x9f, 0x7f, 0xe7, 0x8f, 0x7d, 0x7e, 0x3e, 0x4e, 0xa0, 0x6d, 0xa6, 0xc6, 0xe2, 0xf8, 0x20, 0xd7, 0x99, 0xcd, 0x58, 0x3d, 0xbf, 0x8a, 0x27, 0x47, 0xd1, 0x53, 0x60, 0x6f, 0x84, 0x96, 0x98, 0x9e, 0xa7, 0xd7, 0x99, 0x19, 0xe0, 0xcf, 0xb7, 0x68, 0x2c, 0xeb, 0x42, 0x55, 0x49, 0xc3, 0x2b, 0xbd, 0x6a, 0xbf, 0x3a, 0x70, 0xc3, 0xe8, 0x8f, 0x1a, 0x40, 0x41, 0xb4, 0x38, 0x76, 0x84, 0x44, 0x49, 0x5e, 0xe9, 0x55, 0x1c, 0x21, 0x51, 0x92, 0x6d, 0x41, 0x23, 0xd7, 0xd9, 0x44, 0xa5, 0x09, 0xf2, 0xa5, 0x5e, 0xa5, 0xdf, 0x1c, 0x94, 0x73, 0xb6, 0x07, 0x2b, 0x61, 0x1c, 0x27, 0x99, 0x44, 0x5e, 0x25, 0x42, 0x3b, 0x80, 0xa7, 0x99, 0x44, 0xc6, 0xa0, 0x96, 0x28, 0x3b, 0xe5, 0x35, 0x5a, 0xa3, 0x31, 0x7b, 0x02, 0x4d, 0xf7, 0xf5, 0x46, 0x75, 0xef, 0xd5, 0x01, 0xc1, 0x40, 0x68, 0x14, 0x7c, 0xd9, 0x1b, 0xb8, 0xb1, 0x33, 0x70, 0x5f, 0x6f, 0xf0, 0xc8, 0x1b, 0x38, 0x80, 0x0c, 0x36, 0x61, 0xd9, 0x58, 0x8d, 0x68, 0x79, 0x83, 0x56, 0x8a, 0x19, 0xdb, 0x81, 0x96, 0x1f, 0x79, 0xb3, 0x26, 0x2d, 0x82, 0x87, 0xc8, 0xf0, 0x53, 0x68, 0x26, 0xd9, 0x78, 0xac, 0xac, 0x45, 0xe4, 0x40, 0xcb, 0x33, 0x80, 0xed, 0x43, 0xa7, 0x9c, 0x78, 0x0f, 0x2d, 0xa2, 0xac, 0x94, 0x28, 0x39, 0xd9, 0x81, 0xd6, 0x90, 0x0e, 0x30, 0x4e, 0xc5, 0x18, 0x79, 0xdb, 0x47, 0xf1, 0xd0, 0x8f, 0x62, 0x3c, 0x4f, 0x10, 0x52, 0x6a, 0xbe, 0x32, 0x4f, 0x38, 0x91, 0x52, 0xb3, 0x67, 0xb0, 0x9a, 0xeb, 0x2c, 0x47, 0x6d, 0xa7, 0x71, 0x8e, 0xda, 0x64, 0x29, 0xef, 0x10, 0xa9, 0x13, 0xe0, 0x0b, 0x42, 0x5d, 0x46, 0x33, 0xe2, 0x4d, 0x96, 0x22, 0x5f, 0xf5, 0x19, 0x95, 0x3c, 0x07, 0xb2, 0x0e, 0x2c, 0x29, 0xc9, 0xbb, 0x54, 0xc3, 0x25, 0x25, 0xd9, 0x36, 0x14, 0xd1, 0xe2, 0x5c, 0x25, 0x7c, 0xcd, 0xef, 0xd3, 0x23, 0x17, 0x2a, 0x99, 0xcb, 0x4f, 0xa2, 0x49, 0x38, 0x9b, 0xcf, 0xef, 0x0c, 0x4d, 0xc2, 0x36, 0x60, 0x59, 0xa5, 0xf1, 0xad, 0x41, 0xfe, 0xb8, 0x57, 0xe9, 0x37, 0x06, 0x75, 0x95, 0x5e, 0x1a, 0x74, 0x5a, 0x19, 0xa5, 0x96, 0xaf, 0xf7, 0x2a, 0xfd, 0xca, 0xc0, 0x0d, 0x09, 0x11, 0x96, 0x6f, 0x14, 0x88, 0xb0, 0xd1, 0x6b, 0xe8, 0xde, 0x91, 0x61, 0x3e, 0x9a, 0xb2, 0x7d, 0xa8, 0x8d, 0x94, 0xb1, 0xa4, 0xc2, 0xd6, 0xf1, 0xda, 0x01, 0x09, 0xf6, 0x60, 0x26, 0xc2, 0x01, 0x2d, 0x47, 0xbf, 0x43, 0xb0, 0x3d, 0x91, 0x72, 0x4e, 0xc0, 0x0f, 0xfa, 0xbc, 0xef, 0xfa, 0x7c, 0x01, 0x6b, 0xd7, 0x1a, 0x31, 0x2e, 0xa2, 0x26, 0xd9, 0x6d, 0x6a, 0x49, 0xae, 0xf5, 0xc1, 0xaa, 0x5b, 0xf0, 0x55, 0x3f, 0x75, 0xf0, 0x7f, 0xd6, 0x6e, 0x21, 0xd2, 0xc7, 0x1f, 0x89, 0x74, 0xbd, 0x14, 0xa9, 0x93, 0x90, 0xc8, 0x73, 0x4c, 0xa5, 0xfa, 0x95, 0x6f, 0xf4, 0xaa, 0x54, 0xbb, 0x62, 0xce, 0x3e, 0x81, 0x46, 0xa6, 0x25, 0xea, 0x58, 0x49, 0xbe, 0x49, 0xaa, 0x7b, 0x44, 0xf3, 0x73, 0xe9, 0xd4, 0x75, 0x75, 0xab, 0x46, 0x52, 0xa5, 0xc3, 0xd8, 0x4e, 0x73, 0xe4, 0x3b, 0xb4, 0x85, 0x76, 0x00, 0xdf, 0x4d, 0x73, 0x2a, 0x52, 0x49, 0x32, 0x56, 0x68, 0xcb, 0x7b, 0xe4, 0xa5, 0x34, 0x7d, 0xeb, 0x40, 0xb6, 0x0b, 0xa5, 0x59, 0x8c, 0xa9, 0xe4, 0xbb, 0x44, 0x6a, 0x05, 0xec, 0xdb, 0x94, 0xc2, 0x0d, 0x35, 0xba, 0x83, 0x40, 0x9d, 0x60, 0x6a, 0x79, 0x44, 0x3b, 0x68, 0x13, 0x78, 0xe1, 0x31, 0xe7, 0x87, 0x74, 0x18, 0x38, 0x7b, 0xc4, 0x69, 0x39, 0x2c, 0x50, 0xb6, 0x01, 0x4c, 0x2e, 0x12, 0x8c, 0x55, 0x7a, 0x9d, 0xf1, 0xcf, 0xfd, 0x89, 0x12, 0xe2, 0xee, 0xa8, 0xf3, 0x90, 0x64, 0x13, 0xd4, 0x28, 0x63, 0x52, 0xf9, 0xbe, 0xf7, 0x50, 0x60, 0x27, 0x4e, 0xec, 0xf3, 0x1b, 0x27, 0xce, 0x53, 0x9f, 0x49, 0x00, 0x89, 0x34, 0xab, 0x4c, 0xae, 0x12, 0xc3, 0x9f, 0xd1, 0xb9, 0x42, 0x59, 0x39, 0xc3, 0x9e, 0x43, 0xb7, 0xf4, 0x92, 0x64, 0xe3, 0x5c, 0xa4, 0x53, 0xde, 0xa7, 0x6c, 0x56, 0x03, 0x7e, 0xea, 0x61, 0xe7, 0xeb, 0x26, 0xbb, 0x35, 0x18, 0xdb, 0xcc, 0x8a, 0x11, 0x7f, 0x4e, 0x87, 0x03, 0x04, 0xbd, 0x73, 0x08, 0xdd, 0x24, 0xda, 0x93, 0x27, 0xbc, 0xf0, 0x04, 0x82, 0x3c, 0xe1, 0x25, 0xb0, 0x52, 0x99, 0xd7, 0x88, 0x45, 0x29, 0xbe, 0x20, 0x5e, 0x37, 0xac, 0x7c, 0x87, 0xe8, 0xab, 0xd1, 0x87, 0xee, 0x1d, 0xb6, 0xab, 0xc8, 0x4b, 0xe2, 0x76, 0xe6, 0xb8, 0xae, 0x28, 0xdb, 0x00, 0xbf, 0x08, 0x8b, 0xda, 0x0b, 0xe0, 0x55, 0xaf, 0xda, 0xaf, 0x0f, 0x9a, 0x84, 0x50, 0xf5, 0xf7, 0x60, 0x05, 0x47, 0x98, 0x58, 0xad, 0x12, 0xcf, 0x38, 0x20, 0x46, 0x3b, 0x80, 0x44, 0x8a, 0x60, 0x65, 0x28, 0xcc, 0x5c, 0x5a, 0x87, 0xbe, 0xf8, 0x43, 0x61, 0xca, 0x8c, 0x3e, 0x73, 0xa7, 0x69, 0xca, 0x64, 0xbe, 0x24, 0x46, 0xd3, 0x33, 0x5c, 0x1e, 0xae, 0xff, 0x4c, 0x86, 0x71, 0xae, 0x55, 0x82, 0xfc, 0x88, 0x56, 0x1b, 0x62, 0x32, 0xbc, 0x70, 0xf3, 0xa8, 0x07, 0x9d, 0xb9, 0x46, 0xea, 0x5a, 0xb0, 0x7f, 0x21, 0x2a, 0xe1, 0x85, 0x88, 0x7e, 0x83, 0x35, 0xcf, 0xf8, 0x41, 0x19, 0x1b, 0x7a, 0x2d, 0x83, 0x5a, 0x2e, 0x86, 0x58, 0xd0, 0x68, 0xec, 0xe2, 0xb8, 0x6f, 0x6c, 0xd4, 0x7b, 0xdf, 0x6e, 0xab, 0x83, 0x86, 0x03, 0xde, 0xaa, 0xf7, 0x18, 0x9a, 0x73, 0x75, 0xd6, 0x9c, 0x3f, 0x6e, 0x51, 0xb5, 0x05, 0x2d, 0x2a, 0xba, 0x82, 0xd5, 0xf9, 0xf0, 0x2e, 0xc3, 0x45, 0xc1, 0xd7, 0xa1, 0xee, 0xeb, 0xeb, 0x03, 0xfb, 0x49, 0xf9, 0x9c, 0x54, 0xff, 0xf9, 0x39, 0xf9, 0xb3, 0x09, 0x8f, 0x3d, 0x78, 0x99, 0x4b, 0x61, 0x31, 0xec, 0xf2, 0x83, 0xa3, 0x78, 0x78, 0x4f, 0xee, 0xdf, 0x7b, 0x52, 0xe8, 0xae, 0x3b, 0xd3, 0xdd, 0xff, 0xf1, 0x6a, 0x3c, 0xb4, 0xff, 0x87, 0xf6, 0x7f, 0x2f, 0xda, 0xff, 0x9b, 0xd0, 0xdc, 0x43, 0xe3, 0x73, 0xfd, 0xf5, 0x18, 0x96, 0x33, 0xad, 0x86, 0x2a, 0xa5, 0xd6, 0xd7, 0x3a, 0xde, 0xba, 0xd3, 0x37, 0xef, 0xb4, 0xc8, 0x41, 0xc1, 0x8c, 0xbe, 0x0e, 0x3f, 0xc8, 0xcf, 0x70, 0xf4, 0x77, 0xed, 0xb3, 0xb8, 0x8b, 0x4b, 0xe5, 0x5d, 0x8c, 0xce, 0xc2, 0xeb, 0x43, 0x56, 0xff, 0x36, 0xf6, 0xf7, 0xb0, 0x55, 0xfc, 0x2c, 0xbc, 0x11, 0xe9, 0x10, 0x0b, 0x69, 0x84, 0x2c, 0x9e, 0x40, 0x71, 0xbb, 0xe3, 0x32, 0x99, 0x86, 0x07, 0xce, 0x17, 0xa5, 0x74, 0x09, 0x7c, 0xa1, 0x33, 0x97, 0xdc, 0xeb, 0x0f, 0x92, 0xdb, 0xbd, 0x93, 0xdc, 0xa2, 0xe8, 0x21, 0xc7, 0x6f, 0xf8, 0x4f, 0x9b, 0x41, 0x1f, 0xaf, 0x0a, 0x49, 0x1f, 0xe6, 0x57, 0x87, 0x93, 0xa3, 0xab, 0x65, 0xfa, 0x6f, 0xfe, 0xd5, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xdd, 0x8a, 0xbb, 0xbe, 0xab, 0x0f, 0x00, 0x00, }