1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: system.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type GardenInfosRequest struct {
- Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenInfosRequest) Reset() { *m = GardenInfosRequest{} }
- func (m *GardenInfosRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenInfosRequest) ProtoMessage() {}
- func (*GardenInfosRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{0}
- }
- func (m *GardenInfosRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenInfosRequest.Unmarshal(m, b)
- }
- func (m *GardenInfosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenInfosRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenInfosRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenInfosRequest.Merge(m, src)
- }
- func (m *GardenInfosRequest) XXX_Size() int {
- return xxx_messageInfo_GardenInfosRequest.Size(m)
- }
- func (m *GardenInfosRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenInfosRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenInfosRequest proto.InternalMessageInfo
- func (m *GardenInfosRequest) GetIds() []int64 {
- if m != nil {
- return m.Ids
- }
- return nil
- }
- type GardenItem struct {
- // 物业公司id
- Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"`
- // 省
- Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"`
- ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
- // 市
- City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"`
- CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
- // 区
- Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"`
- AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
- // 街道
- Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"`
- StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
- // 社区
- Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"`
- CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"`
- // 小区名字
- GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- // 小区地址
- GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"`
- // 物业联系人
- PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"`
- // 物业联系人手机号
- PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"`
- Id int64 `protobuf:"varint,16,opt,name=id,proto3" json:"id"`
- GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"`
- GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"`
- InUse bool `protobuf:"varint,19,opt,name=in_use,json=inUse,proto3" json:"in_use"`
- // 经度
- Lnt float64 `protobuf:"fixed64,20,opt,name=lnt,proto3" json:"lnt"`
- // 纬度
- Lat float64 `protobuf:"fixed64,21,opt,name=lat,proto3" json:"lat"`
- Appendix []string `protobuf:"bytes,22,rep,name=appendix,proto3" json:"appendix"`
- Status int32 `protobuf:"varint,23,opt,name=status,proto3" json:"status"`
- Feedback string `protobuf:"bytes,24,opt,name=feedback,proto3" json:"feedback"`
- // 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"`
- RentCount int64 `protobuf:"varint,50,opt,name=rent_count,json=rentCount,proto3" json:"rent_count"`
- SellCount int64 `protobuf:"varint,51,opt,name=sell_count,json=sellCount,proto3" json:"sell_count"`
- RentAvgPrice int64 `protobuf:"varint,52,opt,name=rent_avg_price,json=rentAvgPrice,proto3" json:"rent_avg_price"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenItem) Reset() { *m = GardenItem{} }
- func (m *GardenItem) String() string { return proto.CompactTextString(m) }
- func (*GardenItem) ProtoMessage() {}
- func (*GardenItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{1}
- }
- func (m *GardenItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenItem.Unmarshal(m, b)
- }
- func (m *GardenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenItem.Marshal(b, m, deterministic)
- }
- func (m *GardenItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenItem.Merge(m, src)
- }
- func (m *GardenItem) XXX_Size() int {
- return xxx_messageInfo_GardenItem.Size(m)
- }
- func (m *GardenItem) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenItem proto.InternalMessageInfo
- func (m *GardenItem) GetCid() int64 {
- if m != nil {
- return m.Cid
- }
- return 0
- }
- func (m *GardenItem) GetProvince() string {
- if m != nil {
- return m.Province
- }
- return ""
- }
- func (m *GardenItem) GetProvinceCode() string {
- if m != nil {
- return m.ProvinceCode
- }
- return ""
- }
- func (m *GardenItem) GetCity() string {
- if m != nil {
- return m.City
- }
- return ""
- }
- func (m *GardenItem) GetCityCode() string {
- if m != nil {
- return m.CityCode
- }
- return ""
- }
- func (m *GardenItem) GetArea() string {
- if m != nil {
- return m.Area
- }
- return ""
- }
- func (m *GardenItem) GetAreaCode() string {
- if m != nil {
- return m.AreaCode
- }
- return ""
- }
- func (m *GardenItem) GetStreet() string {
- if m != nil {
- return m.Street
- }
- return ""
- }
- func (m *GardenItem) GetStreetCode() string {
- if m != nil {
- return m.StreetCode
- }
- return ""
- }
- func (m *GardenItem) GetCommittee() string {
- if m != nil {
- return m.Committee
- }
- return ""
- }
- func (m *GardenItem) GetCommitteeCode() string {
- if m != nil {
- return m.CommitteeCode
- }
- return ""
- }
- func (m *GardenItem) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *GardenItem) GetGardenAddr() string {
- if m != nil {
- return m.GardenAddr
- }
- return ""
- }
- func (m *GardenItem) GetPropertyPerson() string {
- if m != nil {
- return m.PropertyPerson
- }
- return ""
- }
- func (m *GardenItem) GetPropertyPhone() string {
- if m != nil {
- return m.PropertyPhone
- }
- return ""
- }
- func (m *GardenItem) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *GardenItem) GetGardenPic() string {
- if m != nil {
- return m.GardenPic
- }
- return ""
- }
- func (m *GardenItem) GetGardenDesc() string {
- if m != nil {
- return m.GardenDesc
- }
- return ""
- }
- func (m *GardenItem) GetInUse() bool {
- if m != nil {
- return m.InUse
- }
- return false
- }
- func (m *GardenItem) GetLnt() float64 {
- if m != nil {
- return m.Lnt
- }
- return 0
- }
- func (m *GardenItem) GetLat() float64 {
- if m != nil {
- return m.Lat
- }
- return 0
- }
- func (m *GardenItem) GetAppendix() []string {
- if m != nil {
- return m.Appendix
- }
- return nil
- }
- func (m *GardenItem) GetStatus() int32 {
- if m != nil {
- return m.Status
- }
- return 0
- }
- func (m *GardenItem) GetFeedback() string {
- if m != nil {
- return m.Feedback
- }
- return ""
- }
- func (m *GardenItem) GetBuildingType() int32 {
- if m != nil {
- return m.BuildingType
- }
- return 0
- }
- func (m *GardenItem) GetBuildingStart() int64 {
- if m != nil {
- return m.BuildingStart
- }
- return 0
- }
- func (m *GardenItem) GetBuildingEnd() int64 {
- if m != nil {
- return m.BuildingEnd
- }
- return 0
- }
- func (m *GardenItem) GetGreenPercent() float64 {
- if m != nil {
- return m.GreenPercent
- }
- return 0
- }
- func (m *GardenItem) GetAreaPercent() float64 {
- if m != nil {
- return m.AreaPercent
- }
- return 0
- }
- func (m *GardenItem) GetSpaceInfo() string {
- if m != nil {
- return m.SpaceInfo
- }
- return ""
- }
- func (m *GardenItem) GetCoveredArea() float64 {
- if m != nil {
- return m.CoveredArea
- }
- return 0
- }
- func (m *GardenItem) GetBuildingArea() float64 {
- if m != nil {
- return m.BuildingArea
- }
- return 0
- }
- func (m *GardenItem) GetGardenPics() []string {
- if m != nil {
- return m.GardenPics
- }
- return nil
- }
- func (m *GardenItem) GetBuildingCompany() string {
- if m != nil {
- return m.BuildingCompany
- }
- return ""
- }
- func (m *GardenItem) GetHouseTotal() int64 {
- if m != nil {
- return m.HouseTotal
- }
- return 0
- }
- func (m *GardenItem) GetSpaceTotal() int64 {
- if m != nil {
- return m.SpaceTotal
- }
- return 0
- }
- func (m *GardenItem) GetPropertyFeeStart() int64 {
- if m != nil {
- return m.PropertyFeeStart
- }
- return 0
- }
- func (m *GardenItem) GetPropertyFeeEnd() int64 {
- if m != nil {
- return m.PropertyFeeEnd
- }
- return 0
- }
- func (m *GardenItem) GetWaterType() []int32 {
- if m != nil {
- return m.WaterType
- }
- return nil
- }
- func (m *GardenItem) GetElectricType() []int32 {
- if m != nil {
- return m.ElectricType
- }
- return nil
- }
- func (m *GardenItem) GetGasFeeStart() int64 {
- if m != nil {
- return m.GasFeeStart
- }
- return 0
- }
- func (m *GardenItem) GetGasFeeEnd() int64 {
- if m != nil {
- return m.GasFeeEnd
- }
- return 0
- }
- func (m *GardenItem) GetAvgPrice() int64 {
- if m != nil {
- return m.AvgPrice
- }
- return 0
- }
- func (m *GardenItem) GetRentCount() int64 {
- if m != nil {
- return m.RentCount
- }
- return 0
- }
- func (m *GardenItem) GetSellCount() int64 {
- if m != nil {
- return m.SellCount
- }
- return 0
- }
- func (m *GardenItem) GetRentAvgPrice() int64 {
- if m != nil {
- return m.RentAvgPrice
- }
- 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 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"`
- NeedAppendix bool `protobuf:"varint,5,opt,name=need_appendix,json=needAppendix,proto3" json:"need_appendix"`
- NotApproved bool `protobuf:"varint,6,opt,name=not_approved,json=notApproved,proto3" json:"not_approved"`
- StreetCode string `protobuf:"bytes,7,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
- GardenName string `protobuf:"bytes,8,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
- BuildingYearGreater int64 `protobuf:"varint,10,opt,name=building_year_greater,json=buildingYearGreater,proto3" json:"building_year_greater"`
- BuildingYearLess int64 `protobuf:"varint,11,opt,name=building_year_less,json=buildingYearLess,proto3" json:"building_year_less"`
- BuildingType int32 `protobuf:"varint,12,opt,name=building_type,json=buildingType,proto3" json:"building_type"`
- PriceGreater int64 `protobuf:"varint,13,opt,name=price_greater,json=priceGreater,proto3" json:"price_greater"`
- PriceLess int64 `protobuf:"varint,14,opt,name=price_less,json=priceLess,proto3" json:"price_less"`
- AreaCode string `protobuf:"bytes,15,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
- CityCode string `protobuf:"bytes,16,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
- ProvinceCode string `protobuf:"bytes,18,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
- Management bool `protobuf:"varint,19,opt,name=management,proto3" json:"management"`
- Household bool `protobuf:"varint,20,opt,name=household,proto3" json:"household"`
- 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{3}
- }
- 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 ""
- }
- func (m *GardenListRequest) GetNeedAppendix() bool {
- if m != nil {
- return m.NeedAppendix
- }
- return false
- }
- func (m *GardenListRequest) GetNotApproved() bool {
- if m != nil {
- return m.NotApproved
- }
- return false
- }
- func (m *GardenListRequest) GetStreetCode() string {
- if m != nil {
- return m.StreetCode
- }
- return ""
- }
- func (m *GardenListRequest) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *GardenListRequest) GetApproveStatus() int32 {
- if m != nil {
- return m.ApproveStatus
- }
- return 0
- }
- func (m *GardenListRequest) GetBuildingYearGreater() int64 {
- if m != nil {
- return m.BuildingYearGreater
- }
- return 0
- }
- func (m *GardenListRequest) GetBuildingYearLess() int64 {
- if m != nil {
- return m.BuildingYearLess
- }
- return 0
- }
- func (m *GardenListRequest) GetBuildingType() int32 {
- if m != nil {
- return m.BuildingType
- }
- return 0
- }
- func (m *GardenListRequest) GetPriceGreater() int64 {
- if m != nil {
- return m.PriceGreater
- }
- return 0
- }
- func (m *GardenListRequest) GetPriceLess() int64 {
- if m != nil {
- return m.PriceLess
- }
- return 0
- }
- func (m *GardenListRequest) GetAreaCode() string {
- if m != nil {
- return m.AreaCode
- }
- return ""
- }
- func (m *GardenListRequest) GetCityCode() string {
- if m != nil {
- return m.CityCode
- }
- return ""
- }
- func (m *GardenListRequest) GetProvinceCode() string {
- if m != nil {
- return m.ProvinceCode
- }
- return ""
- }
- func (m *GardenListRequest) GetManagement() bool {
- if m != nil {
- return m.Management
- }
- return false
- }
- func (m *GardenListRequest) GetHousehold() bool {
- if m != nil {
- return m.Household
- }
- return false
- }
- 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{4}
- }
- 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 GardenIdInfo struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenIdInfo) Reset() { *m = GardenIdInfo{} }
- func (m *GardenIdInfo) String() string { return proto.CompactTextString(m) }
- func (*GardenIdInfo) ProtoMessage() {}
- func (*GardenIdInfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{5}
- }
- func (m *GardenIdInfo) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenIdInfo.Unmarshal(m, b)
- }
- func (m *GardenIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenIdInfo.Marshal(b, m, deterministic)
- }
- func (m *GardenIdInfo) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenIdInfo.Merge(m, src)
- }
- func (m *GardenIdInfo) XXX_Size() int {
- return xxx_messageInfo_GardenIdInfo.Size(m)
- }
- func (m *GardenIdInfo) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenIdInfo.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenIdInfo proto.InternalMessageInfo
- func (m *GardenIdInfo) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *GardenIdInfo) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- type GardenIdsRequest struct {
- GardenName string `protobuf:"bytes,1,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- BuildingYearGreater int64 `protobuf:"varint,3,opt,name=building_year_greater,json=buildingYearGreater,proto3" json:"building_year_greater"`
- BuildingYearLess int64 `protobuf:"varint,4,opt,name=building_year_less,json=buildingYearLess,proto3" json:"building_year_less"`
- BuildingType int32 `protobuf:"varint,5,opt,name=building_type,json=buildingType,proto3" json:"building_type"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenIdsRequest) Reset() { *m = GardenIdsRequest{} }
- func (m *GardenIdsRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenIdsRequest) ProtoMessage() {}
- func (*GardenIdsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{6}
- }
- func (m *GardenIdsRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenIdsRequest.Unmarshal(m, b)
- }
- func (m *GardenIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenIdsRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenIdsRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenIdsRequest.Merge(m, src)
- }
- func (m *GardenIdsRequest) XXX_Size() int {
- return xxx_messageInfo_GardenIdsRequest.Size(m)
- }
- func (m *GardenIdsRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenIdsRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenIdsRequest proto.InternalMessageInfo
- func (m *GardenIdsRequest) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *GardenIdsRequest) GetBuildingYearGreater() int64 {
- if m != nil {
- return m.BuildingYearGreater
- }
- return 0
- }
- func (m *GardenIdsRequest) GetBuildingYearLess() int64 {
- if m != nil {
- return m.BuildingYearLess
- }
- return 0
- }
- func (m *GardenIdsRequest) GetBuildingType() int32 {
- if m != nil {
- return m.BuildingType
- }
- return 0
- }
- type GardenIdsReply struct {
- GardenIds []*GardenIdInfo `protobuf:"bytes,1,rep,name=garden_ids,json=gardenIds,proto3" json:"garden_ids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenIdsReply) Reset() { *m = GardenIdsReply{} }
- func (m *GardenIdsReply) String() string { return proto.CompactTextString(m) }
- func (*GardenIdsReply) ProtoMessage() {}
- func (*GardenIdsReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{7}
- }
- func (m *GardenIdsReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenIdsReply.Unmarshal(m, b)
- }
- func (m *GardenIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenIdsReply.Marshal(b, m, deterministic)
- }
- func (m *GardenIdsReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenIdsReply.Merge(m, src)
- }
- func (m *GardenIdsReply) XXX_Size() int {
- return xxx_messageInfo_GardenIdsReply.Size(m)
- }
- func (m *GardenIdsReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenIdsReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenIdsReply proto.InternalMessageInfo
- func (m *GardenIdsReply) GetGardenIds() []*GardenIdInfo {
- if m != nil {
- return m.GardenIds
- }
- 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((*GardenListRequest)(nil), "pb_v1.GardenListRequest")
- proto.RegisterType((*GardenListReply)(nil), "pb_v1.GardenListReply")
- proto.RegisterType((*GardenIdInfo)(nil), "pb_v1.GardenIdInfo")
- proto.RegisterType((*GardenIdsRequest)(nil), "pb_v1.GardenIdsRequest")
- proto.RegisterType((*GardenIdsReply)(nil), "pb_v1.GardenIdsReply")
- }
- func init() {
- proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47)
- }
- var fileDescriptor_86a7260ebdc12f47 = []byte{
- // 1162 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xdb, 0x72, 0xdb, 0x36,
- 0x10, 0x1d, 0x99, 0x92, 0x23, 0xad, 0x2e, 0x56, 0x98, 0x4b, 0x31, 0x4d, 0x9d, 0x28, 0x72, 0x9c,
- 0x28, 0x6d, 0x62, 0xd7, 0x4e, 0x5f, 0xfa, 0xe8, 0x3a, 0x6d, 0x26, 0x33, 0x9e, 0x8e, 0x87, 0x4e,
- 0x1f, 0xda, 0x17, 0x0e, 0x44, 0xac, 0x69, 0x4c, 0x25, 0x92, 0x25, 0x20, 0xa5, 0xca, 0x87, 0xf4,
- 0x5f, 0xda, 0xaf, 0xeb, 0xec, 0x82, 0xa4, 0x6e, 0x6e, 0xa7, 0x7d, 0x22, 0x70, 0x70, 0x16, 0x58,
- 0x62, 0x0f, 0xcf, 0x12, 0x3a, 0x66, 0x61, 0x2c, 0x4e, 0x8f, 0xb2, 0x3c, 0xb5, 0xa9, 0xdf, 0xc8,
- 0xc6, 0xe1, 0xfc, 0x64, 0xf8, 0x1c, 0xfc, 0x77, 0x32, 0x57, 0x98, 0xbc, 0x4f, 0xae, 0x53, 0x13,
- 0xe0, 0x6f, 0x33, 0x34, 0xd6, 0xef, 0x83, 0xa7, 0x95, 0x11, 0xb5, 0x81, 0x37, 0xf2, 0x02, 0x1a,
- 0x0e, 0xff, 0x6c, 0x03, 0x14, 0x44, 0x8b, 0x53, 0x22, 0x44, 0x5a, 0x89, 0xda, 0xa0, 0x46, 0x84,
- 0x48, 0x2b, 0xff, 0x73, 0x68, 0x66, 0x79, 0x3a, 0xd7, 0x49, 0x84, 0x62, 0x67, 0x50, 0x1b, 0xb5,
- 0x82, 0x6a, 0xee, 0x1f, 0x40, 0xb7, 0x1c, 0x87, 0x51, 0xaa, 0x50, 0x78, 0x4c, 0xe8, 0x94, 0xe0,
- 0x79, 0xaa, 0xd0, 0xf7, 0xa1, 0x1e, 0x69, 0xbb, 0x10, 0x75, 0x5e, 0xe3, 0xb1, 0xff, 0x08, 0x5a,
- 0xf4, 0x74, 0x41, 0x0d, 0xb7, 0x2b, 0x01, 0x65, 0x80, 0xcc, 0x51, 0x8a, 0x5d, 0x17, 0x40, 0x63,
- 0x0a, 0xa0, 0xa7, 0x0b, 0xb8, 0xe3, 0x02, 0x08, 0xe0, 0x80, 0x87, 0xb0, 0x6b, 0x6c, 0x8e, 0x68,
- 0x45, 0x93, 0x57, 0x8a, 0x99, 0xff, 0x04, 0xda, 0x6e, 0xe4, 0xc2, 0x5a, 0xbc, 0x08, 0x0e, 0xe2,
- 0xc0, 0x2f, 0xa0, 0x15, 0xa5, 0xd3, 0xa9, 0xb6, 0x16, 0x51, 0x00, 0x2f, 0x2f, 0x01, 0xff, 0x10,
- 0x7a, 0xd5, 0xc4, 0xed, 0xd0, 0x66, 0x4a, 0xb7, 0x42, 0x79, 0x93, 0x27, 0xd0, 0x8e, 0xf9, 0x02,
- 0xc3, 0x44, 0x4e, 0x51, 0x74, 0xdc, 0x29, 0x0e, 0xfa, 0x51, 0x4e, 0x57, 0x09, 0x52, 0xa9, 0x5c,
- 0x74, 0x57, 0x09, 0x67, 0x4a, 0xe5, 0xfe, 0x0b, 0xd8, 0xcb, 0xf2, 0x34, 0xc3, 0xdc, 0x2e, 0xc2,
- 0x0c, 0x73, 0x93, 0x26, 0xa2, 0xc7, 0xa4, 0x5e, 0x09, 0x5f, 0x32, 0x4a, 0x19, 0x2d, 0x89, 0x37,
- 0x69, 0x82, 0x62, 0xcf, 0x65, 0x54, 0xf1, 0x08, 0xf4, 0x7b, 0xb0, 0xa3, 0x95, 0xe8, 0x73, 0x0d,
- 0x77, 0xb4, 0xf2, 0xf7, 0xa1, 0x38, 0x2d, 0xcc, 0x74, 0x24, 0xee, 0xba, 0xf7, 0x74, 0xc8, 0xa5,
- 0x8e, 0x56, 0xf2, 0x53, 0x68, 0x22, 0xe1, 0xaf, 0xe6, 0xf7, 0x16, 0x4d, 0xe4, 0x3f, 0x80, 0x5d,
- 0x9d, 0x84, 0x33, 0x83, 0xe2, 0xde, 0xa0, 0x36, 0x6a, 0x06, 0x0d, 0x9d, 0xfc, 0x64, 0x90, 0xb4,
- 0x32, 0x49, 0xac, 0xb8, 0x3f, 0xa8, 0x8d, 0x6a, 0x01, 0x0d, 0x19, 0x91, 0x56, 0x3c, 0x28, 0x10,
- 0x69, 0x49, 0x3d, 0x32, 0xcb, 0x30, 0x51, 0xfa, 0x77, 0xf1, 0x70, 0xe0, 0x71, 0xd9, 0x8a, 0xb9,
- 0x2b, 0x9b, 0xb4, 0x33, 0x23, 0x3e, 0x1b, 0xd4, 0x46, 0x8d, 0xa0, 0x98, 0x51, 0xcc, 0x35, 0xa2,
- 0x1a, 0xcb, 0xe8, 0x57, 0x21, 0x5c, 0xa9, 0xcb, 0x39, 0x29, 0x6e, 0x3c, 0xd3, 0x13, 0xa5, 0x93,
- 0x38, 0xb4, 0x8b, 0x0c, 0xc5, 0x13, 0x0e, 0xed, 0x94, 0xe0, 0x87, 0x45, 0xc6, 0x85, 0xab, 0x48,
- 0xc6, 0xca, 0xdc, 0x8a, 0x01, 0xdf, 0x45, 0x15, 0x7a, 0x45, 0xa0, 0xff, 0x14, 0xaa, 0xb0, 0x10,
- 0x13, 0x25, 0x9e, 0x32, 0xa9, 0x5d, 0x62, 0xdf, 0x27, 0x8a, 0x8e, 0x8b, 0x73, 0xa4, 0x8b, 0xc3,
- 0x3c, 0xc2, 0xc4, 0x8a, 0x21, 0xbf, 0x5a, 0x87, 0xc1, 0x4b, 0x87, 0xd1, 0x3e, 0xac, 0xcd, 0x92,
- 0x73, 0xc0, 0x9c, 0x36, 0x61, 0x25, 0x65, 0x1f, 0xc0, 0x64, 0x32, 0xc2, 0x50, 0x27, 0xd7, 0xa9,
- 0x78, 0xe6, 0x2a, 0xc0, 0x08, 0x7d, 0x9e, 0xb4, 0x43, 0x94, 0xce, 0x31, 0x47, 0x15, 0xb2, 0xf2,
- 0x0f, 0xdd, 0x0e, 0x05, 0x76, 0x46, 0x1f, 0xc0, 0xea, 0x8b, 0x33, 0xe7, 0xb9, 0xcb, 0xa4, 0x04,
- 0x99, 0xb4, 0xac, 0x64, 0xa6, 0x23, 0x23, 0x5e, 0xf0, 0x85, 0x43, 0x55, 0x69, 0xe3, 0xbf, 0x84,
- 0x7e, 0xb5, 0x4b, 0x94, 0x4e, 0x33, 0x99, 0x2c, 0xc4, 0x88, 0xb3, 0xd9, 0x2b, 0xf1, 0x73, 0x07,
- 0xd3, 0x5e, 0x37, 0xe9, 0xcc, 0x60, 0x68, 0x53, 0x2b, 0x27, 0xe2, 0x25, 0x5f, 0x0e, 0x30, 0xf4,
- 0x81, 0x10, 0xfe, 0xba, 0xf8, 0x9d, 0x1c, 0xe1, 0x4b, 0x47, 0x60, 0xc8, 0x11, 0x5e, 0x81, 0x5f,
- 0xa9, 0xf5, 0x1a, 0xb1, 0x28, 0xc5, 0x57, 0xcc, 0xeb, 0x97, 0x2b, 0x3f, 0x20, 0xba, 0x6a, 0x8c,
- 0xa0, 0xbf, 0xc6, 0xa6, 0x8a, 0xbc, 0x62, 0x6e, 0x6f, 0x85, 0x4b, 0x45, 0xd9, 0x07, 0xf8, 0x28,
- 0x2d, 0xe6, 0x4e, 0x00, 0xaf, 0x07, 0xde, 0xa8, 0x11, 0xb4, 0x18, 0xe1, 0xea, 0x1f, 0x40, 0x17,
- 0x27, 0x18, 0xd9, 0x5c, 0x47, 0x8e, 0x71, 0xc4, 0x8c, 0x4e, 0x09, 0x32, 0x69, 0x08, 0xdd, 0x58,
- 0x9a, 0x95, 0xb4, 0x8e, 0x5d, 0xf1, 0x63, 0x69, 0xaa, 0x8c, 0x1e, 0xd3, 0x6d, 0x9a, 0x2a, 0x99,
- 0xaf, 0x99, 0xd1, 0x72, 0x0c, 0xca, 0x83, 0x3c, 0x69, 0x1e, 0x87, 0x59, 0xae, 0x23, 0x14, 0x27,
- 0xbc, 0xda, 0x94, 0xf3, 0xf8, 0x92, 0xe6, 0x94, 0x64, 0x8e, 0x09, 0x39, 0xcf, 0x2c, 0xb1, 0xe2,
- 0xd4, 0xc5, 0x12, 0x72, 0x4e, 0x00, 0x0b, 0x02, 0x27, 0x93, 0x62, 0xf9, 0x8d, 0x5b, 0x26, 0xc4,
- 0x2d, 0x3f, 0x83, 0x1e, 0x47, 0x2f, 0xf7, 0xff, 0x86, 0x29, 0x1d, 0x42, 0xcf, 0x8a, 0x33, 0x86,
- 0xdf, 0x42, 0x7f, 0xcd, 0xe3, 0xb3, 0xc9, 0xc2, 0x3f, 0x84, 0xfa, 0x44, 0x1b, 0xcb, 0x16, 0xdf,
- 0x3e, 0xbd, 0x7b, 0xc4, 0xdd, 0xe0, 0x68, 0xe9, 0xf0, 0x01, 0x2f, 0x0f, 0xff, 0x68, 0xc0, 0x5d,
- 0x07, 0x5e, 0x68, 0x63, 0xcb, 0xf6, 0xe0, 0x43, 0x3d, 0x93, 0x31, 0x16, 0xf6, 0xcf, 0x63, 0x7a,
- 0x4b, 0x7a, 0x86, 0x46, 0x7f, 0x72, 0x0d, 0xc0, 0x0b, 0x9a, 0x04, 0x5c, 0xe9, 0x4f, 0x58, 0xb6,
- 0x0b, 0x6f, 0xd9, 0x2e, 0xb6, 0x4d, 0xb3, 0x7e, 0x9b, 0x69, 0x1e, 0x40, 0x37, 0x41, 0x92, 0x7b,
- 0x69, 0x0e, 0x0d, 0x76, 0x96, 0x0e, 0x81, 0x67, 0xa5, 0x41, 0x3c, 0x85, 0x4e, 0x92, 0x5a, 0xe2,
- 0xe4, 0xe9, 0x1c, 0x15, 0x37, 0x84, 0x66, 0xd0, 0x4e, 0x52, 0x7b, 0x56, 0x40, 0x9b, 0x16, 0x7f,
- 0x67, 0xcb, 0xe2, 0x37, 0xdc, 0xb9, 0xb9, 0xe5, 0xce, 0x87, 0xd0, 0x2b, 0x0e, 0x08, 0x0b, 0x37,
- 0x6a, 0xb1, 0xa5, 0x74, 0x0b, 0xf4, 0xca, 0x99, 0xd2, 0x29, 0x3c, 0xa8, 0xbe, 0x9c, 0x05, 0xca,
- 0x3c, 0x8c, 0x73, 0x24, 0xc9, 0x71, 0xdb, 0xf0, 0x82, 0x7b, 0xe5, 0xe2, 0xcf, 0x28, 0xf3, 0x77,
- 0x6e, 0x89, 0x3e, 0x80, 0xf5, 0x98, 0x09, 0x1a, 0xc3, 0x4d, 0xc4, 0x0b, 0xfa, 0xab, 0x01, 0x17,
- 0x68, 0xcc, 0xb6, 0xb5, 0x75, 0x6e, 0xb1, 0x36, 0xee, 0xb8, 0x3a, 0xc2, 0xea, 0xf8, 0xae, 0xd3,
- 0x05, 0x83, 0xe5, 0xb9, 0xfb, 0x00, 0x8e, 0xc4, 0xe7, 0xf5, 0x9c, 0xb8, 0x18, 0xe1, 0x83, 0xd6,
- 0x7a, 0xe9, 0xde, 0x46, 0x2f, 0x5d, 0xeb, 0xcc, 0xfd, 0x8d, 0xce, 0xbc, 0xd5, 0xef, 0xfd, 0x5b,
- 0xfa, 0xfd, 0x63, 0x80, 0xa9, 0x4c, 0x64, 0x8c, 0x53, 0x32, 0x43, 0xd7, 0x31, 0x56, 0x10, 0x6a,
- 0xba, 0xec, 0x22, 0x37, 0xe9, 0x44, 0x71, 0xf3, 0x68, 0x06, 0x4b, 0x60, 0x38, 0x86, 0xbd, 0x55,
- 0x5d, 0x92, 0xa4, 0x6f, 0x53, 0xe5, 0x7d, 0x68, 0x38, 0xdb, 0x71, 0x8a, 0x74, 0x93, 0x4a, 0xfc,
- 0xde, 0xbf, 0x8b, 0xff, 0x02, 0x3a, 0x05, 0xa6, 0xd8, 0x7e, 0x1f, 0x41, 0xd1, 0x0d, 0xc3, 0xea,
- 0xd7, 0xa7, 0x19, 0x17, 0x84, 0x4d, 0x01, 0xed, 0x6c, 0x0a, 0x68, 0xf8, 0x57, 0xad, 0xfa, 0x0c,
- 0x55, 0xf5, 0xa3, 0xb5, 0x11, 0x55, 0xdb, 0x92, 0xdd, 0x3f, 0xea, 0xc9, 0xfb, 0xbf, 0x7a, 0xaa,
- 0xff, 0x57, 0x3d, 0x35, 0xb6, 0xf5, 0x34, 0x7c, 0x0b, 0xbd, 0x95, 0xdc, 0xe9, 0xb6, 0x4f, 0xab,
- 0x9f, 0x85, 0xf2, 0x4f, 0xb1, 0x7d, 0x7a, 0x6f, 0xfd, 0x26, 0xf9, 0xd6, 0xca, 0x3f, 0x88, 0xf7,
- 0xca, 0x7c, 0x37, 0xfc, 0x65, 0x50, 0x7a, 0xf4, 0xeb, 0xaa, 0x94, 0xaf, 0x63, 0x69, 0xf1, 0xa3,
- 0x5c, 0x1c, 0x67, 0xe3, 0xe3, 0xf9, 0xc9, 0x78, 0x97, 0x7f, 0x4f, 0xdf, 0xfc, 0x1d, 0x00, 0x00,
- 0xff, 0xff, 0x1f, 0x27, 0xa5, 0x73, 0xae, 0x0a, 0x00, 0x00,
- }
|