// 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 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 float64 `protobuf:"fixed64,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea float64 `protobuf:"fixed64,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{0} } 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() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *BuildingAddRequest) GetBuildingUsedArea() float64 { 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{1} } 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 float64 `protobuf:"fixed64,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea float64 `protobuf:"fixed64,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{2} } 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() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *BuildingUpdateRequest) GetBuildingUsedArea() float64 { 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 { Origin *BuildingUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` 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{3} } 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 func (m *BuildingUpdateReply) GetOrigin() *BuildingUpdateRequest { if m != nil { return m.Origin } return nil } 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{4} } 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 { Origin *BuildingUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` 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{5} } 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 func (m *BuildingDelReply) GetOrigin() *BuildingUpdateRequest { if m != nil { return m.Origin } return nil } 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{6} } 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 float64 `protobuf:"fixed64,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea float64 `protobuf:"fixed64,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{7} } 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() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *BuildingItem) GetBuildingUsedArea() float64 { 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{8} } 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 BuildingManagerListRequest 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"` HouseId int64 `protobuf:"varint,3,opt,name=house_id,json=houseId,proto3" json:"house_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingManagerListRequest) Reset() { *m = BuildingManagerListRequest{} } func (m *BuildingManagerListRequest) String() string { return proto.CompactTextString(m) } func (*BuildingManagerListRequest) ProtoMessage() {} func (*BuildingManagerListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{9} } func (m *BuildingManagerListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingManagerListRequest.Unmarshal(m, b) } func (m *BuildingManagerListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingManagerListRequest.Marshal(b, m, deterministic) } func (m *BuildingManagerListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingManagerListRequest.Merge(m, src) } func (m *BuildingManagerListRequest) XXX_Size() int { return xxx_messageInfo_BuildingManagerListRequest.Size(m) } func (m *BuildingManagerListRequest) XXX_DiscardUnknown() { xxx_messageInfo_BuildingManagerListRequest.DiscardUnknown(m) } var xxx_messageInfo_BuildingManagerListRequest proto.InternalMessageInfo func (m *BuildingManagerListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *BuildingManagerListRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *BuildingManagerListRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } type BuildingManagerItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` // 姓名 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` // 账号 UserName string `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name"` OpenimId string `protobuf:"bytes,6,opt,name=openim_id,json=openimId,proto3" json:"openim_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingManagerItem) Reset() { *m = BuildingManagerItem{} } func (m *BuildingManagerItem) String() string { return proto.CompactTextString(m) } func (*BuildingManagerItem) ProtoMessage() {} func (*BuildingManagerItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{10} } func (m *BuildingManagerItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingManagerItem.Unmarshal(m, b) } func (m *BuildingManagerItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingManagerItem.Marshal(b, m, deterministic) } func (m *BuildingManagerItem) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingManagerItem.Merge(m, src) } func (m *BuildingManagerItem) XXX_Size() int { return xxx_messageInfo_BuildingManagerItem.Size(m) } func (m *BuildingManagerItem) XXX_DiscardUnknown() { xxx_messageInfo_BuildingManagerItem.DiscardUnknown(m) } var xxx_messageInfo_BuildingManagerItem proto.InternalMessageInfo func (m *BuildingManagerItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *BuildingManagerItem) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *BuildingManagerItem) GetName() string { if m != nil { return m.Name } return "" } func (m *BuildingManagerItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *BuildingManagerItem) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *BuildingManagerItem) GetOpenimId() string { if m != nil { return m.OpenimId } return "" } type BuildingManagerListReply struct { List []*BuildingManagerItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingManagerListReply) Reset() { *m = BuildingManagerListReply{} } func (m *BuildingManagerListReply) String() string { return proto.CompactTextString(m) } func (*BuildingManagerListReply) ProtoMessage() {} func (*BuildingManagerListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{11} } func (m *BuildingManagerListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingManagerListReply.Unmarshal(m, b) } func (m *BuildingManagerListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingManagerListReply.Marshal(b, m, deterministic) } func (m *BuildingManagerListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingManagerListReply.Merge(m, src) } func (m *BuildingManagerListReply) XXX_Size() int { return xxx_messageInfo_BuildingManagerListReply.Size(m) } func (m *BuildingManagerListReply) XXX_DiscardUnknown() { xxx_messageInfo_BuildingManagerListReply.DiscardUnknown(m) } var xxx_messageInfo_BuildingManagerListReply proto.InternalMessageInfo func (m *BuildingManagerListReply) GetList() []*BuildingManagerItem { 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{12} } 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{13} } 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{14} } 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 { Origin *UnitUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` 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{15} } 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 func (m *UnitUpdateReply) GetOrigin() *UnitUpdateRequest { if m != nil { return m.Origin } return nil } 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{16} } 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 { Origin *UnitUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` 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{17} } 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 func (m *UnitDelReply) GetOrigin() *UnitUpdateRequest { if m != nil { return m.Origin } return nil } 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{18} } 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{19} } 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{20} } 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 float64 `protobuf:"fixed64,9,opt,name=house_area,json=houseArea,proto3" json:"house_area"` // 房屋使用面积 HouseUsedArea float64 `protobuf:"fixed64,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{21} } 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() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseAddRequest) GetHouseUsedArea() float64 { 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{22} } 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 float64 `protobuf:"fixed64,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 float64 `protobuf:"fixed64,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{23} } 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() float64 { 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() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseUpdateRequest) GetUnitId() int64 { if m != nil { return m.UnitId } return 0 } type HouseUpdateReply struct { Origin *HouseUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` 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{24} } 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 func (m *HouseUpdateReply) GetOrigin() *HouseUpdateRequest { if m != nil { return m.Origin } return nil } 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{25} } 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 { Origin *HouseUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` 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{26} } 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 func (m *HouseDelReply) GetOrigin() *HouseUpdateRequest { if m != nil { return m.Origin } return nil } 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"` HouseStatus int32 `protobuf:"varint,8,opt,name=house_status,json=houseStatus,proto3" json:"house_status"` Layer int64 `protobuf:"varint,9,opt,name=layer,proto3" json:"layer"` HouseId int64 `protobuf:"varint,10,opt,name=house_id,json=houseId,proto3" json:"house_id"` Uid int64 `protobuf:"varint,11,opt,name=uid,proto3" json:"uid"` HouseRent bool `protobuf:"varint,12,opt,name=house_rent,json=houseRent,proto3" json:"house_rent"` 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{27} } 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 } func (m *HouseListRequest) GetHouseStatus() int32 { if m != nil { return m.HouseStatus } return 0 } func (m *HouseListRequest) GetLayer() int64 { if m != nil { return m.Layer } return 0 } func (m *HouseListRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *HouseListRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *HouseListRequest) GetHouseRent() bool { if m != nil { return m.HouseRent } return false } 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 float64 `protobuf:"fixed64,9,opt,name=house_area,json=houseArea,proto3" json:"house_area"` // 房屋使用面积 HouseUsedArea float64 `protobuf:"fixed64,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"` HasLift bool `protobuf:"varint,13,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` 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{28} } 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() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseItem) GetHouseUsedArea() float64 { 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 } func (m *HouseItem) GetHasLift() bool { if m != nil { return m.HasLift } return false } 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{29} } 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 float64 `protobuf:"fixed64,4,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 楼栋使用面积 BuildingUsedArea float64 `protobuf:"fixed64,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{30} } 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() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *BatchBuildingItem) GetBuildingUsedArea() float64 { 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{31} } 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 float64 `protobuf:"fixed64,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 float64 `protobuf:"fixed64,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{32} } 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() float64 { 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() float64 { 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{33} } 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{34} } 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{35} } 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 float64 `protobuf:"fixed64,12,opt,name=house_area,json=houseArea,proto3" json:"house_area"` HouseUsedArea float64 `protobuf:"fixed64,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{36} } 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() float64 { if m != nil { return m.HouseArea } return 0 } func (m *HouseInfoReply) GetHouseUsedArea() float64 { 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{37} } 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{38} } 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{39} } 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{40} } 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 } type GardenHouseholdDelHouseRequest struct { HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"` HouseholdUid int64 `protobuf:"varint,2,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"` GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdDelHouseRequest) Reset() { *m = GardenHouseholdDelHouseRequest{} } func (m *GardenHouseholdDelHouseRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdDelHouseRequest) ProtoMessage() {} func (*GardenHouseholdDelHouseRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{41} } func (m *GardenHouseholdDelHouseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdDelHouseRequest.Unmarshal(m, b) } func (m *GardenHouseholdDelHouseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdDelHouseRequest.Marshal(b, m, deterministic) } func (m *GardenHouseholdDelHouseRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdDelHouseRequest.Merge(m, src) } func (m *GardenHouseholdDelHouseRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseholdDelHouseRequest.Size(m) } func (m *GardenHouseholdDelHouseRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdDelHouseRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdDelHouseRequest proto.InternalMessageInfo func (m *GardenHouseholdDelHouseRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *GardenHouseholdDelHouseRequest) GetHouseholdUid() int64 { if m != nil { return m.HouseholdUid } return 0 } func (m *GardenHouseholdDelHouseRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type GardenHouseholdDelHouseReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdDelHouseReply) Reset() { *m = GardenHouseholdDelHouseReply{} } func (m *GardenHouseholdDelHouseReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdDelHouseReply) ProtoMessage() {} func (*GardenHouseholdDelHouseReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{42} } func (m *GardenHouseholdDelHouseReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdDelHouseReply.Unmarshal(m, b) } func (m *GardenHouseholdDelHouseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdDelHouseReply.Marshal(b, m, deterministic) } func (m *GardenHouseholdDelHouseReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdDelHouseReply.Merge(m, src) } func (m *GardenHouseholdDelHouseReply) XXX_Size() int { return xxx_messageInfo_GardenHouseholdDelHouseReply.Size(m) } func (m *GardenHouseholdDelHouseReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdDelHouseReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdDelHouseReply proto.InternalMessageInfo type GardenHouseholdUnitIdsRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Uids []int64 `protobuf:"varint,2,rep,packed,name=uids,proto3" json:"uids"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdUnitIdsRequest) Reset() { *m = GardenHouseholdUnitIdsRequest{} } func (m *GardenHouseholdUnitIdsRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdUnitIdsRequest) ProtoMessage() {} func (*GardenHouseholdUnitIdsRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{43} } func (m *GardenHouseholdUnitIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Unmarshal(m, b) } func (m *GardenHouseholdUnitIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Marshal(b, m, deterministic) } func (m *GardenHouseholdUnitIdsRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdUnitIdsRequest.Merge(m, src) } func (m *GardenHouseholdUnitIdsRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Size(m) } func (m *GardenHouseholdUnitIdsRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdUnitIdsRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdUnitIdsRequest proto.InternalMessageInfo func (m *GardenHouseholdUnitIdsRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenHouseholdUnitIdsRequest) GetUids() []int64 { if m != nil { return m.Uids } return nil } type GardenHouseholdUnitId struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` HouseNames string `protobuf:"bytes,2,opt,name=house_names,json=houseNames,proto3" json:"house_names"` UnitIds []int64 `protobuf:"varint,3,rep,packed,name=unit_ids,json=unitIds,proto3" json:"unit_ids"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdUnitId) Reset() { *m = GardenHouseholdUnitId{} } func (m *GardenHouseholdUnitId) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdUnitId) ProtoMessage() {} func (*GardenHouseholdUnitId) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{44} } func (m *GardenHouseholdUnitId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdUnitId.Unmarshal(m, b) } func (m *GardenHouseholdUnitId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdUnitId.Marshal(b, m, deterministic) } func (m *GardenHouseholdUnitId) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdUnitId.Merge(m, src) } func (m *GardenHouseholdUnitId) XXX_Size() int { return xxx_messageInfo_GardenHouseholdUnitId.Size(m) } func (m *GardenHouseholdUnitId) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdUnitId.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdUnitId proto.InternalMessageInfo func (m *GardenHouseholdUnitId) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *GardenHouseholdUnitId) GetHouseNames() string { if m != nil { return m.HouseNames } return "" } func (m *GardenHouseholdUnitId) GetUnitIds() []int64 { if m != nil { return m.UnitIds } return nil } type GardenHouseholdUnitIdsReply struct { List []*GardenHouseholdUnitId `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdUnitIdsReply) Reset() { *m = GardenHouseholdUnitIdsReply{} } func (m *GardenHouseholdUnitIdsReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdUnitIdsReply) ProtoMessage() {} func (*GardenHouseholdUnitIdsReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{45} } func (m *GardenHouseholdUnitIdsReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdUnitIdsReply.Unmarshal(m, b) } func (m *GardenHouseholdUnitIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdUnitIdsReply.Marshal(b, m, deterministic) } func (m *GardenHouseholdUnitIdsReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdUnitIdsReply.Merge(m, src) } func (m *GardenHouseholdUnitIdsReply) XXX_Size() int { return xxx_messageInfo_GardenHouseholdUnitIdsReply.Size(m) } func (m *GardenHouseholdUnitIdsReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdUnitIdsReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdUnitIdsReply proto.InternalMessageInfo func (m *GardenHouseholdUnitIdsReply) GetList() []*GardenHouseholdUnitId { if m != nil { return m.List } return nil } func init() { 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((*BuildingManagerListRequest)(nil), "pb_v1.BuildingManagerListRequest") proto.RegisterType((*BuildingManagerItem)(nil), "pb_v1.BuildingManagerItem") proto.RegisterType((*BuildingManagerListReply)(nil), "pb_v1.BuildingManagerListReply") 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") proto.RegisterType((*GardenHouseholdDelHouseRequest)(nil), "pb_v1.GardenHouseholdDelHouseRequest") proto.RegisterType((*GardenHouseholdDelHouseReply)(nil), "pb_v1.GardenHouseholdDelHouseReply") proto.RegisterType((*GardenHouseholdUnitIdsRequest)(nil), "pb_v1.GardenHouseholdUnitIdsRequest") proto.RegisterType((*GardenHouseholdUnitId)(nil), "pb_v1.GardenHouseholdUnitId") proto.RegisterType((*GardenHouseholdUnitIdsReply)(nil), "pb_v1.GardenHouseholdUnitIdsReply") } func init() { proto.RegisterFile("garden.proto", fileDescriptor_5b775c37bba03b28) } var fileDescriptor_5b775c37bba03b28 = []byte{ // 1632 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x59, 0x4d, 0x6f, 0xdc, 0x54, 0x17, 0x96, 0xe7, 0xdb, 0x67, 0x66, 0xf2, 0xe1, 0x26, 0xad, 0x9b, 0x7e, 0x4c, 0xea, 0xbc, 0x7a, 0x1b, 0x21, 0x92, 0xd2, 0x82, 0x90, 0x58, 0x80, 0x68, 0x52, 0x44, 0x87, 0x96, 0x0f, 0xb9, 0x8c, 0x84, 0x58, 0x30, 0x38, 0xe3, 0x9b, 0x19, 0x4b, 0x33, 0xb6, 0xb1, 0x3d, 0x45, 0x53, 0x89, 0x1d, 0x4b, 0x76, 0xfc, 0x02, 0xb6, 0x2c, 0xd9, 0xb0, 0x64, 0x05, 0x62, 0xc5, 0x1f, 0x60, 0xc5, 0x9e, 0x1f, 0xc0, 0x0e, 0x74, 0xce, 0xbd, 0xb6, 0xaf, 0x3d, 0x9e, 0x49, 0x1a, 0xa5, 0x82, 0xc2, 0x2a, 0xbe, 0xe7, 0x1e, 0xdb, 0xf7, 0x3c, 0xe7, 0x39, 0xcf, 0x39, 0x9e, 0x40, 0x6b, 0x68, 0x05, 0x36, 0x73, 0xf7, 0xfd, 0xc0, 0x8b, 0x3c, 0xad, 0xea, 0x1f, 0xf5, 0x1f, 0xdf, 0x36, 0x7e, 0x57, 0x40, 0x3b, 0x98, 0x3a, 0x63, 0xdb, 0x71, 0x87, 0x77, 0x6d, 0xdb, 0x64, 0x9f, 0x4d, 0x59, 0x18, 0x69, 0x57, 0x40, 0xe5, 0xde, 0x7d, 0xc7, 0xd6, 0x95, 0x6d, 0x65, 0xb7, 0x6c, 0x36, 0xb8, 0xa1, 0x6b, 0x6b, 0x37, 0x61, 0xf5, 0x48, 0xdc, 0xd2, 0x77, 0xa7, 0x93, 0x23, 0x16, 0xe8, 0xa5, 0x6d, 0x65, 0x57, 0x35, 0x57, 0x62, 0xf3, 0x7b, 0x64, 0xd5, 0x76, 0xa0, 0x9d, 0x3a, 0x5a, 0x13, 0xa6, 0x97, 0xc9, 0xad, 0x95, 0xb8, 0x59, 0x13, 0x96, 0x71, 0xb2, 0x02, 0x66, 0xe9, 0x95, 0x6d, 0x65, 0x57, 0x49, 0x9d, 0xee, 0x06, 0xcc, 0xd2, 0x5e, 0x04, 0x2d, 0x71, 0x9a, 0x86, 0xcc, 0xe6, 0x9e, 0x55, 0xf2, 0x5c, 0x8b, 0x77, 0x7a, 0x21, 0xb3, 0xc9, 0x5b, 0x87, 0xfa, 0xc0, 0x9b, 0x4c, 0x98, 0x1b, 0xe9, 0x35, 0x7a, 0x63, 0xbc, 0x34, 0x0c, 0x58, 0xcb, 0x44, 0xeb, 0x8f, 0x67, 0xda, 0x0a, 0x94, 0x92, 0x20, 0x4b, 0x8e, 0x6d, 0xfc, 0xa9, 0xc0, 0x66, 0xec, 0xd4, 0xf3, 0x6d, 0x2b, 0x62, 0x31, 0x2a, 0x39, 0xcf, 0xe7, 0x18, 0x88, 0x6c, 0x82, 0xeb, 0xd9, 0x04, 0x1b, 0x0f, 0xe0, 0x42, 0x1e, 0x00, 0x04, 0xea, 0x15, 0xa8, 0x79, 0x81, 0x33, 0x74, 0x5c, 0x82, 0xa0, 0x79, 0xe7, 0xea, 0x3e, 0x71, 0x68, 0xbf, 0x10, 0x2c, 0x53, 0xf8, 0x1a, 0x77, 0x53, 0x82, 0xdd, 0x63, 0xe3, 0x45, 0x50, 0x66, 0xce, 0x53, 0xca, 0x9d, 0xe7, 0x7e, 0x9a, 0x35, 0x7a, 0xc4, 0xd9, 0x0f, 0xf3, 0x95, 0x92, 0x86, 0xf6, 0xd0, 0x09, 0xa3, 0xf8, 0x38, 0x05, 0x99, 0x54, 0x0a, 0x33, 0xa9, 0x41, 0xc5, 0xb7, 0x86, 0x4c, 0x1c, 0x91, 0xae, 0xf1, 0xec, 0xf8, 0xb7, 0x1f, 0x3a, 0x4f, 0x78, 0x66, 0xcb, 0x66, 0x03, 0x0d, 0x8f, 0x9c, 0x27, 0x2c, 0x1b, 0x58, 0x25, 0x17, 0xd8, 0x1f, 0x0a, 0xb4, 0xe2, 0xe3, 0x74, 0x23, 0x36, 0xf9, 0x37, 0x31, 0xec, 0x1a, 0xc0, 0xd4, 0x75, 0xa2, 0xfe, 0xc0, 0x9b, 0xba, 0x91, 0xa0, 0x98, 0x8a, 0x96, 0x43, 0x34, 0x18, 0xc7, 0xb0, 0x9e, 0x4d, 0x04, 0x26, 0x75, 0x03, 0xaa, 0x91, 0x17, 0x59, 0x63, 0x81, 0x00, 0x5f, 0x14, 0x62, 0x7e, 0x13, 0x2a, 0x63, 0x27, 0x8c, 0xf4, 0xf2, 0x76, 0x79, 0xb7, 0x79, 0xe7, 0x42, 0x2e, 0xf9, 0x88, 0xa5, 0x49, 0x0e, 0xc6, 0x14, 0xb6, 0x62, 0xeb, 0xbb, 0x96, 0x6b, 0x0d, 0x59, 0x20, 0xe7, 0x7d, 0xa9, 0xce, 0x75, 0xa0, 0x99, 0x20, 0x91, 0xb0, 0x12, 0x62, 0x53, 0xd7, 0xd6, 0x2e, 0x43, 0x63, 0xe4, 0x4d, 0x43, 0x86, 0xbb, 0x3c, 0xef, 0x75, 0x5a, 0x77, 0x6d, 0xe3, 0x5b, 0x89, 0x68, 0xe2, 0xbd, 0x85, 0x09, 0xee, 0x40, 0x73, 0xc2, 0xb7, 0xfb, 0xd3, 0xf4, 0x1d, 0xc2, 0xd4, 0x73, 0x6c, 0x0c, 0x5e, 0xca, 0x27, 0x5d, 0x23, 0x4c, 0xfe, 0xc8, 0x73, 0x19, 0xe5, 0x4f, 0x35, 0xf9, 0x02, 0x63, 0x99, 0x86, 0x2c, 0xe0, 0xe9, 0xaf, 0xd2, 0x4e, 0x03, 0x0d, 0x94, 0xfa, 0x2b, 0xa0, 0x7a, 0x3e, 0x73, 0x9d, 0x09, 0x9e, 0x95, 0x67, 0xaa, 0xc1, 0x0d, 0x5d, 0xdb, 0x78, 0x07, 0xf4, 0x42, 0x8c, 0x30, 0x25, 0xfb, 0x02, 0x68, 0x85, 0x80, 0xde, 0xca, 0x01, 0x2d, 0x85, 0x26, 0xf0, 0xfe, 0x59, 0x81, 0x95, 0x9e, 0xeb, 0x44, 0xa7, 0x6d, 0x26, 0x27, 0x82, 0xdc, 0x81, 0x26, 0xf1, 0x48, 0xd0, 0x9f, 0xe3, 0x4c, 0xd4, 0x12, 0xd4, 0xc7, 0xb8, 0xc9, 0x01, 0xe3, 0xae, 0x88, 0xb8, 0x71, 0x1b, 0xe3, 0x8e, 0xef, 0x1e, 0x5b, 0x33, 0x16, 0x84, 0x04, 0x8b, 0xb8, 0xfb, 0x21, 0x59, 0x28, 0x87, 0x56, 0xd8, 0x1f, 0x3b, 0xc7, 0x9c, 0xc1, 0x0d, 0xb3, 0x3e, 0xb2, 0xc2, 0x87, 0xce, 0x71, 0x64, 0x5c, 0x87, 0x56, 0x12, 0x49, 0x51, 0xa3, 0xf8, 0x55, 0x81, 0x75, 0x74, 0x58, 0xde, 0x24, 0x96, 0x29, 0xdb, 0xb3, 0x0e, 0x2e, 0x07, 0x6e, 0xad, 0x90, 0xc1, 0x71, 0xf4, 0xf5, 0x6c, 0xf4, 0x87, 0xb0, 0x2a, 0x07, 0x87, 0x00, 0xbc, 0x94, 0xd3, 0x5c, 0x5d, 0xb0, 0x61, 0x0e, 0x84, 0x44, 0x6f, 0x5f, 0xe7, 0x64, 0x38, 0xab, 0xf0, 0xbf, 0xc9, 0x33, 0x90, 0x88, 0xfe, 0xd3, 0x1f, 0xe0, 0x1b, 0x85, 0x87, 0x21, 0x17, 0x7d, 0x0e, 0x74, 0x65, 0x0e, 0xf4, 0x13, 0x39, 0x19, 0x2b, 0x52, 0x79, 0x51, 0x17, 0xa8, 0x2c, 0xeb, 0x02, 0xd5, 0x5c, 0x94, 0x3f, 0x28, 0xd0, 0xc0, 0x33, 0x2e, 0x12, 0x88, 0xbf, 0xb5, 0x3e, 0xe6, 0x1a, 0x4b, 0x6d, 0xbe, 0xb1, 0x18, 0x9f, 0x40, 0x3b, 0x05, 0xf9, 0xe9, 0x84, 0x7c, 0x27, 0x23, 0xe4, 0xab, 0x52, 0x42, 0x25, 0x51, 0xf9, 0xb1, 0x04, 0xab, 0xf7, 0x51, 0x59, 0xcf, 0x4d, 0x55, 0x2e, 0x41, 0x9d, 0xe2, 0x4e, 0x94, 0xbb, 0x86, 0xcb, 0xae, 0xad, 0xdd, 0x80, 0x16, 0xd7, 0x74, 0x81, 0x27, 0x07, 0xac, 0x49, 0x36, 0x01, 0xe8, 0x06, 0x54, 0x09, 0x2e, 0x81, 0x16, 0x5f, 0x60, 0xbf, 0x0b, 0x3c, 0x6f, 0x22, 0xfa, 0x1d, 0x2f, 0x35, 0x15, 0x2d, 0xd4, 0xef, 0x70, 0x7b, 0x64, 0x8d, 0xc7, 0xd9, 0x76, 0x88, 0x96, 0x74, 0x9b, 0x5e, 0x1b, 0xcd, 0x7c, 0xa6, 0x37, 0xc4, 0x36, 0x5a, 0x3e, 0x9c, 0xf9, 0x2c, 0xdd, 0xa6, 0x66, 0xac, 0x52, 0x33, 0xe6, 0xdb, 0xd4, 0x85, 0xff, 0x0f, 0xab, 0x7c, 0x3b, 0x6d, 0xd8, 0x40, 0x3e, 0x6d, 0x32, 0xc7, 0xdd, 0xda, 0xe8, 0x40, 0x3b, 0x85, 0xb1, 0x48, 0xd2, 0xbe, 0x2f, 0x81, 0x46, 0x1e, 0xcb, 0x35, 0xad, 0xe0, 0x7d, 0xa5, 0x82, 0xf7, 0x65, 0x73, 0x54, 0xce, 0xe5, 0xe8, 0xb9, 0x44, 0x5a, 0xe2, 0x0d, 0xc8, 0xbc, 0x31, 0xde, 0x82, 0xb5, 0x0c, 0x70, 0x88, 0xee, 0xed, 0x9c, 0x5c, 0x5d, 0x16, 0xec, 0x9e, 0x47, 0x38, 0xd1, 0xab, 0x37, 0x04, 0xd1, 0xcf, 0xaa, 0x98, 0x07, 0x22, 0xc3, 0x89, 0x64, 0x9e, 0xe1, 0x0c, 0xbf, 0x95, 0x44, 0x2c, 0xb2, 0x68, 0xe6, 0xb3, 0xa5, 0xcc, 0x67, 0xeb, 0xec, 0x45, 0x97, 0xcd, 0x09, 0x12, 0xa1, 0x2a, 0xe7, 0x24, 0xd6, 0x8d, 0xea, 0x22, 0xb9, 0xad, 0x2d, 0x93, 0xdb, 0xfa, 0x22, 0xde, 0x85, 0x91, 0x15, 0x4d, 0x43, 0xa2, 0x40, 0x55, 0x44, 0xf2, 0x88, 0x4c, 0x29, 0xef, 0x54, 0x99, 0x77, 0xf2, 0xb8, 0x07, 0x99, 0x71, 0x4f, 0x5b, 0x83, 0x32, 0x8e, 0x6f, 0x4d, 0xb2, 0xe2, 0x65, 0x1a, 0x52, 0x80, 0xb3, 0x71, 0x8b, 0x7a, 0x2b, 0x0f, 0xc9, 0xc4, 0x0f, 0xd1, 0x2f, 0xcb, 0xa0, 0x12, 0xc6, 0x67, 0x13, 0xfd, 0xff, 0xa4, 0x7c, 0xa5, 0x8f, 0xa1, 0x46, 0xd4, 0xa4, 0xd0, 0xf8, 0x63, 0xa8, 0x97, 0x5d, 0x84, 0x9a, 0x48, 0x69, 0x8b, 0x52, 0x2a, 0x56, 0x99, 0x21, 0xa7, 0x9d, 0x1d, 0x72, 0x3e, 0x85, 0x15, 0x89, 0xe9, 0x4f, 0xd7, 0xb9, 0xfe, 0x97, 0xe9, 0x5c, 0x6b, 0x72, 0x5d, 0x49, 0xad, 0xeb, 0x17, 0x05, 0xd6, 0x0f, 0xac, 0x68, 0x30, 0xca, 0x7c, 0xe7, 0x49, 0x9f, 0x4d, 0x4a, 0xf6, 0xb3, 0xe9, 0x9f, 0xfe, 0xc5, 0x67, 0x7c, 0xa7, 0x40, 0x9b, 0x02, 0x4a, 0x46, 0x16, 0x19, 0x5f, 0x25, 0x83, 0xef, 0xe9, 0xa3, 0x79, 0xb6, 0x53, 0x0c, 0xf6, 0xb5, 0x15, 0x3a, 0x74, 0x5a, 0x73, 0x05, 0xa4, 0x53, 0x8a, 0x48, 0x77, 0x7e, 0x21, 0x3c, 0x8f, 0xb5, 0x69, 0xfc, 0xa4, 0xc0, 0x46, 0x8a, 0xdc, 0x69, 0xe7, 0xaf, 0x57, 0x41, 0x8d, 0xd1, 0x09, 0xf5, 0x12, 0x15, 0x48, 0x3c, 0xab, 0xcf, 0x15, 0x83, 0x99, 0xba, 0x6a, 0x2f, 0x40, 0x15, 0x01, 0x0b, 0x45, 0x51, 0x6d, 0xc8, 0xf7, 0x24, 0x33, 0x21, 0x77, 0xd1, 0xf6, 0xa0, 0x46, 0xc7, 0x0c, 0xf5, 0x0a, 0x39, 0x6f, 0xca, 0xce, 0x69, 0x19, 0x0a, 0x27, 0x63, 0x03, 0xb4, 0x5c, 0x1c, 0xfe, 0x78, 0x66, 0xec, 0x89, 0x56, 0xd7, 0x75, 0x8f, 0xbd, 0x38, 0x32, 0x59, 0xe7, 0x95, 0xec, 0x67, 0xfd, 0xd7, 0x35, 0x21, 0x18, 0xdc, 0x1f, 0x05, 0xe3, 0x7c, 0x7e, 0x2a, 0x3d, 0x0f, 0xf2, 0x74, 0xa0, 0x29, 0x4e, 0x22, 0xfd, 0x04, 0x00, 0xdc, 0x44, 0x65, 0xb2, 0x05, 0x0d, 0x3f, 0xf0, 0x1e, 0x3b, 0xee, 0x20, 0x1e, 0xe3, 0x93, 0x35, 0x2a, 0xdc, 0xc0, 0x89, 0x66, 0x44, 0x1f, 0xd5, 0xa4, 0x6b, 0xb4, 0x11, 0x29, 0x1a, 0xdc, 0x86, 0xd7, 0x5c, 0x64, 0x03, 0xc6, 0x22, 0xa2, 0x8a, 0x6a, 0x8a, 0x15, 0x3e, 0x7b, 0xe0, 0x4d, 0x9c, 0x28, 0x62, 0x8c, 0xc4, 0x5b, 0x35, 0x93, 0x75, 0xca, 0xea, 0x66, 0x8e, 0xd5, 0x12, 0xf1, 0x5a, 0xa7, 0x68, 0x0a, 0xed, 0x05, 0x4d, 0x41, 0x2a, 0x8e, 0x95, 0xe5, 0xc5, 0xb1, 0xba, 0xbc, 0x38, 0xd6, 0xf2, 0xc5, 0x61, 0x40, 0x3b, 0x4e, 0xae, 0x8b, 0x07, 0xd1, 0xd7, 0x49, 0xdf, 0x04, 0xce, 0x5d, 0xb7, 0x17, 0x92, 0xc6, 0xc6, 0x28, 0xf6, 0x07, 0x9e, 0xcd, 0x74, 0x8d, 0x0b, 0x71, 0x6c, 0x3c, 0xf4, 0x6c, 0x9a, 0x48, 0x10, 0x52, 0xee, 0x70, 0x41, 0xe0, 0xe3, 0x44, 0xb3, 0x78, 0x13, 0xe3, 0xe3, 0x9b, 0x1b, 0x7c, 0x13, 0x0d, 0xb4, 0xd9, 0x81, 0x26, 0x87, 0x98, 0x6f, 0x6f, 0xf2, 0xac, 0x72, 0x13, 0x39, 0xec, 0x40, 0x3b, 0x46, 0x9a, 0xbb, 0x5c, 0xe4, 0xef, 0x8f, 0x8d, 0xe4, 0x94, 0x1f, 0x7a, 0x2e, 0xcd, 0x0f, 0x3d, 0xb9, 0xa1, 0x43, 0x5f, 0x36, 0x74, 0x5c, 0xce, 0xcc, 0xbe, 0x1f, 0x81, 0x4e, 0x45, 0x71, 0x38, 0xb2, 0xdc, 0xa1, 0x78, 0xdc, 0xc9, 0xc5, 0x34, 0x77, 0xa6, 0xd2, 0xdc, 0x99, 0x0c, 0x1d, 0x2e, 0x16, 0x3c, 0x19, 0x0b, 0xf7, 0x01, 0x6c, 0xbd, 0x4d, 0x49, 0xe0, 0x5b, 0x87, 0xde, 0xc4, 0xb7, 0xdc, 0xd9, 0xa9, 0xc4, 0x69, 0x0d, 0xca, 0x83, 0x64, 0xaa, 0xc2, 0x4b, 0xa3, 0x07, 0x7a, 0xe1, 0xc3, 0xb0, 0xbe, 0x5f, 0xcb, 0x0d, 0xd0, 0x37, 0x84, 0xcc, 0x2c, 0x7e, 0x7b, 0x32, 0x48, 0x7f, 0x01, 0xd7, 0xb9, 0x17, 0xc5, 0x30, 0xf2, 0xc6, 0xf6, 0x3d, 0x36, 0xbe, 0xcf, 0x67, 0xc0, 0x13, 0xd1, 0xd9, 0x01, 0x4e, 0x74, 0xbc, 0x4d, 0xfa, 0x6d, 0xb0, 0x95, 0x18, 0x7b, 0xf9, 0x6f, 0x81, 0xdc, 0x07, 0x96, 0x71, 0x1d, 0xae, 0x2e, 0x7c, 0x3d, 0x42, 0xf8, 0x01, 0x5c, 0xcb, 0xed, 0x93, 0xc4, 0xda, 0xe1, 0xa9, 0x50, 0xd4, 0xa0, 0x32, 0x75, 0x6c, 0xae, 0xee, 0x65, 0x93, 0xae, 0x0d, 0x06, 0x9b, 0x85, 0x4f, 0x8c, 0xe7, 0x63, 0x25, 0x9d, 0x8f, 0x3b, 0xd0, 0x4c, 0x67, 0xb9, 0x50, 0xa8, 0x22, 0x24, 0xc3, 0x1c, 0x4d, 0x6d, 0x82, 0x6d, 0xbc, 0x1b, 0x94, 0xcd, 0x3a, 0xa7, 0x5b, 0x68, 0xbc, 0x0f, 0x57, 0x16, 0x1d, 0x9c, 0xff, 0x4a, 0x24, 0xff, 0x64, 0x79, 0x35, 0x93, 0xaf, 0xdc, 0x1d, 0x7c, 0x48, 0x3b, 0x30, 0x3e, 0xde, 0xf6, 0x03, 0xcf, 0x67, 0x41, 0x34, 0xdb, 0x4b, 0xf0, 0xdd, 0x1b, 0x5a, 0x11, 0xfb, 0xdc, 0x9a, 0xdd, 0xf2, 0x8f, 0x6e, 0x3d, 0xbe, 0x7d, 0x54, 0xa3, 0xff, 0x9b, 0xbd, 0xfc, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9a, 0x1f, 0x38, 0x83, 0x47, 0x1b, 0x00, 0x00, }