// 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 BuildingAddManagerRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"` BuildingId int64 `protobuf:"varint,3,opt,name=building_id,json=buildingId,proto3" json:"building_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingAddManagerRequest) Reset() { *m = BuildingAddManagerRequest{} } func (m *BuildingAddManagerRequest) String() string { return proto.CompactTextString(m) } func (*BuildingAddManagerRequest) ProtoMessage() {} func (*BuildingAddManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{9} } func (m *BuildingAddManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingAddManagerRequest.Unmarshal(m, b) } func (m *BuildingAddManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingAddManagerRequest.Marshal(b, m, deterministic) } func (m *BuildingAddManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingAddManagerRequest.Merge(m, src) } func (m *BuildingAddManagerRequest) XXX_Size() int { return xxx_messageInfo_BuildingAddManagerRequest.Size(m) } func (m *BuildingAddManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_BuildingAddManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_BuildingAddManagerRequest proto.InternalMessageInfo func (m *BuildingAddManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *BuildingAddManagerRequest) GetManagerUid() int64 { if m != nil { return m.ManagerUid } return 0 } func (m *BuildingAddManagerRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } type BuildingAddManagerReply 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 *BuildingAddManagerReply) Reset() { *m = BuildingAddManagerReply{} } func (m *BuildingAddManagerReply) String() string { return proto.CompactTextString(m) } func (*BuildingAddManagerReply) ProtoMessage() {} func (*BuildingAddManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{10} } func (m *BuildingAddManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingAddManagerReply.Unmarshal(m, b) } func (m *BuildingAddManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingAddManagerReply.Marshal(b, m, deterministic) } func (m *BuildingAddManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingAddManagerReply.Merge(m, src) } func (m *BuildingAddManagerReply) XXX_Size() int { return xxx_messageInfo_BuildingAddManagerReply.Size(m) } func (m *BuildingAddManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_BuildingAddManagerReply.DiscardUnknown(m) } var xxx_messageInfo_BuildingAddManagerReply proto.InternalMessageInfo func (m *BuildingAddManagerReply) GetId() int64 { if m != nil { return m.Id } return 0 } type BuildingDelManagerRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingDelManagerRequest) Reset() { *m = BuildingDelManagerRequest{} } func (m *BuildingDelManagerRequest) String() string { return proto.CompactTextString(m) } func (*BuildingDelManagerRequest) ProtoMessage() {} func (*BuildingDelManagerRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{11} } func (m *BuildingDelManagerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingDelManagerRequest.Unmarshal(m, b) } func (m *BuildingDelManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingDelManagerRequest.Marshal(b, m, deterministic) } func (m *BuildingDelManagerRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingDelManagerRequest.Merge(m, src) } func (m *BuildingDelManagerRequest) XXX_Size() int { return xxx_messageInfo_BuildingDelManagerRequest.Size(m) } func (m *BuildingDelManagerRequest) XXX_DiscardUnknown() { xxx_messageInfo_BuildingDelManagerRequest.DiscardUnknown(m) } var xxx_messageInfo_BuildingDelManagerRequest proto.InternalMessageInfo func (m *BuildingDelManagerRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *BuildingDelManagerRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type BuildingDelManagerReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BuildingDelManagerReply) Reset() { *m = BuildingDelManagerReply{} } func (m *BuildingDelManagerReply) String() string { return proto.CompactTextString(m) } func (*BuildingDelManagerReply) ProtoMessage() {} func (*BuildingDelManagerReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{12} } func (m *BuildingDelManagerReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BuildingDelManagerReply.Unmarshal(m, b) } func (m *BuildingDelManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BuildingDelManagerReply.Marshal(b, m, deterministic) } func (m *BuildingDelManagerReply) XXX_Merge(src proto.Message) { xxx_messageInfo_BuildingDelManagerReply.Merge(m, src) } func (m *BuildingDelManagerReply) XXX_Size() int { return xxx_messageInfo_BuildingDelManagerReply.Size(m) } func (m *BuildingDelManagerReply) XXX_DiscardUnknown() { xxx_messageInfo_BuildingDelManagerReply.DiscardUnknown(m) } var xxx_messageInfo_BuildingDelManagerReply proto.InternalMessageInfo 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{13} } 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{14} } 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{15} } 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{16} } 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{17} } 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{18} } 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{19} } 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{20} } 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{21} } 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{22} } 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"` HasLift bool `protobuf:"varint,7,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"` BuildingNumber string `protobuf:"bytes,8,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` 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{23} } 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 "" } func (m *UnitItem) GetHasLift() bool { if m != nil { return m.HasLift } return false } func (m *UnitItem) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } 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{24} } 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{25} } 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{26} } 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{27} } 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{28} } 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{29} } 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{30} } 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{31} } 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"` BuildingNumber string `protobuf:"bytes,14,opt,name=building_number,json=buildingNumber,proto3" json:"building_number"` UnitNumber int64 `protobuf:"varint,15,opt,name=unit_number,json=unitNumber,proto3" json:"unit_number"` 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{32} } 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 } func (m *HouseItem) GetBuildingNumber() string { if m != nil { return m.BuildingNumber } return "" } func (m *HouseItem) GetUnitNumber() int64 { if m != nil { return m.UnitNumber } return 0 } type HouseListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*HouseItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *HouseListReply) Reset() { *m = HouseListReply{} } func (m *HouseListReply) String() string { return proto.CompactTextString(m) } func (*HouseListReply) ProtoMessage() {} func (*HouseListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{33} } 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{34} } 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{35} } 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{36} } 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{37} } 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{38} } 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"` 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 *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{39} } 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 } func (m *HouseInfoRequest) GetGardenId() int64 { if m != nil { return m.GardenId } 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{40} } 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{41} } 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{42} } 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 GardenHouseholdListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"` 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"` UserType int32 `protobuf:"varint,5,opt,name=user_type,json=userType,proto3" json:"user_type"` Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdListRequest) Reset() { *m = GardenHouseholdListRequest{} } func (m *GardenHouseholdListRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdListRequest) ProtoMessage() {} func (*GardenHouseholdListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{43} } func (m *GardenHouseholdListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdListRequest.Unmarshal(m, b) } func (m *GardenHouseholdListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdListRequest.Marshal(b, m, deterministic) } func (m *GardenHouseholdListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdListRequest.Merge(m, src) } func (m *GardenHouseholdListRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseholdListRequest.Size(m) } func (m *GardenHouseholdListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdListRequest proto.InternalMessageInfo func (m *GardenHouseholdListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenHouseholdListRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *GardenHouseholdListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseholdListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *GardenHouseholdListRequest) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *GardenHouseholdListRequest) GetName() string { if m != nil { return m.Name } return "" } type GardenHouseholdItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 1业主 2家人 3租客 UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` Appendix []string `protobuf:"bytes,5,rep,name=appendix,proto3" json:"appendix"` // 1 身份证 2 护照 IdType int32 `protobuf:"varint,6,opt,name=id_type,json=idType,proto3" json:"id_type"` // 证件号 IdNumber string `protobuf:"bytes,7,opt,name=id_number,json=idNumber,proto3" json:"id_number"` // 房号 HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"` ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` GardenName string `protobuf:"bytes,10,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` Uid int64 `protobuf:"varint,11,opt,name=uid,proto3" json:"uid"` HouseId int64 `protobuf:"varint,12,opt,name=house_id,json=houseId,proto3" json:"house_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdItem) Reset() { *m = GardenHouseholdItem{} } func (m *GardenHouseholdItem) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdItem) ProtoMessage() {} func (*GardenHouseholdItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{44} } func (m *GardenHouseholdItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdItem.Unmarshal(m, b) } func (m *GardenHouseholdItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdItem.Marshal(b, m, deterministic) } func (m *GardenHouseholdItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdItem.Merge(m, src) } func (m *GardenHouseholdItem) XXX_Size() int { return xxx_messageInfo_GardenHouseholdItem.Size(m) } func (m *GardenHouseholdItem) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdItem.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdItem proto.InternalMessageInfo func (m *GardenHouseholdItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenHouseholdItem) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *GardenHouseholdItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *GardenHouseholdItem) GetName() string { if m != nil { return m.Name } return "" } func (m *GardenHouseholdItem) GetAppendix() []string { if m != nil { return m.Appendix } return nil } func (m *GardenHouseholdItem) GetIdType() int32 { if m != nil { return m.IdType } return 0 } func (m *GardenHouseholdItem) GetIdNumber() string { if m != nil { return m.IdNumber } return "" } func (m *GardenHouseholdItem) GetHouseName() string { if m != nil { return m.HouseName } return "" } func (m *GardenHouseholdItem) GetApproveStatus() int32 { if m != nil { return m.ApproveStatus } return 0 } func (m *GardenHouseholdItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenHouseholdItem) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *GardenHouseholdItem) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } type GardenHouseholdListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*GardenHouseholdItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdListReply) Reset() { *m = GardenHouseholdListReply{} } func (m *GardenHouseholdListReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdListReply) ProtoMessage() {} func (*GardenHouseholdListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{45} } func (m *GardenHouseholdListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdListReply.Unmarshal(m, b) } func (m *GardenHouseholdListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdListReply.Marshal(b, m, deterministic) } func (m *GardenHouseholdListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdListReply.Merge(m, src) } func (m *GardenHouseholdListReply) XXX_Size() int { return xxx_messageInfo_GardenHouseholdListReply.Size(m) } func (m *GardenHouseholdListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdListReply proto.InternalMessageInfo func (m *GardenHouseholdListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseholdListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenHouseholdListReply) GetList() []*GardenHouseholdItem { if m != nil { return m.List } return nil } type GardenHouseholdUserListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` 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"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"` IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"` UserType int32 `protobuf:"varint,7,opt,name=user_type,json=userType,proto3" json:"user_type"` Uids []int64 `protobuf:"varint,8,rep,packed,name=uids,proto3" json:"uids"` HouseId int64 `protobuf:"varint,9,opt,name=house_id,json=houseId,proto3" json:"house_id"` ExcludeUids []int64 `protobuf:"varint,10,rep,packed,name=exclude_uids,json=excludeUids,proto3" json:"exclude_uids"` BuildingId int64 `protobuf:"varint,11,opt,name=building_id,json=buildingId,proto3" json:"building_id"` UnitId int64 `protobuf:"varint,12,opt,name=unit_id,json=unitId,proto3" json:"unit_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdUserListRequest) Reset() { *m = GardenHouseholdUserListRequest{} } func (m *GardenHouseholdUserListRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdUserListRequest) ProtoMessage() {} func (*GardenHouseholdUserListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{46} } func (m *GardenHouseholdUserListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdUserListRequest.Unmarshal(m, b) } func (m *GardenHouseholdUserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdUserListRequest.Marshal(b, m, deterministic) } func (m *GardenHouseholdUserListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdUserListRequest.Merge(m, src) } func (m *GardenHouseholdUserListRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseholdUserListRequest.Size(m) } func (m *GardenHouseholdUserListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdUserListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdUserListRequest proto.InternalMessageInfo func (m *GardenHouseholdUserListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenHouseholdUserListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseholdUserListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *GardenHouseholdUserListRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *GardenHouseholdUserListRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *GardenHouseholdUserListRequest) GetIdNumber() string { if m != nil { return m.IdNumber } return "" } func (m *GardenHouseholdUserListRequest) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *GardenHouseholdUserListRequest) GetUids() []int64 { if m != nil { return m.Uids } return nil } func (m *GardenHouseholdUserListRequest) GetHouseId() int64 { if m != nil { return m.HouseId } return 0 } func (m *GardenHouseholdUserListRequest) GetExcludeUids() []int64 { if m != nil { return m.ExcludeUids } return nil } func (m *GardenHouseholdUserListRequest) GetBuildingId() int64 { if m != nil { return m.BuildingId } return 0 } func (m *GardenHouseholdUserListRequest) GetUnitId() int64 { if m != nil { return m.UnitId } return 0 } type GardenHouseholdUserItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 1业主 2家人 3租客 UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"` Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"` // 1 身份证 2 护照 IdType int32 `protobuf:"varint,5,opt,name=id_type,json=idType,proto3" json:"id_type"` // 证件号 IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"` GardenName string `protobuf:"bytes,7,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdUserItem) Reset() { *m = GardenHouseholdUserItem{} } func (m *GardenHouseholdUserItem) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdUserItem) ProtoMessage() {} func (*GardenHouseholdUserItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{47} } func (m *GardenHouseholdUserItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdUserItem.Unmarshal(m, b) } func (m *GardenHouseholdUserItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdUserItem.Marshal(b, m, deterministic) } func (m *GardenHouseholdUserItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdUserItem.Merge(m, src) } func (m *GardenHouseholdUserItem) XXX_Size() int { return xxx_messageInfo_GardenHouseholdUserItem.Size(m) } func (m *GardenHouseholdUserItem) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdUserItem.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdUserItem proto.InternalMessageInfo func (m *GardenHouseholdUserItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenHouseholdUserItem) GetUserType() int32 { if m != nil { return m.UserType } return 0 } func (m *GardenHouseholdUserItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *GardenHouseholdUserItem) GetName() string { if m != nil { return m.Name } return "" } func (m *GardenHouseholdUserItem) GetIdType() int32 { if m != nil { return m.IdType } return 0 } func (m *GardenHouseholdUserItem) GetIdNumber() string { if m != nil { return m.IdNumber } return "" } func (m *GardenHouseholdUserItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenHouseholdUserItem) GetHouseName() string { if m != nil { return m.HouseName } return "" } type GardenHouseholdUserListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*GardenHouseholdUserItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseholdUserListReply) Reset() { *m = GardenHouseholdUserListReply{} } func (m *GardenHouseholdUserListReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseholdUserListReply) ProtoMessage() {} func (*GardenHouseholdUserListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{48} } func (m *GardenHouseholdUserListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseholdUserListReply.Unmarshal(m, b) } func (m *GardenHouseholdUserListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseholdUserListReply.Marshal(b, m, deterministic) } func (m *GardenHouseholdUserListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseholdUserListReply.Merge(m, src) } func (m *GardenHouseholdUserListReply) XXX_Size() int { return xxx_messageInfo_GardenHouseholdUserListReply.Size(m) } func (m *GardenHouseholdUserListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseholdUserListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseholdUserListReply proto.InternalMessageInfo func (m *GardenHouseholdUserListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenHouseholdUserListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenHouseholdUserListReply) GetList() []*GardenHouseholdUserItem { if m != nil { return m.List } return nil } type SystemMsgAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content"` Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code"` Uid int64 `protobuf:"varint,4,opt,name=uid,proto3" json:"uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemMsgAddRequest) Reset() { *m = SystemMsgAddRequest{} } func (m *SystemMsgAddRequest) String() string { return proto.CompactTextString(m) } func (*SystemMsgAddRequest) ProtoMessage() {} func (*SystemMsgAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{49} } func (m *SystemMsgAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemMsgAddRequest.Unmarshal(m, b) } func (m *SystemMsgAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemMsgAddRequest.Marshal(b, m, deterministic) } func (m *SystemMsgAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemMsgAddRequest.Merge(m, src) } func (m *SystemMsgAddRequest) XXX_Size() int { return xxx_messageInfo_SystemMsgAddRequest.Size(m) } func (m *SystemMsgAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemMsgAddRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemMsgAddRequest proto.InternalMessageInfo func (m *SystemMsgAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SystemMsgAddRequest) GetContent() string { if m != nil { return m.Content } return "" } func (m *SystemMsgAddRequest) GetCode() string { if m != nil { return m.Code } return "" } func (m *SystemMsgAddRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } type SystemMsgAddReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemMsgAddReply) Reset() { *m = SystemMsgAddReply{} } func (m *SystemMsgAddReply) String() string { return proto.CompactTextString(m) } func (*SystemMsgAddReply) ProtoMessage() {} func (*SystemMsgAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{50} } func (m *SystemMsgAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemMsgAddReply.Unmarshal(m, b) } func (m *SystemMsgAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemMsgAddReply.Marshal(b, m, deterministic) } func (m *SystemMsgAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemMsgAddReply.Merge(m, src) } func (m *SystemMsgAddReply) XXX_Size() int { return xxx_messageInfo_SystemMsgAddReply.Size(m) } func (m *SystemMsgAddReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemMsgAddReply.DiscardUnknown(m) } var xxx_messageInfo_SystemMsgAddReply proto.InternalMessageInfo type SystemMsgListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` 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"` Uid int64 `protobuf:"varint,4,opt,name=uid,proto3" json:"uid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemMsgListRequest) Reset() { *m = SystemMsgListRequest{} } func (m *SystemMsgListRequest) String() string { return proto.CompactTextString(m) } func (*SystemMsgListRequest) ProtoMessage() {} func (*SystemMsgListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{51} } func (m *SystemMsgListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemMsgListRequest.Unmarshal(m, b) } func (m *SystemMsgListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemMsgListRequest.Marshal(b, m, deterministic) } func (m *SystemMsgListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemMsgListRequest.Merge(m, src) } func (m *SystemMsgListRequest) XXX_Size() int { return xxx_messageInfo_SystemMsgListRequest.Size(m) } func (m *SystemMsgListRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemMsgListRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemMsgListRequest proto.InternalMessageInfo func (m *SystemMsgListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SystemMsgListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *SystemMsgListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *SystemMsgListRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } type SystemMsgItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content"` CreatedAt string `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at"` Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemMsgItem) Reset() { *m = SystemMsgItem{} } func (m *SystemMsgItem) String() string { return proto.CompactTextString(m) } func (*SystemMsgItem) ProtoMessage() {} func (*SystemMsgItem) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{52} } func (m *SystemMsgItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemMsgItem.Unmarshal(m, b) } func (m *SystemMsgItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemMsgItem.Marshal(b, m, deterministic) } func (m *SystemMsgItem) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemMsgItem.Merge(m, src) } func (m *SystemMsgItem) XXX_Size() int { return xxx_messageInfo_SystemMsgItem.Size(m) } func (m *SystemMsgItem) XXX_DiscardUnknown() { xxx_messageInfo_SystemMsgItem.DiscardUnknown(m) } var xxx_messageInfo_SystemMsgItem proto.InternalMessageInfo func (m *SystemMsgItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *SystemMsgItem) GetContent() string { if m != nil { return m.Content } return "" } func (m *SystemMsgItem) GetCreatedAt() string { if m != nil { return m.CreatedAt } return "" } func (m *SystemMsgItem) GetCode() string { if m != nil { return m.Code } return "" } type SystemMsgListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*SystemMsgItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemMsgListReply) Reset() { *m = SystemMsgListReply{} } func (m *SystemMsgListReply) String() string { return proto.CompactTextString(m) } func (*SystemMsgListReply) ProtoMessage() {} func (*SystemMsgListReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{53} } func (m *SystemMsgListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemMsgListReply.Unmarshal(m, b) } func (m *SystemMsgListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemMsgListReply.Marshal(b, m, deterministic) } func (m *SystemMsgListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemMsgListReply.Merge(m, src) } func (m *SystemMsgListReply) XXX_Size() int { return xxx_messageInfo_SystemMsgListReply.Size(m) } func (m *SystemMsgListReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemMsgListReply.DiscardUnknown(m) } var xxx_messageInfo_SystemMsgListReply proto.InternalMessageInfo func (m *SystemMsgListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *SystemMsgListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *SystemMsgListReply) GetList() []*SystemMsgItem { if m != nil { return m.List } return nil } type SystemMsgReadedRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id []int64 `protobuf:"varint,2,rep,packed,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemMsgReadedRequest) Reset() { *m = SystemMsgReadedRequest{} } func (m *SystemMsgReadedRequest) String() string { return proto.CompactTextString(m) } func (*SystemMsgReadedRequest) ProtoMessage() {} func (*SystemMsgReadedRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{54} } func (m *SystemMsgReadedRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemMsgReadedRequest.Unmarshal(m, b) } func (m *SystemMsgReadedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemMsgReadedRequest.Marshal(b, m, deterministic) } func (m *SystemMsgReadedRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemMsgReadedRequest.Merge(m, src) } func (m *SystemMsgReadedRequest) XXX_Size() int { return xxx_messageInfo_SystemMsgReadedRequest.Size(m) } func (m *SystemMsgReadedRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemMsgReadedRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemMsgReadedRequest proto.InternalMessageInfo func (m *SystemMsgReadedRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *SystemMsgReadedRequest) GetId() []int64 { if m != nil { return m.Id } return nil } type SystemMsgReadedReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemMsgReadedReply) Reset() { *m = SystemMsgReadedReply{} } func (m *SystemMsgReadedReply) String() string { return proto.CompactTextString(m) } func (*SystemMsgReadedReply) ProtoMessage() {} func (*SystemMsgReadedReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{55} } func (m *SystemMsgReadedReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemMsgReadedReply.Unmarshal(m, b) } func (m *SystemMsgReadedReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemMsgReadedReply.Marshal(b, m, deterministic) } func (m *SystemMsgReadedReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemMsgReadedReply.Merge(m, src) } func (m *SystemMsgReadedReply) XXX_Size() int { return xxx_messageInfo_SystemMsgReadedReply.Size(m) } func (m *SystemMsgReadedReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemMsgReadedReply.DiscardUnknown(m) } var xxx_messageInfo_SystemMsgReadedReply proto.InternalMessageInfo type StatisticRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatisticRequest) Reset() { *m = StatisticRequest{} } func (m *StatisticRequest) String() string { return proto.CompactTextString(m) } func (*StatisticRequest) ProtoMessage() {} func (*StatisticRequest) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{56} } func (m *StatisticRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatisticRequest.Unmarshal(m, b) } func (m *StatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatisticRequest.Marshal(b, m, deterministic) } func (m *StatisticRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_StatisticRequest.Merge(m, src) } func (m *StatisticRequest) XXX_Size() int { return xxx_messageInfo_StatisticRequest.Size(m) } func (m *StatisticRequest) XXX_DiscardUnknown() { xxx_messageInfo_StatisticRequest.DiscardUnknown(m) } var xxx_messageInfo_StatisticRequest proto.InternalMessageInfo func (m *StatisticRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type StatisticWaitFinish struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type"` WaitCount int64 `protobuf:"varint,2,opt,name=wait_count,json=waitCount,proto3" json:"wait_count"` FinishCount int64 `protobuf:"varint,3,opt,name=finish_count,json=finishCount,proto3" json:"finish_count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatisticWaitFinish) Reset() { *m = StatisticWaitFinish{} } func (m *StatisticWaitFinish) String() string { return proto.CompactTextString(m) } func (*StatisticWaitFinish) ProtoMessage() {} func (*StatisticWaitFinish) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{57} } func (m *StatisticWaitFinish) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatisticWaitFinish.Unmarshal(m, b) } func (m *StatisticWaitFinish) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatisticWaitFinish.Marshal(b, m, deterministic) } func (m *StatisticWaitFinish) XXX_Merge(src proto.Message) { xxx_messageInfo_StatisticWaitFinish.Merge(m, src) } func (m *StatisticWaitFinish) XXX_Size() int { return xxx_messageInfo_StatisticWaitFinish.Size(m) } func (m *StatisticWaitFinish) XXX_DiscardUnknown() { xxx_messageInfo_StatisticWaitFinish.DiscardUnknown(m) } var xxx_messageInfo_StatisticWaitFinish proto.InternalMessageInfo func (m *StatisticWaitFinish) GetType() string { if m != nil { return m.Type } return "" } func (m *StatisticWaitFinish) GetWaitCount() int64 { if m != nil { return m.WaitCount } return 0 } func (m *StatisticWaitFinish) GetFinishCount() int64 { if m != nil { return m.FinishCount } return 0 } type StatisticReply struct { // 房屋数 HouseCount int64 `protobuf:"varint,1,opt,name=house_count,json=houseCount,proto3" json:"house_count"` // 住户数 UserCount int64 `protobuf:"varint,2,opt,name=user_count,json=userCount,proto3" json:"user_count"` // 车位数 SpaceCount int64 `protobuf:"varint,3,opt,name=space_count,json=spaceCount,proto3" json:"space_count"` // 车辆数 VehicleCount int64 `protobuf:"varint,4,opt,name=vehicle_count,json=vehicleCount,proto3" json:"vehicle_count"` List []*StatisticWaitFinish `protobuf:"bytes,5,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StatisticReply) Reset() { *m = StatisticReply{} } func (m *StatisticReply) String() string { return proto.CompactTextString(m) } func (*StatisticReply) ProtoMessage() {} func (*StatisticReply) Descriptor() ([]byte, []int) { return fileDescriptor_5b775c37bba03b28, []int{58} } func (m *StatisticReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatisticReply.Unmarshal(m, b) } func (m *StatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StatisticReply.Marshal(b, m, deterministic) } func (m *StatisticReply) XXX_Merge(src proto.Message) { xxx_messageInfo_StatisticReply.Merge(m, src) } func (m *StatisticReply) XXX_Size() int { return xxx_messageInfo_StatisticReply.Size(m) } func (m *StatisticReply) XXX_DiscardUnknown() { xxx_messageInfo_StatisticReply.DiscardUnknown(m) } var xxx_messageInfo_StatisticReply proto.InternalMessageInfo func (m *StatisticReply) GetHouseCount() int64 { if m != nil { return m.HouseCount } return 0 } func (m *StatisticReply) GetUserCount() int64 { if m != nil { return m.UserCount } return 0 } func (m *StatisticReply) GetSpaceCount() int64 { if m != nil { return m.SpaceCount } return 0 } func (m *StatisticReply) GetVehicleCount() int64 { if m != nil { return m.VehicleCount } return 0 } func (m *StatisticReply) GetList() []*StatisticWaitFinish { 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((*BuildingAddManagerRequest)(nil), "pb_v1.BuildingAddManagerRequest") proto.RegisterType((*BuildingAddManagerReply)(nil), "pb_v1.BuildingAddManagerReply") proto.RegisterType((*BuildingDelManagerRequest)(nil), "pb_v1.BuildingDelManagerRequest") proto.RegisterType((*BuildingDelManagerReply)(nil), "pb_v1.BuildingDelManagerReply") 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((*GardenHouseholdListRequest)(nil), "pb_v1.GardenHouseholdListRequest") proto.RegisterType((*GardenHouseholdItem)(nil), "pb_v1.GardenHouseholdItem") proto.RegisterType((*GardenHouseholdListReply)(nil), "pb_v1.GardenHouseholdListReply") proto.RegisterType((*GardenHouseholdUserListRequest)(nil), "pb_v1.GardenHouseholdUserListRequest") proto.RegisterType((*GardenHouseholdUserItem)(nil), "pb_v1.GardenHouseholdUserItem") proto.RegisterType((*GardenHouseholdUserListReply)(nil), "pb_v1.GardenHouseholdUserListReply") proto.RegisterType((*SystemMsgAddRequest)(nil), "pb_v1.SystemMsgAddRequest") proto.RegisterType((*SystemMsgAddReply)(nil), "pb_v1.SystemMsgAddReply") proto.RegisterType((*SystemMsgListRequest)(nil), "pb_v1.SystemMsgListRequest") proto.RegisterType((*SystemMsgItem)(nil), "pb_v1.SystemMsgItem") proto.RegisterType((*SystemMsgListReply)(nil), "pb_v1.SystemMsgListReply") proto.RegisterType((*SystemMsgReadedRequest)(nil), "pb_v1.SystemMsgReadedRequest") proto.RegisterType((*SystemMsgReadedReply)(nil), "pb_v1.SystemMsgReadedReply") proto.RegisterType((*StatisticRequest)(nil), "pb_v1.StatisticRequest") proto.RegisterType((*StatisticWaitFinish)(nil), "pb_v1.StatisticWaitFinish") proto.RegisterType((*StatisticReply)(nil), "pb_v1.StatisticReply") } func init() { proto.RegisterFile("garden.proto", fileDescriptor_5b775c37bba03b28) } var fileDescriptor_5b775c37bba03b28 = []byte{ // 2090 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x4f, 0x73, 0xdc, 0x48, 0x15, 0x2f, 0x69, 0xfe, 0xea, 0xcd, 0x1f, 0xdb, 0xb2, 0xe3, 0xc8, 0xce, 0x26, 0xf6, 0x2a, 0xc0, 0x1a, 0x8a, 0x38, 0x24, 0x50, 0xdc, 0xa0, 0x48, 0xbc, 0x0b, 0xf1, 0x92, 0xe5, 0x30, 0xc1, 0x05, 0xc5, 0x81, 0x41, 0x1e, 0xb5, 0x3d, 0x2a, 0x66, 0x24, 0x31, 0xd2, 0x78, 0x77, 0x52, 0xdc, 0xb8, 0x72, 0xe3, 0x13, 0x70, 0xa5, 0x8a, 0x0b, 0x17, 0x3e, 0x01, 0x5b, 0x9c, 0xf6, 0xc0, 0x95, 0x2a, 0xaa, 0xb8, 0x70, 0xe2, 0x03, 0x70, 0x83, 0x7a, 0xaf, 0xbb, 0xa5, 0x6e, 0x8d, 0x66, 0x3c, 0xe3, 0x72, 0x0a, 0xc2, 0x9e, 0x2c, 0xbd, 0x7e, 0xea, 0xee, 0xf7, 0x7b, 0xbf, 0xf7, 0xa7, 0x7b, 0x0c, 0xed, 0x4b, 0x6f, 0xe2, 0xb3, 0xf0, 0x38, 0x9e, 0x44, 0x69, 0x64, 0xd7, 0xe2, 0xf3, 0xfe, 0xd5, 0x13, 0xf7, 0x9f, 0x06, 0xd8, 0xcf, 0xa7, 0xc1, 0xc8, 0x0f, 0xc2, 0xcb, 0x67, 0xbe, 0xdf, 0x63, 0xbf, 0x98, 0xb2, 0x24, 0xb5, 0xef, 0x81, 0xc5, 0xb5, 0xfb, 0x81, 0xef, 0x18, 0x87, 0xc6, 0x51, 0xa5, 0xd7, 0xe4, 0x82, 0x53, 0xdf, 0x7e, 0x0f, 0x36, 0xce, 0xc5, 0x27, 0xfd, 0x70, 0x3a, 0x3e, 0x67, 0x13, 0xc7, 0x3c, 0x34, 0x8e, 0xac, 0x5e, 0x57, 0x8a, 0x7f, 0x40, 0x52, 0xfb, 0x21, 0x74, 0x72, 0x45, 0x6f, 0xcc, 0x9c, 0x0a, 0xa9, 0xb5, 0x33, 0x35, 0x6f, 0xcc, 0x34, 0x25, 0x6f, 0xc2, 0x3c, 0xa7, 0x7a, 0x68, 0x1c, 0x19, 0xb9, 0xd2, 0xb3, 0x09, 0xf3, 0xec, 0xaf, 0x82, 0x9d, 0x29, 0x4d, 0x13, 0xe6, 0x73, 0xcd, 0x1a, 0x69, 0x6e, 0xca, 0x91, 0xb3, 0x84, 0xf9, 0xa4, 0xed, 0x40, 0x63, 0x10, 0x8d, 0xc7, 0x2c, 0x4c, 0x9d, 0x3a, 0xad, 0x28, 0x5f, 0x5d, 0x17, 0x36, 0x35, 0x6b, 0xe3, 0xd1, 0xcc, 0xee, 0x82, 0x99, 0x19, 0x69, 0x06, 0xbe, 0xfb, 0x6f, 0x03, 0xee, 0x48, 0xa5, 0xb3, 0xd8, 0xf7, 0x52, 0x26, 0x51, 0x29, 0x68, 0xbe, 0xc5, 0x40, 0xe8, 0x0e, 0x6e, 0xe8, 0x0e, 0x76, 0xbf, 0x0f, 0xdb, 0x45, 0x00, 0x10, 0xa8, 0x6f, 0x40, 0x3d, 0x9a, 0x04, 0x97, 0x41, 0x48, 0x10, 0xb4, 0x9e, 0xbe, 0x73, 0x4c, 0x1c, 0x3a, 0x2e, 0x05, 0xab, 0x27, 0x74, 0xdd, 0x67, 0x39, 0xc1, 0xde, 0x67, 0xa3, 0x45, 0x50, 0x6a, 0xfb, 0x31, 0x0b, 0xfb, 0x79, 0x91, 0x7b, 0x8d, 0xa6, 0xb8, 0xf9, 0x66, 0x7e, 0x6d, 0xe4, 0xa6, 0xbd, 0x0c, 0x92, 0x54, 0x6e, 0xa7, 0xc4, 0x93, 0x46, 0xa9, 0x27, 0x6d, 0xa8, 0xc6, 0xde, 0x25, 0x13, 0x5b, 0xa4, 0x67, 0xdc, 0x3b, 0xfe, 0xed, 0x27, 0xc1, 0x6b, 0xee, 0xd9, 0x4a, 0xaf, 0x89, 0x82, 0x57, 0xc1, 0x6b, 0xa6, 0x1b, 0x56, 0x2d, 0x18, 0xf6, 0x2f, 0x03, 0xda, 0x72, 0x3b, 0xa7, 0x29, 0x1b, 0xff, 0x3f, 0x31, 0xec, 0x3e, 0xc0, 0x34, 0x0c, 0xd2, 0xfe, 0x20, 0x9a, 0x86, 0xa9, 0xa0, 0x98, 0x85, 0x92, 0x13, 0x14, 0xb8, 0x17, 0xb0, 0xa5, 0x3b, 0x02, 0x9d, 0xba, 0x03, 0xb5, 0x34, 0x4a, 0xbd, 0x91, 0x40, 0x80, 0xbf, 0x94, 0x62, 0xfe, 0x1e, 0x54, 0x47, 0x41, 0x92, 0x3a, 0x95, 0xc3, 0xca, 0x51, 0xeb, 0xe9, 0x76, 0xc1, 0xf9, 0x88, 0x65, 0x8f, 0x14, 0xdc, 0xd7, 0xb0, 0xa7, 0x44, 0xfc, 0x47, 0x5e, 0xe8, 0x5d, 0xb2, 0xc9, 0x4a, 0x69, 0xee, 0x00, 0x5a, 0x63, 0xae, 0xde, 0x9f, 0x66, 0xa4, 0x04, 0x21, 0x3a, 0x0b, 0x48, 0x21, 0x43, 0x2a, 0xf0, 0x85, 0xe7, 0x41, 0x8a, 0x4e, 0x7d, 0xf7, 0xcb, 0x70, 0xb7, 0x6c, 0xed, 0xb2, 0xa4, 0xf3, 0x22, 0xdf, 0xe6, 0xfb, 0x6c, 0xb4, 0xce, 0x36, 0xf9, 0x4c, 0x66, 0x36, 0xd3, 0x5e, 0xbe, 0xa8, 0x3a, 0x53, 0x3c, 0x9a, 0xb9, 0x53, 0xd8, 0x97, 0x43, 0x42, 0xae, 0xc6, 0xc0, 0x75, 0x60, 0xa8, 0xb6, 0x9a, 0x45, 0x5b, 0xed, 0x3d, 0x68, 0x0e, 0xa3, 0x69, 0xc2, 0x72, 0x24, 0x1a, 0xf4, 0x7e, 0xea, 0xbb, 0xbf, 0x53, 0x82, 0x4e, 0xac, 0x5b, 0x4a, 0xf6, 0x6b, 0x01, 0xb7, 0xa1, 0xaa, 0x70, 0x9b, 0x9e, 0x91, 0x32, 0xf1, 0x30, 0x0a, 0x19, 0x71, 0xd9, 0xea, 0xf1, 0x17, 0xb4, 0x65, 0x9a, 0xb0, 0x09, 0x0f, 0x85, 0x1a, 0x8d, 0x34, 0x51, 0x40, 0x61, 0x70, 0x0f, 0xac, 0x28, 0x66, 0x61, 0x30, 0xc6, 0xbd, 0x72, 0xd6, 0x36, 0xb9, 0xe0, 0xd4, 0x77, 0x3f, 0x04, 0xa7, 0x14, 0x23, 0x74, 0xda, 0xb1, 0x20, 0x9d, 0x41, 0xa4, 0xdb, 0x2f, 0x90, 0x4e, 0x31, 0x4d, 0x70, 0xef, 0xcf, 0x06, 0x74, 0xcf, 0xc2, 0x20, 0x5d, 0xb5, 0xb0, 0x5e, 0x0b, 0xf2, 0x01, 0xb4, 0x28, 0xa6, 0x44, 0x2a, 0x10, 0x8c, 0x43, 0x91, 0x48, 0x03, 0x68, 0x37, 0x29, 0xa0, 0xdd, 0x55, 0x61, 0x37, 0x0e, 0xa3, 0xdd, 0xf2, 0xeb, 0x91, 0x37, 0x63, 0x93, 0x84, 0x60, 0x11, 0x5f, 0xbf, 0x24, 0x09, 0xf9, 0xd0, 0x4b, 0xfa, 0xa3, 0xe0, 0x82, 0x47, 0x73, 0xb3, 0xd7, 0x18, 0x7a, 0xc9, 0xcb, 0xe0, 0x22, 0x75, 0x1f, 0x40, 0x3b, 0xb3, 0xa4, 0x8c, 0xbf, 0x7f, 0x35, 0x60, 0x0b, 0x15, 0x96, 0x17, 0xcc, 0x65, 0x59, 0xfe, 0x4d, 0x1b, 0x57, 0x00, 0xb7, 0x5e, 0xca, 0x60, 0x69, 0x7d, 0x43, 0xb7, 0xfe, 0x04, 0x36, 0x54, 0xe3, 0x10, 0x80, 0xaf, 0x15, 0xea, 0x8f, 0x23, 0xd8, 0x30, 0x07, 0x42, 0x56, 0x7b, 0xbe, 0xc5, 0xc9, 0x70, 0xd3, 0x22, 0xf8, 0x1d, 0xee, 0x81, 0xac, 0x00, 0xae, 0xbf, 0x81, 0xdf, 0x1a, 0xdc, 0x0c, 0x35, 0xe8, 0x0b, 0xa0, 0x1b, 0x73, 0xa0, 0x5f, 0xcb, 0x49, 0x99, 0x9d, 0x2b, 0x8b, 0x2a, 0x62, 0x75, 0x59, 0x45, 0xac, 0x15, 0xac, 0xfc, 0x95, 0x09, 0x4d, 0xdc, 0xe3, 0xa2, 0x04, 0xf1, 0x5f, 0x8d, 0x8f, 0xb9, 0x22, 0x5b, 0x2f, 0x29, 0xb2, 0x8b, 0x69, 0x54, 0x56, 0xcd, 0x9b, 0x65, 0xd5, 0xdc, 0xfd, 0x29, 0x74, 0x72, 0x47, 0xad, 0x57, 0x18, 0x1f, 0x6a, 0x85, 0x71, 0x43, 0x21, 0x85, 0x92, 0x98, 0xfe, 0x64, 0xc2, 0xc6, 0x0b, 0xcc, 0xce, 0xb7, 0x96, 0x99, 0xee, 0x42, 0x83, 0xb0, 0xcb, 0xb2, 0x7f, 0x1d, 0x5f, 0x4f, 0x7d, 0xfb, 0x5d, 0x68, 0xf3, 0xba, 0x20, 0x0c, 0xe6, 0xa0, 0xb7, 0x48, 0x26, 0x9c, 0xb2, 0x03, 0x35, 0x82, 0x5c, 0x20, 0xce, 0x5f, 0xb0, 0x7f, 0x98, 0x44, 0xd1, 0x58, 0xf4, 0x0f, 0x3c, 0x5c, 0x2d, 0x94, 0x50, 0xff, 0x80, 0xc3, 0x43, 0x6f, 0x34, 0xd2, 0xdb, 0x0b, 0x94, 0xe4, 0xc3, 0xb4, 0x6c, 0x3a, 0x8b, 0x19, 0xa1, 0x8c, 0xc3, 0x28, 0xf9, 0xe1, 0x2c, 0x66, 0xf9, 0x30, 0x35, 0x37, 0x16, 0x35, 0x37, 0x7c, 0x98, 0xba, 0x9a, 0x2f, 0xc1, 0x06, 0x1f, 0xce, 0x1b, 0x20, 0x20, 0x9d, 0x0e, 0x89, 0x65, 0xf7, 0xe3, 0x1e, 0x40, 0x27, 0x87, 0xb1, 0x2c, 0x2d, 0xfe, 0xd1, 0x04, 0x9b, 0x34, 0x96, 0xe7, 0xc5, 0x92, 0xf5, 0xcc, 0x92, 0xf5, 0x74, 0x1f, 0x55, 0x0a, 0x3e, 0x7a, 0x2b, 0x91, 0x56, 0x78, 0x03, 0x2a, 0x6f, 0xdc, 0x0f, 0x60, 0x53, 0x03, 0x0e, 0xd1, 0x7d, 0x52, 0x48, 0x79, 0x7b, 0x82, 0xdd, 0xf3, 0x08, 0x67, 0x39, 0xef, 0xdb, 0x82, 0xe8, 0x37, 0xcd, 0xba, 0xcf, 0x85, 0x87, 0xb3, 0xb4, 0x7b, 0x83, 0x3d, 0xfc, 0xdd, 0x14, 0xb6, 0xa8, 0x89, 0xb7, 0xe8, 0x2d, 0x63, 0xde, 0x5b, 0x37, 0x0f, 0x3a, 0xdd, 0x27, 0x48, 0x84, 0x9a, 0xea, 0x13, 0x99, 0x37, 0x6a, 0x8b, 0x52, 0x76, 0x7d, 0x59, 0xca, 0x6e, 0x2c, 0xe2, 0x5d, 0x92, 0x7a, 0xe9, 0x34, 0x21, 0x0a, 0xd4, 0x84, 0x25, 0xaf, 0x48, 0x94, 0xf3, 0xce, 0x52, 0x79, 0xa7, 0xb6, 0x8c, 0xa0, 0xb5, 0x8c, 0xf6, 0x26, 0x54, 0xb0, 0x05, 0x6c, 0x91, 0x14, 0x1f, 0x73, 0x93, 0x26, 0x78, 0xd6, 0x68, 0x53, 0x62, 0xe5, 0x26, 0xf5, 0xf0, 0x60, 0xff, 0x59, 0x05, 0x2c, 0xc2, 0xf8, 0x66, 0x85, 0xe3, 0x73, 0x99, 0xbe, 0xf2, 0x69, 0xa8, 0x98, 0xb5, 0xc8, 0x34, 0x3e, 0x0d, 0x55, 0xb2, 0x5d, 0xa8, 0x0b, 0x97, 0xb6, 0xc9, 0xa5, 0xe2, 0x4d, 0xab, 0x70, 0x9d, 0x6b, 0x2b, 0x5c, 0xb7, 0xf4, 0xbc, 0x5a, 0xa8, 0xd4, 0x1b, 0xc5, 0x4a, 0xed, 0xfe, 0x0c, 0xba, 0x4a, 0xcc, 0xac, 0x57, 0x03, 0xbf, 0xa0, 0xd5, 0xc0, 0x4d, 0x35, 0x42, 0x95, 0x22, 0xf8, 0x99, 0x01, 0x5b, 0xcf, 0xbd, 0x74, 0x30, 0xd4, 0x4e, 0xe0, 0xca, 0x81, 0xd6, 0xd0, 0x0f, 0xb4, 0xff, 0xeb, 0x67, 0x71, 0xf7, 0x0f, 0x06, 0x74, 0xc8, 0xa0, 0xac, 0x81, 0x52, 0x3d, 0x65, 0x5c, 0xeb, 0x29, 0x73, 0x15, 0x4f, 0xdd, 0x72, 0x4f, 0x85, 0x15, 0xb2, 0x4b, 0x9b, 0xce, 0xa3, 0xb7, 0x84, 0xbe, 0x46, 0x19, 0x7d, 0x6f, 0xcf, 0x84, 0xb7, 0x31, 0xca, 0xdd, 0x4f, 0x0d, 0xd8, 0xc9, 0x91, 0x5b, 0xb5, 0x93, 0xfb, 0x26, 0x58, 0x12, 0x9d, 0xc4, 0x31, 0x29, 0x40, 0xe4, 0xc9, 0x61, 0x2e, 0x18, 0x7a, 0xb9, 0xaa, 0xfd, 0x15, 0xa8, 0x21, 0x60, 0x89, 0x08, 0xaa, 0x1d, 0xf5, 0x9b, 0xac, 0xbb, 0xe4, 0x2a, 0xf6, 0x23, 0xa8, 0xd3, 0x36, 0x13, 0xa7, 0x4a, 0xca, 0x77, 0x54, 0xe5, 0x3c, 0x0c, 0x85, 0x92, 0xbb, 0x03, 0x76, 0xc1, 0x8e, 0x78, 0x34, 0x73, 0x3f, 0x14, 0x45, 0xf3, 0x34, 0xbc, 0x88, 0xa4, 0x65, 0x6a, 0xc5, 0x30, 0xf4, 0x8a, 0xb1, 0xb4, 0x8a, 0xff, 0xa6, 0x2e, 0xb2, 0x09, 0x9f, 0x0c, 0xb3, 0xc9, 0xed, 0xdc, 0x70, 0xdf, 0x06, 0xb3, 0x0e, 0xa0, 0x25, 0x76, 0xa2, 0xdc, 0x56, 0x00, 0x17, 0x51, 0x0c, 0xed, 0x43, 0x33, 0x9e, 0x44, 0x57, 0x41, 0x38, 0x90, 0x27, 0x8e, 0xec, 0x1d, 0xd3, 0xdf, 0x20, 0x48, 0x67, 0xc4, 0x2d, 0xab, 0x47, 0xcf, 0x28, 0x23, 0xc6, 0xf0, 0xb3, 0x05, 0x3d, 0xf3, 0x5c, 0x3e, 0x61, 0x2c, 0x25, 0x1e, 0x59, 0x3d, 0xf1, 0x86, 0x73, 0x0f, 0xa2, 0x71, 0x90, 0xa6, 0x8c, 0x51, 0x8d, 0xb0, 0x7a, 0xd9, 0x7b, 0x4e, 0xf9, 0x56, 0x81, 0xf2, 0x0a, 0x2b, 0xdb, 0x2b, 0xd4, 0x9e, 0xce, 0x82, 0xda, 0xa3, 0x44, 0x4e, 0x77, 0x79, 0xe4, 0x6c, 0x2c, 0x8f, 0x9c, 0xcd, 0x62, 0xe4, 0xb8, 0xd0, 0x91, 0xce, 0x0d, 0x71, 0x23, 0xce, 0x16, 0x25, 0x3f, 0x81, 0xf3, 0x69, 0x78, 0x96, 0x50, 0x02, 0x96, 0x28, 0xf6, 0x07, 0x91, 0xcf, 0x1c, 0x9b, 0x67, 0x69, 0x29, 0x3c, 0x89, 0x7c, 0x6a, 0x7c, 0x10, 0x52, 0xae, 0xb0, 0x2d, 0xf0, 0x09, 0xd2, 0x99, 0x1c, 0x44, 0xfb, 0xf8, 0xe0, 0x0e, 0x1f, 0x44, 0x01, 0x0d, 0x1e, 0x40, 0x8b, 0x43, 0xcc, 0x87, 0xef, 0x70, 0xaf, 0x72, 0x11, 0x29, 0x3c, 0x84, 0x8e, 0x44, 0x9a, 0xab, 0xec, 0xf2, 0xf5, 0xa5, 0x90, 0x94, 0x8a, 0xbd, 0xd5, 0xdd, 0xf9, 0xde, 0xaa, 0xd0, 0xdb, 0x38, 0xcb, 0x7a, 0x9b, 0x3d, 0xad, 0xc5, 0xfe, 0x31, 0x38, 0x14, 0x14, 0x27, 0x43, 0x2f, 0xbc, 0x14, 0xd3, 0xad, 0x10, 0x69, 0xc5, 0x3d, 0x99, 0x73, 0x7b, 0x72, 0x1d, 0xd8, 0x2d, 0x99, 0x19, 0xa3, 0xfa, 0xf7, 0x06, 0xec, 0x7f, 0x8f, 0xbc, 0x40, 0x0a, 0xc3, 0x68, 0xe4, 0xaf, 0x7c, 0x07, 0x29, 0x9a, 0x42, 0x33, 0x6f, 0x0a, 0x6f, 0x72, 0xf7, 0x40, 0xf7, 0x82, 0x44, 0x9b, 0x1a, 0x6d, 0x9c, 0xee, 0x05, 0x65, 0x5b, 0xac, 0x9c, 0xea, 0xe9, 0xd9, 0xfd, 0x8b, 0x09, 0xdb, 0x85, 0xfd, 0x96, 0x76, 0x98, 0xda, 0xc4, 0x66, 0x61, 0xe2, 0xec, 0x8e, 0xb2, 0xa2, 0xde, 0x51, 0xca, 0xe5, 0xaa, 0xca, 0x6d, 0xe6, 0x3e, 0x34, 0xbd, 0x38, 0x66, 0xa1, 0x1f, 0x7c, 0xe2, 0xd4, 0x0e, 0x2b, 0xc4, 0x28, 0xf1, 0x8e, 0x7e, 0x0c, 0x7c, 0xbe, 0x40, 0x9d, 0xf7, 0x63, 0x81, 0x4f, 0xd3, 0xdf, 0x03, 0x2b, 0xf0, 0x65, 0x82, 0xe1, 0x89, 0xa0, 0x19, 0xf8, 0x22, 0xbb, 0xe8, 0x3d, 0x5e, 0xb3, 0xd8, 0xe3, 0x7d, 0x11, 0xba, 0x5e, 0x8c, 0x94, 0xcf, 0xdc, 0x69, 0xd1, 0xdc, 0x1d, 0x21, 0xcd, 0x49, 0xa6, 0xe6, 0x28, 0x98, 0xcb, 0x51, 0xf3, 0x0d, 0xbb, 0xca, 0xa0, 0xb6, 0x7e, 0x21, 0x9c, 0x82, 0x53, 0xca, 0x01, 0xcc, 0xcb, 0xd2, 0xa5, 0x86, 0xe2, 0xd2, 0xac, 0xf3, 0x33, 0xd5, 0xce, 0xef, 0x58, 0xeb, 0xf2, 0xe4, 0x6d, 0x6c, 0x89, 0xb3, 0x44, 0xbf, 0xf7, 0x37, 0x13, 0x1e, 0x14, 0x46, 0xcf, 0x92, 0x35, 0xae, 0xc0, 0xd7, 0xfe, 0xe9, 0xa7, 0xcc, 0xc1, 0x19, 0x15, 0x6a, 0x85, 0xeb, 0xea, 0xdc, 0x83, 0xf5, 0x82, 0x07, 0x35, 0x6a, 0x35, 0xe6, 0x39, 0x3b, 0x0d, 0x7c, 0x3c, 0x74, 0x55, 0x70, 0x53, 0xf8, 0xac, 0x21, 0x6f, 0xcd, 0xc5, 0x2e, 0xfb, 0x64, 0x30, 0x9a, 0xfa, 0xac, 0x4f, 0x9f, 0x01, 0x7d, 0xd6, 0x12, 0xb2, 0x33, 0xfc, 0xba, 0x90, 0x4f, 0x5a, 0xcb, 0xf2, 0x49, 0x5b, 0xcb, 0x27, 0xff, 0x30, 0xe0, 0x6e, 0x09, 0xc0, 0x6f, 0x32, 0x5e, 0x94, 0x98, 0xa8, 0x2d, 0x8e, 0x89, 0x22, 0xa2, 0x05, 0x36, 0x37, 0xe6, 0xd8, 0xbc, 0x3c, 0x68, 0xdc, 0x5f, 0xc2, 0x3b, 0x0b, 0x89, 0xb4, 0xde, 0x49, 0xe5, 0xa9, 0xc6, 0xe1, 0x07, 0xe5, 0x1c, 0x96, 0x20, 0x0a, 0x1e, 0x4f, 0x60, 0xfb, 0xd5, 0x2c, 0x49, 0xd9, 0xf8, 0xa3, 0x64, 0xe5, 0x9f, 0xec, 0xe9, 0x54, 0x13, 0xa6, 0x78, 0xaa, 0x31, 0xe5, 0xa9, 0x86, 0x5e, 0xa9, 0x81, 0xc0, 0xea, 0x23, 0x7e, 0x53, 0xc1, 0x67, 0x19, 0xcc, 0xd5, 0x2c, 0x98, 0xdd, 0x6d, 0xd8, 0xd2, 0xd7, 0xc4, 0x5c, 0x7e, 0x05, 0x3b, 0x99, 0xf0, 0xcd, 0x45, 0xd1, 0xfc, 0x66, 0x46, 0xd0, 0xc9, 0xd6, 0x2d, 0x25, 0xd7, 0x62, 0x6b, 0xef, 0x03, 0x0c, 0x26, 0xcc, 0x4b, 0xb1, 0x35, 0x49, 0x85, 0xcd, 0x96, 0x90, 0x3c, 0xcb, 0xc1, 0xa8, 0xe5, 0x60, 0xb8, 0x43, 0xb0, 0x0b, 0x56, 0xae, 0xe7, 0xe2, 0x23, 0xcd, 0xc5, 0xb2, 0x6f, 0xd6, 0x0c, 0x10, 0x8e, 0xfd, 0x00, 0x76, 0x33, 0x71, 0x8f, 0x79, 0x3e, 0xf3, 0xd7, 0xfa, 0x01, 0xb0, 0x22, 0xee, 0x1c, 0x77, 0x15, 0xb7, 0xc8, 0x69, 0xd0, 0x5d, 0x8f, 0x61, 0x13, 0xb3, 0x79, 0x90, 0xa4, 0xc1, 0x60, 0x95, 0x89, 0xdd, 0x9f, 0xc3, 0x76, 0xf6, 0xc1, 0x8f, 0xbc, 0x20, 0xfd, 0x6e, 0x10, 0x06, 0xc9, 0x10, 0x8d, 0xa4, 0x80, 0xe3, 0xc7, 0x63, 0x7a, 0x46, 0x5c, 0x3f, 0xf6, 0xb2, 0x1f, 0x7b, 0xb9, 0xf9, 0x16, 0x4a, 0x78, 0xbb, 0xf6, 0x2e, 0xb4, 0x2f, 0xe8, 0x63, 0xa1, 0xc0, 0x7d, 0xdc, 0xe2, 0x32, 0xfe, 0x7b, 0xf0, 0xa7, 0x06, 0x74, 0x95, 0xed, 0x21, 0xc6, 0x07, 0xc0, 0x9b, 0x0a, 0xf1, 0x91, 0xf8, 0x6d, 0x82, 0x44, 0x59, 0x17, 0x48, 0x49, 0x44, 0x5b, 0x15, 0x25, 0x7c, 0x18, 0x5b, 0xb0, 0xd8, 0x1b, 0x30, 0x6d, 0x51, 0x20, 0x11, 0x57, 0x78, 0x08, 0x9d, 0x2b, 0x36, 0x0c, 0x06, 0x23, 0xa9, 0xc2, 0x49, 0xd6, 0x16, 0x42, 0xae, 0x24, 0xcb, 0x4c, 0x4d, 0x2b, 0x33, 0x25, 0xc0, 0x70, 0x2f, 0x3e, 0x3f, 0xf8, 0xc9, 0xfd, 0x78, 0x12, 0xc5, 0x6c, 0x92, 0xce, 0x1e, 0x25, 0xe4, 0x87, 0x47, 0x97, 0x5e, 0xca, 0x3e, 0xf6, 0x66, 0x8f, 0xe3, 0xf3, 0xc7, 0x57, 0x4f, 0xce, 0xeb, 0xf4, 0x0f, 0x38, 0x5f, 0xff, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x29, 0x56, 0x85, 0xeb, 0x90, 0x23, 0x00, 0x00, }