// Code generated by protoc-gen-go. DO NOT EDIT. // source: house_rent.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 GardenHouseRentSyncRequest struct { Insert bool `protobuf:"varint,1,opt,name=insert,proto3" json:"insert"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Datas []byte `protobuf:"bytes,3,opt,name=datas,proto3" json:"datas"` Increase int64 `protobuf:"varint,4,opt,name=increase,proto3" json:"increase"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentSyncRequest) Reset() { *m = GardenHouseRentSyncRequest{} } func (m *GardenHouseRentSyncRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentSyncRequest) ProtoMessage() {} func (*GardenHouseRentSyncRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{0} } func (m *GardenHouseRentSyncRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentSyncRequest.Unmarshal(m, b) } func (m *GardenHouseRentSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentSyncRequest.Marshal(b, m, deterministic) } func (m *GardenHouseRentSyncRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentSyncRequest.Merge(m, src) } func (m *GardenHouseRentSyncRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseRentSyncRequest.Size(m) } func (m *GardenHouseRentSyncRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentSyncRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentSyncRequest proto.InternalMessageInfo func (m *GardenHouseRentSyncRequest) GetInsert() bool { if m != nil { return m.Insert } return false } func (m *GardenHouseRentSyncRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenHouseRentSyncRequest) GetDatas() []byte { if m != nil { return m.Datas } return nil } func (m *GardenHouseRentSyncRequest) GetIncrease() int64 { if m != nil { return m.Increase } return 0 } type GardenHouseRentSyncReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentSyncReply) Reset() { *m = GardenHouseRentSyncReply{} } func (m *GardenHouseRentSyncReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentSyncReply) ProtoMessage() {} func (*GardenHouseRentSyncReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{1} } func (m *GardenHouseRentSyncReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentSyncReply.Unmarshal(m, b) } func (m *GardenHouseRentSyncReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentSyncReply.Marshal(b, m, deterministic) } func (m *GardenHouseRentSyncReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentSyncReply.Merge(m, src) } func (m *GardenHouseRentSyncReply) XXX_Size() int { return xxx_messageInfo_GardenHouseRentSyncReply.Size(m) } func (m *GardenHouseRentSyncReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentSyncReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentSyncReply proto.InternalMessageInfo type HouseRentBaseConf struct { // 床 Bed bool `protobuf:"varint,1,opt,name=bed,proto3" json:"bed"` // 天然气 Gas bool `protobuf:"varint,2,opt,name=gas,proto3" json:"gas"` // 暖气 WarmGas bool `protobuf:"varint,3,opt,name=warm_gas,json=warmGas,proto3" json:"warm_gas"` // 宽带 Broadband bool `protobuf:"varint,4,opt,name=broadband,proto3" json:"broadband"` // 冰箱 Refragerator bool `protobuf:"varint,5,opt,name=refragerator,proto3" json:"refragerator"` // 衣柜 Wardobe bool `protobuf:"varint,6,opt,name=wardobe,proto3" json:"wardobe"` // 沙发 Sofa bool `protobuf:"varint,7,opt,name=sofa,proto3" json:"sofa"` // 空调 Aircondition bool `protobuf:"varint,8,opt,name=aircondition,proto3" json:"aircondition"` // 电视机 Tv bool `protobuf:"varint,9,opt,name=tv,proto3" json:"tv"` // 热水器 Heater bool `protobuf:"varint,10,opt,name=heater,proto3" json:"heater"` // 洗衣机 Warshing bool `protobuf:"varint,11,opt,name=warshing,proto3" json:"warshing"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentBaseConf) Reset() { *m = HouseRentBaseConf{} } func (m *HouseRentBaseConf) String() string { return proto.CompactTextString(m) } func (*HouseRentBaseConf) ProtoMessage() {} func (*HouseRentBaseConf) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{2} } func (m *HouseRentBaseConf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentBaseConf.Unmarshal(m, b) } func (m *HouseRentBaseConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentBaseConf.Marshal(b, m, deterministic) } func (m *HouseRentBaseConf) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentBaseConf.Merge(m, src) } func (m *HouseRentBaseConf) XXX_Size() int { return xxx_messageInfo_HouseRentBaseConf.Size(m) } func (m *HouseRentBaseConf) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentBaseConf.DiscardUnknown(m) } var xxx_messageInfo_HouseRentBaseConf proto.InternalMessageInfo func (m *HouseRentBaseConf) GetBed() bool { if m != nil { return m.Bed } return false } func (m *HouseRentBaseConf) GetGas() bool { if m != nil { return m.Gas } return false } func (m *HouseRentBaseConf) GetWarmGas() bool { if m != nil { return m.WarmGas } return false } func (m *HouseRentBaseConf) GetBroadband() bool { if m != nil { return m.Broadband } return false } func (m *HouseRentBaseConf) GetRefragerator() bool { if m != nil { return m.Refragerator } return false } func (m *HouseRentBaseConf) GetWardobe() bool { if m != nil { return m.Wardobe } return false } func (m *HouseRentBaseConf) GetSofa() bool { if m != nil { return m.Sofa } return false } func (m *HouseRentBaseConf) GetAircondition() bool { if m != nil { return m.Aircondition } return false } func (m *HouseRentBaseConf) GetTv() bool { if m != nil { return m.Tv } return false } func (m *HouseRentBaseConf) GetHeater() bool { if m != nil { return m.Heater } return false } func (m *HouseRentBaseConf) GetWarshing() bool { if m != nil { return m.Warshing } return false } type HouseRentSpecialConf struct { // 智能门锁 IntelligentLock bool `protobuf:"varint,1,opt,name=intelligent_lock,json=intelligentLock,proto3" json:"intelligent_lock"` // wifi Wifi bool `protobuf:"varint,2,opt,name=wifi,proto3" json:"wifi"` // 近地铁 Metro bool `protobuf:"varint,3,opt,name=metro,proto3" json:"metro"` // 停车位 ParkSpace bool `protobuf:"varint,4,opt,name=park_space,json=parkSpace,proto3" json:"park_space"` // 独卫 IndependentWc bool `protobuf:"varint,5,opt,name=independent_wc,json=independentWc,proto3" json:"independent_wc"` // 私人阳台 PrivateBalcony bool `protobuf:"varint,6,opt,name=private_balcony,json=privateBalcony,proto3" json:"private_balcony"` // 首次出租 FirstRent bool `protobuf:"varint,7,opt,name=first_rent,json=firstRent,proto3" json:"first_rent"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentSpecialConf) Reset() { *m = HouseRentSpecialConf{} } func (m *HouseRentSpecialConf) String() string { return proto.CompactTextString(m) } func (*HouseRentSpecialConf) ProtoMessage() {} func (*HouseRentSpecialConf) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{3} } func (m *HouseRentSpecialConf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentSpecialConf.Unmarshal(m, b) } func (m *HouseRentSpecialConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentSpecialConf.Marshal(b, m, deterministic) } func (m *HouseRentSpecialConf) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentSpecialConf.Merge(m, src) } func (m *HouseRentSpecialConf) XXX_Size() int { return xxx_messageInfo_HouseRentSpecialConf.Size(m) } func (m *HouseRentSpecialConf) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentSpecialConf.DiscardUnknown(m) } var xxx_messageInfo_HouseRentSpecialConf proto.InternalMessageInfo func (m *HouseRentSpecialConf) GetIntelligentLock() bool { if m != nil { return m.IntelligentLock } return false } func (m *HouseRentSpecialConf) GetWifi() bool { if m != nil { return m.Wifi } return false } func (m *HouseRentSpecialConf) GetMetro() bool { if m != nil { return m.Metro } return false } func (m *HouseRentSpecialConf) GetParkSpace() bool { if m != nil { return m.ParkSpace } return false } func (m *HouseRentSpecialConf) GetIndependentWc() bool { if m != nil { return m.IndependentWc } return false } func (m *HouseRentSpecialConf) GetPrivateBalcony() bool { if m != nil { return m.PrivateBalcony } return false } func (m *HouseRentSpecialConf) GetFirstRent() bool { if m != nil { return m.FirstRent } return false } type GardenHouseRentListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ProvinceCode string `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` CityCode string `protobuf:"bytes,3,opt,name=city_code,json=cityCode,proto3" json:"city_code"` AreaCode string `protobuf:"bytes,4,opt,name=area_code,json=areaCode,proto3" json:"area_code"` StreetCode string `protobuf:"bytes,5,opt,name=street_code,json=streetCode,proto3" json:"street_code"` RoomCount int64 `protobuf:"varint,6,opt,name=room_count,json=roomCount,proto3" json:"room_count"` HallCount int64 `protobuf:"varint,7,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` WcCount int64 `protobuf:"varint,8,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"` HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` RentPriceGreater int64 `protobuf:"varint,10,opt,name=rent_price_greater,json=rentPriceGreater,proto3" json:"rent_price_greater"` RentPriceLess int64 `protobuf:"varint,11,opt,name=rent_price_less,json=rentPriceLess,proto3" json:"rent_price_less"` ApproveStatus int64 `protobuf:"varint,12,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` Page int64 `protobuf:"varint,13,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,14,opt,name=page_size,json=pageSize,proto3" json:"page_size"` BaseConf int64 `protobuf:"varint,15,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"` SpecialConf int64 `protobuf:"varint,16,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"` Contacter string `protobuf:"bytes,17,opt,name=contacter,proto3" json:"contacter"` ContacterPhone string `protobuf:"bytes,18,opt,name=contacter_phone,json=contacterPhone,proto3" json:"contacter_phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentListRequest) Reset() { *m = GardenHouseRentListRequest{} } func (m *GardenHouseRentListRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentListRequest) ProtoMessage() {} func (*GardenHouseRentListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{4} } func (m *GardenHouseRentListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentListRequest.Unmarshal(m, b) } func (m *GardenHouseRentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentListRequest.Marshal(b, m, deterministic) } func (m *GardenHouseRentListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentListRequest.Merge(m, src) } func (m *GardenHouseRentListRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseRentListRequest.Size(m) } func (m *GardenHouseRentListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentListRequest proto.InternalMessageInfo func (m *GardenHouseRentListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenHouseRentListRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenHouseRentListRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenHouseRentListRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenHouseRentListRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenHouseRentListRequest) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *GardenHouseRentListRequest) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *GardenHouseRentListRequest) GetWcCount() int64 { if m != nil { return m.WcCount } return 0 } func (m *GardenHouseRentListRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *GardenHouseRentListRequest) GetRentPriceGreater() int64 { if m != nil { return m.RentPriceGreater } return 0 } func (m *GardenHouseRentListRequest) GetRentPriceLess() int64 { if m != nil { return m.RentPriceLess } return 0 } func (m *GardenHouseRentListRequest) GetApproveStatus() int64 { if m != nil { return m.ApproveStatus } return 0 } func (m *GardenHouseRentListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseRentListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *GardenHouseRentListRequest) GetBaseConf() int64 { if m != nil { return m.BaseConf } return 0 } func (m *GardenHouseRentListRequest) GetSpecialConf() int64 { if m != nil { return m.SpecialConf } return 0 } func (m *GardenHouseRentListRequest) GetContacter() string { if m != nil { return m.Contacter } return "" } func (m *GardenHouseRentListRequest) GetContacterPhone() string { if m != nil { return m.ContacterPhone } return "" } type HouseRentItem struct { HouseName string `protobuf:"bytes,1,opt,name=house_name,json=houseName,proto3" json:"house_name"` Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"` HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"` Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"` RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"` HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"` Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"` Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"` ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"` PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"` RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"` RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"` RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"` RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"` Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"` InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"` ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"` IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"` BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"` SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"` Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"` HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"` CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"` HasLift bool `protobuf:"varint,25,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` GardenId int64 `protobuf:"varint,26,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,27,opt,name=id,proto3" json:"id"` ApproveStatus int32 `protobuf:"varint,28,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` Province string `protobuf:"bytes,29,opt,name=province,proto3" json:"province"` City string `protobuf:"bytes,30,opt,name=city,proto3" json:"city"` Area string `protobuf:"bytes,31,opt,name=area,proto3" json:"area"` Street string `protobuf:"bytes,32,opt,name=street,proto3" json:"street"` GardenName string `protobuf:"bytes,33,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` // 纬度 Lat float64 `protobuf:"fixed64,34,opt,name=lat,proto3" json:"lat"` // 经度 Lnt float64 `protobuf:"fixed64,35,opt,name=lnt,proto3" json:"lnt"` Addr string `protobuf:"bytes,36,opt,name=addr,proto3" json:"addr"` HouseId int64 `protobuf:"varint,37,opt,name=house_id,json=houseId,proto3" json:"house_id"` GardenDesc string `protobuf:"bytes,38,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"` HouseholdUid int64 `protobuf:"varint,39,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` RealName string `protobuf:"bytes,40,opt,name=real_name,json=realName,proto3" json:"real_name"` Phone string `protobuf:"bytes,41,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentItem) Reset() { *m = HouseRentItem{} } func (m *HouseRentItem) String() string { return proto.CompactTextString(m) } func (*HouseRentItem) ProtoMessage() {} func (*HouseRentItem) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{5} } func (m *HouseRentItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentItem.Unmarshal(m, b) } func (m *HouseRentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentItem.Marshal(b, m, deterministic) } func (m *HouseRentItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentItem.Merge(m, src) } func (m *HouseRentItem) XXX_Size() int { return xxx_messageInfo_HouseRentItem.Size(m) } func (m *HouseRentItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentItem.DiscardUnknown(m) } var xxx_messageInfo_HouseRentItem proto.InternalMessageInfo func (m *HouseRentItem) GetHouseName() string { if m != nil { return m.HouseName } return "" } func (m *HouseRentItem) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseRentItem) GetHouseArea() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseRentItem) GetDirection() int32 { if m != nil { return m.Direction } return 0 } func (m *HouseRentItem) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseRentItem) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseRentItem) GetWcCount() int64 { if m != nil { return m.WcCount } return 0 } func (m *HouseRentItem) GetDecorating() int32 { if m != nil { return m.Decorating } return 0 } func (m *HouseRentItem) GetContacter() string { if m != nil { return m.Contacter } return "" } func (m *HouseRentItem) GetContactPhone() string { if m != nil { return m.ContactPhone } return "" } func (m *HouseRentItem) GetPayTimeType() int32 { if m != nil { return m.PayTimeType } return 0 } func (m *HouseRentItem) GetRentType() int32 { if m != nil { return m.RentType } return 0 } func (m *HouseRentItem) GetRoomType() int32 { if m != nil { return m.RoomType } return 0 } func (m *HouseRentItem) GetRoomArea() float64 { if m != nil { return m.RoomArea } return 0 } func (m *HouseRentItem) GetRentPrice() int64 { if m != nil { return m.RentPrice } return 0 } func (m *HouseRentItem) GetDesposit() int64 { if m != nil { return m.Desposit } return 0 } func (m *HouseRentItem) GetInTime() int64 { if m != nil { return m.InTime } return 0 } func (m *HouseRentItem) GetServicePrice() int64 { if m != nil { return m.ServicePrice } return 0 } func (m *HouseRentItem) GetIntermediaryPrice() int64 { if m != nil { return m.IntermediaryPrice } return 0 } func (m *HouseRentItem) GetBaseConf() int64 { if m != nil { return m.BaseConf } return 0 } func (m *HouseRentItem) GetSpecialConf() int64 { if m != nil { return m.SpecialConf } return 0 } func (m *HouseRentItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *HouseRentItem) GetHousePic() []string { if m != nil { return m.HousePic } return nil } func (m *HouseRentItem) GetCertPic() []string { if m != nil { return m.CertPic } return nil } func (m *HouseRentItem) GetHasLift() bool { if m != nil { return m.HasLift } return false } func (m *HouseRentItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentItem) GetApproveStatus() int32 { if m != nil { return m.ApproveStatus } return 0 } func (m *HouseRentItem) GetProvince() string { if m != nil { return m.Province } return "" } func (m *HouseRentItem) GetCity() string { if m != nil { return m.City } return "" } func (m *HouseRentItem) GetArea() string { if m != nil { return m.Area } return "" } func (m *HouseRentItem) GetStreet() string { if m != nil { return m.Street } return "" } func (m *HouseRentItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *HouseRentItem) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *HouseRentItem) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *HouseRentItem) GetAddr() string { if m != nil { return m.Addr } return "" } func (m *HouseRentItem) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *HouseRentItem) GetGardenDesc() string { if m != nil { return m.GardenDesc } return "" } func (m *HouseRentItem) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *HouseRentItem) GetRealName() string { if m != nil { return m.RealName } return "" } func (m *HouseRentItem) GetPhone() string { if m != nil { return m.Phone } return "" } type GardenHouseRentListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*HouseRentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentListReply) Reset() { *m = GardenHouseRentListReply{} } func (m *GardenHouseRentListReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentListReply) ProtoMessage() {} func (*GardenHouseRentListReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{6} } func (m *GardenHouseRentListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentListReply.Unmarshal(m, b) } func (m *GardenHouseRentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentListReply.Marshal(b, m, deterministic) } func (m *GardenHouseRentListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentListReply.Merge(m, src) } func (m *GardenHouseRentListReply) XXX_Size() int { return xxx_messageInfo_GardenHouseRentListReply.Size(m) } func (m *GardenHouseRentListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentListReply proto.InternalMessageInfo func (m *GardenHouseRentListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseRentListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenHouseRentListReply) GetList() []*HouseRentItem { if m != nil { return m.List } return nil } type HouseRentAddManagerRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentAddManagerRequest) Reset() { *m = HouseRentAddManagerRequest{} } func (m *HouseRentAddManagerRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentAddManagerRequest) ProtoMessage() {} func (*HouseRentAddManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{7} } func (m *HouseRentAddManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAddManagerRequest.Unmarshal(m, b) } func (m *HouseRentAddManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAddManagerRequest.Marshal(b, m, deterministic) } func (m *HouseRentAddManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAddManagerRequest.Merge(m, src) } func (m *HouseRentAddManagerRequest) XXX_Size() int { return xxx_messageInfo_HouseRentAddManagerRequest.Size(m) } func (m *HouseRentAddManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAddManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAddManagerRequest proto.InternalMessageInfo func (m *HouseRentAddManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentAddManagerRequest) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *HouseRentAddManagerRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } type HouseRentAddManagerReply 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 *HouseRentAddManagerReply) Reset() { *m = HouseRentAddManagerReply{} } func (m *HouseRentAddManagerReply) String() string { return proto.CompactTextString(m) } func (*HouseRentAddManagerReply) ProtoMessage() {} func (*HouseRentAddManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{8} } func (m *HouseRentAddManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentAddManagerReply.Unmarshal(m, b) } func (m *HouseRentAddManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentAddManagerReply.Marshal(b, m, deterministic) } func (m *HouseRentAddManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentAddManagerReply.Merge(m, src) } func (m *HouseRentAddManagerReply) XXX_Size() int { return xxx_messageInfo_HouseRentAddManagerReply.Size(m) } func (m *HouseRentAddManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentAddManagerReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentAddManagerReply proto.InternalMessageInfo func (m *HouseRentAddManagerReply) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentDelManagerRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentDelManagerRequest) Reset() { *m = HouseRentDelManagerRequest{} } func (m *HouseRentDelManagerRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentDelManagerRequest) ProtoMessage() {} func (*HouseRentDelManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{9} } func (m *HouseRentDelManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDelManagerRequest.Unmarshal(m, b) } func (m *HouseRentDelManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDelManagerRequest.Marshal(b, m, deterministic) } func (m *HouseRentDelManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDelManagerRequest.Merge(m, src) } func (m *HouseRentDelManagerRequest) XXX_Size() int { return xxx_messageInfo_HouseRentDelManagerRequest.Size(m) } func (m *HouseRentDelManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDelManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDelManagerRequest proto.InternalMessageInfo func (m *HouseRentDelManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentDelManagerRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseRentDelManagerReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentDelManagerReply) Reset() { *m = HouseRentDelManagerReply{} } func (m *HouseRentDelManagerReply) String() string { return proto.CompactTextString(m) } func (*HouseRentDelManagerReply) ProtoMessage() {} func (*HouseRentDelManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{10} } func (m *HouseRentDelManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentDelManagerReply.Unmarshal(m, b) } func (m *HouseRentDelManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentDelManagerReply.Marshal(b, m, deterministic) } func (m *HouseRentDelManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentDelManagerReply.Merge(m, src) } func (m *HouseRentDelManagerReply) XXX_Size() int { return xxx_messageInfo_HouseRentDelManagerReply.Size(m) } func (m *HouseRentDelManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentDelManagerReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentDelManagerReply proto.InternalMessageInfo type HouseRentManagerListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` RentId int64 `protobuf:"varint,4,opt,name=rent_id,json=rentId,proto3" json:"rent_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerListRequest) Reset() { *m = HouseRentManagerListRequest{} } func (m *HouseRentManagerListRequest) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerListRequest) ProtoMessage() {} func (*HouseRentManagerListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{11} } func (m *HouseRentManagerListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerListRequest.Unmarshal(m, b) } func (m *HouseRentManagerListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerListRequest.Marshal(b, m, deterministic) } func (m *HouseRentManagerListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerListRequest.Merge(m, src) } func (m *HouseRentManagerListRequest) XXX_Size() int { return xxx_messageInfo_HouseRentManagerListRequest.Size(m) } func (m *HouseRentManagerListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerListRequest proto.InternalMessageInfo func (m *HouseRentManagerListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseRentManagerListRequest) GetRentId() int64 { if m != nil { return m.RentId } return 0 } type HouseRentManagerItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` // 姓名 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 账号 UserName string `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name"` OpenimId string `protobuf:"bytes,6,opt,name=openim_id,json=openimId,proto3" json:"openim_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerItem) Reset() { *m = HouseRentManagerItem{} } func (m *HouseRentManagerItem) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerItem) ProtoMessage() {} func (*HouseRentManagerItem) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{12} } func (m *HouseRentManagerItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerItem.Unmarshal(m, b) } func (m *HouseRentManagerItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerItem.Marshal(b, m, deterministic) } func (m *HouseRentManagerItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerItem.Merge(m, src) } func (m *HouseRentManagerItem) XXX_Size() int { return xxx_messageInfo_HouseRentManagerItem.Size(m) } func (m *HouseRentManagerItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerItem.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerItem proto.InternalMessageInfo func (m *HouseRentManagerItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseRentManagerItem) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *HouseRentManagerItem) GetName() string { if m != nil { return m.Name } return "" } func (m *HouseRentManagerItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *HouseRentManagerItem) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *HouseRentManagerItem) GetOpenimId() string { if m != nil { return m.OpenimId } return "" } type HouseRentManagerListReply struct { List []*HouseRentManagerItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseRentManagerListReply) Reset() { *m = HouseRentManagerListReply{} } func (m *HouseRentManagerListReply) String() string { return proto.CompactTextString(m) } func (*HouseRentManagerListReply) ProtoMessage() {} func (*HouseRentManagerListReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{13} } func (m *HouseRentManagerListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseRentManagerListReply.Unmarshal(m, b) } func (m *HouseRentManagerListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseRentManagerListReply.Marshal(b, m, deterministic) } func (m *HouseRentManagerListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseRentManagerListReply.Merge(m, src) } func (m *HouseRentManagerListReply) XXX_Size() int { return xxx_messageInfo_HouseRentManagerListReply.Size(m) } func (m *HouseRentManagerListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseRentManagerListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseRentManagerListReply proto.InternalMessageInfo func (m *HouseRentManagerListReply) GetList() []*HouseRentManagerItem { if m != nil { return m.List } return nil } type GardenHouseRentInfoRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentInfoRequest) Reset() { *m = GardenHouseRentInfoRequest{} } func (m *GardenHouseRentInfoRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentInfoRequest) ProtoMessage() {} func (*GardenHouseRentInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{14} } func (m *GardenHouseRentInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentInfoRequest.Unmarshal(m, b) } func (m *GardenHouseRentInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentInfoRequest.Marshal(b, m, deterministic) } func (m *GardenHouseRentInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentInfoRequest.Merge(m, src) } func (m *GardenHouseRentInfoRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseRentInfoRequest.Size(m) } func (m *GardenHouseRentInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentInfoRequest proto.InternalMessageInfo func (m *GardenHouseRentInfoRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type GardenHouseRentInfoReply struct { AvgPrice int64 `protobuf:"varint,1,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"` RentCount int64 `protobuf:"varint,2,opt,name=rent_count,json=rentCount,proto3" json:"rent_count"` SellCount int64 `protobuf:"varint,3,opt,name=sell_count,json=sellCount,proto3" json:"sell_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseRentInfoReply) Reset() { *m = GardenHouseRentInfoReply{} } func (m *GardenHouseRentInfoReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseRentInfoReply) ProtoMessage() {} func (*GardenHouseRentInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_9c4b1cddab293c85, []int{15} } func (m *GardenHouseRentInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseRentInfoReply.Unmarshal(m, b) } func (m *GardenHouseRentInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseRentInfoReply.Marshal(b, m, deterministic) } func (m *GardenHouseRentInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseRentInfoReply.Merge(m, src) } func (m *GardenHouseRentInfoReply) XXX_Size() int { return xxx_messageInfo_GardenHouseRentInfoReply.Size(m) } func (m *GardenHouseRentInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseRentInfoReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseRentInfoReply proto.InternalMessageInfo func (m *GardenHouseRentInfoReply) GetAvgPrice() int64 { if m != nil { return m.AvgPrice } return 0 } func (m *GardenHouseRentInfoReply) GetRentCount() int64 { if m != nil { return m.RentCount } return 0 } func (m *GardenHouseRentInfoReply) GetSellCount() int64 { if m != nil { return m.SellCount } return 0 } func init() { proto.RegisterType((*GardenHouseRentSyncRequest)(nil), "pb_v1.GardenHouseRentSyncRequest") proto.RegisterType((*GardenHouseRentSyncReply)(nil), "pb_v1.GardenHouseRentSyncReply") proto.RegisterType((*HouseRentBaseConf)(nil), "pb_v1.HouseRentBaseConf") proto.RegisterType((*HouseRentSpecialConf)(nil), "pb_v1.HouseRentSpecialConf") proto.RegisterType((*GardenHouseRentListRequest)(nil), "pb_v1.GardenHouseRentListRequest") proto.RegisterType((*HouseRentItem)(nil), "pb_v1.HouseRentItem") proto.RegisterType((*GardenHouseRentListReply)(nil), "pb_v1.GardenHouseRentListReply") proto.RegisterType((*HouseRentAddManagerRequest)(nil), "pb_v1.HouseRentAddManagerRequest") proto.RegisterType((*HouseRentAddManagerReply)(nil), "pb_v1.HouseRentAddManagerReply") proto.RegisterType((*HouseRentDelManagerRequest)(nil), "pb_v1.HouseRentDelManagerRequest") proto.RegisterType((*HouseRentDelManagerReply)(nil), "pb_v1.HouseRentDelManagerReply") proto.RegisterType((*HouseRentManagerListRequest)(nil), "pb_v1.HouseRentManagerListRequest") proto.RegisterType((*HouseRentManagerItem)(nil), "pb_v1.HouseRentManagerItem") proto.RegisterType((*HouseRentManagerListReply)(nil), "pb_v1.HouseRentManagerListReply") proto.RegisterType((*GardenHouseRentInfoRequest)(nil), "pb_v1.GardenHouseRentInfoRequest") proto.RegisterType((*GardenHouseRentInfoReply)(nil), "pb_v1.GardenHouseRentInfoReply") } func init() { proto.RegisterFile("house_rent.proto", fileDescriptor_9c4b1cddab293c85) } var fileDescriptor_9c4b1cddab293c85 = []byte{ // 1450 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0x4d, 0x6f, 0x1b, 0x37, 0x10, 0x85, 0xbe, 0x2c, 0x89, 0xb6, 0x6c, 0x67, 0xeb, 0xc4, 0x8c, 0x9d, 0x0f, 0x67, 0xdd, 0x24, 0x4e, 0xd1, 0x24, 0x48, 0x7b, 0xea, 0x31, 0x1f, 0x40, 0x6a, 0xc0, 0x2d, 0x82, 0x75, 0x8a, 0x02, 0xbd, 0x2c, 0xa8, 0x25, 0x25, 0x11, 0x59, 0x2d, 0xb7, 0x24, 0x2d, 0x43, 0xb9, 0xf6, 0xaf, 0xf4, 0xd4, 0xfe, 0xb5, 0xfe, 0x81, 0xde, 0x8a, 0x99, 0xa1, 0x56, 0x2b, 0xd9, 0x48, 0xd2, 0x93, 0x38, 0xef, 0x71, 0xc9, 0xe1, 0xe3, 0xe3, 0x90, 0x62, 0xbb, 0x13, 0x73, 0xe1, 0x54, 0x6a, 0x55, 0xe1, 0x9f, 0x95, 0xd6, 0x78, 0x13, 0x75, 0xca, 0x61, 0x3a, 0x7b, 0x11, 0xff, 0xd1, 0x60, 0x07, 0x6f, 0x85, 0x95, 0xaa, 0xf8, 0x11, 0x7a, 0x24, 0xaa, 0xf0, 0xe7, 0xf3, 0x22, 0x4b, 0xd4, 0xef, 0x17, 0xca, 0xf9, 0xe8, 0x16, 0xdb, 0xd0, 0x85, 0x53, 0xd6, 0xf3, 0xc6, 0x51, 0xe3, 0xa4, 0x97, 0x84, 0x28, 0x3a, 0x64, 0xfd, 0x31, 0x7e, 0x95, 0x6a, 0xc9, 0x9b, 0x47, 0x8d, 0x93, 0x56, 0xd2, 0x23, 0xe0, 0x54, 0x46, 0x7b, 0xac, 0x23, 0x85, 0x17, 0x8e, 0xb7, 0x8e, 0x1a, 0x27, 0x5b, 0x09, 0x05, 0xd1, 0x01, 0xeb, 0xe9, 0x22, 0xb3, 0x4a, 0x38, 0xc5, 0xdb, 0xf4, 0xc5, 0x22, 0x8e, 0x0f, 0x18, 0xbf, 0x36, 0x89, 0x32, 0x9f, 0xc7, 0x7f, 0x35, 0xd9, 0x8d, 0x0a, 0x7e, 0x25, 0x9c, 0x7a, 0x6d, 0x8a, 0x51, 0xb4, 0xcb, 0x5a, 0x43, 0x25, 0x43, 0x56, 0xd0, 0x04, 0x64, 0x2c, 0x1c, 0x26, 0xd3, 0x4b, 0xa0, 0x19, 0xdd, 0x66, 0xbd, 0x4b, 0x61, 0xa7, 0xe9, 0x38, 0xa4, 0xd2, 0x4b, 0xba, 0x10, 0xbf, 0x15, 0x2e, 0xba, 0xc3, 0xfa, 0x43, 0x6b, 0x84, 0x1c, 0x8a, 0x42, 0x62, 0x36, 0xbd, 0x64, 0x09, 0x44, 0x31, 0xdb, 0xb2, 0x6a, 0x64, 0xc5, 0x58, 0x59, 0xe1, 0x8d, 0xe5, 0x1d, 0xec, 0xb0, 0x82, 0x45, 0x9c, 0xc1, 0x60, 0xd2, 0x0c, 0x15, 0xdf, 0xa8, 0xc6, 0x86, 0x30, 0x8a, 0x58, 0xdb, 0x99, 0x91, 0xe0, 0x5d, 0x84, 0xb1, 0x0d, 0x23, 0x0a, 0x6d, 0x33, 0x53, 0x48, 0xed, 0xb5, 0x29, 0x78, 0x8f, 0x46, 0xac, 0x63, 0xd1, 0x36, 0x6b, 0xfa, 0x19, 0xef, 0x23, 0xd3, 0xf4, 0x33, 0xd0, 0x7e, 0xa2, 0x84, 0x57, 0x96, 0x33, 0xd2, 0x9e, 0x22, 0x10, 0xf2, 0x52, 0x58, 0x37, 0xd1, 0xc5, 0x98, 0x6f, 0x22, 0x53, 0xc5, 0xf1, 0xbf, 0x0d, 0xb6, 0xb7, 0xd4, 0xb0, 0x54, 0x99, 0x16, 0x39, 0xea, 0xf5, 0x84, 0xed, 0xea, 0xc2, 0xab, 0x3c, 0xd7, 0x63, 0x55, 0xf8, 0x34, 0x37, 0xd9, 0x87, 0x20, 0xde, 0x4e, 0x0d, 0x3f, 0x33, 0xd9, 0x07, 0xc8, 0xff, 0x52, 0x8f, 0x74, 0x50, 0x12, 0xdb, 0xb0, 0xa5, 0x53, 0xe5, 0xad, 0x09, 0x3a, 0x52, 0x10, 0xdd, 0x65, 0xac, 0x14, 0xf6, 0x43, 0xea, 0x4a, 0x91, 0xa9, 0x85, 0x8c, 0x80, 0x9c, 0x03, 0x10, 0x3d, 0x64, 0xdb, 0xba, 0x90, 0xaa, 0x54, 0x85, 0x84, 0x39, 0x2f, 0xb3, 0x20, 0xe4, 0xa0, 0x86, 0xfe, 0x9a, 0x45, 0x8f, 0xd9, 0x4e, 0x69, 0xf5, 0x4c, 0x78, 0x95, 0x0e, 0x45, 0x9e, 0x99, 0x62, 0x1e, 0x14, 0xdd, 0x0e, 0xf0, 0x2b, 0x42, 0x61, 0xba, 0x91, 0xb6, 0xce, 0xa3, 0x8d, 0x83, 0xbc, 0x7d, 0x44, 0x60, 0xb5, 0xf1, 0x3f, 0xed, 0x2b, 0x56, 0x3e, 0xd3, 0xc0, 0x91, 0x95, 0x57, 0x2c, 0xdb, 0x58, 0xb3, 0xec, 0x31, 0x1b, 0x94, 0xd6, 0xcc, 0x74, 0x91, 0xa9, 0x34, 0x33, 0x52, 0xe1, 0xe2, 0xfb, 0xc9, 0xd6, 0x02, 0x7c, 0x6d, 0xa4, 0x82, 0x11, 0x32, 0xed, 0xe7, 0xd4, 0xa1, 0x85, 0x1d, 0x7a, 0x00, 0x2c, 0x48, 0x61, 0x95, 0x20, 0xb2, 0x4d, 0x24, 0x00, 0x48, 0xde, 0x67, 0x9b, 0xce, 0x5b, 0xa5, 0x3c, 0xd1, 0x1d, 0xa4, 0x19, 0x41, 0xd8, 0xe1, 0x2e, 0x63, 0xd6, 0x98, 0x69, 0x9a, 0x99, 0x8b, 0xc2, 0xe3, 0xf2, 0x5b, 0x49, 0x1f, 0x90, 0xd7, 0x00, 0x00, 0x3d, 0x11, 0x79, 0x1e, 0xe8, 0x2e, 0xd1, 0x80, 0x10, 0x0d, 0x46, 0xcf, 0x02, 0xd9, 0x43, 0xb2, 0x7b, 0x99, 0x11, 0x75, 0xcc, 0x06, 0x78, 0xf4, 0x27, 0x26, 0x97, 0xe9, 0x85, 0x96, 0xe8, 0xaf, 0x56, 0xb2, 0x55, 0x81, 0xbf, 0x68, 0x19, 0x7d, 0xcb, 0x22, 0x90, 0x34, 0x2d, 0xad, 0xce, 0x54, 0x3a, 0xb6, 0x4b, 0xd7, 0xb5, 0x92, 0x5d, 0x60, 0xde, 0x01, 0xf1, 0x96, 0xf0, 0xe8, 0x11, 0xdb, 0xa9, 0xf5, 0xce, 0x95, 0x73, 0x68, 0xc3, 0x56, 0x32, 0xa8, 0xba, 0x9e, 0x29, 0xe7, 0x60, 0xfb, 0x45, 0x09, 0x02, 0xaa, 0xd4, 0x79, 0xe1, 0x2f, 0x1c, 0xdf, 0xa2, 0x6e, 0x01, 0x3d, 0x47, 0x10, 0xec, 0x56, 0x8a, 0xb1, 0xe2, 0x03, 0x24, 0xb1, 0x0d, 0x62, 0xc2, 0x6f, 0xea, 0xf4, 0x47, 0xc5, 0xb7, 0x69, 0xaf, 0x00, 0x38, 0xd7, 0x1f, 0x91, 0x1c, 0x0a, 0x07, 0xfb, 0x54, 0x8c, 0xf8, 0x0e, 0x91, 0xc3, 0x45, 0x5d, 0x78, 0xc0, 0xb6, 0x1c, 0xd9, 0x9e, 0xf8, 0x5d, 0xe4, 0x37, 0x5d, 0xed, 0x28, 0xdc, 0x61, 0xfd, 0xcc, 0x14, 0x5e, 0x64, 0xb0, 0xc8, 0x1b, 0xb8, 0x15, 0x4b, 0x00, 0xdc, 0x58, 0x05, 0x69, 0x39, 0x31, 0x85, 0xe2, 0x11, 0xf6, 0xd9, 0xae, 0xe0, 0x77, 0x80, 0xc6, 0x7f, 0xf6, 0xd9, 0xa0, 0x32, 0xda, 0xa9, 0x57, 0x53, 0xdc, 0x25, 0x2c, 0xb3, 0x85, 0x98, 0x2a, 0xb4, 0x58, 0x3f, 0xe9, 0x23, 0xf2, 0xb3, 0x98, 0x2a, 0x38, 0x43, 0xb9, 0x98, 0x2b, 0x1b, 0xea, 0x25, 0x05, 0xcb, 0x8f, 0xc0, 0x2c, 0xe8, 0xaa, 0x46, 0xf8, 0xe8, 0xa5, 0x55, 0x02, 0x92, 0x95, 0xda, 0xaa, 0x0c, 0xab, 0x06, 0xd8, 0xaa, 0x93, 0x2c, 0x81, 0x35, 0xdb, 0x74, 0x3e, 0x6d, 0x9b, 0x8d, 0x4f, 0xd9, 0xa6, 0xbb, 0x6a, 0x9b, 0x7b, 0x8c, 0x49, 0x95, 0x19, 0x2b, 0x3c, 0x54, 0x99, 0x1e, 0xce, 0x5b, 0x43, 0x56, 0x35, 0xec, 0xaf, 0x6b, 0x78, 0xcc, 0x06, 0x21, 0x08, 0x0a, 0x32, 0x3a, 0x4d, 0x01, 0x44, 0xfd, 0xa2, 0x98, 0x0d, 0x4a, 0x31, 0x4f, 0xbd, 0x9e, 0xaa, 0xd4, 0xcf, 0x4b, 0x85, 0x26, 0xea, 0x24, 0x9b, 0xa5, 0x98, 0xbf, 0xd7, 0x53, 0xf5, 0x7e, 0x5e, 0xe2, 0x56, 0xa3, 0xd5, 0x90, 0xdf, 0x42, 0xbe, 0x07, 0x40, 0x45, 0xc2, 0xe2, 0x91, 0x1c, 0x04, 0xd2, 0x98, 0xe9, 0x0a, 0x89, 0xaa, 0x6e, 0xa3, 0xaa, 0x48, 0xa2, 0xa8, 0x20, 0x5b, 0xe5, 0xe0, 0x60, 0xa1, 0x7e, 0x65, 0x5e, 0x28, 0xb0, 0x52, 0xb9, 0xd2, 0x38, 0xed, 0x83, 0x7f, 0xaa, 0x38, 0xda, 0x67, 0x5d, 0x5d, 0x60, 0xd2, 0x68, 0x9d, 0x16, 0xdc, 0x88, 0x90, 0x2e, 0xac, 0xd9, 0x29, 0x3b, 0x83, 0x23, 0x41, 0xc3, 0x46, 0x74, 0xd0, 0x02, 0x48, 0x23, 0x3f, 0x65, 0x11, 0x54, 0x5b, 0x3b, 0x55, 0x52, 0x0b, 0x3b, 0x0f, 0x3d, 0xbf, 0xc2, 0x9e, 0x37, 0xea, 0x0c, 0x75, 0x5f, 0x71, 0xfa, 0xde, 0x67, 0x9c, 0x7e, 0xf3, 0xaa, 0xd3, 0x23, 0xd6, 0x96, 0xca, 0x65, 0xfc, 0x16, 0xca, 0x8f, 0x6d, 0x18, 0x93, 0xfc, 0x56, 0xea, 0x8c, 0xef, 0x1f, 0xb5, 0xa0, 0x4e, 0x21, 0xf0, 0x4e, 0x67, 0xe0, 0x88, 0x4c, 0x59, 0x8f, 0x1c, 0x47, 0xae, 0x0b, 0x71, 0xa0, 0x26, 0xc2, 0xa5, 0xb9, 0x1e, 0x79, 0x7e, 0x9b, 0x2e, 0xbc, 0x89, 0x70, 0x67, 0x7a, 0xb4, 0x56, 0x59, 0x0f, 0xd6, 0x2a, 0xeb, 0x36, 0x6b, 0x6a, 0xc9, 0x0f, 0x11, 0x6d, 0x6a, 0x79, 0x4d, 0x55, 0xb8, 0x83, 0x5b, 0xb7, 0x56, 0x15, 0x0e, 0x58, 0x6f, 0x51, 0x7b, 0xf9, 0x5d, 0xaa, 0xa6, 0x8b, 0x18, 0x96, 0x05, 0x65, 0x97, 0xdf, 0xa3, 0x65, 0x41, 0x1b, 0x30, 0xdc, 0xea, 0xfb, 0x84, 0x41, 0x1b, 0x2e, 0x50, 0x2a, 0xb1, 0xfc, 0x08, 0xd1, 0x10, 0x41, 0x35, 0x0e, 0xf9, 0xe2, 0x41, 0x7d, 0x40, 0xd5, 0x98, 0x20, 0x3c, 0xa9, 0xbb, 0xac, 0x95, 0x0b, 0xcf, 0x63, 0xb4, 0x0d, 0x34, 0x11, 0x29, 0x3c, 0x3f, 0x0e, 0x48, 0xe1, 0x71, 0x42, 0x29, 0x2d, 0xff, 0x3a, 0x4c, 0x28, 0xa5, 0x45, 0x8d, 0x50, 0x5b, 0x2d, 0xf9, 0x43, 0x3a, 0x50, 0x18, 0x9f, 0xca, 0xda, 0x9c, 0xb8, 0x23, 0x8f, 0xea, 0x73, 0xbe, 0x81, 0x7d, 0xb9, 0x52, 0xa8, 0x1f, 0x5f, 0x53, 0xa8, 0xf1, 0x3c, 0x88, 0x9c, 0xf2, 0x3e, 0x21, 0x59, 0x00, 0x58, 0xd4, 0x17, 0x3a, 0x6d, 0x4f, 0x90, 0xa0, 0x20, 0x2e, 0xae, 0x3c, 0xad, 0xe8, 0x52, 0x2c, 0xf3, 0x79, 0x55, 0x7a, 0x1b, 0xb5, 0xd2, 0xbb, 0xc7, 0x3a, 0xde, 0x78, 0x91, 0x2f, 0xaa, 0x14, 0x06, 0xd1, 0x09, 0x6b, 0xe7, 0xda, 0x79, 0xde, 0x3a, 0x6a, 0x9d, 0x6c, 0x7e, 0xb7, 0xf7, 0x0c, 0x1f, 0x8f, 0xcf, 0x56, 0xca, 0x5f, 0x82, 0x3d, 0x62, 0xc7, 0x0e, 0x2a, 0xf8, 0xa5, 0x94, 0x3f, 0x89, 0x02, 0x9e, 0x4c, 0x5f, 0x74, 0x09, 0xdf, 0x67, 0x9b, 0x53, 0xea, 0x8e, 0x02, 0x50, 0x02, 0x2c, 0x40, 0xb0, 0xfc, 0x7d, 0xd6, 0xc5, 0x73, 0xab, 0x25, 0x16, 0xca, 0x56, 0xb2, 0x01, 0xe1, 0xa9, 0x8c, 0xbf, 0x61, 0xfc, 0xda, 0x49, 0x61, 0x91, 0x64, 0xc0, 0xc6, 0xc2, 0x80, 0xf1, 0x69, 0x2d, 0xc1, 0x37, 0x2a, 0xff, 0x3f, 0x09, 0xd2, 0x50, 0xcd, 0x6a, 0xa8, 0x83, 0xda, 0xb4, 0xf5, 0xa1, 0xe0, 0xd9, 0x7a, 0xce, 0x0e, 0x2b, 0x2e, 0x10, 0x5f, 0xfc, 0x1a, 0xa9, 0xad, 0xb3, 0xbd, 0xb2, 0xce, 0xbf, 0xeb, 0xcf, 0xbb, 0x30, 0x2a, 0x5e, 0x3d, 0x6b, 0x8b, 0xfc, 0xbc, 0x94, 0x11, 0x6b, 0xa3, 0x89, 0xe8, 0x19, 0x83, 0xed, 0xa5, 0x81, 0xda, 0x35, 0x03, 0x41, 0xa6, 0x17, 0x4e, 0x59, 0xf2, 0x1c, 0xbd, 0x5c, 0x7a, 0x00, 0xa0, 0xe7, 0x0e, 0x59, 0xdf, 0x94, 0xaa, 0xd0, 0x53, 0xc8, 0x75, 0x83, 0x48, 0x02, 0x4e, 0x65, 0x7c, 0xc6, 0x6e, 0x5f, 0x2f, 0x01, 0x6c, 0xcb, 0xf3, 0xe0, 0xa8, 0x06, 0x3a, 0xea, 0x70, 0xdd, 0x51, 0xb5, 0xc5, 0x05, 0x63, 0xfd, 0x70, 0xe5, 0x75, 0x77, 0x5a, 0x8c, 0xcc, 0x97, 0xe8, 0x19, 0x5f, 0x5c, 0x39, 0x03, 0xf4, 0x29, 0xe4, 0x01, 0xef, 0xb6, 0xd9, 0x38, 0x54, 0xe2, 0xf0, 0xa1, 0x98, 0x8d, 0xa9, 0x00, 0x2f, 0x2e, 0x0a, 0xba, 0x23, 0x9b, 0xcb, 0x8b, 0xa2, 0xba, 0x5f, 0x9d, 0xaa, 0xee, 0x57, 0xb2, 0x64, 0x1f, 0x10, 0xa4, 0x5f, 0xed, 0xff, 0x76, 0xb3, 0xb4, 0xa6, 0x54, 0xd6, 0xcf, 0x9f, 0x52, 0x2e, 0xcf, 0xcb, 0xe1, 0xf3, 0xd9, 0x8b, 0xe1, 0x06, 0xfe, 0x05, 0xfb, 0xfe, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8e, 0x6d, 0xb6, 0x5a, 0x96, 0x0d, 0x00, 0x00, }