// Code generated by protoc-gen-go. DO NOT EDIT. // source: garden.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_5b775c37bba03b28, []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"` 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_5b775c37bba03b28, []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 } 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_5b775c37bba03b28, []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"` 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_5b775c37bba03b28, []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 "" } 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_5b775c37bba03b28, []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_5b775c37bba03b28, []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_5b775c37bba03b28, []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"` 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_5b775c37bba03b28, []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 "" } type GardenUpdateReply struct { 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_5b775c37bba03b28, []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 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_5b775c37bba03b28, []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 { 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_5b775c37bba03b28, []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 type BuildingAddRequest struct { // 小区id GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 楼栋编号 BuildingNumber string `protobuf:"bytes,2,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` // 楼栋名 BuildingName string `protobuf:"bytes,3,opt,name=building_name,json=buildingName,proto3" json:"building_name"` // 楼栋建筑面积 BuildingArea int64 `protobuf:"varint,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea int64 `protobuf:"varint,5,opt,name=building_used_area,json=buildingUsedArea,proto3" json:"building_used_area"` // 备注 Comment string `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingAddRequest) Reset() { *m = BuildingAddRequest{} } func (m *BuildingAddRequest) String() string { return proto.CompactTextString(m) } func (*BuildingAddRequest) ProtoMessage() {} func (*BuildingAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{11} } func (m *BuildingAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingAddRequest.Unmarshal(m, b) } func (m *BuildingAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingAddRequest.Marshal(b, m, deterministic) } func (m *BuildingAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingAddRequest.Merge(m, src) } func (m *BuildingAddRequest) XXX_Size() int { return xxx_messageInfo_BuildingAddRequest.Size(m) } func (m *BuildingAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_BuildingAddRequest.DiscardUnknown(m) } var xxx_messageInfo_BuildingAddRequest proto.InternalMessageInfo func (m *BuildingAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *BuildingAddRequest) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *BuildingAddRequest) GetBuildingName() string { if m != nil { return m.BuildingName } return "" } func (m *BuildingAddRequest) GetBuildingArea() int64 { if m != nil { return m.BuildingArea } return 0 } func (m *BuildingAddRequest) GetBuildingUsedArea() int64 { if m != nil { return m.BuildingUsedArea } return 0 } func (m *BuildingAddRequest) GetComment() string { if m != nil { return m.Comment } return "" } type BuildingAddReply 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 *BuildingAddReply) Reset() { *m = BuildingAddReply{} } func (m *BuildingAddReply) String() string { return proto.CompactTextString(m) } func (*BuildingAddReply) ProtoMessage() {} func (*BuildingAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{12} } func (m *BuildingAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingAddReply.Unmarshal(m, b) } func (m *BuildingAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingAddReply.Marshal(b, m, deterministic) } func (m *BuildingAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingAddReply.Merge(m, src) } func (m *BuildingAddReply) XXX_Size() int { return xxx_messageInfo_BuildingAddReply.Size(m) } func (m *BuildingAddReply) XXX_DiscardUnknown() { xxx_messageInfo_BuildingAddReply.DiscardUnknown(m) } var xxx_messageInfo_BuildingAddReply proto.InternalMessageInfo func (m *BuildingAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type BuildingUpdateRequest struct { // id Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 楼栋编号 BuildingNumber string `protobuf:"bytes,2,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` // 楼栋名 BuildingName string `protobuf:"bytes,3,opt,name=building_name,json=buildingName,proto3" json:"building_name"` // 楼栋建筑面积 BuildingArea int64 `protobuf:"varint,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea int64 `protobuf:"varint,5,opt,name=building_used_area,json=buildingUsedArea,proto3" json:"building_used_area"` // 备注 Comment string `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment"` GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingUpdateRequest) Reset() { *m = BuildingUpdateRequest{} } func (m *BuildingUpdateRequest) String() string { return proto.CompactTextString(m) } func (*BuildingUpdateRequest) ProtoMessage() {} func (*BuildingUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{13} } func (m *BuildingUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingUpdateRequest.Unmarshal(m, b) } func (m *BuildingUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingUpdateRequest.Marshal(b, m, deterministic) } func (m *BuildingUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingUpdateRequest.Merge(m, src) } func (m *BuildingUpdateRequest) XXX_Size() int { return xxx_messageInfo_BuildingUpdateRequest.Size(m) } func (m *BuildingUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_BuildingUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_BuildingUpdateRequest proto.InternalMessageInfo func (m *BuildingUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *BuildingUpdateRequest) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *BuildingUpdateRequest) GetBuildingName() string { if m != nil { return m.BuildingName } return "" } func (m *BuildingUpdateRequest) GetBuildingArea() int64 { if m != nil { return m.BuildingArea } return 0 } func (m *BuildingUpdateRequest) GetBuildingUsedArea() int64 { if m != nil { return m.BuildingUsedArea } return 0 } func (m *BuildingUpdateRequest) GetComment() string { if m != nil { return m.Comment } return "" } func (m *BuildingUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type BuildingUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingUpdateReply) Reset() { *m = BuildingUpdateReply{} } func (m *BuildingUpdateReply) String() string { return proto.CompactTextString(m) } func (*BuildingUpdateReply) ProtoMessage() {} func (*BuildingUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{14} } func (m *BuildingUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingUpdateReply.Unmarshal(m, b) } func (m *BuildingUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingUpdateReply.Marshal(b, m, deterministic) } func (m *BuildingUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingUpdateReply.Merge(m, src) } func (m *BuildingUpdateReply) XXX_Size() int { return xxx_messageInfo_BuildingUpdateReply.Size(m) } func (m *BuildingUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_BuildingUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_BuildingUpdateReply proto.InternalMessageInfo type BuildingDelRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingDelRequest) Reset() { *m = BuildingDelRequest{} } func (m *BuildingDelRequest) String() string { return proto.CompactTextString(m) } func (*BuildingDelRequest) ProtoMessage() {} func (*BuildingDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{15} } func (m *BuildingDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingDelRequest.Unmarshal(m, b) } func (m *BuildingDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingDelRequest.Marshal(b, m, deterministic) } func (m *BuildingDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingDelRequest.Merge(m, src) } func (m *BuildingDelRequest) XXX_Size() int { return xxx_messageInfo_BuildingDelRequest.Size(m) } func (m *BuildingDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_BuildingDelRequest.DiscardUnknown(m) } var xxx_messageInfo_BuildingDelRequest proto.InternalMessageInfo func (m *BuildingDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *BuildingDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type BuildingDelReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingDelReply) Reset() { *m = BuildingDelReply{} } func (m *BuildingDelReply) String() string { return proto.CompactTextString(m) } func (*BuildingDelReply) ProtoMessage() {} func (*BuildingDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{16} } func (m *BuildingDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingDelReply.Unmarshal(m, b) } func (m *BuildingDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingDelReply.Marshal(b, m, deterministic) } func (m *BuildingDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingDelReply.Merge(m, src) } func (m *BuildingDelReply) XXX_Size() int { return xxx_messageInfo_BuildingDelReply.Size(m) } func (m *BuildingDelReply) XXX_DiscardUnknown() { xxx_messageInfo_BuildingDelReply.DiscardUnknown(m) } var xxx_messageInfo_BuildingDelReply proto.InternalMessageInfo type BuildingListRequest struct { BuildingNumber string `protobuf:"bytes,1,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"` GardenId int64 `protobuf:"varint,4,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingListRequest) Reset() { *m = BuildingListRequest{} } func (m *BuildingListRequest) String() string { return proto.CompactTextString(m) } func (*BuildingListRequest) ProtoMessage() {} func (*BuildingListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{17} } func (m *BuildingListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingListRequest.Unmarshal(m, b) } func (m *BuildingListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingListRequest.Marshal(b, m, deterministic) } func (m *BuildingListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingListRequest.Merge(m, src) } func (m *BuildingListRequest) XXX_Size() int { return xxx_messageInfo_BuildingListRequest.Size(m) } func (m *BuildingListRequest) XXX_DiscardUnknown() { xxx_messageInfo_BuildingListRequest.DiscardUnknown(m) } var xxx_messageInfo_BuildingListRequest proto.InternalMessageInfo func (m *BuildingListRequest) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *BuildingListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *BuildingListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *BuildingListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type BuildingItem struct { // id Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 楼栋编号 BuildingNumber string `protobuf:"bytes,2,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` // 楼栋名 BuildingName string `protobuf:"bytes,3,opt,name=building_name,json=buildingName,proto3" json:"building_name"` // 楼栋建筑面积 BuildingArea int64 `protobuf:"varint,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea int64 `protobuf:"varint,5,opt,name=building_used_area,json=buildingUsedArea,proto3" json:"building_used_area"` // 备注 Comment string `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment"` UnitCount int64 `protobuf:"varint,7,opt,name=unit_count,json=unitCount,proto3" json:"unit_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingItem) Reset() { *m = BuildingItem{} } func (m *BuildingItem) String() string { return proto.CompactTextString(m) } func (*BuildingItem) ProtoMessage() {} func (*BuildingItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{18} } func (m *BuildingItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingItem.Unmarshal(m, b) } func (m *BuildingItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingItem.Marshal(b, m, deterministic) } func (m *BuildingItem) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingItem.Merge(m, src) } func (m *BuildingItem) XXX_Size() int { return xxx_messageInfo_BuildingItem.Size(m) } func (m *BuildingItem) XXX_DiscardUnknown() { xxx_messageInfo_BuildingItem.DiscardUnknown(m) } var xxx_messageInfo_BuildingItem proto.InternalMessageInfo func (m *BuildingItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *BuildingItem) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *BuildingItem) GetBuildingName() string { if m != nil { return m.BuildingName } return "" } func (m *BuildingItem) GetBuildingArea() int64 { if m != nil { return m.BuildingArea } return 0 } func (m *BuildingItem) GetBuildingUsedArea() int64 { if m != nil { return m.BuildingUsedArea } return 0 } func (m *BuildingItem) GetComment() string { if m != nil { return m.Comment } return "" } func (m *BuildingItem) GetUnitCount() int64 { if m != nil { return m.UnitCount } return 0 } type BuildingListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*BuildingItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingListReply) Reset() { *m = BuildingListReply{} } func (m *BuildingListReply) String() string { return proto.CompactTextString(m) } func (*BuildingListReply) ProtoMessage() {} func (*BuildingListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{19} } func (m *BuildingListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingListReply.Unmarshal(m, b) } func (m *BuildingListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingListReply.Marshal(b, m, deterministic) } func (m *BuildingListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingListReply.Merge(m, src) } func (m *BuildingListReply) XXX_Size() int { return xxx_messageInfo_BuildingListReply.Size(m) } func (m *BuildingListReply) XXX_DiscardUnknown() { xxx_messageInfo_BuildingListReply.DiscardUnknown(m) } var xxx_messageInfo_BuildingListReply proto.InternalMessageInfo func (m *BuildingListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *BuildingListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *BuildingListReply) GetList() []*BuildingItem { if m != nil { return m.List } return nil } type UnitAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 楼栋id BuildingId int64 `protobuf:"varint,2,opt,name=building_id,json=buildingId,proto3" json:"building_id"` // 单元编号 UnitNumber int64 `protobuf:"varint,3,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` // 单元名 UnitName string `protobuf:"bytes,4,opt,name=unit_name,json=unitName,proto3" json:"unit_name"` // 楼层数 UnitLayers int64 `protobuf:"varint,5,opt,name=unit_layers,json=unitLayers,proto3" json:"unit_layers"` HasLift bool `protobuf:"varint,6,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitAddRequest) Reset() { *m = UnitAddRequest{} } func (m *UnitAddRequest) String() string { return proto.CompactTextString(m) } func (*UnitAddRequest) ProtoMessage() {} func (*UnitAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{20} } func (m *UnitAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitAddRequest.Unmarshal(m, b) } func (m *UnitAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitAddRequest.Marshal(b, m, deterministic) } func (m *UnitAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitAddRequest.Merge(m, src) } func (m *UnitAddRequest) XXX_Size() int { return xxx_messageInfo_UnitAddRequest.Size(m) } func (m *UnitAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_UnitAddRequest.DiscardUnknown(m) } var xxx_messageInfo_UnitAddRequest proto.InternalMessageInfo func (m *UnitAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *UnitAddRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *UnitAddRequest) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } func (m *UnitAddRequest) GetUnitName() string { if m != nil { return m.UnitName } return "" } func (m *UnitAddRequest) GetUnitLayers() int64 { if m != nil { return m.UnitLayers } return 0 } func (m *UnitAddRequest) GetHasLift() bool { if m != nil { return m.HasLift } return false } type UnitAddReply 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 *UnitAddReply) Reset() { *m = UnitAddReply{} } func (m *UnitAddReply) String() string { return proto.CompactTextString(m) } func (*UnitAddReply) ProtoMessage() {} func (*UnitAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{21} } func (m *UnitAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitAddReply.Unmarshal(m, b) } func (m *UnitAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitAddReply.Marshal(b, m, deterministic) } func (m *UnitAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitAddReply.Merge(m, src) } func (m *UnitAddReply) XXX_Size() int { return xxx_messageInfo_UnitAddReply.Size(m) } func (m *UnitAddReply) XXX_DiscardUnknown() { xxx_messageInfo_UnitAddReply.DiscardUnknown(m) } var xxx_messageInfo_UnitAddReply proto.InternalMessageInfo func (m *UnitAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type UnitUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 单元编号 UnitNumber int64 `protobuf:"varint,3,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` // 单元名 UnitName string `protobuf:"bytes,4,opt,name=unit_name,json=unitName,proto3" json:"unit_name"` // 楼层数 UnitLayers int64 `protobuf:"varint,5,opt,name=unit_layers,json=unitLayers,proto3" json:"unit_layers"` BuildingId int64 `protobuf:"varint,6,opt,name=building_id,json=buildingId,proto3" json:"building_id"` HasLift bool `protobuf:"varint,7,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitUpdateRequest) Reset() { *m = UnitUpdateRequest{} } func (m *UnitUpdateRequest) String() string { return proto.CompactTextString(m) } func (*UnitUpdateRequest) ProtoMessage() {} func (*UnitUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{22} } func (m *UnitUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitUpdateRequest.Unmarshal(m, b) } func (m *UnitUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitUpdateRequest.Marshal(b, m, deterministic) } func (m *UnitUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitUpdateRequest.Merge(m, src) } func (m *UnitUpdateRequest) XXX_Size() int { return xxx_messageInfo_UnitUpdateRequest.Size(m) } func (m *UnitUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_UnitUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_UnitUpdateRequest proto.InternalMessageInfo func (m *UnitUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *UnitUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *UnitUpdateRequest) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } func (m *UnitUpdateRequest) GetUnitName() string { if m != nil { return m.UnitName } return "" } func (m *UnitUpdateRequest) GetUnitLayers() int64 { if m != nil { return m.UnitLayers } return 0 } func (m *UnitUpdateRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *UnitUpdateRequest) GetHasLift() bool { if m != nil { return m.HasLift } return false } type UnitUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitUpdateReply) Reset() { *m = UnitUpdateReply{} } func (m *UnitUpdateReply) String() string { return proto.CompactTextString(m) } func (*UnitUpdateReply) ProtoMessage() {} func (*UnitUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{23} } func (m *UnitUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitUpdateReply.Unmarshal(m, b) } func (m *UnitUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitUpdateReply.Marshal(b, m, deterministic) } func (m *UnitUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitUpdateReply.Merge(m, src) } func (m *UnitUpdateReply) XXX_Size() int { return xxx_messageInfo_UnitUpdateReply.Size(m) } func (m *UnitUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_UnitUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_UnitUpdateReply proto.InternalMessageInfo type UnitDelRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitDelRequest) Reset() { *m = UnitDelRequest{} } func (m *UnitDelRequest) String() string { return proto.CompactTextString(m) } func (*UnitDelRequest) ProtoMessage() {} func (*UnitDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{24} } func (m *UnitDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitDelRequest.Unmarshal(m, b) } func (m *UnitDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitDelRequest.Marshal(b, m, deterministic) } func (m *UnitDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitDelRequest.Merge(m, src) } func (m *UnitDelRequest) XXX_Size() int { return xxx_messageInfo_UnitDelRequest.Size(m) } func (m *UnitDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_UnitDelRequest.DiscardUnknown(m) } var xxx_messageInfo_UnitDelRequest proto.InternalMessageInfo func (m *UnitDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *UnitDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type UnitDelReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitDelReply) Reset() { *m = UnitDelReply{} } func (m *UnitDelReply) String() string { return proto.CompactTextString(m) } func (*UnitDelReply) ProtoMessage() {} func (*UnitDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{25} } func (m *UnitDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitDelReply.Unmarshal(m, b) } func (m *UnitDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitDelReply.Marshal(b, m, deterministic) } func (m *UnitDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitDelReply.Merge(m, src) } func (m *UnitDelReply) XXX_Size() int { return xxx_messageInfo_UnitDelReply.Size(m) } func (m *UnitDelReply) XXX_DiscardUnknown() { xxx_messageInfo_UnitDelReply.DiscardUnknown(m) } var xxx_messageInfo_UnitDelReply proto.InternalMessageInfo type UnitListRequest struct { UnitNumber int64 `protobuf:"varint,1,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` BuildingId int64 `protobuf:"varint,2,opt,name=building_id,json=buildingId,proto3" json:"building_id"` Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` GardenId int64 `protobuf:"varint,5,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitListRequest) Reset() { *m = UnitListRequest{} } func (m *UnitListRequest) String() string { return proto.CompactTextString(m) } func (*UnitListRequest) ProtoMessage() {} func (*UnitListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{26} } func (m *UnitListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitListRequest.Unmarshal(m, b) } func (m *UnitListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitListRequest.Marshal(b, m, deterministic) } func (m *UnitListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitListRequest.Merge(m, src) } func (m *UnitListRequest) XXX_Size() int { return xxx_messageInfo_UnitListRequest.Size(m) } func (m *UnitListRequest) XXX_DiscardUnknown() { xxx_messageInfo_UnitListRequest.DiscardUnknown(m) } var xxx_messageInfo_UnitListRequest proto.InternalMessageInfo func (m *UnitListRequest) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } func (m *UnitListRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *UnitListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *UnitListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *UnitListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type UnitItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 楼栋id BuildingId int64 `protobuf:"varint,2,opt,name=building_id,json=buildingId,proto3" json:"building_id"` // 单元编号 UnitNumber int64 `protobuf:"varint,3,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` // 单元名 UnitName string `protobuf:"bytes,4,opt,name=unit_name,json=unitName,proto3" json:"unit_name"` // 楼层数 UnitLayers int64 `protobuf:"varint,5,opt,name=unit_layers,json=unitLayers,proto3" json:"unit_layers"` BuildingName string `protobuf:"bytes,6,opt,name=building_name,json=buildingName,proto3" json:"building_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitItem) Reset() { *m = UnitItem{} } func (m *UnitItem) String() string { return proto.CompactTextString(m) } func (*UnitItem) ProtoMessage() {} func (*UnitItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{27} } func (m *UnitItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitItem.Unmarshal(m, b) } func (m *UnitItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitItem.Marshal(b, m, deterministic) } func (m *UnitItem) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitItem.Merge(m, src) } func (m *UnitItem) XXX_Size() int { return xxx_messageInfo_UnitItem.Size(m) } func (m *UnitItem) XXX_DiscardUnknown() { xxx_messageInfo_UnitItem.DiscardUnknown(m) } var xxx_messageInfo_UnitItem proto.InternalMessageInfo func (m *UnitItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *UnitItem) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *UnitItem) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } func (m *UnitItem) GetUnitName() string { if m != nil { return m.UnitName } return "" } func (m *UnitItem) GetUnitLayers() int64 { if m != nil { return m.UnitLayers } return 0 } func (m *UnitItem) GetBuildingName() string { if m != nil { return m.BuildingName } return "" } type UnitListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*UnitItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UnitListReply) Reset() { *m = UnitListReply{} } func (m *UnitListReply) String() string { return proto.CompactTextString(m) } func (*UnitListReply) ProtoMessage() {} func (*UnitListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{28} } func (m *UnitListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnitListReply.Unmarshal(m, b) } func (m *UnitListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UnitListReply.Marshal(b, m, deterministic) } func (m *UnitListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UnitListReply.Merge(m, src) } func (m *UnitListReply) XXX_Size() int { return xxx_messageInfo_UnitListReply.Size(m) } func (m *UnitListReply) XXX_DiscardUnknown() { xxx_messageInfo_UnitListReply.DiscardUnknown(m) } var xxx_messageInfo_UnitListReply proto.InternalMessageInfo func (m *UnitListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *UnitListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *UnitListReply) GetList() []*UnitItem { if m != nil { return m.List } return nil } type HouseAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` BuildingId int64 `protobuf:"varint,2,opt,name=building_id,json=buildingId,proto3" json:"building_id"` // 单元id UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"` // 门牌号 HouseNumber string `protobuf:"bytes,4,opt,name=house_number,json=houseNumber,proto3" json:"house_number"` // 楼层 Layer int64 `protobuf:"varint,5,opt,name=layer,proto3" json:"layer"` // 几室 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"` // 房屋类型 1 住宅 2 公寓 3 商业 4 洋房 5 别墅 HouseType int64 `protobuf:"varint,8,opt,name=house_type,json=houseType,proto3" json:"house_type"` // 房屋建筑面积 HouseArea int64 `protobuf:"varint,9,opt,name=house_area,json=houseArea,proto3" json:"house_area"` // 房屋使用面积 HouseUsedArea int64 `protobuf:"varint,10,opt,name=house_used_area,json=houseUsedArea,proto3" json:"house_used_area"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseAddRequest) Reset() { *m = HouseAddRequest{} } func (m *HouseAddRequest) String() string { return proto.CompactTextString(m) } func (*HouseAddRequest) ProtoMessage() {} func (*HouseAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{29} } func (m *HouseAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseAddRequest.Unmarshal(m, b) } func (m *HouseAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseAddRequest.Marshal(b, m, deterministic) } func (m *HouseAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseAddRequest.Merge(m, src) } func (m *HouseAddRequest) XXX_Size() int { return xxx_messageInfo_HouseAddRequest.Size(m) } func (m *HouseAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseAddRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseAddRequest proto.InternalMessageInfo func (m *HouseAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseAddRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *HouseAddRequest) GetUnitId() int64 { if m != nil { return m.UnitId } return 0 } func (m *HouseAddRequest) GetHouseNumber() string { if m != nil { return m.HouseNumber } return "" } func (m *HouseAddRequest) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseAddRequest) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseAddRequest) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseAddRequest) GetHouseType() int64 { if m != nil { return m.HouseType } return 0 } func (m *HouseAddRequest) GetHouseArea() int64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseAddRequest) GetHouseUsedArea() int64 { if m != nil { return m.HouseUsedArea } return 0 } type HouseAddReply 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 *HouseAddReply) Reset() { *m = HouseAddReply{} } func (m *HouseAddReply) String() string { return proto.CompactTextString(m) } func (*HouseAddReply) ProtoMessage() {} func (*HouseAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{30} } func (m *HouseAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseAddReply.Unmarshal(m, b) } func (m *HouseAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseAddReply.Marshal(b, m, deterministic) } func (m *HouseAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseAddReply.Merge(m, src) } func (m *HouseAddReply) XXX_Size() int { return xxx_messageInfo_HouseAddReply.Size(m) } func (m *HouseAddReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseAddReply.DiscardUnknown(m) } var xxx_messageInfo_HouseAddReply proto.InternalMessageInfo func (m *HouseAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type HouseUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 房屋使用面积 HouseUsedArea int64 `protobuf:"varint,2,opt,name=house_used_area,json=houseUsedArea,proto3" json:"house_used_area"` GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` // 门牌号 HouseNumber string `protobuf:"bytes,4,opt,name=house_number,json=houseNumber,proto3" json:"house_number"` // 楼层 Layer int64 `protobuf:"varint,5,opt,name=layer,proto3" json:"layer"` // 几室 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"` // 房屋类型 1 住宅 2 公寓 3 商业 4 洋房 5 别墅 HouseType int64 `protobuf:"varint,8,opt,name=house_type,json=houseType,proto3" json:"house_type"` // 房屋建筑面积 HouseArea int64 `protobuf:"varint,9,opt,name=house_area,json=houseArea,proto3" json:"house_area"` UnitId int64 `protobuf:"varint,10,opt,name=unit_id,json=unitId,proto3" json:"unit_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseUpdateRequest) Reset() { *m = HouseUpdateRequest{} } func (m *HouseUpdateRequest) String() string { return proto.CompactTextString(m) } func (*HouseUpdateRequest) ProtoMessage() {} func (*HouseUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{31} } func (m *HouseUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseUpdateRequest.Unmarshal(m, b) } func (m *HouseUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseUpdateRequest.Marshal(b, m, deterministic) } func (m *HouseUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseUpdateRequest.Merge(m, src) } func (m *HouseUpdateRequest) XXX_Size() int { return xxx_messageInfo_HouseUpdateRequest.Size(m) } func (m *HouseUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseUpdateRequest proto.InternalMessageInfo func (m *HouseUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseUpdateRequest) GetHouseUsedArea() int64 { if m != nil { return m.HouseUsedArea } return 0 } func (m *HouseUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseUpdateRequest) GetHouseNumber() string { if m != nil { return m.HouseNumber } return "" } func (m *HouseUpdateRequest) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseUpdateRequest) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseUpdateRequest) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseUpdateRequest) GetHouseType() int64 { if m != nil { return m.HouseType } return 0 } func (m *HouseUpdateRequest) GetHouseArea() int64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseUpdateRequest) GetUnitId() int64 { if m != nil { return m.UnitId } return 0 } type HouseUpdateReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseUpdateReply) Reset() { *m = HouseUpdateReply{} } func (m *HouseUpdateReply) String() string { return proto.CompactTextString(m) } func (*HouseUpdateReply) ProtoMessage() {} func (*HouseUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{32} } func (m *HouseUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseUpdateReply.Unmarshal(m, b) } func (m *HouseUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseUpdateReply.Marshal(b, m, deterministic) } func (m *HouseUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseUpdateReply.Merge(m, src) } func (m *HouseUpdateReply) XXX_Size() int { return xxx_messageInfo_HouseUpdateReply.Size(m) } func (m *HouseUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_HouseUpdateReply proto.InternalMessageInfo type HouseDelRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseDelRequest) Reset() { *m = HouseDelRequest{} } func (m *HouseDelRequest) String() string { return proto.CompactTextString(m) } func (*HouseDelRequest) ProtoMessage() {} func (*HouseDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{33} } func (m *HouseDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseDelRequest.Unmarshal(m, b) } func (m *HouseDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseDelRequest.Marshal(b, m, deterministic) } func (m *HouseDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseDelRequest.Merge(m, src) } func (m *HouseDelRequest) XXX_Size() int { return xxx_messageInfo_HouseDelRequest.Size(m) } func (m *HouseDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseDelRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseDelRequest proto.InternalMessageInfo func (m *HouseDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type HouseDelReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseDelReply) Reset() { *m = HouseDelReply{} } func (m *HouseDelReply) String() string { return proto.CompactTextString(m) } func (*HouseDelReply) ProtoMessage() {} func (*HouseDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{34} } func (m *HouseDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseDelReply.Unmarshal(m, b) } func (m *HouseDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseDelReply.Marshal(b, m, deterministic) } func (m *HouseDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseDelReply.Merge(m, src) } func (m *HouseDelReply) XXX_Size() int { return xxx_messageInfo_HouseDelReply.Size(m) } func (m *HouseDelReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseDelReply.DiscardUnknown(m) } var xxx_messageInfo_HouseDelReply proto.InternalMessageInfo type HouseListRequest struct { HouseNumber string `protobuf:"bytes,1,opt,name=house_number,json=houseNumber,proto3" json:"house_number"` BuildingId int64 `protobuf:"varint,2,opt,name=building_id,json=buildingId,proto3" json:"building_id"` UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"` HouseType int32 `protobuf:"varint,4,opt,name=house_type,json=houseType,proto3" json:"house_type"` Page int64 `protobuf:"varint,5,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size"` GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseListRequest) Reset() { *m = HouseListRequest{} } func (m *HouseListRequest) String() string { return proto.CompactTextString(m) } func (*HouseListRequest) ProtoMessage() {} func (*HouseListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{35} } func (m *HouseListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseListRequest.Unmarshal(m, b) } func (m *HouseListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseListRequest.Marshal(b, m, deterministic) } func (m *HouseListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseListRequest.Merge(m, src) } func (m *HouseListRequest) XXX_Size() int { return xxx_messageInfo_HouseListRequest.Size(m) } func (m *HouseListRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseListRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseListRequest proto.InternalMessageInfo func (m *HouseListRequest) GetHouseNumber() string { if m != nil { return m.HouseNumber } return "" } func (m *HouseListRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *HouseListRequest) GetUnitId() int64 { if m != nil { return m.UnitId } return 0 } func (m *HouseListRequest) GetHouseType() int32 { if m != nil { return m.HouseType } return 0 } func (m *HouseListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *HouseListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type HouseItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` BuildingId int64 `protobuf:"varint,2,opt,name=building_id,json=buildingId,proto3" json:"building_id"` // 单元id UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"` // 门牌号 HouseNumber string `protobuf:"bytes,4,opt,name=house_number,json=houseNumber,proto3" json:"house_number"` // 楼层 Layer int64 `protobuf:"varint,5,opt,name=layer,proto3" json:"layer"` // 几室 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"` // 房屋类型 1 住宅 2 公寓 3 商业 4 洋房 5 别墅 HouseType int64 `protobuf:"varint,8,opt,name=house_type,json=houseType,proto3" json:"house_type"` // 房屋建筑面积 HouseArea int64 `protobuf:"varint,9,opt,name=house_area,json=houseArea,proto3" json:"house_area"` // 房屋使用面积 HouseUsedArea int64 `protobuf:"varint,10,opt,name=house_used_area,json=houseUsedArea,proto3" json:"house_used_area"` HouseName string `protobuf:"bytes,11,opt,name=house_name,json=houseName,proto3" json:"house_name"` // 房屋状态 1 未入住 2 已入住 3 已出租 Status int32 `protobuf:"varint,12,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseItem) Reset() { *m = HouseItem{} } func (m *HouseItem) String() string { return proto.CompactTextString(m) } func (*HouseItem) ProtoMessage() {} func (*HouseItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{36} } func (m *HouseItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseItem.Unmarshal(m, b) } func (m *HouseItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseItem.Marshal(b, m, deterministic) } func (m *HouseItem) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseItem.Merge(m, src) } func (m *HouseItem) XXX_Size() int { return xxx_messageInfo_HouseItem.Size(m) } func (m *HouseItem) XXX_DiscardUnknown() { xxx_messageInfo_HouseItem.DiscardUnknown(m) } var xxx_messageInfo_HouseItem proto.InternalMessageInfo func (m *HouseItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *HouseItem) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *HouseItem) GetUnitId() int64 { if m != nil { return m.UnitId } return 0 } func (m *HouseItem) GetHouseNumber() string { if m != nil { return m.HouseNumber } return "" } func (m *HouseItem) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseItem) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseItem) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseItem) GetHouseType() int64 { if m != nil { return m.HouseType } return 0 } func (m *HouseItem) GetHouseArea() int64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseItem) GetHouseUsedArea() int64 { if m != nil { return m.HouseUsedArea } return 0 } func (m *HouseItem) GetHouseName() string { if m != nil { return m.HouseName } return "" } func (m *HouseItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } type HouseListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*HouseItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseListReply) Reset() { *m = HouseListReply{} } func (m *HouseListReply) String() string { return proto.CompactTextString(m) } func (*HouseListReply) ProtoMessage() {} func (*HouseListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{37} } func (m *HouseListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseListReply.Unmarshal(m, b) } func (m *HouseListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseListReply.Marshal(b, m, deterministic) } func (m *HouseListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseListReply.Merge(m, src) } func (m *HouseListReply) XXX_Size() int { return xxx_messageInfo_HouseListReply.Size(m) } func (m *HouseListReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseListReply.DiscardUnknown(m) } var xxx_messageInfo_HouseListReply proto.InternalMessageInfo func (m *HouseListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *HouseListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *HouseListReply) GetList() []*HouseItem { if m != nil { return m.List } return nil } type BatchBuildingItem struct { // 备注 Comment string `protobuf:"bytes,1,opt,name=comment,proto3" json:"comment"` // 楼栋编号 BuildingNumber string `protobuf:"bytes,2,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` // 楼栋名 BuildingName string `protobuf:"bytes,3,opt,name=building_name,json=buildingName,proto3" json:"building_name"` // 楼栋建筑面积 BuildingArea int64 `protobuf:"varint,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea int64 `protobuf:"varint,5,opt,name=building_used_area,json=buildingUsedArea,proto3" json:"building_used_area"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BatchBuildingItem) Reset() { *m = BatchBuildingItem{} } func (m *BatchBuildingItem) String() string { return proto.CompactTextString(m) } func (*BatchBuildingItem) ProtoMessage() {} func (*BatchBuildingItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{38} } func (m *BatchBuildingItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchBuildingItem.Unmarshal(m, b) } func (m *BatchBuildingItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BatchBuildingItem.Marshal(b, m, deterministic) } func (m *BatchBuildingItem) XXX_Merge(src proto.Message) { xxx_messageInfo_BatchBuildingItem.Merge(m, src) } func (m *BatchBuildingItem) XXX_Size() int { return xxx_messageInfo_BatchBuildingItem.Size(m) } func (m *BatchBuildingItem) XXX_DiscardUnknown() { xxx_messageInfo_BatchBuildingItem.DiscardUnknown(m) } var xxx_messageInfo_BatchBuildingItem proto.InternalMessageInfo func (m *BatchBuildingItem) GetComment() string { if m != nil { return m.Comment } return "" } func (m *BatchBuildingItem) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *BatchBuildingItem) GetBuildingName() string { if m != nil { return m.BuildingName } return "" } func (m *BatchBuildingItem) GetBuildingArea() int64 { if m != nil { return m.BuildingArea } return 0 } func (m *BatchBuildingItem) GetBuildingUsedArea() int64 { if m != nil { return m.BuildingUsedArea } return 0 } type BatchUnitItem struct { // 是否有电梯 HasLift bool `protobuf:"varint,1,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` // 楼栋编号 BuildingNumber string `protobuf:"bytes,2,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` // 单元编号 UnitNumber int64 `protobuf:"varint,3,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` // 单元名 UnitName string `protobuf:"bytes,4,opt,name=unit_name,json=unitName,proto3" json:"unit_name"` // 楼层数 UnitLayers int64 `protobuf:"varint,5,opt,name=unit_layers,json=unitLayers,proto3" json:"unit_layers"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BatchUnitItem) Reset() { *m = BatchUnitItem{} } func (m *BatchUnitItem) String() string { return proto.CompactTextString(m) } func (*BatchUnitItem) ProtoMessage() {} func (*BatchUnitItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{39} } func (m *BatchUnitItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUnitItem.Unmarshal(m, b) } func (m *BatchUnitItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BatchUnitItem.Marshal(b, m, deterministic) } func (m *BatchUnitItem) XXX_Merge(src proto.Message) { xxx_messageInfo_BatchUnitItem.Merge(m, src) } func (m *BatchUnitItem) XXX_Size() int { return xxx_messageInfo_BatchUnitItem.Size(m) } func (m *BatchUnitItem) XXX_DiscardUnknown() { xxx_messageInfo_BatchUnitItem.DiscardUnknown(m) } var xxx_messageInfo_BatchUnitItem proto.InternalMessageInfo func (m *BatchUnitItem) GetHasLift() bool { if m != nil { return m.HasLift } return false } func (m *BatchUnitItem) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *BatchUnitItem) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } func (m *BatchUnitItem) GetUnitName() string { if m != nil { return m.UnitName } return "" } func (m *BatchUnitItem) GetUnitLayers() int64 { if m != nil { return m.UnitLayers } return 0 } type BatchHouseItem struct { // 房屋使用面积 HouseUsedArea int64 `protobuf:"varint,1,opt,name=house_used_area,json=houseUsedArea,proto3" json:"house_used_area"` BuildingNumber string `protobuf:"bytes,2,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` // 单元编号 UnitNumber int64 `protobuf:"varint,3,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` // 门牌号 HouseNumber string `protobuf:"bytes,4,opt,name=house_number,json=houseNumber,proto3" json:"house_number"` // 楼层 Layer int64 `protobuf:"varint,5,opt,name=layer,proto3" json:"layer"` // 几室 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"` // 房屋类型 1 住宅 2 公寓 3 商业 4 洋房 5 别墅 HouseType int64 `protobuf:"varint,8,opt,name=house_type,json=houseType,proto3" json:"house_type"` // 房屋建筑面积 HouseArea int64 `protobuf:"varint,9,opt,name=house_area,json=houseArea,proto3" json:"house_area"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BatchHouseItem) Reset() { *m = BatchHouseItem{} } func (m *BatchHouseItem) String() string { return proto.CompactTextString(m) } func (*BatchHouseItem) ProtoMessage() {} func (*BatchHouseItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{40} } func (m *BatchHouseItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchHouseItem.Unmarshal(m, b) } func (m *BatchHouseItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BatchHouseItem.Marshal(b, m, deterministic) } func (m *BatchHouseItem) XXX_Merge(src proto.Message) { xxx_messageInfo_BatchHouseItem.Merge(m, src) } func (m *BatchHouseItem) XXX_Size() int { return xxx_messageInfo_BatchHouseItem.Size(m) } func (m *BatchHouseItem) XXX_DiscardUnknown() { xxx_messageInfo_BatchHouseItem.DiscardUnknown(m) } var xxx_messageInfo_BatchHouseItem proto.InternalMessageInfo func (m *BatchHouseItem) GetHouseUsedArea() int64 { if m != nil { return m.HouseUsedArea } return 0 } func (m *BatchHouseItem) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *BatchHouseItem) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } func (m *BatchHouseItem) GetHouseNumber() string { if m != nil { return m.HouseNumber } return "" } func (m *BatchHouseItem) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *BatchHouseItem) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *BatchHouseItem) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *BatchHouseItem) GetHouseType() int64 { if m != nil { return m.HouseType } return 0 } func (m *BatchHouseItem) GetHouseArea() int64 { if m != nil { return m.HouseArea } return 0 } type BatchHouseAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Buildings []*BatchBuildingItem `protobuf:"bytes,2,rep,name=buildings,proto3" json:"buildings"` Units []*BatchUnitItem `protobuf:"bytes,3,rep,name=units,proto3" json:"units"` Houses []*BatchHouseItem `protobuf:"bytes,4,rep,name=houses,proto3" json:"houses"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BatchHouseAddRequest) Reset() { *m = BatchHouseAddRequest{} } func (m *BatchHouseAddRequest) String() string { return proto.CompactTextString(m) } func (*BatchHouseAddRequest) ProtoMessage() {} func (*BatchHouseAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{41} } func (m *BatchHouseAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchHouseAddRequest.Unmarshal(m, b) } func (m *BatchHouseAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BatchHouseAddRequest.Marshal(b, m, deterministic) } func (m *BatchHouseAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BatchHouseAddRequest.Merge(m, src) } func (m *BatchHouseAddRequest) XXX_Size() int { return xxx_messageInfo_BatchHouseAddRequest.Size(m) } func (m *BatchHouseAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_BatchHouseAddRequest.DiscardUnknown(m) } var xxx_messageInfo_BatchHouseAddRequest proto.InternalMessageInfo func (m *BatchHouseAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *BatchHouseAddRequest) GetBuildings() []*BatchBuildingItem { if m != nil { return m.Buildings } return nil } func (m *BatchHouseAddRequest) GetUnits() []*BatchUnitItem { if m != nil { return m.Units } return nil } func (m *BatchHouseAddRequest) GetHouses() []*BatchHouseItem { if m != nil { return m.Houses } return nil } type BatchHouseAddReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BatchHouseAddReply) Reset() { *m = BatchHouseAddReply{} } func (m *BatchHouseAddReply) String() string { return proto.CompactTextString(m) } func (*BatchHouseAddReply) ProtoMessage() {} func (*BatchHouseAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{42} } func (m *BatchHouseAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchHouseAddReply.Unmarshal(m, b) } func (m *BatchHouseAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BatchHouseAddReply.Marshal(b, m, deterministic) } func (m *BatchHouseAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BatchHouseAddReply.Merge(m, src) } func (m *BatchHouseAddReply) XXX_Size() int { return xxx_messageInfo_BatchHouseAddReply.Size(m) } func (m *BatchHouseAddReply) XXX_DiscardUnknown() { xxx_messageInfo_BatchHouseAddReply.DiscardUnknown(m) } var xxx_messageInfo_BatchHouseAddReply proto.InternalMessageInfo type HouseInfoRequest struct { HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseInfoRequest) Reset() { *m = HouseInfoRequest{} } func (m *HouseInfoRequest) String() string { return proto.CompactTextString(m) } func (*HouseInfoRequest) ProtoMessage() {} func (*HouseInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{43} } func (m *HouseInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseInfoRequest.Unmarshal(m, b) } func (m *HouseInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseInfoRequest.Marshal(b, m, deterministic) } func (m *HouseInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseInfoRequest.Merge(m, src) } func (m *HouseInfoRequest) XXX_Size() int { return xxx_messageInfo_HouseInfoRequest.Size(m) } func (m *HouseInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseInfoRequest proto.InternalMessageInfo func (m *HouseInfoRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } type HouseInfoReply struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` BuildingNumber string `protobuf:"bytes,2,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` UnitNumber int64 `protobuf:"varint,3,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` HouseNumber string `protobuf:"bytes,4,opt,name=house_number,json=houseNumber,proto3" json:"house_number"` GardenName string `protobuf:"bytes,5,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` Province string `protobuf:"bytes,6,opt,name=province,proto3" json:"province"` City string `protobuf:"bytes,7,opt,name=city,proto3" json:"city"` Area string `protobuf:"bytes,8,opt,name=area,proto3" json:"area"` Street string `protobuf:"bytes,9,opt,name=street,proto3" json:"street"` Comittee string `protobuf:"bytes,10,opt,name=comittee,proto3" json:"comittee"` Layer int64 `protobuf:"varint,11,opt,name=layer,proto3" json:"layer"` HouseArea int64 `protobuf:"varint,12,opt,name=house_area,json=houseArea,proto3" json:"house_area"` HouseUsedArea int64 `protobuf:"varint,13,opt,name=house_used_area,json=houseUsedArea,proto3" json:"house_used_area"` RoomCount int64 `protobuf:"varint,14,opt,name=room_count,json=roomCount,proto3" json:"room_count"` // 几厅 HallCount int64 `protobuf:"varint,15,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"` // 房屋类型 1 住宅 2 公寓 3 商业 4 洋房 5 别墅 HouseType int64 `protobuf:"varint,16,opt,name=house_type,json=houseType,proto3" json:"house_type"` GardenInUse bool `protobuf:"varint,17,opt,name=garden_in_use,json=gardenInUse,proto3" json:"garden_in_use"` ProvinceCode string `protobuf:"bytes,18,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` CityCode string `protobuf:"bytes,19,opt,name=city_code,json=cityCode,proto3" json:"city_code"` AreaCode string `protobuf:"bytes,20,opt,name=area_code,json=areaCode,proto3" json:"area_code"` StreetCode string `protobuf:"bytes,21,opt,name=street_code,json=streetCode,proto3" json:"street_code"` ComitteeCode string `protobuf:"bytes,22,opt,name=comittee_code,json=comitteeCode,proto3" json:"comittee_code"` HouseStatus int32 `protobuf:"varint,23,opt,name=house_status,json=houseStatus,proto3" json:"house_status"` BuildingId int64 `protobuf:"varint,24,opt,name=building_id,json=buildingId,proto3" json:"building_id"` UnitId int64 `protobuf:"varint,25,opt,name=unit_id,json=unitId,proto3" json:"unit_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseInfoReply) Reset() { *m = HouseInfoReply{} } func (m *HouseInfoReply) String() string { return proto.CompactTextString(m) } func (*HouseInfoReply) ProtoMessage() {} func (*HouseInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{44} } func (m *HouseInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseInfoReply.Unmarshal(m, b) } func (m *HouseInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseInfoReply.Marshal(b, m, deterministic) } func (m *HouseInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseInfoReply.Merge(m, src) } func (m *HouseInfoReply) XXX_Size() int { return xxx_messageInfo_HouseInfoReply.Size(m) } func (m *HouseInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseInfoReply.DiscardUnknown(m) } var xxx_messageInfo_HouseInfoReply proto.InternalMessageInfo func (m *HouseInfoReply) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *HouseInfoReply) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *HouseInfoReply) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } func (m *HouseInfoReply) GetHouseNumber() string { if m != nil { return m.HouseNumber } return "" } func (m *HouseInfoReply) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *HouseInfoReply) GetProvince() string { if m != nil { return m.Province } return "" } func (m *HouseInfoReply) GetCity() string { if m != nil { return m.City } return "" } func (m *HouseInfoReply) GetArea() string { if m != nil { return m.Area } return "" } func (m *HouseInfoReply) GetStreet() string { if m != nil { return m.Street } return "" } func (m *HouseInfoReply) GetComittee() string { if m != nil { return m.Comittee } return "" } func (m *HouseInfoReply) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseInfoReply) GetHouseArea() int64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseInfoReply) GetHouseUsedArea() int64 { if m != nil { return m.HouseUsedArea } return 0 } func (m *HouseInfoReply) GetRoomCount() int64 { if m != nil { return m.RoomCount } return 0 } func (m *HouseInfoReply) GetHallCount() int64 { if m != nil { return m.HallCount } return 0 } func (m *HouseInfoReply) GetHouseType() int64 { if m != nil { return m.HouseType } return 0 } func (m *HouseInfoReply) GetGardenInUse() bool { if m != nil { return m.GardenInUse } return false } func (m *HouseInfoReply) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *HouseInfoReply) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *HouseInfoReply) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *HouseInfoReply) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *HouseInfoReply) GetComitteeCode() string { if m != nil { return m.ComitteeCode } return "" } func (m *HouseInfoReply) GetHouseStatus() int32 { if m != nil { return m.HouseStatus } return 0 } func (m *HouseInfoReply) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *HouseInfoReply) GetUnitId() int64 { if m != nil { return m.UnitId } return 0 } type HouseChangeStatusRequest struct { HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"` HouseStatus int32 `protobuf:"varint,2,opt,name=house_status,json=houseStatus,proto3" json:"house_status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseChangeStatusRequest) Reset() { *m = HouseChangeStatusRequest{} } func (m *HouseChangeStatusRequest) String() string { return proto.CompactTextString(m) } func (*HouseChangeStatusRequest) ProtoMessage() {} func (*HouseChangeStatusRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{45} } func (m *HouseChangeStatusRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseChangeStatusRequest.Unmarshal(m, b) } func (m *HouseChangeStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseChangeStatusRequest.Marshal(b, m, deterministic) } func (m *HouseChangeStatusRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseChangeStatusRequest.Merge(m, src) } func (m *HouseChangeStatusRequest) XXX_Size() int { return xxx_messageInfo_HouseChangeStatusRequest.Size(m) } func (m *HouseChangeStatusRequest) XXX_DiscardUnknown() { xxx_messageInfo_HouseChangeStatusRequest.DiscardUnknown(m) } var xxx_messageInfo_HouseChangeStatusRequest proto.InternalMessageInfo func (m *HouseChangeStatusRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *HouseChangeStatusRequest) GetHouseStatus() int32 { if m != nil { return m.HouseStatus } return 0 } type HouseChangeStatusReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseChangeStatusReply) Reset() { *m = HouseChangeStatusReply{} } func (m *HouseChangeStatusReply) String() string { return proto.CompactTextString(m) } func (*HouseChangeStatusReply) ProtoMessage() {} func (*HouseChangeStatusReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{46} } func (m *HouseChangeStatusReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HouseChangeStatusReply.Unmarshal(m, b) } func (m *HouseChangeStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_HouseChangeStatusReply.Marshal(b, m, deterministic) } func (m *HouseChangeStatusReply) XXX_Merge(src proto.Message) { xxx_messageInfo_HouseChangeStatusReply.Merge(m, src) } func (m *HouseChangeStatusReply) XXX_Size() int { return xxx_messageInfo_HouseChangeStatusReply.Size(m) } func (m *HouseChangeStatusReply) XXX_DiscardUnknown() { xxx_messageInfo_HouseChangeStatusReply.DiscardUnknown(m) } var xxx_messageInfo_HouseChangeStatusReply proto.InternalMessageInfo 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_5b775c37bba03b28, []int{47} } 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_5b775c37bba03b28, []int{48} } 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((*BuildingAddRequest)(nil), "pb_v1.BuildingAddRequest") proto.RegisterType((*BuildingAddReply)(nil), "pb_v1.BuildingAddReply") proto.RegisterType((*BuildingUpdateRequest)(nil), "pb_v1.BuildingUpdateRequest") proto.RegisterType((*BuildingUpdateReply)(nil), "pb_v1.BuildingUpdateReply") proto.RegisterType((*BuildingDelRequest)(nil), "pb_v1.BuildingDelRequest") proto.RegisterType((*BuildingDelReply)(nil), "pb_v1.BuildingDelReply") proto.RegisterType((*BuildingListRequest)(nil), "pb_v1.BuildingListRequest") proto.RegisterType((*BuildingItem)(nil), "pb_v1.BuildingItem") proto.RegisterType((*BuildingListReply)(nil), "pb_v1.BuildingListReply") proto.RegisterType((*UnitAddRequest)(nil), "pb_v1.UnitAddRequest") proto.RegisterType((*UnitAddReply)(nil), "pb_v1.UnitAddReply") proto.RegisterType((*UnitUpdateRequest)(nil), "pb_v1.UnitUpdateRequest") proto.RegisterType((*UnitUpdateReply)(nil), "pb_v1.UnitUpdateReply") proto.RegisterType((*UnitDelRequest)(nil), "pb_v1.UnitDelRequest") proto.RegisterType((*UnitDelReply)(nil), "pb_v1.UnitDelReply") proto.RegisterType((*UnitListRequest)(nil), "pb_v1.UnitListRequest") proto.RegisterType((*UnitItem)(nil), "pb_v1.UnitItem") proto.RegisterType((*UnitListReply)(nil), "pb_v1.UnitListReply") proto.RegisterType((*HouseAddRequest)(nil), "pb_v1.HouseAddRequest") proto.RegisterType((*HouseAddReply)(nil), "pb_v1.HouseAddReply") proto.RegisterType((*HouseUpdateRequest)(nil), "pb_v1.HouseUpdateRequest") proto.RegisterType((*HouseUpdateReply)(nil), "pb_v1.HouseUpdateReply") proto.RegisterType((*HouseDelRequest)(nil), "pb_v1.HouseDelRequest") proto.RegisterType((*HouseDelReply)(nil), "pb_v1.HouseDelReply") proto.RegisterType((*HouseListRequest)(nil), "pb_v1.HouseListRequest") proto.RegisterType((*HouseItem)(nil), "pb_v1.HouseItem") proto.RegisterType((*HouseListReply)(nil), "pb_v1.HouseListReply") proto.RegisterType((*BatchBuildingItem)(nil), "pb_v1.BatchBuildingItem") proto.RegisterType((*BatchUnitItem)(nil), "pb_v1.BatchUnitItem") proto.RegisterType((*BatchHouseItem)(nil), "pb_v1.BatchHouseItem") proto.RegisterType((*BatchHouseAddRequest)(nil), "pb_v1.BatchHouseAddRequest") proto.RegisterType((*BatchHouseAddReply)(nil), "pb_v1.BatchHouseAddReply") proto.RegisterType((*HouseInfoRequest)(nil), "pb_v1.HouseInfoRequest") proto.RegisterType((*HouseInfoReply)(nil), "pb_v1.HouseInfoReply") proto.RegisterType((*HouseChangeStatusRequest)(nil), "pb_v1.HouseChangeStatusRequest") proto.RegisterType((*HouseChangeStatusReply)(nil), "pb_v1.HouseChangeStatusReply") proto.RegisterType((*GardenChangeCompanyRequest)(nil), "pb_v1.GardenChangeCompanyRequest") proto.RegisterType((*GardenChangeCompanyReply)(nil), "pb_v1.GardenChangeCompanyReply") } func init() { proto.RegisterFile("garden.proto", fileDescriptor_5b775c37bba03b28) } var fileDescriptor_5b775c37bba03b28 = []byte{ // 1683 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x6e, 0xdc, 0x54, 0x14, 0x96, 0x67, 0x3c, 0x7f, 0x67, 0xfe, 0x6f, 0x92, 0xd6, 0x6d, 0x29, 0x49, 0x5d, 0xfa, 0xa3, 0x8a, 0xb4, 0x6a, 0x41, 0x48, 0x5d, 0x80, 0x94, 0xa6, 0x12, 0x44, 0x54, 0x55, 0x35, 0x25, 0x12, 0x62, 0xc1, 0xe0, 0xd8, 0x37, 0x33, 0x96, 0x66, 0x6c, 0x63, 0x7b, 0x82, 0xa6, 0x12, 0x6f, 0xc0, 0x8e, 0x27, 0x60, 0xcb, 0x92, 0x0d, 0xec, 0x58, 0x20, 0x10, 0x2b, 0x5e, 0x00, 0x5e, 0x00, 0x89, 0x07, 0x60, 0x07, 0xba, 0xe7, 0xde, 0x6b, 0x5f, 0x7b, 0x9c, 0x69, 0x9a, 0xa6, 0x82, 0x40, 0x57, 0x63, 0x9f, 0x7b, 0xee, 0xdf, 0x77, 0xbe, 0xf3, 0xdd, 0xeb, 0x33, 0xd0, 0x1a, 0x59, 0xa1, 0x43, 0xbd, 0x9b, 0x41, 0xe8, 0xc7, 0x3e, 0xa9, 0x04, 0x7b, 0xc3, 0x83, 0xdb, 0xe6, 0x55, 0x20, 0xef, 0xa2, 0x79, 0xc7, 0xdb, 0xf7, 0xa3, 0x01, 0xfd, 0x74, 0x46, 0xa3, 0x98, 0xf4, 0xa0, 0xec, 0x3a, 0x91, 0xa1, 0x6d, 0x94, 0xaf, 0x97, 0x07, 0xec, 0xd1, 0xfc, 0x4e, 0x07, 0x10, 0x8e, 0x31, 0x9d, 0x32, 0x07, 0xdb, 0x75, 0x0c, 0x6d, 0x43, 0x63, 0x0e, 0xb6, 0xeb, 0x90, 0xf3, 0x50, 0x0f, 0x42, 0xff, 0xc0, 0xf5, 0x6c, 0x6a, 0x94, 0x36, 0xb4, 0xeb, 0x8d, 0x41, 0xf2, 0x4e, 0x2e, 0x43, 0x5b, 0x3e, 0x0f, 0x6d, 0xdf, 0xa1, 0x46, 0x19, 0x1d, 0x5a, 0xd2, 0xb8, 0xed, 0x3b, 0x94, 0x10, 0xd0, 0x6d, 0x37, 0x9e, 0x1b, 0x3a, 0xb6, 0xe1, 0x33, 0xb9, 0x00, 0x0d, 0xf6, 0xcb, 0x3b, 0x55, 0xf8, 0xa8, 0xcc, 0x20, 0x3b, 0x58, 0x21, 0xb5, 0x8c, 0x2a, 0xef, 0xc0, 0x9e, 0x59, 0x07, 0xf6, 0xcb, 0x3b, 0xd4, 0x78, 0x07, 0x66, 0xc0, 0x0e, 0x67, 0xa0, 0x1a, 0xc5, 0x21, 0xa5, 0xb1, 0x51, 0xc7, 0x16, 0xf1, 0x46, 0xd6, 0xa1, 0xc9, 0x9f, 0x78, 0xb7, 0x06, 0x36, 0x02, 0x37, 0x61, 0xc7, 0x57, 0xa0, 0x61, 0xfb, 0xd3, 0xa9, 0x1b, 0xc7, 0x94, 0x1a, 0x80, 0xcd, 0xa9, 0x81, 0x5c, 0x81, 0x4e, 0xf2, 0xc2, 0x47, 0x68, 0xa2, 0x4b, 0x3b, 0xb1, 0xe2, 0x20, 0xeb, 0xd0, 0xe4, 0x01, 0x18, 0x7a, 0xd6, 0x94, 0x1a, 0x2d, 0x3e, 0x0b, 0x37, 0x3d, 0xb4, 0xa6, 0xaa, 0x83, 0xe5, 0x38, 0xa1, 0xd1, 0x56, 0x1d, 0xb6, 0x1c, 0x27, 0x24, 0xd7, 0xa0, 0x1b, 0x84, 0x7e, 0x40, 0xc3, 0x78, 0x3e, 0x0c, 0x68, 0x18, 0xf9, 0x9e, 0xd1, 0x41, 0xa7, 0x8e, 0x34, 0x3f, 0x42, 0x2b, 0x5b, 0x51, 0xea, 0x38, 0xf6, 0x3d, 0x6a, 0x74, 0xf9, 0x8a, 0x12, 0x3f, 0x66, 0x24, 0x1d, 0x28, 0xb9, 0x8e, 0xd1, 0xc3, 0x18, 0x96, 0x5c, 0x87, 0x5c, 0x04, 0x31, 0xdb, 0x30, 0x70, 0x6d, 0xa3, 0xcf, 0xf7, 0xc9, 0x2d, 0x8f, 0x5c, 0x5b, 0x59, 0x9f, 0x43, 0x23, 0xdb, 0x20, 0xea, 0xfa, 0xee, 0xd3, 0xc8, 0x26, 0x6b, 0x50, 0x75, 0xbd, 0xe1, 0x2c, 0xa2, 0xc6, 0xca, 0x86, 0x76, 0xbd, 0x3e, 0xa8, 0xb8, 0xde, 0x6e, 0x44, 0xcd, 0xbb, 0xd0, 0xcb, 0x50, 0x2c, 0x98, 0xcc, 0xc9, 0x15, 0xd0, 0x27, 0x6e, 0x14, 0x23, 0xc3, 0x9a, 0x77, 0xfa, 0x37, 0x91, 0x8c, 0x37, 0x53, 0x82, 0x0d, 0xb0, 0xd9, 0xfc, 0x41, 0x97, 0x7d, 0xb7, 0x1c, 0x47, 0x21, 0xe7, 0x4b, 0xee, 0x9d, 0x76, 0xee, 0xdd, 0x80, 0xfe, 0x7e, 0x48, 0xe9, 0x50, 0xcc, 0x6a, 0xfb, 0x33, 0x2f, 0x46, 0x2a, 0x56, 0x06, 0x5d, 0xd6, 0xc0, 0xa3, 0xbe, 0xcd, 0xcc, 0xcf, 0xcb, 0x4b, 0x73, 0x03, 0x3a, 0x0a, 0x89, 0x18, 0xfd, 0x38, 0xf3, 0x35, 0xc9, 0x7c, 0xf3, 0x73, 0xe8, 0x73, 0x8f, 0x07, 0x6e, 0x14, 0x4b, 0x9e, 0x11, 0xd0, 0x03, 0x6b, 0x44, 0x85, 0x1b, 0x3e, 0xb3, 0x18, 0xb3, 0xdf, 0x61, 0xe4, 0x3e, 0xe1, 0x54, 0x2b, 0x0f, 0xea, 0xcc, 0xf0, 0xd8, 0x7d, 0x42, 0x25, 0x31, 0xcb, 0x29, 0x31, 0x17, 0xc3, 0xa3, 0x17, 0x84, 0xc7, 0xdc, 0x83, 0xae, 0x3a, 0x3d, 0x5b, 0x61, 0xd1, 0xe4, 0xab, 0x50, 0x89, 0xfd, 0xd8, 0x9a, 0x88, 0x89, 0xf9, 0x4b, 0x92, 0x4a, 0xe5, 0xe5, 0xa9, 0xf4, 0xb5, 0x0e, 0x2b, 0xdc, 0xb8, 0x1b, 0x38, 0x56, 0x4c, 0xe5, 0x2e, 0x73, 0x50, 0xbc, 0xcc, 0xa5, 0xd3, 0x97, 0x4b, 0x82, 0x77, 0xbd, 0x94, 0x77, 0xcf, 0x9b, 0x31, 0x2b, 0x32, 0x1f, 0x24, 0x57, 0x82, 0xc9, 0xdc, 0x7c, 0x53, 0x6a, 0xf1, 0x7d, 0x3a, 0x39, 0x8c, 0x3d, 0x62, 0x29, 0xa5, 0x64, 0x29, 0x66, 0x4f, 0x26, 0x1f, 0xf6, 0x62, 0xe3, 0xfc, 0xa1, 0x01, 0xb9, 0x37, 0x73, 0x27, 0x8e, 0xeb, 0x8d, 0x14, 0x59, 0xbf, 0x00, 0x62, 0x85, 0xc3, 0x64, 0xc4, 0x3a, 0x37, 0xec, 0x38, 0x0c, 0xb2, 0x3d, 0xd1, 0x65, 0xe8, 0xcd, 0xa6, 0x7b, 0x34, 0x14, 0xe4, 0xec, 0x48, 0xf3, 0x43, 0xb4, 0x32, 0x8a, 0xa6, 0x8e, 0x2c, 0x3e, 0x82, 0xa2, 0x89, 0x1b, 0x8b, 0x90, 0xea, 0x84, 0xd4, 0xd3, 0x71, 0xba, 0xc4, 0x69, 0x8b, 0x51, 0xf0, 0x75, 0x20, 0x89, 0xd3, 0x2c, 0xa2, 0x0e, 0xf7, 0xac, 0xa0, 0x67, 0x4f, 0xb6, 0xec, 0x46, 0xd4, 0x41, 0x6f, 0x03, 0x6a, 0x8c, 0x26, 0xd4, 0x8b, 0x05, 0x8f, 0xe5, 0xab, 0x69, 0x42, 0x2f, 0xb3, 0xdb, 0x22, 0xfd, 0xf9, 0x4b, 0x83, 0x35, 0xe9, 0xb4, 0x3c, 0x3d, 0x4f, 0x2f, 0x10, 0xd9, 0x00, 0xd7, 0xb2, 0x01, 0x36, 0xd7, 0x60, 0x25, 0x0f, 0x00, 0xe3, 0xca, 0x56, 0x4a, 0x95, 0x25, 0xac, 0xcb, 0x8c, 0x5c, 0xca, 0x8d, 0x4c, 0x52, 0xfc, 0x13, 0x0a, 0x7e, 0xa1, 0xa5, 0xd3, 0xa9, 0x92, 0x5f, 0x80, 0xae, 0x56, 0x88, 0xae, 0x94, 0xe7, 0xd2, 0x61, 0x67, 0x43, 0x39, 0x77, 0x36, 0x64, 0x96, 0xa8, 0xe7, 0x96, 0xf8, 0xa7, 0x06, 0x2d, 0xb9, 0x1c, 0xbc, 0x5e, 0xff, 0x87, 0xa2, 0x7e, 0x11, 0x60, 0xe6, 0xb9, 0xb1, 0x38, 0xe1, 0x79, 0xd8, 0x1b, 0xcc, 0x82, 0x67, 0xbb, 0xb9, 0x0f, 0xfd, 0x6c, 0x20, 0x58, 0x7a, 0x24, 0x07, 0x9d, 0xa6, 0x1e, 0x74, 0x45, 0x98, 0x5f, 0xcb, 0x1c, 0x7e, 0x2b, 0xe2, 0xf0, 0x53, 0xb1, 0x14, 0xc7, 0xdf, 0xcf, 0x1a, 0x74, 0x76, 0x3d, 0x37, 0x3e, 0xaa, 0xe0, 0xac, 0x43, 0x33, 0xd9, 0x7e, 0x42, 0x2a, 0x90, 0x26, 0xee, 0x80, 0xfb, 0x12, 0xe1, 0xe0, 0xf1, 0xc6, 0xad, 0x8a, 0x50, 0x5c, 0x80, 0x06, 0x77, 0x60, 0x61, 0xe0, 0x87, 0x61, 0x1d, 0x9b, 0xc5, 0x19, 0x81, 0x8d, 0x13, 0x6b, 0x4e, 0xc3, 0x48, 0xc0, 0x8a, 0xbd, 0x1f, 0xa0, 0x85, 0x9c, 0x83, 0xfa, 0xd8, 0x8a, 0x86, 0x13, 0x77, 0x9f, 0x23, 0x5a, 0x1f, 0xd4, 0xc6, 0x56, 0xf4, 0xc0, 0xdd, 0x8f, 0xcd, 0x57, 0xa1, 0x95, 0xec, 0xa4, 0x48, 0x4c, 0x7e, 0xd5, 0xa0, 0xcf, 0x1c, 0x96, 0x0b, 0xc9, 0xb2, 0x9c, 0x79, 0xd1, 0x9b, 0xcb, 0x81, 0x5b, 0x5d, 0x00, 0x57, 0xdd, 0x7d, 0x2d, 0xbb, 0xfb, 0x3e, 0x74, 0xd5, 0xcd, 0xb1, 0x6c, 0x7e, 0x9b, 0x87, 0xf6, 0xb8, 0x02, 0xd1, 0xe1, 0x78, 0x26, 0xe2, 0xf0, 0x95, 0xc6, 0xa7, 0x50, 0x85, 0x21, 0x07, 0x88, 0xb6, 0x00, 0xc8, 0x53, 0xf9, 0x22, 0xd9, 0x5b, 0x3e, 0x4c, 0x31, 0xf4, 0x65, 0x8a, 0x51, 0xc9, 0xad, 0xf9, 0x7b, 0x0d, 0xea, 0x6c, 0x8d, 0x85, 0x6a, 0xf1, 0x4f, 0x73, 0x77, 0x41, 0x84, 0xaa, 0x8b, 0x22, 0x64, 0x7e, 0x0c, 0xed, 0x14, 0xe4, 0x67, 0x4b, 0xfa, 0xcb, 0x99, 0xa4, 0xef, 0x8a, 0xa4, 0x97, 0x70, 0x88, 0x84, 0xff, 0xb1, 0x04, 0xdd, 0xf7, 0xfc, 0x59, 0x44, 0x4f, 0x2c, 0xe3, 0xcf, 0x42, 0x0d, 0xf7, 0x9d, 0x5c, 0xf1, 0xab, 0xec, 0x75, 0xc7, 0x21, 0x97, 0xa0, 0x35, 0x66, 0x33, 0x49, 0x3c, 0x39, 0x60, 0x4d, 0xb4, 0x09, 0x40, 0x57, 0xa1, 0x82, 0x70, 0x09, 0xb4, 0xf8, 0x0b, 0xd3, 0xc6, 0xd0, 0xf7, 0xa7, 0x42, 0x1b, 0x79, 0x1a, 0x34, 0x98, 0x25, 0xf9, 0xee, 0x19, 0x5b, 0x93, 0x49, 0x56, 0x3a, 0x99, 0x25, 0x6d, 0xc6, 0x69, 0xe3, 0x79, 0x40, 0xf1, 0x2a, 0xcc, 0x9a, 0x99, 0xe5, 0x83, 0x79, 0x40, 0xd3, 0x66, 0x14, 0xee, 0x86, 0xd2, 0x8c, 0x8a, 0x7d, 0x15, 0xba, 0xbc, 0x39, 0x15, 0x77, 0x40, 0x9f, 0x36, 0x9a, 0xa5, 0xb2, 0x9b, 0xeb, 0xd0, 0x4e, 0x61, 0x2c, 0x92, 0x9b, 0x6f, 0x4b, 0x40, 0xd0, 0x63, 0xb9, 0xde, 0x14, 0xcc, 0x57, 0x2a, 0x98, 0x2f, 0x1b, 0xa3, 0x72, 0x2e, 0x46, 0xa7, 0x12, 0x69, 0x85, 0x37, 0xa0, 0xf2, 0x86, 0xdd, 0x4c, 0x32, 0xc0, 0x31, 0xf1, 0x79, 0x47, 0xb0, 0xf6, 0xb8, 0x62, 0xd6, 0x15, 0xe1, 0x4a, 0xd4, 0xec, 0x37, 0x4d, 0xcc, 0xa2, 0xca, 0x59, 0x1e, 0x47, 0x6d, 0x11, 0xc7, 0xe3, 0xa7, 0x43, 0x16, 0x2d, 0x1d, 0xbf, 0xe9, 0x15, 0xb4, 0x64, 0x46, 0x57, 0x0e, 0x13, 0xc2, 0xea, 0x32, 0x21, 0xcc, 0xdf, 0x1b, 0x7f, 0x2f, 0x41, 0x03, 0xb7, 0x77, 0x3c, 0x25, 0xfc, 0x5f, 0xe6, 0x74, 0x3a, 0x0c, 0xaa, 0x33, 0xff, 0xca, 0xe5, 0xc3, 0xa0, 0xc0, 0xe3, 0xf7, 0xb5, 0x15, 0xcf, 0x22, 0xfc, 0xb8, 0xad, 0x0c, 0xc4, 0x9b, 0xf9, 0x09, 0x74, 0x14, 0x26, 0x3d, 0x9b, 0x66, 0xbf, 0x96, 0xd1, 0xec, 0x9e, 0xd0, 0xec, 0x24, 0x72, 0x42, 0xb4, 0x7f, 0xd1, 0xa0, 0x7f, 0xcf, 0x8a, 0xed, 0x71, 0xe6, 0x36, 0xac, 0x5c, 0x2e, 0xb5, 0xec, 0xe5, 0xf2, 0xdf, 0x7e, 0x2f, 0x36, 0xbf, 0xd1, 0xa0, 0x8d, 0x1b, 0x4a, 0x0e, 0x6b, 0xf5, 0x6a, 0xa3, 0x65, 0xae, 0x36, 0x47, 0xdf, 0xcd, 0x8b, 0x3d, 0xbf, 0x99, 0xa2, 0x77, 0x70, 0xd1, 0x69, 0x62, 0x15, 0x30, 0x4b, 0x2b, 0x62, 0xd6, 0xc9, 0x6d, 0xe1, 0x34, 0x26, 0xa0, 0xf9, 0x93, 0x06, 0xab, 0x29, 0x72, 0x47, 0xbd, 0x79, 0xbc, 0x05, 0x0d, 0x89, 0x4e, 0x64, 0x94, 0x30, 0x41, 0x0c, 0xf9, 0x25, 0x93, 0x4f, 0x86, 0x41, 0xea, 0x4a, 0x6e, 0x40, 0x85, 0x01, 0x16, 0x89, 0xa4, 0x5a, 0x55, 0xfb, 0x24, 0xb7, 0x21, 0xee, 0x42, 0x36, 0xa1, 0x8a, 0xcb, 0x8c, 0x0c, 0x1d, 0x9d, 0xd7, 0x54, 0xe7, 0x34, 0x0d, 0x85, 0x93, 0xb9, 0x0a, 0x24, 0xb7, 0x0f, 0x76, 0x96, 0x6c, 0x8a, 0xa3, 0x64, 0xc7, 0xdb, 0xf7, 0xe5, 0xce, 0x18, 0x9f, 0x11, 0x91, 0x64, 0x63, 0x35, 0x7c, 0xdf, 0x71, 0xcc, 0x2f, 0xab, 0x42, 0x30, 0xb8, 0x3f, 0x13, 0x8c, 0x93, 0x29, 0xf2, 0x9c, 0x04, 0x79, 0x72, 0x65, 0xbc, 0xca, 0x42, 0x19, 0x4f, 0x2d, 0x84, 0x56, 0x73, 0x85, 0x50, 0x59, 0xe3, 0xac, 0x29, 0x35, 0x4e, 0x59, 0xc6, 0xac, 0x2b, 0x65, 0xcc, 0xb4, 0x52, 0xd9, 0xc8, 0x54, 0x2a, 0xcf, 0x43, 0xdd, 0xf6, 0x33, 0x75, 0xc8, 0xe4, 0x3d, 0x65, 0x75, 0x33, 0xc7, 0x6a, 0x85, 0x78, 0xad, 0x23, 0x28, 0x7f, 0xfb, 0x10, 0xe5, 0x57, 0x92, 0xa3, 0xb3, 0x3c, 0x39, 0xba, 0xcb, 0x93, 0xa3, 0x97, 0x4f, 0x0e, 0x13, 0xda, 0x32, 0xb8, 0xfc, 0x6f, 0xa0, 0x3e, 0xea, 0x9b, 0xc0, 0x79, 0xc7, 0xdb, 0x8d, 0x0a, 0x4a, 0xc8, 0xa4, 0xa0, 0x84, 0x9c, 0x29, 0x17, 0xaf, 0xe4, 0xca, 0xc5, 0x99, 0xd2, 0xf0, 0x6a, 0xae, 0x34, 0x9c, 0x2b, 0x01, 0xaf, 0x2d, 0x94, 0x80, 0x2f, 0x43, 0x5b, 0x22, 0xcd, 0x5d, 0xce, 0xf0, 0xf9, 0xa5, 0x11, 0x9d, 0x12, 0xfa, 0x88, 0x63, 0xf0, 0x2c, 0x1e, 0x83, 0x9c, 0x3e, 0x8f, 0xd1, 0x94, 0xbf, 0x59, 0x18, 0xcb, 0x6e, 0x16, 0xe7, 0x32, 0xb7, 0xbe, 0x0f, 0xc1, 0xc0, 0xa4, 0xd8, 0x1e, 0x5b, 0xde, 0x48, 0x0c, 0xf7, 0xf4, 0x64, 0x5a, 0x58, 0x53, 0x69, 0x61, 0x4d, 0xa6, 0x01, 0x67, 0x0a, 0x46, 0x66, 0x89, 0xfb, 0x3e, 0x9c, 0x17, 0x7f, 0xa8, 0x60, 0xd3, 0xb6, 0x3f, 0x0d, 0x2c, 0x6f, 0x7e, 0x24, 0x71, 0x5a, 0xac, 0xe8, 0xee, 0x82, 0x51, 0x38, 0x18, 0xcb, 0xef, 0xbb, 0x50, 0xf5, 0x43, 0x77, 0xe4, 0x7a, 0x38, 0x4e, 0xf3, 0xce, 0xa5, 0xcc, 0xdf, 0x11, 0x45, 0xb3, 0x0f, 0x44, 0x87, 0x7b, 0xeb, 0x1f, 0x5d, 0x94, 0x65, 0xed, 0x4d, 0x87, 0x1e, 0xb8, 0x36, 0xdd, 0x1c, 0x59, 0x31, 0xfd, 0xcc, 0x9a, 0xdf, 0x0a, 0xf6, 0x6e, 0x1d, 0xdc, 0xde, 0xab, 0xe2, 0x1f, 0xd7, 0x6f, 0xfc, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xfa, 0x08, 0x1d, 0x4d, 0xc8, 0x1e, 0x00, 0x00, }