123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: household.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 HouseholdDelApplyRequest struct {
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
- HouseId int64 `protobuf:"varint,2,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- BuildingId int64 `protobuf:"varint,4,opt,name=building_id,json=buildingId,proto3" json:"building_id"`
- UnitId int64 `protobuf:"varint,5,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdDelApplyRequest) Reset() { *m = HouseholdDelApplyRequest{} }
- func (m *HouseholdDelApplyRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseholdDelApplyRequest) ProtoMessage() {}
- func (*HouseholdDelApplyRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{0}
- }
- func (m *HouseholdDelApplyRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdDelApplyRequest.Unmarshal(m, b)
- }
- func (m *HouseholdDelApplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdDelApplyRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseholdDelApplyRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdDelApplyRequest.Merge(m, src)
- }
- func (m *HouseholdDelApplyRequest) XXX_Size() int {
- return xxx_messageInfo_HouseholdDelApplyRequest.Size(m)
- }
- func (m *HouseholdDelApplyRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdDelApplyRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdDelApplyRequest proto.InternalMessageInfo
- func (m *HouseholdDelApplyRequest) GetId() int64 {
- if m != nil {
- return m.Id
- }
- return 0
- }
- func (m *HouseholdDelApplyRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *HouseholdDelApplyRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseholdDelApplyRequest) GetBuildingId() int64 {
- if m != nil {
- return m.BuildingId
- }
- return 0
- }
- func (m *HouseholdDelApplyRequest) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- type HouseholdDelApplyReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdDelApplyReply) Reset() { *m = HouseholdDelApplyReply{} }
- func (m *HouseholdDelApplyReply) String() string { return proto.CompactTextString(m) }
- func (*HouseholdDelApplyReply) ProtoMessage() {}
- func (*HouseholdDelApplyReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{1}
- }
- func (m *HouseholdDelApplyReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdDelApplyReply.Unmarshal(m, b)
- }
- func (m *HouseholdDelApplyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdDelApplyReply.Marshal(b, m, deterministic)
- }
- func (m *HouseholdDelApplyReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdDelApplyReply.Merge(m, src)
- }
- func (m *HouseholdDelApplyReply) XXX_Size() int {
- return xxx_messageInfo_HouseholdDelApplyReply.Size(m)
- }
- func (m *HouseholdDelApplyReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdDelApplyReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdDelApplyReply proto.InternalMessageInfo
- type HouseholdGardenNameChangeRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdGardenNameChangeRequest) Reset() { *m = HouseholdGardenNameChangeRequest{} }
- func (m *HouseholdGardenNameChangeRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseholdGardenNameChangeRequest) ProtoMessage() {}
- func (*HouseholdGardenNameChangeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{2}
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdGardenNameChangeRequest.Unmarshal(m, b)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdGardenNameChangeRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdGardenNameChangeRequest.Merge(m, src)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_Size() int {
- return xxx_messageInfo_HouseholdGardenNameChangeRequest.Size(m)
- }
- func (m *HouseholdGardenNameChangeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdGardenNameChangeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdGardenNameChangeRequest proto.InternalMessageInfo
- func (m *HouseholdGardenNameChangeRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseholdGardenNameChangeRequest) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- type HouseholdGardenNameChangeReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdGardenNameChangeReply) Reset() { *m = HouseholdGardenNameChangeReply{} }
- func (m *HouseholdGardenNameChangeReply) String() string { return proto.CompactTextString(m) }
- func (*HouseholdGardenNameChangeReply) ProtoMessage() {}
- func (*HouseholdGardenNameChangeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{3}
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdGardenNameChangeReply.Unmarshal(m, b)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdGardenNameChangeReply.Marshal(b, m, deterministic)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdGardenNameChangeReply.Merge(m, src)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_Size() int {
- return xxx_messageInfo_HouseholdGardenNameChangeReply.Size(m)
- }
- func (m *HouseholdGardenNameChangeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdGardenNameChangeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdGardenNameChangeReply proto.InternalMessageInfo
- type HouseholdRefuseRequest 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"`
- UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- BuildingId int64 `protobuf:"varint,4,opt,name=building_id,json=buildingId,proto3" json:"building_id"`
- Feedback string `protobuf:"bytes,5,opt,name=feedback,proto3" json:"feedback"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdRefuseRequest) Reset() { *m = HouseholdRefuseRequest{} }
- func (m *HouseholdRefuseRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseholdRefuseRequest) ProtoMessage() {}
- func (*HouseholdRefuseRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{4}
- }
- func (m *HouseholdRefuseRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdRefuseRequest.Unmarshal(m, b)
- }
- func (m *HouseholdRefuseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdRefuseRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseholdRefuseRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdRefuseRequest.Merge(m, src)
- }
- func (m *HouseholdRefuseRequest) XXX_Size() int {
- return xxx_messageInfo_HouseholdRefuseRequest.Size(m)
- }
- func (m *HouseholdRefuseRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdRefuseRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdRefuseRequest proto.InternalMessageInfo
- func (m *HouseholdRefuseRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetBuildingId() int64 {
- if m != nil {
- return m.BuildingId
- }
- return 0
- }
- func (m *HouseholdRefuseRequest) GetFeedback() string {
- if m != nil {
- return m.Feedback
- }
- return ""
- }
- type HouseholdRefuseReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdRefuseReply) Reset() { *m = HouseholdRefuseReply{} }
- func (m *HouseholdRefuseReply) String() string { return proto.CompactTextString(m) }
- func (*HouseholdRefuseReply) ProtoMessage() {}
- func (*HouseholdRefuseReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{5}
- }
- func (m *HouseholdRefuseReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdRefuseReply.Unmarshal(m, b)
- }
- func (m *HouseholdRefuseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdRefuseReply.Marshal(b, m, deterministic)
- }
- func (m *HouseholdRefuseReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdRefuseReply.Merge(m, src)
- }
- func (m *HouseholdRefuseReply) XXX_Size() int {
- return xxx_messageInfo_HouseholdRefuseReply.Size(m)
- }
- func (m *HouseholdRefuseReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdRefuseReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdRefuseReply proto.InternalMessageInfo
- type HouseRentChangeFieldRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- HouseId int64 `protobuf:"varint,2,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- RoomCount int64 `protobuf:"varint,4,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
- HallCount int64 `protobuf:"varint,5,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
- HasLift bool `protobuf:"varint,6,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"`
- HouseArea float64 `protobuf:"fixed64,7,opt,name=house_area,json=houseArea,proto3" json:"house_area"`
- Layer int64 `protobuf:"varint,8,opt,name=layer,proto3" json:"layer"`
- GardenName string `protobuf:"bytes,9,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- Lnt float64 `protobuf:"fixed64,10,opt,name=lnt,proto3" json:"lnt"`
- Lat float64 `protobuf:"fixed64,11,opt,name=lat,proto3" json:"lat"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseRentChangeFieldRequest) Reset() { *m = HouseRentChangeFieldRequest{} }
- func (m *HouseRentChangeFieldRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseRentChangeFieldRequest) ProtoMessage() {}
- func (*HouseRentChangeFieldRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{6}
- }
- func (m *HouseRentChangeFieldRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseRentChangeFieldRequest.Unmarshal(m, b)
- }
- func (m *HouseRentChangeFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseRentChangeFieldRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseRentChangeFieldRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseRentChangeFieldRequest.Merge(m, src)
- }
- func (m *HouseRentChangeFieldRequest) XXX_Size() int {
- return xxx_messageInfo_HouseRentChangeFieldRequest.Size(m)
- }
- func (m *HouseRentChangeFieldRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseRentChangeFieldRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseRentChangeFieldRequest proto.InternalMessageInfo
- func (m *HouseRentChangeFieldRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetRoomCount() int64 {
- if m != nil {
- return m.RoomCount
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetHallCount() int64 {
- if m != nil {
- return m.HallCount
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetHasLift() bool {
- if m != nil {
- return m.HasLift
- }
- return false
- }
- func (m *HouseRentChangeFieldRequest) GetHouseArea() float64 {
- if m != nil {
- return m.HouseArea
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetLayer() int64 {
- if m != nil {
- return m.Layer
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *HouseRentChangeFieldRequest) GetLnt() float64 {
- if m != nil {
- return m.Lnt
- }
- return 0
- }
- func (m *HouseRentChangeFieldRequest) GetLat() float64 {
- if m != nil {
- return m.Lat
- }
- return 0
- }
- type HouseRentChangeFieldReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseRentChangeFieldReply) Reset() { *m = HouseRentChangeFieldReply{} }
- func (m *HouseRentChangeFieldReply) String() string { return proto.CompactTextString(m) }
- func (*HouseRentChangeFieldReply) ProtoMessage() {}
- func (*HouseRentChangeFieldReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{7}
- }
- func (m *HouseRentChangeFieldReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseRentChangeFieldReply.Unmarshal(m, b)
- }
- func (m *HouseRentChangeFieldReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseRentChangeFieldReply.Marshal(b, m, deterministic)
- }
- func (m *HouseRentChangeFieldReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseRentChangeFieldReply.Merge(m, src)
- }
- func (m *HouseRentChangeFieldReply) XXX_Size() int {
- return xxx_messageInfo_HouseRentChangeFieldReply.Size(m)
- }
- func (m *HouseRentChangeFieldReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseRentChangeFieldReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseRentChangeFieldReply proto.InternalMessageInfo
- type HouseholdWaitCountRequest 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"`
- UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
- HouseId int64 `protobuf:"varint,4,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdWaitCountRequest) Reset() { *m = HouseholdWaitCountRequest{} }
- func (m *HouseholdWaitCountRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseholdWaitCountRequest) ProtoMessage() {}
- func (*HouseholdWaitCountRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{8}
- }
- func (m *HouseholdWaitCountRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdWaitCountRequest.Unmarshal(m, b)
- }
- func (m *HouseholdWaitCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdWaitCountRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseholdWaitCountRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdWaitCountRequest.Merge(m, src)
- }
- func (m *HouseholdWaitCountRequest) XXX_Size() int {
- return xxx_messageInfo_HouseholdWaitCountRequest.Size(m)
- }
- func (m *HouseholdWaitCountRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdWaitCountRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdWaitCountRequest proto.InternalMessageInfo
- func (m *HouseholdWaitCountRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseholdWaitCountRequest) GetBuildingId() int64 {
- if m != nil {
- return m.BuildingId
- }
- return 0
- }
- func (m *HouseholdWaitCountRequest) GetUnitId() int64 {
- if m != nil {
- return m.UnitId
- }
- return 0
- }
- func (m *HouseholdWaitCountRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- type HouseholdWaitCountReply struct {
- Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdWaitCountReply) Reset() { *m = HouseholdWaitCountReply{} }
- func (m *HouseholdWaitCountReply) String() string { return proto.CompactTextString(m) }
- func (*HouseholdWaitCountReply) ProtoMessage() {}
- func (*HouseholdWaitCountReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{9}
- }
- func (m *HouseholdWaitCountReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdWaitCountReply.Unmarshal(m, b)
- }
- func (m *HouseholdWaitCountReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdWaitCountReply.Marshal(b, m, deterministic)
- }
- func (m *HouseholdWaitCountReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdWaitCountReply.Merge(m, src)
- }
- func (m *HouseholdWaitCountReply) XXX_Size() int {
- return xxx_messageInfo_HouseholdWaitCountReply.Size(m)
- }
- func (m *HouseholdWaitCountReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdWaitCountReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdWaitCountReply proto.InternalMessageInfo
- func (m *HouseholdWaitCountReply) GetCount() int64 {
- if m != nil {
- return m.Count
- }
- return 0
- }
- type HouseholdDelHouseRequest struct {
- HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"`
- HouseholdUid int64 `protobuf:"varint,2,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
- GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- RentIds []int64 `protobuf:"varint,4,rep,packed,name=rent_ids,json=rentIds,proto3" json:"rent_ids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdDelHouseRequest) Reset() { *m = HouseholdDelHouseRequest{} }
- func (m *HouseholdDelHouseRequest) String() string { return proto.CompactTextString(m) }
- func (*HouseholdDelHouseRequest) ProtoMessage() {}
- func (*HouseholdDelHouseRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{10}
- }
- func (m *HouseholdDelHouseRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdDelHouseRequest.Unmarshal(m, b)
- }
- func (m *HouseholdDelHouseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdDelHouseRequest.Marshal(b, m, deterministic)
- }
- func (m *HouseholdDelHouseRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdDelHouseRequest.Merge(m, src)
- }
- func (m *HouseholdDelHouseRequest) XXX_Size() int {
- return xxx_messageInfo_HouseholdDelHouseRequest.Size(m)
- }
- func (m *HouseholdDelHouseRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdDelHouseRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdDelHouseRequest proto.InternalMessageInfo
- func (m *HouseholdDelHouseRequest) GetHouseId() int64 {
- if m != nil {
- return m.HouseId
- }
- return 0
- }
- func (m *HouseholdDelHouseRequest) GetHouseholdUid() int64 {
- if m != nil {
- return m.HouseholdUid
- }
- return 0
- }
- func (m *HouseholdDelHouseRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *HouseholdDelHouseRequest) GetRentIds() []int64 {
- if m != nil {
- return m.RentIds
- }
- return nil
- }
- type HouseholdDelHouseReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *HouseholdDelHouseReply) Reset() { *m = HouseholdDelHouseReply{} }
- func (m *HouseholdDelHouseReply) String() string { return proto.CompactTextString(m) }
- func (*HouseholdDelHouseReply) ProtoMessage() {}
- func (*HouseholdDelHouseReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_137f5ce6ca8cb923, []int{11}
- }
- func (m *HouseholdDelHouseReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_HouseholdDelHouseReply.Unmarshal(m, b)
- }
- func (m *HouseholdDelHouseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_HouseholdDelHouseReply.Marshal(b, m, deterministic)
- }
- func (m *HouseholdDelHouseReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_HouseholdDelHouseReply.Merge(m, src)
- }
- func (m *HouseholdDelHouseReply) XXX_Size() int {
- return xxx_messageInfo_HouseholdDelHouseReply.Size(m)
- }
- func (m *HouseholdDelHouseReply) XXX_DiscardUnknown() {
- xxx_messageInfo_HouseholdDelHouseReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_HouseholdDelHouseReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*HouseholdDelApplyRequest)(nil), "pb_v1.HouseholdDelApplyRequest")
- proto.RegisterType((*HouseholdDelApplyReply)(nil), "pb_v1.HouseholdDelApplyReply")
- proto.RegisterType((*HouseholdGardenNameChangeRequest)(nil), "pb_v1.HouseholdGardenNameChangeRequest")
- proto.RegisterType((*HouseholdGardenNameChangeReply)(nil), "pb_v1.HouseholdGardenNameChangeReply")
- proto.RegisterType((*HouseholdRefuseRequest)(nil), "pb_v1.HouseholdRefuseRequest")
- proto.RegisterType((*HouseholdRefuseReply)(nil), "pb_v1.HouseholdRefuseReply")
- proto.RegisterType((*HouseRentChangeFieldRequest)(nil), "pb_v1.HouseRentChangeFieldRequest")
- proto.RegisterType((*HouseRentChangeFieldReply)(nil), "pb_v1.HouseRentChangeFieldReply")
- proto.RegisterType((*HouseholdWaitCountRequest)(nil), "pb_v1.HouseholdWaitCountRequest")
- proto.RegisterType((*HouseholdWaitCountReply)(nil), "pb_v1.HouseholdWaitCountReply")
- proto.RegisterType((*HouseholdDelHouseRequest)(nil), "pb_v1.HouseholdDelHouseRequest")
- proto.RegisterType((*HouseholdDelHouseReply)(nil), "pb_v1.HouseholdDelHouseReply")
- }
- func init() {
- proto.RegisterFile("household.proto", fileDescriptor_137f5ce6ca8cb923)
- }
- var fileDescriptor_137f5ce6ca8cb923 = []byte{
- // 524 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0x4d, 0x8f, 0xd3, 0x30,
- 0x10, 0x95, 0xd3, 0x6d, 0x9b, 0xcc, 0xf2, 0xa5, 0x68, 0xd9, 0xba, 0x54, 0x40, 0x14, 0x2e, 0xbd,
- 0x40, 0xb5, 0xe2, 0x17, 0x2c, 0x8b, 0x80, 0x4a, 0x88, 0x43, 0x24, 0x84, 0xc4, 0x25, 0x38, 0x6b,
- 0xb7, 0xb1, 0x70, 0x13, 0x93, 0x38, 0x2b, 0xe5, 0x47, 0x70, 0xe1, 0xcc, 0x99, 0xff, 0xc1, 0x3f,
- 0x43, 0xb6, 0xd3, 0x28, 0xcd, 0x96, 0x76, 0x6f, 0x9d, 0xf7, 0xda, 0x99, 0xf7, 0x9e, 0xa7, 0x03,
- 0x0f, 0xd3, 0xbc, 0x2a, 0x59, 0x9a, 0x0b, 0xfa, 0x4a, 0x16, 0xb9, 0xca, 0xfd, 0xa1, 0x4c, 0xe2,
- 0x9b, 0x8b, 0xf0, 0x37, 0x02, 0xfc, 0x61, 0x4b, 0xbd, 0x65, 0xe2, 0x52, 0x4a, 0x51, 0x47, 0xec,
- 0x47, 0xc5, 0x4a, 0xe5, 0x3f, 0x00, 0x87, 0x53, 0x8c, 0x02, 0x34, 0x1f, 0x44, 0x0e, 0xa7, 0xfe,
- 0x14, 0x5c, 0xd3, 0x26, 0xe6, 0x14, 0x3b, 0x06, 0x1d, 0x9b, 0x7a, 0x49, 0xfd, 0x19, 0x78, 0x6b,
- 0x52, 0x50, 0x96, 0x69, 0x6e, 0x60, 0x38, 0xd7, 0x02, 0x4b, 0xea, 0x3f, 0x87, 0xd3, 0xa4, 0xe2,
- 0x82, 0xf2, 0x6c, 0xad, 0xe9, 0x13, 0x43, 0xc3, 0x16, 0x5a, 0x52, 0x7f, 0x02, 0xe3, 0x2a, 0xe3,
- 0x4a, 0x93, 0x43, 0x43, 0x8e, 0x74, 0xb9, 0xa4, 0x21, 0x86, 0xf3, 0x3d, 0xea, 0xa4, 0xa8, 0xc3,
- 0x6f, 0x10, 0xb4, 0xcc, 0x7b, 0x33, 0xe8, 0x13, 0xd9, 0xb0, 0xab, 0x94, 0x64, 0x6b, 0xb6, 0xd5,
- 0xbf, 0x23, 0x0a, 0xdd, 0x16, 0xd5, 0x90, 0x19, 0xd9, 0x30, 0xe3, 0xc7, 0x8b, 0x60, 0xdd, 0xb6,
- 0x0a, 0x03, 0x78, 0x76, 0x60, 0x82, 0xd6, 0xf0, 0x07, 0x75, 0xe4, 0x45, 0x6c, 0x55, 0x95, 0xed,
- 0xe8, 0x6e, 0x54, 0xe8, 0x40, 0x54, 0x4e, 0x4f, 0x55, 0x27, 0x89, 0x41, 0x37, 0x89, 0xe3, 0x19,
- 0x3e, 0x01, 0x77, 0xc5, 0x18, 0x4d, 0xc8, 0xf5, 0x77, 0x13, 0xa2, 0x17, 0xb5, 0x75, 0x78, 0x0e,
- 0x67, 0xb7, 0x74, 0x6a, 0x03, 0x7f, 0x1d, 0x98, 0x19, 0x22, 0x62, 0x99, 0xb2, 0xce, 0xde, 0x71,
- 0xa6, 0xbf, 0x73, 0x87, 0x00, 0x0f, 0x6c, 0xc3, 0x7f, 0x5d, 0x3c, 0x05, 0x28, 0xf2, 0x7c, 0x13,
- 0x5f, 0xe7, 0x55, 0xa6, 0x1a, 0x13, 0x9e, 0x46, 0xae, 0x34, 0xa0, 0xe9, 0x94, 0x08, 0xd1, 0xd0,
- 0x76, 0x15, 0x3c, 0x8d, 0x58, 0x5a, 0x4f, 0x24, 0x65, 0x2c, 0xf8, 0x4a, 0xe1, 0x51, 0x80, 0xe6,
- 0x6e, 0x34, 0x4e, 0x49, 0xf9, 0x91, 0xaf, 0xec, 0x2f, 0x8d, 0x18, 0x52, 0x30, 0x82, 0xc7, 0x01,
- 0x9a, 0xa3, 0xc8, 0x33, 0xc8, 0x65, 0xc1, 0x88, 0x7f, 0x06, 0x43, 0x41, 0x6a, 0x56, 0x60, 0xd7,
- 0xf4, 0xb4, 0x45, 0x7f, 0x05, 0xbc, 0xfe, 0x0a, 0xf8, 0x8f, 0x60, 0x20, 0x32, 0x85, 0xc1, 0xb4,
- 0xd3, 0x1f, 0x0d, 0x42, 0x14, 0x3e, 0x6d, 0x10, 0xa2, 0xc2, 0x19, 0x4c, 0xf7, 0x47, 0xa8, 0x03,
- 0xfe, 0x89, 0x1a, 0x56, 0x27, 0xff, 0x85, 0x70, 0x65, 0x8c, 0xdc, 0x75, 0x3f, 0xbb, 0x0f, 0xee,
- 0x1c, 0xfa, 0xd3, 0xec, 0x86, 0xdc, 0x7d, 0x98, 0x93, 0x9d, 0x87, 0x09, 0x17, 0x30, 0xd9, 0x27,
- 0x47, 0x8a, 0x5a, 0x47, 0x64, 0x63, 0xb7, 0x42, 0x6c, 0x11, 0xfe, 0xea, 0xdd, 0x87, 0xc6, 0xea,
- 0xd1, 0x25, 0x7f, 0x01, 0xf7, 0xdb, 0x8b, 0x13, 0x57, 0xad, 0xfe, 0x7b, 0x2d, 0xf8, 0x99, 0x1f,
- 0x39, 0x1a, 0x53, 0x70, 0x0b, 0x96, 0x69, 0x7b, 0x25, 0x3e, 0x09, 0x06, 0xba, 0xb9, 0xae, 0x97,
- 0xb4, 0xec, 0x5f, 0x85, 0x46, 0x93, 0x14, 0xf5, 0x9b, 0xc9, 0xd7, 0xc7, 0xb2, 0xc8, 0x25, 0x2b,
- 0x54, 0xfd, 0xd2, 0x76, 0x5a, 0xc8, 0x64, 0x71, 0x73, 0x91, 0x8c, 0xcc, 0xd5, 0x7b, 0xfd, 0x2f,
- 0x00, 0x00, 0xff, 0xff, 0x91, 0x0d, 0x64, 0x7d, 0x08, 0x05, 0x00, 0x00,
- }
|