household.pb.go 102 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: household.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type HouseholdApplyRequest struct {
  20. Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
  21. // 1业主 2家人 3租客
  22. UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"`
  23. Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
  24. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  25. HouseId int64 `protobuf:"varint,5,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  26. // 1 身份证 2 护照
  27. IdType int32 `protobuf:"varint,6,opt,name=id_type,json=idType,proto3" json:"id_type"`
  28. // 证件号
  29. IdNumber string `protobuf:"bytes,7,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
  30. Appendix []string `protobuf:"bytes,8,rep,name=appendix,proto3" json:"appendix"`
  31. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  32. XXX_unrecognized []byte `json:"-"`
  33. XXX_sizecache int32 `json:"-"`
  34. }
  35. func (m *HouseholdApplyRequest) Reset() { *m = HouseholdApplyRequest{} }
  36. func (m *HouseholdApplyRequest) String() string { return proto.CompactTextString(m) }
  37. func (*HouseholdApplyRequest) ProtoMessage() {}
  38. func (*HouseholdApplyRequest) Descriptor() ([]byte, []int) {
  39. return fileDescriptor_137f5ce6ca8cb923, []int{0}
  40. }
  41. func (m *HouseholdApplyRequest) XXX_Unmarshal(b []byte) error {
  42. return xxx_messageInfo_HouseholdApplyRequest.Unmarshal(m, b)
  43. }
  44. func (m *HouseholdApplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  45. return xxx_messageInfo_HouseholdApplyRequest.Marshal(b, m, deterministic)
  46. }
  47. func (m *HouseholdApplyRequest) XXX_Merge(src proto.Message) {
  48. xxx_messageInfo_HouseholdApplyRequest.Merge(m, src)
  49. }
  50. func (m *HouseholdApplyRequest) XXX_Size() int {
  51. return xxx_messageInfo_HouseholdApplyRequest.Size(m)
  52. }
  53. func (m *HouseholdApplyRequest) XXX_DiscardUnknown() {
  54. xxx_messageInfo_HouseholdApplyRequest.DiscardUnknown(m)
  55. }
  56. var xxx_messageInfo_HouseholdApplyRequest proto.InternalMessageInfo
  57. func (m *HouseholdApplyRequest) GetUid() int64 {
  58. if m != nil {
  59. return m.Uid
  60. }
  61. return 0
  62. }
  63. func (m *HouseholdApplyRequest) GetUserType() int32 {
  64. if m != nil {
  65. return m.UserType
  66. }
  67. return 0
  68. }
  69. func (m *HouseholdApplyRequest) GetPhone() string {
  70. if m != nil {
  71. return m.Phone
  72. }
  73. return ""
  74. }
  75. func (m *HouseholdApplyRequest) GetName() string {
  76. if m != nil {
  77. return m.Name
  78. }
  79. return ""
  80. }
  81. func (m *HouseholdApplyRequest) GetHouseId() int64 {
  82. if m != nil {
  83. return m.HouseId
  84. }
  85. return 0
  86. }
  87. func (m *HouseholdApplyRequest) GetIdType() int32 {
  88. if m != nil {
  89. return m.IdType
  90. }
  91. return 0
  92. }
  93. func (m *HouseholdApplyRequest) GetIdNumber() string {
  94. if m != nil {
  95. return m.IdNumber
  96. }
  97. return ""
  98. }
  99. func (m *HouseholdApplyRequest) GetAppendix() []string {
  100. if m != nil {
  101. return m.Appendix
  102. }
  103. return nil
  104. }
  105. type HouseholdApplyReply struct {
  106. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  107. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  108. XXX_unrecognized []byte `json:"-"`
  109. XXX_sizecache int32 `json:"-"`
  110. }
  111. func (m *HouseholdApplyReply) Reset() { *m = HouseholdApplyReply{} }
  112. func (m *HouseholdApplyReply) String() string { return proto.CompactTextString(m) }
  113. func (*HouseholdApplyReply) ProtoMessage() {}
  114. func (*HouseholdApplyReply) Descriptor() ([]byte, []int) {
  115. return fileDescriptor_137f5ce6ca8cb923, []int{1}
  116. }
  117. func (m *HouseholdApplyReply) XXX_Unmarshal(b []byte) error {
  118. return xxx_messageInfo_HouseholdApplyReply.Unmarshal(m, b)
  119. }
  120. func (m *HouseholdApplyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  121. return xxx_messageInfo_HouseholdApplyReply.Marshal(b, m, deterministic)
  122. }
  123. func (m *HouseholdApplyReply) XXX_Merge(src proto.Message) {
  124. xxx_messageInfo_HouseholdApplyReply.Merge(m, src)
  125. }
  126. func (m *HouseholdApplyReply) XXX_Size() int {
  127. return xxx_messageInfo_HouseholdApplyReply.Size(m)
  128. }
  129. func (m *HouseholdApplyReply) XXX_DiscardUnknown() {
  130. xxx_messageInfo_HouseholdApplyReply.DiscardUnknown(m)
  131. }
  132. var xxx_messageInfo_HouseholdApplyReply proto.InternalMessageInfo
  133. func (m *HouseholdApplyReply) GetId() int64 {
  134. if m != nil {
  135. return m.Id
  136. }
  137. return 0
  138. }
  139. type HouseholdApproveRequest struct {
  140. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  141. Status bool `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
  142. Feedback string `protobuf:"bytes,3,opt,name=feedback,proto3" json:"feedback"`
  143. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  144. XXX_unrecognized []byte `json:"-"`
  145. XXX_sizecache int32 `json:"-"`
  146. }
  147. func (m *HouseholdApproveRequest) Reset() { *m = HouseholdApproveRequest{} }
  148. func (m *HouseholdApproveRequest) String() string { return proto.CompactTextString(m) }
  149. func (*HouseholdApproveRequest) ProtoMessage() {}
  150. func (*HouseholdApproveRequest) Descriptor() ([]byte, []int) {
  151. return fileDescriptor_137f5ce6ca8cb923, []int{2}
  152. }
  153. func (m *HouseholdApproveRequest) XXX_Unmarshal(b []byte) error {
  154. return xxx_messageInfo_HouseholdApproveRequest.Unmarshal(m, b)
  155. }
  156. func (m *HouseholdApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  157. return xxx_messageInfo_HouseholdApproveRequest.Marshal(b, m, deterministic)
  158. }
  159. func (m *HouseholdApproveRequest) XXX_Merge(src proto.Message) {
  160. xxx_messageInfo_HouseholdApproveRequest.Merge(m, src)
  161. }
  162. func (m *HouseholdApproveRequest) XXX_Size() int {
  163. return xxx_messageInfo_HouseholdApproveRequest.Size(m)
  164. }
  165. func (m *HouseholdApproveRequest) XXX_DiscardUnknown() {
  166. xxx_messageInfo_HouseholdApproveRequest.DiscardUnknown(m)
  167. }
  168. var xxx_messageInfo_HouseholdApproveRequest proto.InternalMessageInfo
  169. func (m *HouseholdApproveRequest) GetId() int64 {
  170. if m != nil {
  171. return m.Id
  172. }
  173. return 0
  174. }
  175. func (m *HouseholdApproveRequest) GetStatus() bool {
  176. if m != nil {
  177. return m.Status
  178. }
  179. return false
  180. }
  181. func (m *HouseholdApproveRequest) GetFeedback() string {
  182. if m != nil {
  183. return m.Feedback
  184. }
  185. return ""
  186. }
  187. type HouseholdApproveReply struct {
  188. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  189. XXX_unrecognized []byte `json:"-"`
  190. XXX_sizecache int32 `json:"-"`
  191. }
  192. func (m *HouseholdApproveReply) Reset() { *m = HouseholdApproveReply{} }
  193. func (m *HouseholdApproveReply) String() string { return proto.CompactTextString(m) }
  194. func (*HouseholdApproveReply) ProtoMessage() {}
  195. func (*HouseholdApproveReply) Descriptor() ([]byte, []int) {
  196. return fileDescriptor_137f5ce6ca8cb923, []int{3}
  197. }
  198. func (m *HouseholdApproveReply) XXX_Unmarshal(b []byte) error {
  199. return xxx_messageInfo_HouseholdApproveReply.Unmarshal(m, b)
  200. }
  201. func (m *HouseholdApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  202. return xxx_messageInfo_HouseholdApproveReply.Marshal(b, m, deterministic)
  203. }
  204. func (m *HouseholdApproveReply) XXX_Merge(src proto.Message) {
  205. xxx_messageInfo_HouseholdApproveReply.Merge(m, src)
  206. }
  207. func (m *HouseholdApproveReply) XXX_Size() int {
  208. return xxx_messageInfo_HouseholdApproveReply.Size(m)
  209. }
  210. func (m *HouseholdApproveReply) XXX_DiscardUnknown() {
  211. xxx_messageInfo_HouseholdApproveReply.DiscardUnknown(m)
  212. }
  213. var xxx_messageInfo_HouseholdApproveReply proto.InternalMessageInfo
  214. type HouseholdListRequest struct {
  215. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  216. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
  217. Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  218. PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  219. ApproveStatus int32 `protobuf:"varint,5,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  220. UserType int32 `protobuf:"varint,6,opt,name=user_type,json=userType,proto3" json:"user_type"`
  221. Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name"`
  222. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  223. XXX_unrecognized []byte `json:"-"`
  224. XXX_sizecache int32 `json:"-"`
  225. }
  226. func (m *HouseholdListRequest) Reset() { *m = HouseholdListRequest{} }
  227. func (m *HouseholdListRequest) String() string { return proto.CompactTextString(m) }
  228. func (*HouseholdListRequest) ProtoMessage() {}
  229. func (*HouseholdListRequest) Descriptor() ([]byte, []int) {
  230. return fileDescriptor_137f5ce6ca8cb923, []int{4}
  231. }
  232. func (m *HouseholdListRequest) XXX_Unmarshal(b []byte) error {
  233. return xxx_messageInfo_HouseholdListRequest.Unmarshal(m, b)
  234. }
  235. func (m *HouseholdListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  236. return xxx_messageInfo_HouseholdListRequest.Marshal(b, m, deterministic)
  237. }
  238. func (m *HouseholdListRequest) XXX_Merge(src proto.Message) {
  239. xxx_messageInfo_HouseholdListRequest.Merge(m, src)
  240. }
  241. func (m *HouseholdListRequest) XXX_Size() int {
  242. return xxx_messageInfo_HouseholdListRequest.Size(m)
  243. }
  244. func (m *HouseholdListRequest) XXX_DiscardUnknown() {
  245. xxx_messageInfo_HouseholdListRequest.DiscardUnknown(m)
  246. }
  247. var xxx_messageInfo_HouseholdListRequest proto.InternalMessageInfo
  248. func (m *HouseholdListRequest) GetGardenId() int64 {
  249. if m != nil {
  250. return m.GardenId
  251. }
  252. return 0
  253. }
  254. func (m *HouseholdListRequest) GetUid() int64 {
  255. if m != nil {
  256. return m.Uid
  257. }
  258. return 0
  259. }
  260. func (m *HouseholdListRequest) GetPage() int64 {
  261. if m != nil {
  262. return m.Page
  263. }
  264. return 0
  265. }
  266. func (m *HouseholdListRequest) GetPageSize() int64 {
  267. if m != nil {
  268. return m.PageSize
  269. }
  270. return 0
  271. }
  272. func (m *HouseholdListRequest) GetApproveStatus() int32 {
  273. if m != nil {
  274. return m.ApproveStatus
  275. }
  276. return 0
  277. }
  278. func (m *HouseholdListRequest) GetUserType() int32 {
  279. if m != nil {
  280. return m.UserType
  281. }
  282. return 0
  283. }
  284. func (m *HouseholdListRequest) GetName() string {
  285. if m != nil {
  286. return m.Name
  287. }
  288. return ""
  289. }
  290. type HouseholdItem struct {
  291. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  292. // 1业主 2家人 3租客
  293. UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"`
  294. Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
  295. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  296. Appendix []string `protobuf:"bytes,5,rep,name=appendix,proto3" json:"appendix"`
  297. // 1 身份证 2 护照
  298. IdType int32 `protobuf:"varint,6,opt,name=id_type,json=idType,proto3" json:"id_type"`
  299. // 证件号
  300. IdNumber string `protobuf:"bytes,7,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
  301. // 房号
  302. HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  303. ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  304. GardenName string `protobuf:"bytes,10,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  305. HouseId int64 `protobuf:"varint,11,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  306. GardenId int64 `protobuf:"varint,12,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  307. Uid int64 `protobuf:"varint,13,opt,name=uid,proto3" json:"uid"`
  308. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  309. XXX_unrecognized []byte `json:"-"`
  310. XXX_sizecache int32 `json:"-"`
  311. }
  312. func (m *HouseholdItem) Reset() { *m = HouseholdItem{} }
  313. func (m *HouseholdItem) String() string { return proto.CompactTextString(m) }
  314. func (*HouseholdItem) ProtoMessage() {}
  315. func (*HouseholdItem) Descriptor() ([]byte, []int) {
  316. return fileDescriptor_137f5ce6ca8cb923, []int{5}
  317. }
  318. func (m *HouseholdItem) XXX_Unmarshal(b []byte) error {
  319. return xxx_messageInfo_HouseholdItem.Unmarshal(m, b)
  320. }
  321. func (m *HouseholdItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  322. return xxx_messageInfo_HouseholdItem.Marshal(b, m, deterministic)
  323. }
  324. func (m *HouseholdItem) XXX_Merge(src proto.Message) {
  325. xxx_messageInfo_HouseholdItem.Merge(m, src)
  326. }
  327. func (m *HouseholdItem) XXX_Size() int {
  328. return xxx_messageInfo_HouseholdItem.Size(m)
  329. }
  330. func (m *HouseholdItem) XXX_DiscardUnknown() {
  331. xxx_messageInfo_HouseholdItem.DiscardUnknown(m)
  332. }
  333. var xxx_messageInfo_HouseholdItem proto.InternalMessageInfo
  334. func (m *HouseholdItem) GetId() int64 {
  335. if m != nil {
  336. return m.Id
  337. }
  338. return 0
  339. }
  340. func (m *HouseholdItem) GetUserType() int32 {
  341. if m != nil {
  342. return m.UserType
  343. }
  344. return 0
  345. }
  346. func (m *HouseholdItem) GetPhone() string {
  347. if m != nil {
  348. return m.Phone
  349. }
  350. return ""
  351. }
  352. func (m *HouseholdItem) GetName() string {
  353. if m != nil {
  354. return m.Name
  355. }
  356. return ""
  357. }
  358. func (m *HouseholdItem) GetAppendix() []string {
  359. if m != nil {
  360. return m.Appendix
  361. }
  362. return nil
  363. }
  364. func (m *HouseholdItem) GetIdType() int32 {
  365. if m != nil {
  366. return m.IdType
  367. }
  368. return 0
  369. }
  370. func (m *HouseholdItem) GetIdNumber() string {
  371. if m != nil {
  372. return m.IdNumber
  373. }
  374. return ""
  375. }
  376. func (m *HouseholdItem) GetHouseName() string {
  377. if m != nil {
  378. return m.HouseName
  379. }
  380. return ""
  381. }
  382. func (m *HouseholdItem) GetApproveStatus() int32 {
  383. if m != nil {
  384. return m.ApproveStatus
  385. }
  386. return 0
  387. }
  388. func (m *HouseholdItem) GetGardenName() string {
  389. if m != nil {
  390. return m.GardenName
  391. }
  392. return ""
  393. }
  394. func (m *HouseholdItem) GetHouseId() int64 {
  395. if m != nil {
  396. return m.HouseId
  397. }
  398. return 0
  399. }
  400. func (m *HouseholdItem) GetGardenId() int64 {
  401. if m != nil {
  402. return m.GardenId
  403. }
  404. return 0
  405. }
  406. func (m *HouseholdItem) GetUid() int64 {
  407. if m != nil {
  408. return m.Uid
  409. }
  410. return 0
  411. }
  412. type HouseholdListReply struct {
  413. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  414. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  415. List []*HouseholdItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  416. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  417. XXX_unrecognized []byte `json:"-"`
  418. XXX_sizecache int32 `json:"-"`
  419. }
  420. func (m *HouseholdListReply) Reset() { *m = HouseholdListReply{} }
  421. func (m *HouseholdListReply) String() string { return proto.CompactTextString(m) }
  422. func (*HouseholdListReply) ProtoMessage() {}
  423. func (*HouseholdListReply) Descriptor() ([]byte, []int) {
  424. return fileDescriptor_137f5ce6ca8cb923, []int{6}
  425. }
  426. func (m *HouseholdListReply) XXX_Unmarshal(b []byte) error {
  427. return xxx_messageInfo_HouseholdListReply.Unmarshal(m, b)
  428. }
  429. func (m *HouseholdListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  430. return xxx_messageInfo_HouseholdListReply.Marshal(b, m, deterministic)
  431. }
  432. func (m *HouseholdListReply) XXX_Merge(src proto.Message) {
  433. xxx_messageInfo_HouseholdListReply.Merge(m, src)
  434. }
  435. func (m *HouseholdListReply) XXX_Size() int {
  436. return xxx_messageInfo_HouseholdListReply.Size(m)
  437. }
  438. func (m *HouseholdListReply) XXX_DiscardUnknown() {
  439. xxx_messageInfo_HouseholdListReply.DiscardUnknown(m)
  440. }
  441. var xxx_messageInfo_HouseholdListReply proto.InternalMessageInfo
  442. func (m *HouseholdListReply) GetPage() int64 {
  443. if m != nil {
  444. return m.Page
  445. }
  446. return 0
  447. }
  448. func (m *HouseholdListReply) GetTotal() int64 {
  449. if m != nil {
  450. return m.Total
  451. }
  452. return 0
  453. }
  454. func (m *HouseholdListReply) GetList() []*HouseholdItem {
  455. if m != nil {
  456. return m.List
  457. }
  458. return nil
  459. }
  460. type HouseholdUserListRequest struct {
  461. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  462. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  463. GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  464. UserType int32 `protobuf:"varint,6,opt,name=user_type,json=userType,proto3" json:"user_type"`
  465. Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name"`
  466. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  467. XXX_unrecognized []byte `json:"-"`
  468. XXX_sizecache int32 `json:"-"`
  469. }
  470. func (m *HouseholdUserListRequest) Reset() { *m = HouseholdUserListRequest{} }
  471. func (m *HouseholdUserListRequest) String() string { return proto.CompactTextString(m) }
  472. func (*HouseholdUserListRequest) ProtoMessage() {}
  473. func (*HouseholdUserListRequest) Descriptor() ([]byte, []int) {
  474. return fileDescriptor_137f5ce6ca8cb923, []int{7}
  475. }
  476. func (m *HouseholdUserListRequest) XXX_Unmarshal(b []byte) error {
  477. return xxx_messageInfo_HouseholdUserListRequest.Unmarshal(m, b)
  478. }
  479. func (m *HouseholdUserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  480. return xxx_messageInfo_HouseholdUserListRequest.Marshal(b, m, deterministic)
  481. }
  482. func (m *HouseholdUserListRequest) XXX_Merge(src proto.Message) {
  483. xxx_messageInfo_HouseholdUserListRequest.Merge(m, src)
  484. }
  485. func (m *HouseholdUserListRequest) XXX_Size() int {
  486. return xxx_messageInfo_HouseholdUserListRequest.Size(m)
  487. }
  488. func (m *HouseholdUserListRequest) XXX_DiscardUnknown() {
  489. xxx_messageInfo_HouseholdUserListRequest.DiscardUnknown(m)
  490. }
  491. var xxx_messageInfo_HouseholdUserListRequest proto.InternalMessageInfo
  492. func (m *HouseholdUserListRequest) GetPage() int64 {
  493. if m != nil {
  494. return m.Page
  495. }
  496. return 0
  497. }
  498. func (m *HouseholdUserListRequest) GetPageSize() int64 {
  499. if m != nil {
  500. return m.PageSize
  501. }
  502. return 0
  503. }
  504. func (m *HouseholdUserListRequest) GetGardenId() int64 {
  505. if m != nil {
  506. return m.GardenId
  507. }
  508. return 0
  509. }
  510. func (m *HouseholdUserListRequest) GetUserType() int32 {
  511. if m != nil {
  512. return m.UserType
  513. }
  514. return 0
  515. }
  516. func (m *HouseholdUserListRequest) GetName() string {
  517. if m != nil {
  518. return m.Name
  519. }
  520. return ""
  521. }
  522. type HouseholdUserItem struct {
  523. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  524. // 1业主 2家人 3租客
  525. UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"`
  526. Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
  527. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  528. // 1 身份证 2 护照
  529. IdType int32 `protobuf:"varint,5,opt,name=id_type,json=idType,proto3" json:"id_type"`
  530. // 证件号
  531. IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
  532. GardenName string `protobuf:"bytes,7,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  533. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  534. XXX_unrecognized []byte `json:"-"`
  535. XXX_sizecache int32 `json:"-"`
  536. }
  537. func (m *HouseholdUserItem) Reset() { *m = HouseholdUserItem{} }
  538. func (m *HouseholdUserItem) String() string { return proto.CompactTextString(m) }
  539. func (*HouseholdUserItem) ProtoMessage() {}
  540. func (*HouseholdUserItem) Descriptor() ([]byte, []int) {
  541. return fileDescriptor_137f5ce6ca8cb923, []int{8}
  542. }
  543. func (m *HouseholdUserItem) XXX_Unmarshal(b []byte) error {
  544. return xxx_messageInfo_HouseholdUserItem.Unmarshal(m, b)
  545. }
  546. func (m *HouseholdUserItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  547. return xxx_messageInfo_HouseholdUserItem.Marshal(b, m, deterministic)
  548. }
  549. func (m *HouseholdUserItem) XXX_Merge(src proto.Message) {
  550. xxx_messageInfo_HouseholdUserItem.Merge(m, src)
  551. }
  552. func (m *HouseholdUserItem) XXX_Size() int {
  553. return xxx_messageInfo_HouseholdUserItem.Size(m)
  554. }
  555. func (m *HouseholdUserItem) XXX_DiscardUnknown() {
  556. xxx_messageInfo_HouseholdUserItem.DiscardUnknown(m)
  557. }
  558. var xxx_messageInfo_HouseholdUserItem proto.InternalMessageInfo
  559. func (m *HouseholdUserItem) GetId() int64 {
  560. if m != nil {
  561. return m.Id
  562. }
  563. return 0
  564. }
  565. func (m *HouseholdUserItem) GetUserType() int32 {
  566. if m != nil {
  567. return m.UserType
  568. }
  569. return 0
  570. }
  571. func (m *HouseholdUserItem) GetPhone() string {
  572. if m != nil {
  573. return m.Phone
  574. }
  575. return ""
  576. }
  577. func (m *HouseholdUserItem) GetName() string {
  578. if m != nil {
  579. return m.Name
  580. }
  581. return ""
  582. }
  583. func (m *HouseholdUserItem) GetIdType() int32 {
  584. if m != nil {
  585. return m.IdType
  586. }
  587. return 0
  588. }
  589. func (m *HouseholdUserItem) GetIdNumber() string {
  590. if m != nil {
  591. return m.IdNumber
  592. }
  593. return ""
  594. }
  595. func (m *HouseholdUserItem) GetGardenName() string {
  596. if m != nil {
  597. return m.GardenName
  598. }
  599. return ""
  600. }
  601. type HouseholdUserListReply struct {
  602. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  603. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  604. List []*HouseholdUserItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  605. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  606. XXX_unrecognized []byte `json:"-"`
  607. XXX_sizecache int32 `json:"-"`
  608. }
  609. func (m *HouseholdUserListReply) Reset() { *m = HouseholdUserListReply{} }
  610. func (m *HouseholdUserListReply) String() string { return proto.CompactTextString(m) }
  611. func (*HouseholdUserListReply) ProtoMessage() {}
  612. func (*HouseholdUserListReply) Descriptor() ([]byte, []int) {
  613. return fileDescriptor_137f5ce6ca8cb923, []int{9}
  614. }
  615. func (m *HouseholdUserListReply) XXX_Unmarshal(b []byte) error {
  616. return xxx_messageInfo_HouseholdUserListReply.Unmarshal(m, b)
  617. }
  618. func (m *HouseholdUserListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  619. return xxx_messageInfo_HouseholdUserListReply.Marshal(b, m, deterministic)
  620. }
  621. func (m *HouseholdUserListReply) XXX_Merge(src proto.Message) {
  622. xxx_messageInfo_HouseholdUserListReply.Merge(m, src)
  623. }
  624. func (m *HouseholdUserListReply) XXX_Size() int {
  625. return xxx_messageInfo_HouseholdUserListReply.Size(m)
  626. }
  627. func (m *HouseholdUserListReply) XXX_DiscardUnknown() {
  628. xxx_messageInfo_HouseholdUserListReply.DiscardUnknown(m)
  629. }
  630. var xxx_messageInfo_HouseholdUserListReply proto.InternalMessageInfo
  631. func (m *HouseholdUserListReply) GetPage() int64 {
  632. if m != nil {
  633. return m.Page
  634. }
  635. return 0
  636. }
  637. func (m *HouseholdUserListReply) GetTotal() int64 {
  638. if m != nil {
  639. return m.Total
  640. }
  641. return 0
  642. }
  643. func (m *HouseholdUserListReply) GetList() []*HouseholdUserItem {
  644. if m != nil {
  645. return m.List
  646. }
  647. return nil
  648. }
  649. type HouseRentBaseConf struct {
  650. // 床
  651. Bed bool `protobuf:"varint,1,opt,name=bed,proto3" json:"bed"`
  652. // 天然气
  653. Gas bool `protobuf:"varint,2,opt,name=gas,proto3" json:"gas"`
  654. // 暖气
  655. WarmGas bool `protobuf:"varint,3,opt,name=warm_gas,json=warmGas,proto3" json:"warm_gas"`
  656. // 宽带
  657. Broadband bool `protobuf:"varint,4,opt,name=broadband,proto3" json:"broadband"`
  658. // 冰箱
  659. Refragerator bool `protobuf:"varint,5,opt,name=refragerator,proto3" json:"refragerator"`
  660. // 衣柜
  661. Wardobe bool `protobuf:"varint,6,opt,name=wardobe,proto3" json:"wardobe"`
  662. // 沙发
  663. Sofa bool `protobuf:"varint,7,opt,name=sofa,proto3" json:"sofa"`
  664. // 空调
  665. Aircondition bool `protobuf:"varint,8,opt,name=aircondition,proto3" json:"aircondition"`
  666. // 电视机
  667. Tv bool `protobuf:"varint,9,opt,name=tv,proto3" json:"tv"`
  668. // 热水器
  669. Heater bool `protobuf:"varint,10,opt,name=heater,proto3" json:"heater"`
  670. // 洗衣机
  671. Warshing bool `protobuf:"varint,11,opt,name=warshing,proto3" json:"warshing"`
  672. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  673. XXX_unrecognized []byte `json:"-"`
  674. XXX_sizecache int32 `json:"-"`
  675. }
  676. func (m *HouseRentBaseConf) Reset() { *m = HouseRentBaseConf{} }
  677. func (m *HouseRentBaseConf) String() string { return proto.CompactTextString(m) }
  678. func (*HouseRentBaseConf) ProtoMessage() {}
  679. func (*HouseRentBaseConf) Descriptor() ([]byte, []int) {
  680. return fileDescriptor_137f5ce6ca8cb923, []int{10}
  681. }
  682. func (m *HouseRentBaseConf) XXX_Unmarshal(b []byte) error {
  683. return xxx_messageInfo_HouseRentBaseConf.Unmarshal(m, b)
  684. }
  685. func (m *HouseRentBaseConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  686. return xxx_messageInfo_HouseRentBaseConf.Marshal(b, m, deterministic)
  687. }
  688. func (m *HouseRentBaseConf) XXX_Merge(src proto.Message) {
  689. xxx_messageInfo_HouseRentBaseConf.Merge(m, src)
  690. }
  691. func (m *HouseRentBaseConf) XXX_Size() int {
  692. return xxx_messageInfo_HouseRentBaseConf.Size(m)
  693. }
  694. func (m *HouseRentBaseConf) XXX_DiscardUnknown() {
  695. xxx_messageInfo_HouseRentBaseConf.DiscardUnknown(m)
  696. }
  697. var xxx_messageInfo_HouseRentBaseConf proto.InternalMessageInfo
  698. func (m *HouseRentBaseConf) GetBed() bool {
  699. if m != nil {
  700. return m.Bed
  701. }
  702. return false
  703. }
  704. func (m *HouseRentBaseConf) GetGas() bool {
  705. if m != nil {
  706. return m.Gas
  707. }
  708. return false
  709. }
  710. func (m *HouseRentBaseConf) GetWarmGas() bool {
  711. if m != nil {
  712. return m.WarmGas
  713. }
  714. return false
  715. }
  716. func (m *HouseRentBaseConf) GetBroadband() bool {
  717. if m != nil {
  718. return m.Broadband
  719. }
  720. return false
  721. }
  722. func (m *HouseRentBaseConf) GetRefragerator() bool {
  723. if m != nil {
  724. return m.Refragerator
  725. }
  726. return false
  727. }
  728. func (m *HouseRentBaseConf) GetWardobe() bool {
  729. if m != nil {
  730. return m.Wardobe
  731. }
  732. return false
  733. }
  734. func (m *HouseRentBaseConf) GetSofa() bool {
  735. if m != nil {
  736. return m.Sofa
  737. }
  738. return false
  739. }
  740. func (m *HouseRentBaseConf) GetAircondition() bool {
  741. if m != nil {
  742. return m.Aircondition
  743. }
  744. return false
  745. }
  746. func (m *HouseRentBaseConf) GetTv() bool {
  747. if m != nil {
  748. return m.Tv
  749. }
  750. return false
  751. }
  752. func (m *HouseRentBaseConf) GetHeater() bool {
  753. if m != nil {
  754. return m.Heater
  755. }
  756. return false
  757. }
  758. func (m *HouseRentBaseConf) GetWarshing() bool {
  759. if m != nil {
  760. return m.Warshing
  761. }
  762. return false
  763. }
  764. type HouseRentSpecialConf struct {
  765. // 智能门锁
  766. IntelligentLock bool `protobuf:"varint,1,opt,name=intelligent_lock,json=intelligentLock,proto3" json:"intelligent_lock"`
  767. // wifi
  768. Wifi bool `protobuf:"varint,2,opt,name=wifi,proto3" json:"wifi"`
  769. // 近地铁
  770. Metro bool `protobuf:"varint,3,opt,name=metro,proto3" json:"metro"`
  771. // 停车位
  772. ParkSpace bool `protobuf:"varint,4,opt,name=park_space,json=parkSpace,proto3" json:"park_space"`
  773. // 独卫
  774. IndependentWc bool `protobuf:"varint,5,opt,name=independent_wc,json=independentWc,proto3" json:"independent_wc"`
  775. // 私人阳台
  776. PrivateBalcony bool `protobuf:"varint,6,opt,name=private_balcony,json=privateBalcony,proto3" json:"private_balcony"`
  777. // 首次出租
  778. FirstRent bool `protobuf:"varint,7,opt,name=first_rent,json=firstRent,proto3" json:"first_rent"`
  779. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  780. XXX_unrecognized []byte `json:"-"`
  781. XXX_sizecache int32 `json:"-"`
  782. }
  783. func (m *HouseRentSpecialConf) Reset() { *m = HouseRentSpecialConf{} }
  784. func (m *HouseRentSpecialConf) String() string { return proto.CompactTextString(m) }
  785. func (*HouseRentSpecialConf) ProtoMessage() {}
  786. func (*HouseRentSpecialConf) Descriptor() ([]byte, []int) {
  787. return fileDescriptor_137f5ce6ca8cb923, []int{11}
  788. }
  789. func (m *HouseRentSpecialConf) XXX_Unmarshal(b []byte) error {
  790. return xxx_messageInfo_HouseRentSpecialConf.Unmarshal(m, b)
  791. }
  792. func (m *HouseRentSpecialConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  793. return xxx_messageInfo_HouseRentSpecialConf.Marshal(b, m, deterministic)
  794. }
  795. func (m *HouseRentSpecialConf) XXX_Merge(src proto.Message) {
  796. xxx_messageInfo_HouseRentSpecialConf.Merge(m, src)
  797. }
  798. func (m *HouseRentSpecialConf) XXX_Size() int {
  799. return xxx_messageInfo_HouseRentSpecialConf.Size(m)
  800. }
  801. func (m *HouseRentSpecialConf) XXX_DiscardUnknown() {
  802. xxx_messageInfo_HouseRentSpecialConf.DiscardUnknown(m)
  803. }
  804. var xxx_messageInfo_HouseRentSpecialConf proto.InternalMessageInfo
  805. func (m *HouseRentSpecialConf) GetIntelligentLock() bool {
  806. if m != nil {
  807. return m.IntelligentLock
  808. }
  809. return false
  810. }
  811. func (m *HouseRentSpecialConf) GetWifi() bool {
  812. if m != nil {
  813. return m.Wifi
  814. }
  815. return false
  816. }
  817. func (m *HouseRentSpecialConf) GetMetro() bool {
  818. if m != nil {
  819. return m.Metro
  820. }
  821. return false
  822. }
  823. func (m *HouseRentSpecialConf) GetParkSpace() bool {
  824. if m != nil {
  825. return m.ParkSpace
  826. }
  827. return false
  828. }
  829. func (m *HouseRentSpecialConf) GetIndependentWc() bool {
  830. if m != nil {
  831. return m.IndependentWc
  832. }
  833. return false
  834. }
  835. func (m *HouseRentSpecialConf) GetPrivateBalcony() bool {
  836. if m != nil {
  837. return m.PrivateBalcony
  838. }
  839. return false
  840. }
  841. func (m *HouseRentSpecialConf) GetFirstRent() bool {
  842. if m != nil {
  843. return m.FirstRent
  844. }
  845. return false
  846. }
  847. type HouseRentApplyRequest struct {
  848. // 房屋号
  849. HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  850. // 楼层
  851. Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"`
  852. // 房屋建筑面积
  853. HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"`
  854. // 朝向
  855. Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"`
  856. // 几室
  857. RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  858. // 几厅
  859. HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  860. // 几卫
  861. WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"`
  862. // 1 精装 2 简装 3 清水
  863. Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"`
  864. // 联系人
  865. Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"`
  866. // 联系人电话
  867. ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"`
  868. // 1 月付 2 季付 3 半年付 4 年付
  869. PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"`
  870. // 1 整租 2 合租 3 转租
  871. RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"`
  872. // 1 全部 2 主卧 3 次卧
  873. RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"`
  874. // 房间面积
  875. RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"`
  876. // 月租
  877. RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"`
  878. // 押金
  879. Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"`
  880. // 可入住时间
  881. InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"`
  882. // 服务费
  883. ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"`
  884. // 中介费
  885. IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"`
  886. // 基础设施
  887. BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"`
  888. // 特色配置
  889. SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"`
  890. // 简介
  891. Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"`
  892. // 房屋图片
  893. HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"`
  894. // 房屋证件图片
  895. CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"`
  896. // 业主uid
  897. HouseholdUid int64 `protobuf:"varint,25,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  898. // 是否有电梯
  899. HasLift bool `protobuf:"varint,26,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"`
  900. // 是否直接通过审核
  901. Approve bool `protobuf:"varint,27,opt,name=approve,proto3" json:"approve"`
  902. // 小区id
  903. GardenId int64 `protobuf:"varint,28,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  904. // 纬度
  905. Lat float64 `protobuf:"fixed64,29,opt,name=lat,proto3" json:"lat"`
  906. // 经度
  907. Lnt float64 `protobuf:"fixed64,30,opt,name=lnt,proto3" json:"lnt"`
  908. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  909. XXX_unrecognized []byte `json:"-"`
  910. XXX_sizecache int32 `json:"-"`
  911. }
  912. func (m *HouseRentApplyRequest) Reset() { *m = HouseRentApplyRequest{} }
  913. func (m *HouseRentApplyRequest) String() string { return proto.CompactTextString(m) }
  914. func (*HouseRentApplyRequest) ProtoMessage() {}
  915. func (*HouseRentApplyRequest) Descriptor() ([]byte, []int) {
  916. return fileDescriptor_137f5ce6ca8cb923, []int{12}
  917. }
  918. func (m *HouseRentApplyRequest) XXX_Unmarshal(b []byte) error {
  919. return xxx_messageInfo_HouseRentApplyRequest.Unmarshal(m, b)
  920. }
  921. func (m *HouseRentApplyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  922. return xxx_messageInfo_HouseRentApplyRequest.Marshal(b, m, deterministic)
  923. }
  924. func (m *HouseRentApplyRequest) XXX_Merge(src proto.Message) {
  925. xxx_messageInfo_HouseRentApplyRequest.Merge(m, src)
  926. }
  927. func (m *HouseRentApplyRequest) XXX_Size() int {
  928. return xxx_messageInfo_HouseRentApplyRequest.Size(m)
  929. }
  930. func (m *HouseRentApplyRequest) XXX_DiscardUnknown() {
  931. xxx_messageInfo_HouseRentApplyRequest.DiscardUnknown(m)
  932. }
  933. var xxx_messageInfo_HouseRentApplyRequest proto.InternalMessageInfo
  934. func (m *HouseRentApplyRequest) GetHouseId() int64 {
  935. if m != nil {
  936. return m.HouseId
  937. }
  938. return 0
  939. }
  940. func (m *HouseRentApplyRequest) GetLayer() int64 {
  941. if m != nil {
  942. return m.Layer
  943. }
  944. return 0
  945. }
  946. func (m *HouseRentApplyRequest) GetHouseArea() float64 {
  947. if m != nil {
  948. return m.HouseArea
  949. }
  950. return 0
  951. }
  952. func (m *HouseRentApplyRequest) GetDirection() int32 {
  953. if m != nil {
  954. return m.Direction
  955. }
  956. return 0
  957. }
  958. func (m *HouseRentApplyRequest) GetRoomCount() int64 {
  959. if m != nil {
  960. return m.RoomCount
  961. }
  962. return 0
  963. }
  964. func (m *HouseRentApplyRequest) GetHallCount() int64 {
  965. if m != nil {
  966. return m.HallCount
  967. }
  968. return 0
  969. }
  970. func (m *HouseRentApplyRequest) GetWcCount() int64 {
  971. if m != nil {
  972. return m.WcCount
  973. }
  974. return 0
  975. }
  976. func (m *HouseRentApplyRequest) GetDecorating() int32 {
  977. if m != nil {
  978. return m.Decorating
  979. }
  980. return 0
  981. }
  982. func (m *HouseRentApplyRequest) GetContacter() string {
  983. if m != nil {
  984. return m.Contacter
  985. }
  986. return ""
  987. }
  988. func (m *HouseRentApplyRequest) GetContactPhone() string {
  989. if m != nil {
  990. return m.ContactPhone
  991. }
  992. return ""
  993. }
  994. func (m *HouseRentApplyRequest) GetPayTimeType() int32 {
  995. if m != nil {
  996. return m.PayTimeType
  997. }
  998. return 0
  999. }
  1000. func (m *HouseRentApplyRequest) GetRentType() int32 {
  1001. if m != nil {
  1002. return m.RentType
  1003. }
  1004. return 0
  1005. }
  1006. func (m *HouseRentApplyRequest) GetRoomType() int32 {
  1007. if m != nil {
  1008. return m.RoomType
  1009. }
  1010. return 0
  1011. }
  1012. func (m *HouseRentApplyRequest) GetRoomArea() float64 {
  1013. if m != nil {
  1014. return m.RoomArea
  1015. }
  1016. return 0
  1017. }
  1018. func (m *HouseRentApplyRequest) GetRentPrice() int64 {
  1019. if m != nil {
  1020. return m.RentPrice
  1021. }
  1022. return 0
  1023. }
  1024. func (m *HouseRentApplyRequest) GetDesposit() int64 {
  1025. if m != nil {
  1026. return m.Desposit
  1027. }
  1028. return 0
  1029. }
  1030. func (m *HouseRentApplyRequest) GetInTime() int64 {
  1031. if m != nil {
  1032. return m.InTime
  1033. }
  1034. return 0
  1035. }
  1036. func (m *HouseRentApplyRequest) GetServicePrice() int64 {
  1037. if m != nil {
  1038. return m.ServicePrice
  1039. }
  1040. return 0
  1041. }
  1042. func (m *HouseRentApplyRequest) GetIntermediaryPrice() int64 {
  1043. if m != nil {
  1044. return m.IntermediaryPrice
  1045. }
  1046. return 0
  1047. }
  1048. func (m *HouseRentApplyRequest) GetBaseConf() int64 {
  1049. if m != nil {
  1050. return m.BaseConf
  1051. }
  1052. return 0
  1053. }
  1054. func (m *HouseRentApplyRequest) GetSpecialConf() int64 {
  1055. if m != nil {
  1056. return m.SpecialConf
  1057. }
  1058. return 0
  1059. }
  1060. func (m *HouseRentApplyRequest) GetDesc() string {
  1061. if m != nil {
  1062. return m.Desc
  1063. }
  1064. return ""
  1065. }
  1066. func (m *HouseRentApplyRequest) GetHousePic() []string {
  1067. if m != nil {
  1068. return m.HousePic
  1069. }
  1070. return nil
  1071. }
  1072. func (m *HouseRentApplyRequest) GetCertPic() []string {
  1073. if m != nil {
  1074. return m.CertPic
  1075. }
  1076. return nil
  1077. }
  1078. func (m *HouseRentApplyRequest) GetHouseholdUid() int64 {
  1079. if m != nil {
  1080. return m.HouseholdUid
  1081. }
  1082. return 0
  1083. }
  1084. func (m *HouseRentApplyRequest) GetHasLift() bool {
  1085. if m != nil {
  1086. return m.HasLift
  1087. }
  1088. return false
  1089. }
  1090. func (m *HouseRentApplyRequest) GetApprove() bool {
  1091. if m != nil {
  1092. return m.Approve
  1093. }
  1094. return false
  1095. }
  1096. func (m *HouseRentApplyRequest) GetGardenId() int64 {
  1097. if m != nil {
  1098. return m.GardenId
  1099. }
  1100. return 0
  1101. }
  1102. func (m *HouseRentApplyRequest) GetLat() float64 {
  1103. if m != nil {
  1104. return m.Lat
  1105. }
  1106. return 0
  1107. }
  1108. func (m *HouseRentApplyRequest) GetLnt() float64 {
  1109. if m != nil {
  1110. return m.Lnt
  1111. }
  1112. return 0
  1113. }
  1114. type HouseRentApplyReply struct {
  1115. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1116. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1117. XXX_unrecognized []byte `json:"-"`
  1118. XXX_sizecache int32 `json:"-"`
  1119. }
  1120. func (m *HouseRentApplyReply) Reset() { *m = HouseRentApplyReply{} }
  1121. func (m *HouseRentApplyReply) String() string { return proto.CompactTextString(m) }
  1122. func (*HouseRentApplyReply) ProtoMessage() {}
  1123. func (*HouseRentApplyReply) Descriptor() ([]byte, []int) {
  1124. return fileDescriptor_137f5ce6ca8cb923, []int{13}
  1125. }
  1126. func (m *HouseRentApplyReply) XXX_Unmarshal(b []byte) error {
  1127. return xxx_messageInfo_HouseRentApplyReply.Unmarshal(m, b)
  1128. }
  1129. func (m *HouseRentApplyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1130. return xxx_messageInfo_HouseRentApplyReply.Marshal(b, m, deterministic)
  1131. }
  1132. func (m *HouseRentApplyReply) XXX_Merge(src proto.Message) {
  1133. xxx_messageInfo_HouseRentApplyReply.Merge(m, src)
  1134. }
  1135. func (m *HouseRentApplyReply) XXX_Size() int {
  1136. return xxx_messageInfo_HouseRentApplyReply.Size(m)
  1137. }
  1138. func (m *HouseRentApplyReply) XXX_DiscardUnknown() {
  1139. xxx_messageInfo_HouseRentApplyReply.DiscardUnknown(m)
  1140. }
  1141. var xxx_messageInfo_HouseRentApplyReply proto.InternalMessageInfo
  1142. func (m *HouseRentApplyReply) GetId() int64 {
  1143. if m != nil {
  1144. return m.Id
  1145. }
  1146. return 0
  1147. }
  1148. type HouseRentUpdateRequest struct {
  1149. // 房屋号
  1150. HouseId int64 `protobuf:"varint,1,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  1151. // 楼层
  1152. Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"`
  1153. // 房屋建筑面积
  1154. HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"`
  1155. // 朝向
  1156. Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"`
  1157. // 几室
  1158. RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  1159. // 几厅
  1160. HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  1161. // 几卫
  1162. WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"`
  1163. // 1 精装 2 简装 3 清水
  1164. Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"`
  1165. // 联系人
  1166. Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"`
  1167. // 联系人电话
  1168. ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"`
  1169. // 1 月付 2 季付 3 半年付 4 年付
  1170. PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"`
  1171. // 1 整租 2 合租 3 转租
  1172. RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"`
  1173. // 1 全部 2 主卧 3 次卧
  1174. RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"`
  1175. // 房间面积
  1176. RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"`
  1177. // 月租
  1178. RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"`
  1179. // 押金
  1180. Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"`
  1181. // 可入住时间
  1182. InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"`
  1183. // 服务费
  1184. ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"`
  1185. // 中介费
  1186. IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"`
  1187. // 基础设施
  1188. BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"`
  1189. // 特色配置
  1190. SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"`
  1191. // 简介
  1192. Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"`
  1193. // 房屋图片
  1194. HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"`
  1195. // 房屋证件图片
  1196. CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"`
  1197. // 是否有电梯
  1198. HasLift bool `protobuf:"varint,25,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"`
  1199. GardenId int64 `protobuf:"varint,26,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  1200. Id int64 `protobuf:"varint,27,opt,name=id,proto3" json:"id"`
  1201. // 纬度
  1202. Lat float64 `protobuf:"fixed64,28,opt,name=lat,proto3" json:"lat"`
  1203. // 经度
  1204. Lnt float64 `protobuf:"fixed64,30,opt,name=lnt,proto3" json:"lnt"`
  1205. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1206. XXX_unrecognized []byte `json:"-"`
  1207. XXX_sizecache int32 `json:"-"`
  1208. }
  1209. func (m *HouseRentUpdateRequest) Reset() { *m = HouseRentUpdateRequest{} }
  1210. func (m *HouseRentUpdateRequest) String() string { return proto.CompactTextString(m) }
  1211. func (*HouseRentUpdateRequest) ProtoMessage() {}
  1212. func (*HouseRentUpdateRequest) Descriptor() ([]byte, []int) {
  1213. return fileDescriptor_137f5ce6ca8cb923, []int{14}
  1214. }
  1215. func (m *HouseRentUpdateRequest) XXX_Unmarshal(b []byte) error {
  1216. return xxx_messageInfo_HouseRentUpdateRequest.Unmarshal(m, b)
  1217. }
  1218. func (m *HouseRentUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1219. return xxx_messageInfo_HouseRentUpdateRequest.Marshal(b, m, deterministic)
  1220. }
  1221. func (m *HouseRentUpdateRequest) XXX_Merge(src proto.Message) {
  1222. xxx_messageInfo_HouseRentUpdateRequest.Merge(m, src)
  1223. }
  1224. func (m *HouseRentUpdateRequest) XXX_Size() int {
  1225. return xxx_messageInfo_HouseRentUpdateRequest.Size(m)
  1226. }
  1227. func (m *HouseRentUpdateRequest) XXX_DiscardUnknown() {
  1228. xxx_messageInfo_HouseRentUpdateRequest.DiscardUnknown(m)
  1229. }
  1230. var xxx_messageInfo_HouseRentUpdateRequest proto.InternalMessageInfo
  1231. func (m *HouseRentUpdateRequest) GetHouseId() int64 {
  1232. if m != nil {
  1233. return m.HouseId
  1234. }
  1235. return 0
  1236. }
  1237. func (m *HouseRentUpdateRequest) GetLayer() int64 {
  1238. if m != nil {
  1239. return m.Layer
  1240. }
  1241. return 0
  1242. }
  1243. func (m *HouseRentUpdateRequest) GetHouseArea() float64 {
  1244. if m != nil {
  1245. return m.HouseArea
  1246. }
  1247. return 0
  1248. }
  1249. func (m *HouseRentUpdateRequest) GetDirection() int32 {
  1250. if m != nil {
  1251. return m.Direction
  1252. }
  1253. return 0
  1254. }
  1255. func (m *HouseRentUpdateRequest) GetRoomCount() int64 {
  1256. if m != nil {
  1257. return m.RoomCount
  1258. }
  1259. return 0
  1260. }
  1261. func (m *HouseRentUpdateRequest) GetHallCount() int64 {
  1262. if m != nil {
  1263. return m.HallCount
  1264. }
  1265. return 0
  1266. }
  1267. func (m *HouseRentUpdateRequest) GetWcCount() int64 {
  1268. if m != nil {
  1269. return m.WcCount
  1270. }
  1271. return 0
  1272. }
  1273. func (m *HouseRentUpdateRequest) GetDecorating() int32 {
  1274. if m != nil {
  1275. return m.Decorating
  1276. }
  1277. return 0
  1278. }
  1279. func (m *HouseRentUpdateRequest) GetContacter() string {
  1280. if m != nil {
  1281. return m.Contacter
  1282. }
  1283. return ""
  1284. }
  1285. func (m *HouseRentUpdateRequest) GetContactPhone() string {
  1286. if m != nil {
  1287. return m.ContactPhone
  1288. }
  1289. return ""
  1290. }
  1291. func (m *HouseRentUpdateRequest) GetPayTimeType() int32 {
  1292. if m != nil {
  1293. return m.PayTimeType
  1294. }
  1295. return 0
  1296. }
  1297. func (m *HouseRentUpdateRequest) GetRentType() int32 {
  1298. if m != nil {
  1299. return m.RentType
  1300. }
  1301. return 0
  1302. }
  1303. func (m *HouseRentUpdateRequest) GetRoomType() int32 {
  1304. if m != nil {
  1305. return m.RoomType
  1306. }
  1307. return 0
  1308. }
  1309. func (m *HouseRentUpdateRequest) GetRoomArea() float64 {
  1310. if m != nil {
  1311. return m.RoomArea
  1312. }
  1313. return 0
  1314. }
  1315. func (m *HouseRentUpdateRequest) GetRentPrice() int64 {
  1316. if m != nil {
  1317. return m.RentPrice
  1318. }
  1319. return 0
  1320. }
  1321. func (m *HouseRentUpdateRequest) GetDesposit() int64 {
  1322. if m != nil {
  1323. return m.Desposit
  1324. }
  1325. return 0
  1326. }
  1327. func (m *HouseRentUpdateRequest) GetInTime() int64 {
  1328. if m != nil {
  1329. return m.InTime
  1330. }
  1331. return 0
  1332. }
  1333. func (m *HouseRentUpdateRequest) GetServicePrice() int64 {
  1334. if m != nil {
  1335. return m.ServicePrice
  1336. }
  1337. return 0
  1338. }
  1339. func (m *HouseRentUpdateRequest) GetIntermediaryPrice() int64 {
  1340. if m != nil {
  1341. return m.IntermediaryPrice
  1342. }
  1343. return 0
  1344. }
  1345. func (m *HouseRentUpdateRequest) GetBaseConf() int64 {
  1346. if m != nil {
  1347. return m.BaseConf
  1348. }
  1349. return 0
  1350. }
  1351. func (m *HouseRentUpdateRequest) GetSpecialConf() int64 {
  1352. if m != nil {
  1353. return m.SpecialConf
  1354. }
  1355. return 0
  1356. }
  1357. func (m *HouseRentUpdateRequest) GetDesc() string {
  1358. if m != nil {
  1359. return m.Desc
  1360. }
  1361. return ""
  1362. }
  1363. func (m *HouseRentUpdateRequest) GetHousePic() []string {
  1364. if m != nil {
  1365. return m.HousePic
  1366. }
  1367. return nil
  1368. }
  1369. func (m *HouseRentUpdateRequest) GetCertPic() []string {
  1370. if m != nil {
  1371. return m.CertPic
  1372. }
  1373. return nil
  1374. }
  1375. func (m *HouseRentUpdateRequest) GetHasLift() bool {
  1376. if m != nil {
  1377. return m.HasLift
  1378. }
  1379. return false
  1380. }
  1381. func (m *HouseRentUpdateRequest) GetGardenId() int64 {
  1382. if m != nil {
  1383. return m.GardenId
  1384. }
  1385. return 0
  1386. }
  1387. func (m *HouseRentUpdateRequest) GetId() int64 {
  1388. if m != nil {
  1389. return m.Id
  1390. }
  1391. return 0
  1392. }
  1393. func (m *HouseRentUpdateRequest) GetLat() float64 {
  1394. if m != nil {
  1395. return m.Lat
  1396. }
  1397. return 0
  1398. }
  1399. func (m *HouseRentUpdateRequest) GetLnt() float64 {
  1400. if m != nil {
  1401. return m.Lnt
  1402. }
  1403. return 0
  1404. }
  1405. type HouseRentUpdateReply struct {
  1406. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1407. XXX_unrecognized []byte `json:"-"`
  1408. XXX_sizecache int32 `json:"-"`
  1409. }
  1410. func (m *HouseRentUpdateReply) Reset() { *m = HouseRentUpdateReply{} }
  1411. func (m *HouseRentUpdateReply) String() string { return proto.CompactTextString(m) }
  1412. func (*HouseRentUpdateReply) ProtoMessage() {}
  1413. func (*HouseRentUpdateReply) Descriptor() ([]byte, []int) {
  1414. return fileDescriptor_137f5ce6ca8cb923, []int{15}
  1415. }
  1416. func (m *HouseRentUpdateReply) XXX_Unmarshal(b []byte) error {
  1417. return xxx_messageInfo_HouseRentUpdateReply.Unmarshal(m, b)
  1418. }
  1419. func (m *HouseRentUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1420. return xxx_messageInfo_HouseRentUpdateReply.Marshal(b, m, deterministic)
  1421. }
  1422. func (m *HouseRentUpdateReply) XXX_Merge(src proto.Message) {
  1423. xxx_messageInfo_HouseRentUpdateReply.Merge(m, src)
  1424. }
  1425. func (m *HouseRentUpdateReply) XXX_Size() int {
  1426. return xxx_messageInfo_HouseRentUpdateReply.Size(m)
  1427. }
  1428. func (m *HouseRentUpdateReply) XXX_DiscardUnknown() {
  1429. xxx_messageInfo_HouseRentUpdateReply.DiscardUnknown(m)
  1430. }
  1431. var xxx_messageInfo_HouseRentUpdateReply proto.InternalMessageInfo
  1432. type HouseRentApproveRequest struct {
  1433. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1434. GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  1435. Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
  1436. Feedback string `protobuf:"bytes,4,opt,name=feedback,proto3" json:"feedback"`
  1437. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1438. XXX_unrecognized []byte `json:"-"`
  1439. XXX_sizecache int32 `json:"-"`
  1440. }
  1441. func (m *HouseRentApproveRequest) Reset() { *m = HouseRentApproveRequest{} }
  1442. func (m *HouseRentApproveRequest) String() string { return proto.CompactTextString(m) }
  1443. func (*HouseRentApproveRequest) ProtoMessage() {}
  1444. func (*HouseRentApproveRequest) Descriptor() ([]byte, []int) {
  1445. return fileDescriptor_137f5ce6ca8cb923, []int{16}
  1446. }
  1447. func (m *HouseRentApproveRequest) XXX_Unmarshal(b []byte) error {
  1448. return xxx_messageInfo_HouseRentApproveRequest.Unmarshal(m, b)
  1449. }
  1450. func (m *HouseRentApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1451. return xxx_messageInfo_HouseRentApproveRequest.Marshal(b, m, deterministic)
  1452. }
  1453. func (m *HouseRentApproveRequest) XXX_Merge(src proto.Message) {
  1454. xxx_messageInfo_HouseRentApproveRequest.Merge(m, src)
  1455. }
  1456. func (m *HouseRentApproveRequest) XXX_Size() int {
  1457. return xxx_messageInfo_HouseRentApproveRequest.Size(m)
  1458. }
  1459. func (m *HouseRentApproveRequest) XXX_DiscardUnknown() {
  1460. xxx_messageInfo_HouseRentApproveRequest.DiscardUnknown(m)
  1461. }
  1462. var xxx_messageInfo_HouseRentApproveRequest proto.InternalMessageInfo
  1463. func (m *HouseRentApproveRequest) GetId() int64 {
  1464. if m != nil {
  1465. return m.Id
  1466. }
  1467. return 0
  1468. }
  1469. func (m *HouseRentApproveRequest) GetGardenId() int64 {
  1470. if m != nil {
  1471. return m.GardenId
  1472. }
  1473. return 0
  1474. }
  1475. func (m *HouseRentApproveRequest) GetStatus() bool {
  1476. if m != nil {
  1477. return m.Status
  1478. }
  1479. return false
  1480. }
  1481. func (m *HouseRentApproveRequest) GetFeedback() string {
  1482. if m != nil {
  1483. return m.Feedback
  1484. }
  1485. return ""
  1486. }
  1487. type HouseRentApproveReply struct {
  1488. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1489. XXX_unrecognized []byte `json:"-"`
  1490. XXX_sizecache int32 `json:"-"`
  1491. }
  1492. func (m *HouseRentApproveReply) Reset() { *m = HouseRentApproveReply{} }
  1493. func (m *HouseRentApproveReply) String() string { return proto.CompactTextString(m) }
  1494. func (*HouseRentApproveReply) ProtoMessage() {}
  1495. func (*HouseRentApproveReply) Descriptor() ([]byte, []int) {
  1496. return fileDescriptor_137f5ce6ca8cb923, []int{17}
  1497. }
  1498. func (m *HouseRentApproveReply) XXX_Unmarshal(b []byte) error {
  1499. return xxx_messageInfo_HouseRentApproveReply.Unmarshal(m, b)
  1500. }
  1501. func (m *HouseRentApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1502. return xxx_messageInfo_HouseRentApproveReply.Marshal(b, m, deterministic)
  1503. }
  1504. func (m *HouseRentApproveReply) XXX_Merge(src proto.Message) {
  1505. xxx_messageInfo_HouseRentApproveReply.Merge(m, src)
  1506. }
  1507. func (m *HouseRentApproveReply) XXX_Size() int {
  1508. return xxx_messageInfo_HouseRentApproveReply.Size(m)
  1509. }
  1510. func (m *HouseRentApproveReply) XXX_DiscardUnknown() {
  1511. xxx_messageInfo_HouseRentApproveReply.DiscardUnknown(m)
  1512. }
  1513. var xxx_messageInfo_HouseRentApproveReply proto.InternalMessageInfo
  1514. type HouseRentDownRequest struct {
  1515. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1516. GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  1517. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1518. XXX_unrecognized []byte `json:"-"`
  1519. XXX_sizecache int32 `json:"-"`
  1520. }
  1521. func (m *HouseRentDownRequest) Reset() { *m = HouseRentDownRequest{} }
  1522. func (m *HouseRentDownRequest) String() string { return proto.CompactTextString(m) }
  1523. func (*HouseRentDownRequest) ProtoMessage() {}
  1524. func (*HouseRentDownRequest) Descriptor() ([]byte, []int) {
  1525. return fileDescriptor_137f5ce6ca8cb923, []int{18}
  1526. }
  1527. func (m *HouseRentDownRequest) XXX_Unmarshal(b []byte) error {
  1528. return xxx_messageInfo_HouseRentDownRequest.Unmarshal(m, b)
  1529. }
  1530. func (m *HouseRentDownRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1531. return xxx_messageInfo_HouseRentDownRequest.Marshal(b, m, deterministic)
  1532. }
  1533. func (m *HouseRentDownRequest) XXX_Merge(src proto.Message) {
  1534. xxx_messageInfo_HouseRentDownRequest.Merge(m, src)
  1535. }
  1536. func (m *HouseRentDownRequest) XXX_Size() int {
  1537. return xxx_messageInfo_HouseRentDownRequest.Size(m)
  1538. }
  1539. func (m *HouseRentDownRequest) XXX_DiscardUnknown() {
  1540. xxx_messageInfo_HouseRentDownRequest.DiscardUnknown(m)
  1541. }
  1542. var xxx_messageInfo_HouseRentDownRequest proto.InternalMessageInfo
  1543. func (m *HouseRentDownRequest) GetId() int64 {
  1544. if m != nil {
  1545. return m.Id
  1546. }
  1547. return 0
  1548. }
  1549. func (m *HouseRentDownRequest) GetGardenId() int64 {
  1550. if m != nil {
  1551. return m.GardenId
  1552. }
  1553. return 0
  1554. }
  1555. type HouseRentDownReply struct {
  1556. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1557. XXX_unrecognized []byte `json:"-"`
  1558. XXX_sizecache int32 `json:"-"`
  1559. }
  1560. func (m *HouseRentDownReply) Reset() { *m = HouseRentDownReply{} }
  1561. func (m *HouseRentDownReply) String() string { return proto.CompactTextString(m) }
  1562. func (*HouseRentDownReply) ProtoMessage() {}
  1563. func (*HouseRentDownReply) Descriptor() ([]byte, []int) {
  1564. return fileDescriptor_137f5ce6ca8cb923, []int{19}
  1565. }
  1566. func (m *HouseRentDownReply) XXX_Unmarshal(b []byte) error {
  1567. return xxx_messageInfo_HouseRentDownReply.Unmarshal(m, b)
  1568. }
  1569. func (m *HouseRentDownReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1570. return xxx_messageInfo_HouseRentDownReply.Marshal(b, m, deterministic)
  1571. }
  1572. func (m *HouseRentDownReply) XXX_Merge(src proto.Message) {
  1573. xxx_messageInfo_HouseRentDownReply.Merge(m, src)
  1574. }
  1575. func (m *HouseRentDownReply) XXX_Size() int {
  1576. return xxx_messageInfo_HouseRentDownReply.Size(m)
  1577. }
  1578. func (m *HouseRentDownReply) XXX_DiscardUnknown() {
  1579. xxx_messageInfo_HouseRentDownReply.DiscardUnknown(m)
  1580. }
  1581. var xxx_messageInfo_HouseRentDownReply proto.InternalMessageInfo
  1582. type HouseRentListRequest struct {
  1583. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  1584. ProvinceCode string `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  1585. CityCode string `protobuf:"bytes,3,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  1586. AreaCode string `protobuf:"bytes,4,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  1587. StreetCode string `protobuf:"bytes,5,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  1588. RoomCount int64 `protobuf:"varint,6,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  1589. HallCount int64 `protobuf:"varint,7,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  1590. WcCount int64 `protobuf:"varint,8,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"`
  1591. HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  1592. RentPriceGreater int64 `protobuf:"varint,10,opt,name=rent_price_greater,json=rentPriceGreater,proto3" json:"rent_price_greater"`
  1593. RentPriceLess int64 `protobuf:"varint,11,opt,name=rent_price_less,json=rentPriceLess,proto3" json:"rent_price_less"`
  1594. ApproveStatus int64 `protobuf:"varint,12,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  1595. Page int64 `protobuf:"varint,13,opt,name=page,proto3" json:"page"`
  1596. PageSize int64 `protobuf:"varint,14,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  1597. BaseConf int64 `protobuf:"varint,15,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"`
  1598. SpecialConf int64 `protobuf:"varint,16,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"`
  1599. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1600. XXX_unrecognized []byte `json:"-"`
  1601. XXX_sizecache int32 `json:"-"`
  1602. }
  1603. func (m *HouseRentListRequest) Reset() { *m = HouseRentListRequest{} }
  1604. func (m *HouseRentListRequest) String() string { return proto.CompactTextString(m) }
  1605. func (*HouseRentListRequest) ProtoMessage() {}
  1606. func (*HouseRentListRequest) Descriptor() ([]byte, []int) {
  1607. return fileDescriptor_137f5ce6ca8cb923, []int{20}
  1608. }
  1609. func (m *HouseRentListRequest) XXX_Unmarshal(b []byte) error {
  1610. return xxx_messageInfo_HouseRentListRequest.Unmarshal(m, b)
  1611. }
  1612. func (m *HouseRentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1613. return xxx_messageInfo_HouseRentListRequest.Marshal(b, m, deterministic)
  1614. }
  1615. func (m *HouseRentListRequest) XXX_Merge(src proto.Message) {
  1616. xxx_messageInfo_HouseRentListRequest.Merge(m, src)
  1617. }
  1618. func (m *HouseRentListRequest) XXX_Size() int {
  1619. return xxx_messageInfo_HouseRentListRequest.Size(m)
  1620. }
  1621. func (m *HouseRentListRequest) XXX_DiscardUnknown() {
  1622. xxx_messageInfo_HouseRentListRequest.DiscardUnknown(m)
  1623. }
  1624. var xxx_messageInfo_HouseRentListRequest proto.InternalMessageInfo
  1625. func (m *HouseRentListRequest) GetGardenId() int64 {
  1626. if m != nil {
  1627. return m.GardenId
  1628. }
  1629. return 0
  1630. }
  1631. func (m *HouseRentListRequest) GetProvinceCode() string {
  1632. if m != nil {
  1633. return m.ProvinceCode
  1634. }
  1635. return ""
  1636. }
  1637. func (m *HouseRentListRequest) GetCityCode() string {
  1638. if m != nil {
  1639. return m.CityCode
  1640. }
  1641. return ""
  1642. }
  1643. func (m *HouseRentListRequest) GetAreaCode() string {
  1644. if m != nil {
  1645. return m.AreaCode
  1646. }
  1647. return ""
  1648. }
  1649. func (m *HouseRentListRequest) GetStreetCode() string {
  1650. if m != nil {
  1651. return m.StreetCode
  1652. }
  1653. return ""
  1654. }
  1655. func (m *HouseRentListRequest) GetRoomCount() int64 {
  1656. if m != nil {
  1657. return m.RoomCount
  1658. }
  1659. return 0
  1660. }
  1661. func (m *HouseRentListRequest) GetHallCount() int64 {
  1662. if m != nil {
  1663. return m.HallCount
  1664. }
  1665. return 0
  1666. }
  1667. func (m *HouseRentListRequest) GetWcCount() int64 {
  1668. if m != nil {
  1669. return m.WcCount
  1670. }
  1671. return 0
  1672. }
  1673. func (m *HouseRentListRequest) GetHouseholdUid() int64 {
  1674. if m != nil {
  1675. return m.HouseholdUid
  1676. }
  1677. return 0
  1678. }
  1679. func (m *HouseRentListRequest) GetRentPriceGreater() int64 {
  1680. if m != nil {
  1681. return m.RentPriceGreater
  1682. }
  1683. return 0
  1684. }
  1685. func (m *HouseRentListRequest) GetRentPriceLess() int64 {
  1686. if m != nil {
  1687. return m.RentPriceLess
  1688. }
  1689. return 0
  1690. }
  1691. func (m *HouseRentListRequest) GetApproveStatus() int64 {
  1692. if m != nil {
  1693. return m.ApproveStatus
  1694. }
  1695. return 0
  1696. }
  1697. func (m *HouseRentListRequest) GetPage() int64 {
  1698. if m != nil {
  1699. return m.Page
  1700. }
  1701. return 0
  1702. }
  1703. func (m *HouseRentListRequest) GetPageSize() int64 {
  1704. if m != nil {
  1705. return m.PageSize
  1706. }
  1707. return 0
  1708. }
  1709. func (m *HouseRentListRequest) GetBaseConf() int64 {
  1710. if m != nil {
  1711. return m.BaseConf
  1712. }
  1713. return 0
  1714. }
  1715. func (m *HouseRentListRequest) GetSpecialConf() int64 {
  1716. if m != nil {
  1717. return m.SpecialConf
  1718. }
  1719. return 0
  1720. }
  1721. type HouseRentItem struct {
  1722. // 房屋号
  1723. HouseName string `protobuf:"bytes,1,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  1724. // 楼层
  1725. Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"`
  1726. // 房屋建筑面积
  1727. HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"`
  1728. // 朝向
  1729. Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"`
  1730. // 几室
  1731. RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  1732. // 几厅
  1733. HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  1734. // 几卫
  1735. WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"`
  1736. // 1 精装 2 简装 3 清水
  1737. Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"`
  1738. // 联系人
  1739. Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"`
  1740. // 联系人电话
  1741. ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"`
  1742. // 1 月付 2 季付 3 半年付 4 年付
  1743. PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"`
  1744. // 1 整租 2 合租 3 转租
  1745. RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"`
  1746. // 1 全部 2 主卧 3 次卧
  1747. RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"`
  1748. // 房间面积
  1749. RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"`
  1750. // 月租
  1751. RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"`
  1752. // 押金
  1753. Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"`
  1754. // 可入住时间
  1755. InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"`
  1756. // 服务费
  1757. ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"`
  1758. // 中介费
  1759. IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"`
  1760. // 基础设施
  1761. BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"`
  1762. // 特色配置
  1763. SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"`
  1764. // 简介
  1765. Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"`
  1766. // 房屋图片
  1767. HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"`
  1768. // 房屋证件图片
  1769. CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"`
  1770. // 是否有电梯
  1771. HasLift bool `protobuf:"varint,25,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"`
  1772. // 小区id
  1773. GardenId int64 `protobuf:"varint,26,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  1774. // 租房id
  1775. Id int64 `protobuf:"varint,27,opt,name=id,proto3" json:"id"`
  1776. // 审核状态 1 待审 2 通过 3 未通过
  1777. ApproveStatus int32 `protobuf:"varint,28,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  1778. // 省份
  1779. Province string `protobuf:"bytes,29,opt,name=province,proto3" json:"province"`
  1780. // 城市
  1781. City string `protobuf:"bytes,30,opt,name=city,proto3" json:"city"`
  1782. // 区域
  1783. Area string `protobuf:"bytes,31,opt,name=area,proto3" json:"area"`
  1784. // 街道
  1785. Street string `protobuf:"bytes,32,opt,name=street,proto3" json:"street"`
  1786. // 小区名称
  1787. GardenName string `protobuf:"bytes,33,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  1788. // 纬度
  1789. Lat float64 `protobuf:"fixed64,34,opt,name=lat,proto3" json:"lat"`
  1790. // 经度
  1791. Lnt float64 `protobuf:"fixed64,35,opt,name=lnt,proto3" json:"lnt"`
  1792. Addr string `protobuf:"bytes,36,opt,name=addr,proto3" json:"addr"`
  1793. HouseId int64 `protobuf:"varint,37,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  1794. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1795. XXX_unrecognized []byte `json:"-"`
  1796. XXX_sizecache int32 `json:"-"`
  1797. }
  1798. func (m *HouseRentItem) Reset() { *m = HouseRentItem{} }
  1799. func (m *HouseRentItem) String() string { return proto.CompactTextString(m) }
  1800. func (*HouseRentItem) ProtoMessage() {}
  1801. func (*HouseRentItem) Descriptor() ([]byte, []int) {
  1802. return fileDescriptor_137f5ce6ca8cb923, []int{21}
  1803. }
  1804. func (m *HouseRentItem) XXX_Unmarshal(b []byte) error {
  1805. return xxx_messageInfo_HouseRentItem.Unmarshal(m, b)
  1806. }
  1807. func (m *HouseRentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1808. return xxx_messageInfo_HouseRentItem.Marshal(b, m, deterministic)
  1809. }
  1810. func (m *HouseRentItem) XXX_Merge(src proto.Message) {
  1811. xxx_messageInfo_HouseRentItem.Merge(m, src)
  1812. }
  1813. func (m *HouseRentItem) XXX_Size() int {
  1814. return xxx_messageInfo_HouseRentItem.Size(m)
  1815. }
  1816. func (m *HouseRentItem) XXX_DiscardUnknown() {
  1817. xxx_messageInfo_HouseRentItem.DiscardUnknown(m)
  1818. }
  1819. var xxx_messageInfo_HouseRentItem proto.InternalMessageInfo
  1820. func (m *HouseRentItem) GetHouseName() string {
  1821. if m != nil {
  1822. return m.HouseName
  1823. }
  1824. return ""
  1825. }
  1826. func (m *HouseRentItem) GetLayer() int64 {
  1827. if m != nil {
  1828. return m.Layer
  1829. }
  1830. return 0
  1831. }
  1832. func (m *HouseRentItem) GetHouseArea() float64 {
  1833. if m != nil {
  1834. return m.HouseArea
  1835. }
  1836. return 0
  1837. }
  1838. func (m *HouseRentItem) GetDirection() int32 {
  1839. if m != nil {
  1840. return m.Direction
  1841. }
  1842. return 0
  1843. }
  1844. func (m *HouseRentItem) GetRoomCount() int64 {
  1845. if m != nil {
  1846. return m.RoomCount
  1847. }
  1848. return 0
  1849. }
  1850. func (m *HouseRentItem) GetHallCount() int64 {
  1851. if m != nil {
  1852. return m.HallCount
  1853. }
  1854. return 0
  1855. }
  1856. func (m *HouseRentItem) GetWcCount() int64 {
  1857. if m != nil {
  1858. return m.WcCount
  1859. }
  1860. return 0
  1861. }
  1862. func (m *HouseRentItem) GetDecorating() int32 {
  1863. if m != nil {
  1864. return m.Decorating
  1865. }
  1866. return 0
  1867. }
  1868. func (m *HouseRentItem) GetContacter() string {
  1869. if m != nil {
  1870. return m.Contacter
  1871. }
  1872. return ""
  1873. }
  1874. func (m *HouseRentItem) GetContactPhone() string {
  1875. if m != nil {
  1876. return m.ContactPhone
  1877. }
  1878. return ""
  1879. }
  1880. func (m *HouseRentItem) GetPayTimeType() int32 {
  1881. if m != nil {
  1882. return m.PayTimeType
  1883. }
  1884. return 0
  1885. }
  1886. func (m *HouseRentItem) GetRentType() int32 {
  1887. if m != nil {
  1888. return m.RentType
  1889. }
  1890. return 0
  1891. }
  1892. func (m *HouseRentItem) GetRoomType() int32 {
  1893. if m != nil {
  1894. return m.RoomType
  1895. }
  1896. return 0
  1897. }
  1898. func (m *HouseRentItem) GetRoomArea() float64 {
  1899. if m != nil {
  1900. return m.RoomArea
  1901. }
  1902. return 0
  1903. }
  1904. func (m *HouseRentItem) GetRentPrice() int64 {
  1905. if m != nil {
  1906. return m.RentPrice
  1907. }
  1908. return 0
  1909. }
  1910. func (m *HouseRentItem) GetDesposit() int64 {
  1911. if m != nil {
  1912. return m.Desposit
  1913. }
  1914. return 0
  1915. }
  1916. func (m *HouseRentItem) GetInTime() int64 {
  1917. if m != nil {
  1918. return m.InTime
  1919. }
  1920. return 0
  1921. }
  1922. func (m *HouseRentItem) GetServicePrice() int64 {
  1923. if m != nil {
  1924. return m.ServicePrice
  1925. }
  1926. return 0
  1927. }
  1928. func (m *HouseRentItem) GetIntermediaryPrice() int64 {
  1929. if m != nil {
  1930. return m.IntermediaryPrice
  1931. }
  1932. return 0
  1933. }
  1934. func (m *HouseRentItem) GetBaseConf() int64 {
  1935. if m != nil {
  1936. return m.BaseConf
  1937. }
  1938. return 0
  1939. }
  1940. func (m *HouseRentItem) GetSpecialConf() int64 {
  1941. if m != nil {
  1942. return m.SpecialConf
  1943. }
  1944. return 0
  1945. }
  1946. func (m *HouseRentItem) GetDesc() string {
  1947. if m != nil {
  1948. return m.Desc
  1949. }
  1950. return ""
  1951. }
  1952. func (m *HouseRentItem) GetHousePic() []string {
  1953. if m != nil {
  1954. return m.HousePic
  1955. }
  1956. return nil
  1957. }
  1958. func (m *HouseRentItem) GetCertPic() []string {
  1959. if m != nil {
  1960. return m.CertPic
  1961. }
  1962. return nil
  1963. }
  1964. func (m *HouseRentItem) GetHasLift() bool {
  1965. if m != nil {
  1966. return m.HasLift
  1967. }
  1968. return false
  1969. }
  1970. func (m *HouseRentItem) GetGardenId() int64 {
  1971. if m != nil {
  1972. return m.GardenId
  1973. }
  1974. return 0
  1975. }
  1976. func (m *HouseRentItem) GetId() int64 {
  1977. if m != nil {
  1978. return m.Id
  1979. }
  1980. return 0
  1981. }
  1982. func (m *HouseRentItem) GetApproveStatus() int32 {
  1983. if m != nil {
  1984. return m.ApproveStatus
  1985. }
  1986. return 0
  1987. }
  1988. func (m *HouseRentItem) GetProvince() string {
  1989. if m != nil {
  1990. return m.Province
  1991. }
  1992. return ""
  1993. }
  1994. func (m *HouseRentItem) GetCity() string {
  1995. if m != nil {
  1996. return m.City
  1997. }
  1998. return ""
  1999. }
  2000. func (m *HouseRentItem) GetArea() string {
  2001. if m != nil {
  2002. return m.Area
  2003. }
  2004. return ""
  2005. }
  2006. func (m *HouseRentItem) GetStreet() string {
  2007. if m != nil {
  2008. return m.Street
  2009. }
  2010. return ""
  2011. }
  2012. func (m *HouseRentItem) GetGardenName() string {
  2013. if m != nil {
  2014. return m.GardenName
  2015. }
  2016. return ""
  2017. }
  2018. func (m *HouseRentItem) GetLat() float64 {
  2019. if m != nil {
  2020. return m.Lat
  2021. }
  2022. return 0
  2023. }
  2024. func (m *HouseRentItem) GetLnt() float64 {
  2025. if m != nil {
  2026. return m.Lnt
  2027. }
  2028. return 0
  2029. }
  2030. func (m *HouseRentItem) GetAddr() string {
  2031. if m != nil {
  2032. return m.Addr
  2033. }
  2034. return ""
  2035. }
  2036. func (m *HouseRentItem) GetHouseId() int64 {
  2037. if m != nil {
  2038. return m.HouseId
  2039. }
  2040. return 0
  2041. }
  2042. type HouseRentListReply struct {
  2043. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  2044. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  2045. List []*HouseRentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  2046. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2047. XXX_unrecognized []byte `json:"-"`
  2048. XXX_sizecache int32 `json:"-"`
  2049. }
  2050. func (m *HouseRentListReply) Reset() { *m = HouseRentListReply{} }
  2051. func (m *HouseRentListReply) String() string { return proto.CompactTextString(m) }
  2052. func (*HouseRentListReply) ProtoMessage() {}
  2053. func (*HouseRentListReply) Descriptor() ([]byte, []int) {
  2054. return fileDescriptor_137f5ce6ca8cb923, []int{22}
  2055. }
  2056. func (m *HouseRentListReply) XXX_Unmarshal(b []byte) error {
  2057. return xxx_messageInfo_HouseRentListReply.Unmarshal(m, b)
  2058. }
  2059. func (m *HouseRentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2060. return xxx_messageInfo_HouseRentListReply.Marshal(b, m, deterministic)
  2061. }
  2062. func (m *HouseRentListReply) XXX_Merge(src proto.Message) {
  2063. xxx_messageInfo_HouseRentListReply.Merge(m, src)
  2064. }
  2065. func (m *HouseRentListReply) XXX_Size() int {
  2066. return xxx_messageInfo_HouseRentListReply.Size(m)
  2067. }
  2068. func (m *HouseRentListReply) XXX_DiscardUnknown() {
  2069. xxx_messageInfo_HouseRentListReply.DiscardUnknown(m)
  2070. }
  2071. var xxx_messageInfo_HouseRentListReply proto.InternalMessageInfo
  2072. func (m *HouseRentListReply) GetPage() int64 {
  2073. if m != nil {
  2074. return m.Page
  2075. }
  2076. return 0
  2077. }
  2078. func (m *HouseRentListReply) GetTotal() int64 {
  2079. if m != nil {
  2080. return m.Total
  2081. }
  2082. return 0
  2083. }
  2084. func (m *HouseRentListReply) GetList() []*HouseRentItem {
  2085. if m != nil {
  2086. return m.List
  2087. }
  2088. return nil
  2089. }
  2090. type GardenHouseRentListRequest struct {
  2091. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  2092. ProvinceCode string `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  2093. CityCode string `protobuf:"bytes,3,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  2094. AreaCode string `protobuf:"bytes,4,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  2095. StreetCode string `protobuf:"bytes,5,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  2096. RoomCount int64 `protobuf:"varint,6,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  2097. HallCount int64 `protobuf:"varint,7,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  2098. WcCount int64 `protobuf:"varint,8,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"`
  2099. HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  2100. RentPriceGreater int64 `protobuf:"varint,10,opt,name=rent_price_greater,json=rentPriceGreater,proto3" json:"rent_price_greater"`
  2101. RentPriceLess int64 `protobuf:"varint,11,opt,name=rent_price_less,json=rentPriceLess,proto3" json:"rent_price_less"`
  2102. ApproveStatus int64 `protobuf:"varint,12,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  2103. Page int64 `protobuf:"varint,13,opt,name=page,proto3" json:"page"`
  2104. PageSize int64 `protobuf:"varint,14,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  2105. BaseConf int64 `protobuf:"varint,15,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"`
  2106. SpecialConf int64 `protobuf:"varint,16,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"`
  2107. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2108. XXX_unrecognized []byte `json:"-"`
  2109. XXX_sizecache int32 `json:"-"`
  2110. }
  2111. func (m *GardenHouseRentListRequest) Reset() { *m = GardenHouseRentListRequest{} }
  2112. func (m *GardenHouseRentListRequest) String() string { return proto.CompactTextString(m) }
  2113. func (*GardenHouseRentListRequest) ProtoMessage() {}
  2114. func (*GardenHouseRentListRequest) Descriptor() ([]byte, []int) {
  2115. return fileDescriptor_137f5ce6ca8cb923, []int{23}
  2116. }
  2117. func (m *GardenHouseRentListRequest) XXX_Unmarshal(b []byte) error {
  2118. return xxx_messageInfo_GardenHouseRentListRequest.Unmarshal(m, b)
  2119. }
  2120. func (m *GardenHouseRentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2121. return xxx_messageInfo_GardenHouseRentListRequest.Marshal(b, m, deterministic)
  2122. }
  2123. func (m *GardenHouseRentListRequest) XXX_Merge(src proto.Message) {
  2124. xxx_messageInfo_GardenHouseRentListRequest.Merge(m, src)
  2125. }
  2126. func (m *GardenHouseRentListRequest) XXX_Size() int {
  2127. return xxx_messageInfo_GardenHouseRentListRequest.Size(m)
  2128. }
  2129. func (m *GardenHouseRentListRequest) XXX_DiscardUnknown() {
  2130. xxx_messageInfo_GardenHouseRentListRequest.DiscardUnknown(m)
  2131. }
  2132. var xxx_messageInfo_GardenHouseRentListRequest proto.InternalMessageInfo
  2133. func (m *GardenHouseRentListRequest) GetGardenId() int64 {
  2134. if m != nil {
  2135. return m.GardenId
  2136. }
  2137. return 0
  2138. }
  2139. func (m *GardenHouseRentListRequest) GetProvinceCode() string {
  2140. if m != nil {
  2141. return m.ProvinceCode
  2142. }
  2143. return ""
  2144. }
  2145. func (m *GardenHouseRentListRequest) GetCityCode() string {
  2146. if m != nil {
  2147. return m.CityCode
  2148. }
  2149. return ""
  2150. }
  2151. func (m *GardenHouseRentListRequest) GetAreaCode() string {
  2152. if m != nil {
  2153. return m.AreaCode
  2154. }
  2155. return ""
  2156. }
  2157. func (m *GardenHouseRentListRequest) GetStreetCode() string {
  2158. if m != nil {
  2159. return m.StreetCode
  2160. }
  2161. return ""
  2162. }
  2163. func (m *GardenHouseRentListRequest) GetRoomCount() int64 {
  2164. if m != nil {
  2165. return m.RoomCount
  2166. }
  2167. return 0
  2168. }
  2169. func (m *GardenHouseRentListRequest) GetHallCount() int64 {
  2170. if m != nil {
  2171. return m.HallCount
  2172. }
  2173. return 0
  2174. }
  2175. func (m *GardenHouseRentListRequest) GetWcCount() int64 {
  2176. if m != nil {
  2177. return m.WcCount
  2178. }
  2179. return 0
  2180. }
  2181. func (m *GardenHouseRentListRequest) GetHouseholdUid() int64 {
  2182. if m != nil {
  2183. return m.HouseholdUid
  2184. }
  2185. return 0
  2186. }
  2187. func (m *GardenHouseRentListRequest) GetRentPriceGreater() int64 {
  2188. if m != nil {
  2189. return m.RentPriceGreater
  2190. }
  2191. return 0
  2192. }
  2193. func (m *GardenHouseRentListRequest) GetRentPriceLess() int64 {
  2194. if m != nil {
  2195. return m.RentPriceLess
  2196. }
  2197. return 0
  2198. }
  2199. func (m *GardenHouseRentListRequest) GetApproveStatus() int64 {
  2200. if m != nil {
  2201. return m.ApproveStatus
  2202. }
  2203. return 0
  2204. }
  2205. func (m *GardenHouseRentListRequest) GetPage() int64 {
  2206. if m != nil {
  2207. return m.Page
  2208. }
  2209. return 0
  2210. }
  2211. func (m *GardenHouseRentListRequest) GetPageSize() int64 {
  2212. if m != nil {
  2213. return m.PageSize
  2214. }
  2215. return 0
  2216. }
  2217. func (m *GardenHouseRentListRequest) GetBaseConf() int64 {
  2218. if m != nil {
  2219. return m.BaseConf
  2220. }
  2221. return 0
  2222. }
  2223. func (m *GardenHouseRentListRequest) GetSpecialConf() int64 {
  2224. if m != nil {
  2225. return m.SpecialConf
  2226. }
  2227. return 0
  2228. }
  2229. type GardenHouseRentListReply struct {
  2230. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  2231. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  2232. List []*HouseRentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  2233. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2234. XXX_unrecognized []byte `json:"-"`
  2235. XXX_sizecache int32 `json:"-"`
  2236. }
  2237. func (m *GardenHouseRentListReply) Reset() { *m = GardenHouseRentListReply{} }
  2238. func (m *GardenHouseRentListReply) String() string { return proto.CompactTextString(m) }
  2239. func (*GardenHouseRentListReply) ProtoMessage() {}
  2240. func (*GardenHouseRentListReply) Descriptor() ([]byte, []int) {
  2241. return fileDescriptor_137f5ce6ca8cb923, []int{24}
  2242. }
  2243. func (m *GardenHouseRentListReply) XXX_Unmarshal(b []byte) error {
  2244. return xxx_messageInfo_GardenHouseRentListReply.Unmarshal(m, b)
  2245. }
  2246. func (m *GardenHouseRentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2247. return xxx_messageInfo_GardenHouseRentListReply.Marshal(b, m, deterministic)
  2248. }
  2249. func (m *GardenHouseRentListReply) XXX_Merge(src proto.Message) {
  2250. xxx_messageInfo_GardenHouseRentListReply.Merge(m, src)
  2251. }
  2252. func (m *GardenHouseRentListReply) XXX_Size() int {
  2253. return xxx_messageInfo_GardenHouseRentListReply.Size(m)
  2254. }
  2255. func (m *GardenHouseRentListReply) XXX_DiscardUnknown() {
  2256. xxx_messageInfo_GardenHouseRentListReply.DiscardUnknown(m)
  2257. }
  2258. var xxx_messageInfo_GardenHouseRentListReply proto.InternalMessageInfo
  2259. func (m *GardenHouseRentListReply) GetPage() int64 {
  2260. if m != nil {
  2261. return m.Page
  2262. }
  2263. return 0
  2264. }
  2265. func (m *GardenHouseRentListReply) GetTotal() int64 {
  2266. if m != nil {
  2267. return m.Total
  2268. }
  2269. return 0
  2270. }
  2271. func (m *GardenHouseRentListReply) GetList() []*HouseRentItem {
  2272. if m != nil {
  2273. return m.List
  2274. }
  2275. return nil
  2276. }
  2277. type HouseRentAppointmentDelRequest struct {
  2278. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  2279. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  2280. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2281. XXX_unrecognized []byte `json:"-"`
  2282. XXX_sizecache int32 `json:"-"`
  2283. }
  2284. func (m *HouseRentAppointmentDelRequest) Reset() { *m = HouseRentAppointmentDelRequest{} }
  2285. func (m *HouseRentAppointmentDelRequest) String() string { return proto.CompactTextString(m) }
  2286. func (*HouseRentAppointmentDelRequest) ProtoMessage() {}
  2287. func (*HouseRentAppointmentDelRequest) Descriptor() ([]byte, []int) {
  2288. return fileDescriptor_137f5ce6ca8cb923, []int{25}
  2289. }
  2290. func (m *HouseRentAppointmentDelRequest) XXX_Unmarshal(b []byte) error {
  2291. return xxx_messageInfo_HouseRentAppointmentDelRequest.Unmarshal(m, b)
  2292. }
  2293. func (m *HouseRentAppointmentDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2294. return xxx_messageInfo_HouseRentAppointmentDelRequest.Marshal(b, m, deterministic)
  2295. }
  2296. func (m *HouseRentAppointmentDelRequest) XXX_Merge(src proto.Message) {
  2297. xxx_messageInfo_HouseRentAppointmentDelRequest.Merge(m, src)
  2298. }
  2299. func (m *HouseRentAppointmentDelRequest) XXX_Size() int {
  2300. return xxx_messageInfo_HouseRentAppointmentDelRequest.Size(m)
  2301. }
  2302. func (m *HouseRentAppointmentDelRequest) XXX_DiscardUnknown() {
  2303. xxx_messageInfo_HouseRentAppointmentDelRequest.DiscardUnknown(m)
  2304. }
  2305. var xxx_messageInfo_HouseRentAppointmentDelRequest proto.InternalMessageInfo
  2306. func (m *HouseRentAppointmentDelRequest) GetGardenId() int64 {
  2307. if m != nil {
  2308. return m.GardenId
  2309. }
  2310. return 0
  2311. }
  2312. func (m *HouseRentAppointmentDelRequest) GetId() int64 {
  2313. if m != nil {
  2314. return m.Id
  2315. }
  2316. return 0
  2317. }
  2318. type HouseRentAppointmentDelReply struct {
  2319. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2320. XXX_unrecognized []byte `json:"-"`
  2321. XXX_sizecache int32 `json:"-"`
  2322. }
  2323. func (m *HouseRentAppointmentDelReply) Reset() { *m = HouseRentAppointmentDelReply{} }
  2324. func (m *HouseRentAppointmentDelReply) String() string { return proto.CompactTextString(m) }
  2325. func (*HouseRentAppointmentDelReply) ProtoMessage() {}
  2326. func (*HouseRentAppointmentDelReply) Descriptor() ([]byte, []int) {
  2327. return fileDescriptor_137f5ce6ca8cb923, []int{26}
  2328. }
  2329. func (m *HouseRentAppointmentDelReply) XXX_Unmarshal(b []byte) error {
  2330. return xxx_messageInfo_HouseRentAppointmentDelReply.Unmarshal(m, b)
  2331. }
  2332. func (m *HouseRentAppointmentDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2333. return xxx_messageInfo_HouseRentAppointmentDelReply.Marshal(b, m, deterministic)
  2334. }
  2335. func (m *HouseRentAppointmentDelReply) XXX_Merge(src proto.Message) {
  2336. xxx_messageInfo_HouseRentAppointmentDelReply.Merge(m, src)
  2337. }
  2338. func (m *HouseRentAppointmentDelReply) XXX_Size() int {
  2339. return xxx_messageInfo_HouseRentAppointmentDelReply.Size(m)
  2340. }
  2341. func (m *HouseRentAppointmentDelReply) XXX_DiscardUnknown() {
  2342. xxx_messageInfo_HouseRentAppointmentDelReply.DiscardUnknown(m)
  2343. }
  2344. var xxx_messageInfo_HouseRentAppointmentDelReply proto.InternalMessageInfo
  2345. type HouseRentAppointmentListRequest struct {
  2346. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  2347. RentId int64 `protobuf:"varint,2,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  2348. Uid int64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid"`
  2349. Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page"`
  2350. PageSize int64 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  2351. HouseName string `protobuf:"bytes,6,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  2352. Phone string `protobuf:"bytes,7,opt,name=phone,proto3" json:"phone"`
  2353. Name string `protobuf:"bytes,8,opt,name=name,proto3" json:"name"`
  2354. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2355. XXX_unrecognized []byte `json:"-"`
  2356. XXX_sizecache int32 `json:"-"`
  2357. }
  2358. func (m *HouseRentAppointmentListRequest) Reset() { *m = HouseRentAppointmentListRequest{} }
  2359. func (m *HouseRentAppointmentListRequest) String() string { return proto.CompactTextString(m) }
  2360. func (*HouseRentAppointmentListRequest) ProtoMessage() {}
  2361. func (*HouseRentAppointmentListRequest) Descriptor() ([]byte, []int) {
  2362. return fileDescriptor_137f5ce6ca8cb923, []int{27}
  2363. }
  2364. func (m *HouseRentAppointmentListRequest) XXX_Unmarshal(b []byte) error {
  2365. return xxx_messageInfo_HouseRentAppointmentListRequest.Unmarshal(m, b)
  2366. }
  2367. func (m *HouseRentAppointmentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2368. return xxx_messageInfo_HouseRentAppointmentListRequest.Marshal(b, m, deterministic)
  2369. }
  2370. func (m *HouseRentAppointmentListRequest) XXX_Merge(src proto.Message) {
  2371. xxx_messageInfo_HouseRentAppointmentListRequest.Merge(m, src)
  2372. }
  2373. func (m *HouseRentAppointmentListRequest) XXX_Size() int {
  2374. return xxx_messageInfo_HouseRentAppointmentListRequest.Size(m)
  2375. }
  2376. func (m *HouseRentAppointmentListRequest) XXX_DiscardUnknown() {
  2377. xxx_messageInfo_HouseRentAppointmentListRequest.DiscardUnknown(m)
  2378. }
  2379. var xxx_messageInfo_HouseRentAppointmentListRequest proto.InternalMessageInfo
  2380. func (m *HouseRentAppointmentListRequest) GetGardenId() int64 {
  2381. if m != nil {
  2382. return m.GardenId
  2383. }
  2384. return 0
  2385. }
  2386. func (m *HouseRentAppointmentListRequest) GetRentId() int64 {
  2387. if m != nil {
  2388. return m.RentId
  2389. }
  2390. return 0
  2391. }
  2392. func (m *HouseRentAppointmentListRequest) GetUid() int64 {
  2393. if m != nil {
  2394. return m.Uid
  2395. }
  2396. return 0
  2397. }
  2398. func (m *HouseRentAppointmentListRequest) GetPage() int64 {
  2399. if m != nil {
  2400. return m.Page
  2401. }
  2402. return 0
  2403. }
  2404. func (m *HouseRentAppointmentListRequest) GetPageSize() int64 {
  2405. if m != nil {
  2406. return m.PageSize
  2407. }
  2408. return 0
  2409. }
  2410. func (m *HouseRentAppointmentListRequest) GetHouseName() string {
  2411. if m != nil {
  2412. return m.HouseName
  2413. }
  2414. return ""
  2415. }
  2416. func (m *HouseRentAppointmentListRequest) GetPhone() string {
  2417. if m != nil {
  2418. return m.Phone
  2419. }
  2420. return ""
  2421. }
  2422. func (m *HouseRentAppointmentListRequest) GetName() string {
  2423. if m != nil {
  2424. return m.Name
  2425. }
  2426. return ""
  2427. }
  2428. type HouseRentAppointmentItem struct {
  2429. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  2430. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
  2431. RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  2432. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  2433. Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
  2434. Gender int32 `protobuf:"varint,6,opt,name=gender,proto3" json:"gender"`
  2435. AppointmentTime int64 `protobuf:"varint,7,opt,name=appointment_time,json=appointmentTime,proto3" json:"appointment_time"`
  2436. HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  2437. Area float64 `protobuf:"fixed64,9,opt,name=area,proto3" json:"area"`
  2438. Layer int64 `protobuf:"varint,10,opt,name=layer,proto3" json:"layer"`
  2439. // 1 待受理,2 已受理,3 已拒绝,4 未到访,5已到访,6已过期
  2440. Status int32 `protobuf:"varint,11,opt,name=status,proto3" json:"status"`
  2441. GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  2442. GardenId int64 `protobuf:"varint,13,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  2443. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2444. XXX_unrecognized []byte `json:"-"`
  2445. XXX_sizecache int32 `json:"-"`
  2446. }
  2447. func (m *HouseRentAppointmentItem) Reset() { *m = HouseRentAppointmentItem{} }
  2448. func (m *HouseRentAppointmentItem) String() string { return proto.CompactTextString(m) }
  2449. func (*HouseRentAppointmentItem) ProtoMessage() {}
  2450. func (*HouseRentAppointmentItem) Descriptor() ([]byte, []int) {
  2451. return fileDescriptor_137f5ce6ca8cb923, []int{28}
  2452. }
  2453. func (m *HouseRentAppointmentItem) XXX_Unmarshal(b []byte) error {
  2454. return xxx_messageInfo_HouseRentAppointmentItem.Unmarshal(m, b)
  2455. }
  2456. func (m *HouseRentAppointmentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2457. return xxx_messageInfo_HouseRentAppointmentItem.Marshal(b, m, deterministic)
  2458. }
  2459. func (m *HouseRentAppointmentItem) XXX_Merge(src proto.Message) {
  2460. xxx_messageInfo_HouseRentAppointmentItem.Merge(m, src)
  2461. }
  2462. func (m *HouseRentAppointmentItem) XXX_Size() int {
  2463. return xxx_messageInfo_HouseRentAppointmentItem.Size(m)
  2464. }
  2465. func (m *HouseRentAppointmentItem) XXX_DiscardUnknown() {
  2466. xxx_messageInfo_HouseRentAppointmentItem.DiscardUnknown(m)
  2467. }
  2468. var xxx_messageInfo_HouseRentAppointmentItem proto.InternalMessageInfo
  2469. func (m *HouseRentAppointmentItem) GetId() int64 {
  2470. if m != nil {
  2471. return m.Id
  2472. }
  2473. return 0
  2474. }
  2475. func (m *HouseRentAppointmentItem) GetUid() int64 {
  2476. if m != nil {
  2477. return m.Uid
  2478. }
  2479. return 0
  2480. }
  2481. func (m *HouseRentAppointmentItem) GetRentId() int64 {
  2482. if m != nil {
  2483. return m.RentId
  2484. }
  2485. return 0
  2486. }
  2487. func (m *HouseRentAppointmentItem) GetName() string {
  2488. if m != nil {
  2489. return m.Name
  2490. }
  2491. return ""
  2492. }
  2493. func (m *HouseRentAppointmentItem) GetPhone() string {
  2494. if m != nil {
  2495. return m.Phone
  2496. }
  2497. return ""
  2498. }
  2499. func (m *HouseRentAppointmentItem) GetGender() int32 {
  2500. if m != nil {
  2501. return m.Gender
  2502. }
  2503. return 0
  2504. }
  2505. func (m *HouseRentAppointmentItem) GetAppointmentTime() int64 {
  2506. if m != nil {
  2507. return m.AppointmentTime
  2508. }
  2509. return 0
  2510. }
  2511. func (m *HouseRentAppointmentItem) GetHouseName() string {
  2512. if m != nil {
  2513. return m.HouseName
  2514. }
  2515. return ""
  2516. }
  2517. func (m *HouseRentAppointmentItem) GetArea() float64 {
  2518. if m != nil {
  2519. return m.Area
  2520. }
  2521. return 0
  2522. }
  2523. func (m *HouseRentAppointmentItem) GetLayer() int64 {
  2524. if m != nil {
  2525. return m.Layer
  2526. }
  2527. return 0
  2528. }
  2529. func (m *HouseRentAppointmentItem) GetStatus() int32 {
  2530. if m != nil {
  2531. return m.Status
  2532. }
  2533. return 0
  2534. }
  2535. func (m *HouseRentAppointmentItem) GetGardenName() string {
  2536. if m != nil {
  2537. return m.GardenName
  2538. }
  2539. return ""
  2540. }
  2541. func (m *HouseRentAppointmentItem) GetGardenId() int64 {
  2542. if m != nil {
  2543. return m.GardenId
  2544. }
  2545. return 0
  2546. }
  2547. type HouseRentAppointmentListReply struct {
  2548. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  2549. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  2550. List []*HouseRentAppointmentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  2551. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2552. XXX_unrecognized []byte `json:"-"`
  2553. XXX_sizecache int32 `json:"-"`
  2554. }
  2555. func (m *HouseRentAppointmentListReply) Reset() { *m = HouseRentAppointmentListReply{} }
  2556. func (m *HouseRentAppointmentListReply) String() string { return proto.CompactTextString(m) }
  2557. func (*HouseRentAppointmentListReply) ProtoMessage() {}
  2558. func (*HouseRentAppointmentListReply) Descriptor() ([]byte, []int) {
  2559. return fileDescriptor_137f5ce6ca8cb923, []int{29}
  2560. }
  2561. func (m *HouseRentAppointmentListReply) XXX_Unmarshal(b []byte) error {
  2562. return xxx_messageInfo_HouseRentAppointmentListReply.Unmarshal(m, b)
  2563. }
  2564. func (m *HouseRentAppointmentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2565. return xxx_messageInfo_HouseRentAppointmentListReply.Marshal(b, m, deterministic)
  2566. }
  2567. func (m *HouseRentAppointmentListReply) XXX_Merge(src proto.Message) {
  2568. xxx_messageInfo_HouseRentAppointmentListReply.Merge(m, src)
  2569. }
  2570. func (m *HouseRentAppointmentListReply) XXX_Size() int {
  2571. return xxx_messageInfo_HouseRentAppointmentListReply.Size(m)
  2572. }
  2573. func (m *HouseRentAppointmentListReply) XXX_DiscardUnknown() {
  2574. xxx_messageInfo_HouseRentAppointmentListReply.DiscardUnknown(m)
  2575. }
  2576. var xxx_messageInfo_HouseRentAppointmentListReply proto.InternalMessageInfo
  2577. func (m *HouseRentAppointmentListReply) GetPage() int64 {
  2578. if m != nil {
  2579. return m.Page
  2580. }
  2581. return 0
  2582. }
  2583. func (m *HouseRentAppointmentListReply) GetTotal() int64 {
  2584. if m != nil {
  2585. return m.Total
  2586. }
  2587. return 0
  2588. }
  2589. func (m *HouseRentAppointmentListReply) GetList() []*HouseRentAppointmentItem {
  2590. if m != nil {
  2591. return m.List
  2592. }
  2593. return nil
  2594. }
  2595. type HouseRentAppointmentStatusRequest struct {
  2596. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  2597. //2 已受理,3 已拒绝,4 未到访,5已到访
  2598. Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
  2599. GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  2600. Feedback string `protobuf:"bytes,4,opt,name=feedback,proto3" json:"feedback"`
  2601. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2602. XXX_unrecognized []byte `json:"-"`
  2603. XXX_sizecache int32 `json:"-"`
  2604. }
  2605. func (m *HouseRentAppointmentStatusRequest) Reset() { *m = HouseRentAppointmentStatusRequest{} }
  2606. func (m *HouseRentAppointmentStatusRequest) String() string { return proto.CompactTextString(m) }
  2607. func (*HouseRentAppointmentStatusRequest) ProtoMessage() {}
  2608. func (*HouseRentAppointmentStatusRequest) Descriptor() ([]byte, []int) {
  2609. return fileDescriptor_137f5ce6ca8cb923, []int{30}
  2610. }
  2611. func (m *HouseRentAppointmentStatusRequest) XXX_Unmarshal(b []byte) error {
  2612. return xxx_messageInfo_HouseRentAppointmentStatusRequest.Unmarshal(m, b)
  2613. }
  2614. func (m *HouseRentAppointmentStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2615. return xxx_messageInfo_HouseRentAppointmentStatusRequest.Marshal(b, m, deterministic)
  2616. }
  2617. func (m *HouseRentAppointmentStatusRequest) XXX_Merge(src proto.Message) {
  2618. xxx_messageInfo_HouseRentAppointmentStatusRequest.Merge(m, src)
  2619. }
  2620. func (m *HouseRentAppointmentStatusRequest) XXX_Size() int {
  2621. return xxx_messageInfo_HouseRentAppointmentStatusRequest.Size(m)
  2622. }
  2623. func (m *HouseRentAppointmentStatusRequest) XXX_DiscardUnknown() {
  2624. xxx_messageInfo_HouseRentAppointmentStatusRequest.DiscardUnknown(m)
  2625. }
  2626. var xxx_messageInfo_HouseRentAppointmentStatusRequest proto.InternalMessageInfo
  2627. func (m *HouseRentAppointmentStatusRequest) GetId() int64 {
  2628. if m != nil {
  2629. return m.Id
  2630. }
  2631. return 0
  2632. }
  2633. func (m *HouseRentAppointmentStatusRequest) GetStatus() int32 {
  2634. if m != nil {
  2635. return m.Status
  2636. }
  2637. return 0
  2638. }
  2639. func (m *HouseRentAppointmentStatusRequest) GetGardenId() int64 {
  2640. if m != nil {
  2641. return m.GardenId
  2642. }
  2643. return 0
  2644. }
  2645. func (m *HouseRentAppointmentStatusRequest) GetFeedback() string {
  2646. if m != nil {
  2647. return m.Feedback
  2648. }
  2649. return ""
  2650. }
  2651. type HouseRentAppointmentStatusReply struct {
  2652. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  2653. XXX_unrecognized []byte `json:"-"`
  2654. XXX_sizecache int32 `json:"-"`
  2655. }
  2656. func (m *HouseRentAppointmentStatusReply) Reset() { *m = HouseRentAppointmentStatusReply{} }
  2657. func (m *HouseRentAppointmentStatusReply) String() string { return proto.CompactTextString(m) }
  2658. func (*HouseRentAppointmentStatusReply) ProtoMessage() {}
  2659. func (*HouseRentAppointmentStatusReply) Descriptor() ([]byte, []int) {
  2660. return fileDescriptor_137f5ce6ca8cb923, []int{31}
  2661. }
  2662. func (m *HouseRentAppointmentStatusReply) XXX_Unmarshal(b []byte) error {
  2663. return xxx_messageInfo_HouseRentAppointmentStatusReply.Unmarshal(m, b)
  2664. }
  2665. func (m *HouseRentAppointmentStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  2666. return xxx_messageInfo_HouseRentAppointmentStatusReply.Marshal(b, m, deterministic)
  2667. }
  2668. func (m *HouseRentAppointmentStatusReply) XXX_Merge(src proto.Message) {
  2669. xxx_messageInfo_HouseRentAppointmentStatusReply.Merge(m, src)
  2670. }
  2671. func (m *HouseRentAppointmentStatusReply) XXX_Size() int {
  2672. return xxx_messageInfo_HouseRentAppointmentStatusReply.Size(m)
  2673. }
  2674. func (m *HouseRentAppointmentStatusReply) XXX_DiscardUnknown() {
  2675. xxx_messageInfo_HouseRentAppointmentStatusReply.DiscardUnknown(m)
  2676. }
  2677. var xxx_messageInfo_HouseRentAppointmentStatusReply proto.InternalMessageInfo
  2678. func init() {
  2679. proto.RegisterType((*HouseholdApplyRequest)(nil), "pb_v1.HouseholdApplyRequest")
  2680. proto.RegisterType((*HouseholdApplyReply)(nil), "pb_v1.HouseholdApplyReply")
  2681. proto.RegisterType((*HouseholdApproveRequest)(nil), "pb_v1.HouseholdApproveRequest")
  2682. proto.RegisterType((*HouseholdApproveReply)(nil), "pb_v1.HouseholdApproveReply")
  2683. proto.RegisterType((*HouseholdListRequest)(nil), "pb_v1.HouseholdListRequest")
  2684. proto.RegisterType((*HouseholdItem)(nil), "pb_v1.HouseholdItem")
  2685. proto.RegisterType((*HouseholdListReply)(nil), "pb_v1.HouseholdListReply")
  2686. proto.RegisterType((*HouseholdUserListRequest)(nil), "pb_v1.HouseholdUserListRequest")
  2687. proto.RegisterType((*HouseholdUserItem)(nil), "pb_v1.HouseholdUserItem")
  2688. proto.RegisterType((*HouseholdUserListReply)(nil), "pb_v1.HouseholdUserListReply")
  2689. proto.RegisterType((*HouseRentBaseConf)(nil), "pb_v1.HouseRentBaseConf")
  2690. proto.RegisterType((*HouseRentSpecialConf)(nil), "pb_v1.HouseRentSpecialConf")
  2691. proto.RegisterType((*HouseRentApplyRequest)(nil), "pb_v1.HouseRentApplyRequest")
  2692. proto.RegisterType((*HouseRentApplyReply)(nil), "pb_v1.HouseRentApplyReply")
  2693. proto.RegisterType((*HouseRentUpdateRequest)(nil), "pb_v1.HouseRentUpdateRequest")
  2694. proto.RegisterType((*HouseRentUpdateReply)(nil), "pb_v1.HouseRentUpdateReply")
  2695. proto.RegisterType((*HouseRentApproveRequest)(nil), "pb_v1.HouseRentApproveRequest")
  2696. proto.RegisterType((*HouseRentApproveReply)(nil), "pb_v1.HouseRentApproveReply")
  2697. proto.RegisterType((*HouseRentDownRequest)(nil), "pb_v1.HouseRentDownRequest")
  2698. proto.RegisterType((*HouseRentDownReply)(nil), "pb_v1.HouseRentDownReply")
  2699. proto.RegisterType((*HouseRentListRequest)(nil), "pb_v1.HouseRentListRequest")
  2700. proto.RegisterType((*HouseRentItem)(nil), "pb_v1.HouseRentItem")
  2701. proto.RegisterType((*HouseRentListReply)(nil), "pb_v1.HouseRentListReply")
  2702. proto.RegisterType((*GardenHouseRentListRequest)(nil), "pb_v1.GardenHouseRentListRequest")
  2703. proto.RegisterType((*GardenHouseRentListReply)(nil), "pb_v1.GardenHouseRentListReply")
  2704. proto.RegisterType((*HouseRentAppointmentDelRequest)(nil), "pb_v1.HouseRentAppointmentDelRequest")
  2705. proto.RegisterType((*HouseRentAppointmentDelReply)(nil), "pb_v1.HouseRentAppointmentDelReply")
  2706. proto.RegisterType((*HouseRentAppointmentListRequest)(nil), "pb_v1.HouseRentAppointmentListRequest")
  2707. proto.RegisterType((*HouseRentAppointmentItem)(nil), "pb_v1.HouseRentAppointmentItem")
  2708. proto.RegisterType((*HouseRentAppointmentListReply)(nil), "pb_v1.HouseRentAppointmentListReply")
  2709. proto.RegisterType((*HouseRentAppointmentStatusRequest)(nil), "pb_v1.HouseRentAppointmentStatusRequest")
  2710. proto.RegisterType((*HouseRentAppointmentStatusReply)(nil), "pb_v1.HouseRentAppointmentStatusReply")
  2711. }
  2712. func init() {
  2713. proto.RegisterFile("household.proto", fileDescriptor_137f5ce6ca8cb923)
  2714. }
  2715. var fileDescriptor_137f5ce6ca8cb923 = []byte{
  2716. // 1867 bytes of a gzipped FileDescriptorProto
  2717. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x6e, 0xdc, 0xc8,
  2718. 0x11, 0xc6, 0xfc, 0x93, 0xad, 0x19, 0x49, 0xe6, 0x6a, 0x25, 0x5a, 0xff, 0xa2, 0xe2, 0x44, 0x0b,
  2719. 0xac, 0xbd, 0xd8, 0xec, 0x13, 0xac, 0x15, 0xc0, 0x31, 0xa0, 0x18, 0x06, 0xb5, 0x46, 0x80, 0x00,
  2720. 0x01, 0xd1, 0xc3, 0xee, 0x19, 0x35, 0xc4, 0x21, 0x99, 0x66, 0x4b, 0xca, 0xf8, 0x90, 0x53, 0x6e,
  2721. 0x79, 0x82, 0x9c, 0x72, 0xca, 0x25, 0x79, 0x8a, 0xbc, 0x40, 0xde, 0x60, 0x0f, 0x41, 0x4e, 0x79,
  2722. 0x84, 0xdc, 0x82, 0xaa, 0x6e, 0x72, 0x48, 0x0e, 0x47, 0x2b, 0x2f, 0xec, 0x4b, 0xa0, 0x93, 0x58,
  2723. 0x5f, 0xb5, 0xaa, 0xbb, 0xeb, 0xbf, 0x7a, 0xc8, 0xc6, 0x55, 0x72, 0x93, 0xf1, 0xab, 0x24, 0x62,
  2724. 0x2f, 0x52, 0x99, 0xa8, 0xc4, 0xe9, 0xa5, 0xe3, 0xe0, 0xf6, 0x6b, 0xef, 0xfb, 0x16, 0xf9, 0xfc,
  2725. 0x97, 0x39, 0xeb, 0xdb, 0x34, 0x8d, 0xe6, 0x3e, 0xff, 0xdd, 0x0d, 0xcf, 0x94, 0xb3, 0x49, 0x3a,
  2726. 0x37, 0x82, 0xb9, 0xad, 0xe3, 0xd6, 0x59, 0xc7, 0x87, 0x4f, 0x67, 0x8f, 0xd8, 0x37, 0x19, 0x97,
  2727. 0x81, 0x9a, 0xa7, 0xdc, 0x6d, 0x1f, 0xb7, 0xce, 0x7a, 0xbe, 0x05, 0xc0, 0x77, 0xf3, 0x94, 0x3b,
  2728. 0x5b, 0xa4, 0x97, 0x5e, 0x25, 0x31, 0x77, 0x3b, 0xc7, 0xad, 0x33, 0xdb, 0xd7, 0x84, 0xe3, 0x90,
  2729. 0x6e, 0x4c, 0x67, 0xdc, 0xed, 0x22, 0x88, 0xdf, 0xce, 0x53, 0x62, 0xe1, 0x61, 0x02, 0xc1, 0xdc,
  2730. 0x1e, 0x4a, 0x1f, 0x20, 0xfd, 0x9a, 0x39, 0x3b, 0x64, 0x20, 0x98, 0x96, 0xdf, 0x47, 0xf9, 0x7d,
  2731. 0xc1, 0x50, 0xfa, 0x1e, 0xb1, 0x05, 0x0b, 0xe2, 0x9b, 0xd9, 0x98, 0x4b, 0x77, 0x80, 0xc2, 0x2c,
  2732. 0xc1, 0xde, 0x20, 0xed, 0xec, 0x12, 0x8b, 0xa6, 0x29, 0x8f, 0x99, 0xf8, 0xbd, 0x6b, 0x1d, 0x77,
  2733. 0x80, 0x97, 0xd3, 0xde, 0x33, 0xf2, 0x59, 0xfd, 0x7a, 0x69, 0x34, 0x77, 0xd6, 0x49, 0xbb, 0xb8,
  2734. 0x5b, 0x5b, 0x30, 0xef, 0xb7, 0x64, 0xa7, 0xbc, 0x4c, 0x26, 0xb7, 0x3c, 0xd7, 0x43, 0x6d, 0xa9,
  2735. 0xb3, 0x4d, 0xfa, 0x99, 0xa2, 0xea, 0x26, 0x43, 0x15, 0x58, 0xbe, 0xa1, 0xe0, 0x14, 0x13, 0xce,
  2736. 0xd9, 0x98, 0x86, 0xd7, 0x46, 0x07, 0x05, 0xed, 0xed, 0x54, 0x95, 0xac, 0xc5, 0xa7, 0xd1, 0xdc,
  2737. 0xfb, 0x67, 0x8b, 0x6c, 0x15, 0x9c, 0x0b, 0x91, 0xa9, 0x7c, 0xd7, 0x3d, 0x62, 0x4f, 0xa9, 0x64,
  2738. 0x3c, 0x0e, 0x8a, 0xcd, 0x2d, 0x0d, 0xbc, 0x66, 0xb9, 0x69, 0xda, 0x0b, 0xd3, 0x38, 0xa4, 0x9b,
  2739. 0xd2, 0xa9, 0x56, 0x7e, 0xc7, 0xc7, 0x6f, 0x10, 0x01, 0x7f, 0x83, 0x4c, 0xbc, 0xd7, 0x06, 0xe8,
  2740. 0xf8, 0x16, 0x00, 0x97, 0xe2, 0x3d, 0x77, 0x9e, 0x91, 0x75, 0xaa, 0x0f, 0x12, 0x98, 0xdb, 0xf4,
  2741. 0x50, 0xe1, 0x23, 0x83, 0x5e, 0xea, 0x4b, 0x55, 0x4c, 0xde, 0xaf, 0x99, 0x3c, 0x37, 0xee, 0x60,
  2742. 0x61, 0x5c, 0xef, 0x3f, 0x6d, 0x32, 0x2a, 0x2e, 0xf4, 0x5a, 0xf1, 0xd9, 0x92, 0xfe, 0x3e, 0x92,
  2743. 0x17, 0x95, 0x8d, 0xde, 0xab, 0x1a, 0xfd, 0x47, 0xba, 0xd1, 0x01, 0x21, 0xda, 0x2f, 0x71, 0x2f,
  2744. 0x0b, 0xb9, 0x36, 0x22, 0x6f, 0x60, 0xc3, 0x65, 0x8d, 0xd9, 0x4d, 0x1a, 0x3b, 0x22, 0x6b, 0xc6,
  2745. 0x70, 0x28, 0x86, 0xa0, 0x18, 0xa2, 0xa1, 0x37, 0x75, 0xf7, 0x5f, 0xab, 0xba, 0x7f, 0xc5, 0xe8,
  2746. 0xc3, 0x66, 0xa3, 0x8f, 0x0a, 0xa3, 0x7b, 0x57, 0xc4, 0xa9, 0xf9, 0x0e, 0xb8, 0x76, 0xee, 0x0a,
  2747. 0xad, 0x92, 0x2b, 0x6c, 0x91, 0x9e, 0x4a, 0x14, 0x8d, 0x8c, 0xcb, 0x68, 0xc2, 0x39, 0x23, 0xdd,
  2748. 0x48, 0x64, 0xca, 0xed, 0x1c, 0x77, 0xce, 0xd6, 0x7e, 0xbe, 0xf5, 0x02, 0x33, 0xc2, 0x8b, 0x8a,
  2749. 0xf5, 0x7c, 0x5c, 0xe1, 0xfd, 0xb9, 0x45, 0xdc, 0x02, 0x7f, 0x97, 0x71, 0x59, 0x76, 0xd5, 0xa6,
  2750. 0x0d, 0x2b, 0xbe, 0xd7, 0xae, 0xf9, 0x5e, 0xe5, 0x9a, 0x9d, 0xda, 0x35, 0x3f, 0xd8, 0xe3, 0xfe,
  2751. 0xd1, 0x22, 0x4f, 0x2a, 0x67, 0xfb, 0x94, 0x5e, 0x57, 0xf2, 0xac, 0xde, 0x6a, 0xcf, 0xea, 0xd7,
  2752. 0x3c, 0xab, 0xe6, 0x13, 0x83, 0xba, 0x4f, 0x78, 0x29, 0xd9, 0x6e, 0x50, 0xef, 0x87, 0x59, 0xf3,
  2753. 0xcb, 0x8a, 0x35, 0xdd, 0xba, 0x35, 0x73, 0xcd, 0x18, 0x8b, 0xfe, 0xad, 0x6d, 0xb4, 0xe6, 0xf3,
  2754. 0x58, 0xbd, 0xa4, 0x19, 0x3f, 0x4f, 0xe2, 0x09, 0xf8, 0xd8, 0x98, 0x6b, 0xb5, 0x59, 0x3e, 0x7c,
  2755. 0x02, 0x32, 0xa5, 0x79, 0xaa, 0x83, 0x4f, 0xf0, 0xdf, 0x3b, 0x2a, 0x67, 0x01, 0xc0, 0x1d, 0x84,
  2756. 0x07, 0x40, 0xbf, 0xa2, 0x99, 0xb3, 0x4f, 0xec, 0xb1, 0x4c, 0x28, 0x1b, 0xd3, 0x98, 0xa1, 0xda,
  2757. 0x2c, 0x7f, 0x01, 0x38, 0x1e, 0x19, 0x4a, 0x3e, 0x91, 0x74, 0xca, 0x25, 0x55, 0x89, 0x44, 0x05,
  2758. 0x5a, 0x7e, 0x05, 0x73, 0x5c, 0x02, 0xc2, 0x58, 0x32, 0xd6, 0xb6, 0xd7, 0xb2, 0x81, 0x04, 0x45,
  2759. 0x64, 0xc9, 0x84, 0xa2, 0xf2, 0x2c, 0x1f, 0xbf, 0x41, 0x22, 0x15, 0x32, 0x4c, 0x62, 0x26, 0x94,
  2760. 0x48, 0x62, 0x8c, 0x59, 0xcb, 0xaf, 0x60, 0xe0, 0x08, 0xea, 0x16, 0x43, 0xd5, 0xf2, 0xdb, 0xea,
  2761. 0x16, 0xd2, 0xf7, 0x15, 0xa7, 0x8a, 0x4b, 0x0c, 0x4d, 0xcb, 0x37, 0x14, 0xe4, 0x93, 0x3b, 0x2a,
  2762. 0xb3, 0x2b, 0x11, 0x4f, 0x31, 0x2c, 0x2d, 0xbf, 0xa0, 0xbd, 0xff, 0xe6, 0x59, 0x1a, 0x94, 0x75,
  2763. 0x99, 0xf2, 0x50, 0xd0, 0x08, 0xf5, 0xf5, 0x05, 0xd9, 0x14, 0xb1, 0xe2, 0x51, 0x24, 0xa6, 0x3c,
  2764. 0x56, 0x41, 0x94, 0x84, 0xd7, 0x46, 0x79, 0x1b, 0x25, 0xfc, 0x22, 0x09, 0xaf, 0xe1, 0xfc, 0x77,
  2765. 0x62, 0x22, 0x8c, 0x26, 0xf1, 0x1b, 0x0c, 0x39, 0xe3, 0x4a, 0x26, 0x46, 0x8f, 0x9a, 0x80, 0x3c,
  2766. 0x94, 0x52, 0x79, 0x1d, 0x64, 0x29, 0x0d, 0x79, 0xae, 0x46, 0x40, 0x2e, 0x01, 0x80, 0x3c, 0x24,
  2767. 0x62, 0xc6, 0x21, 0xd5, 0xc1, 0x9e, 0x77, 0xa1, 0x51, 0xe4, 0xa8, 0x84, 0xfe, 0x3a, 0x74, 0x7e,
  2768. 0x46, 0x36, 0x52, 0x29, 0x6e, 0xa9, 0xe2, 0xc1, 0x98, 0x46, 0x61, 0x12, 0xcf, 0x8d, 0x46, 0xd7,
  2769. 0x0d, 0xfc, 0x52, 0xa3, 0xb0, 0xdd, 0x44, 0xc8, 0x4c, 0x05, 0x92, 0xc7, 0xca, 0xa8, 0xd7, 0x46,
  2770. 0x04, 0x6e, 0xeb, 0xfd, 0x69, 0x60, 0x6a, 0x17, 0x50, 0x95, 0x06, 0xa1, 0x9c, 0xc8, 0x5a, 0xd5,
  2771. 0x44, 0xb6, 0x45, 0x7a, 0x11, 0x9d, 0x73, 0x99, 0x7b, 0x28, 0x12, 0x8b, 0x04, 0x4b, 0x25, 0xa7,
  2772. 0x78, 0xe7, 0x96, 0x49, 0xb0, 0xdf, 0x4a, 0x4e, 0xc1, 0x7b, 0x98, 0x90, 0x3c, 0x44, 0x53, 0x76,
  2773. 0x31, 0xba, 0x16, 0x00, 0xfc, 0xb3, 0x4c, 0x92, 0x59, 0x10, 0x26, 0x37, 0xb1, 0x32, 0x7d, 0x83,
  2774. 0x0d, 0xc8, 0x39, 0x00, 0x28, 0x9b, 0x46, 0x91, 0x61, 0xf7, 0x35, 0x1b, 0x10, 0xcd, 0x06, 0xa7,
  2775. 0x0d, 0x0d, 0x73, 0xa0, 0xcf, 0x7a, 0x17, 0x6a, 0xd6, 0x21, 0x21, 0x8c, 0x87, 0x89, 0xa4, 0x0a,
  2776. 0x4c, 0x6f, 0xe1, 0xbe, 0x25, 0x04, 0x8e, 0x15, 0x26, 0xb1, 0xa2, 0x21, 0xf8, 0x8c, 0xad, 0xab,
  2777. 0x42, 0x01, 0x38, 0xa7, 0x64, 0x64, 0x88, 0x40, 0xa7, 0x10, 0x9d, 0xf0, 0x87, 0x06, 0x7c, 0x8b,
  2778. 0x99, 0xc4, 0x23, 0xa3, 0x94, 0xce, 0x03, 0x25, 0x66, 0x5c, 0xe7, 0x8e, 0x35, 0xdc, 0x65, 0x2d,
  2779. 0xa5, 0xf3, 0xef, 0xc4, 0x8c, 0xe7, 0x09, 0x04, 0x0c, 0xa0, 0xf9, 0x43, 0x9d, 0xa0, 0x00, 0x28,
  2780. 0x98, 0x70, 0x79, 0x64, 0x8e, 0x0c, 0x33, 0x49, 0x66, 0x15, 0x26, 0x6a, 0x75, 0x1d, 0xb5, 0x8a,
  2781. 0x4c, 0x54, 0x2a, 0xa8, 0x0d, 0xc4, 0xa6, 0x52, 0x84, 0xdc, 0xdd, 0x30, 0x6a, 0xe3, 0xb1, 0x7a,
  2782. 0x0b, 0x00, 0x78, 0x3d, 0xe3, 0x59, 0x9a, 0x64, 0x42, 0xb9, 0x9b, 0x3a, 0x13, 0xe7, 0x34, 0xe6,
  2783. 0xba, 0x18, 0x0f, 0xed, 0x3e, 0x41, 0x56, 0x5f, 0xc4, 0x70, 0x5c, 0xb8, 0x73, 0xc6, 0xe5, 0xad,
  2784. 0x08, 0xb9, 0x11, 0xeb, 0x20, 0x7b, 0x68, 0x40, 0x2d, 0xf9, 0x39, 0x71, 0x20, 0x04, 0xe4, 0x8c,
  2785. 0x33, 0x41, 0xe5, 0xdc, 0xac, 0xfc, 0x0c, 0x57, 0x3e, 0x29, 0x73, 0xf4, 0xf2, 0x3d, 0x62, 0x8f,
  2786. 0x69, 0xc6, 0x83, 0x30, 0x89, 0x27, 0xee, 0x96, 0x3e, 0xc9, 0x38, 0x4f, 0x4b, 0x27, 0x64, 0x98,
  2787. 0xe9, 0xa8, 0xd3, 0xfc, 0xcf, 0x91, 0xbf, 0x96, 0x95, 0x22, 0xd1, 0x21, 0x5d, 0xc6, 0xb3, 0xd0,
  2788. 0xdd, 0xd6, 0xc9, 0x1a, 0xbe, 0x41, 0xa6, 0xf6, 0xb7, 0x54, 0x84, 0xee, 0x8e, 0xee, 0x11, 0x10,
  2789. 0x78, 0x2b, 0x42, 0xf0, 0x88, 0x90, 0x4b, 0x85, 0x3c, 0x17, 0x79, 0x03, 0xa0, 0x81, 0x75, 0x4a,
  2790. 0x46, 0x45, 0xb7, 0x1c, 0x40, 0xcd, 0x7d, 0xaa, 0xef, 0x57, 0x80, 0xef, 0x04, 0x43, 0xef, 0xa7,
  2791. 0x59, 0x10, 0x89, 0x89, 0x72, 0x77, 0x75, 0xaa, 0xba, 0xa2, 0xd9, 0x85, 0x98, 0x28, 0x48, 0x62,
  2792. 0xa6, 0x27, 0x70, 0xf7, 0x34, 0xc7, 0x90, 0xd5, 0xca, 0xb7, 0xbf, 0x5c, 0xe0, 0x23, 0xaa, 0xdc,
  2793. 0x03, 0xb4, 0x20, 0x7c, 0x22, 0x12, 0x2b, 0xf7, 0xd0, 0x20, 0xb1, 0x2a, 0xda, 0xd9, 0x52, 0x30,
  2794. 0x36, 0xb5, 0xb3, 0xdf, 0xf7, 0x4d, 0x41, 0x81, 0x75, 0xef, 0x52, 0x46, 0x15, 0x7f, 0x8c, 0xda,
  2795. 0xc7, 0xa8, 0xfd, 0xbf, 0x8e, 0xda, 0x72, 0x40, 0x3e, 0xad, 0x06, 0x64, 0x25, 0xec, 0x76, 0x6b,
  2796. 0x61, 0xa7, 0x63, 0x67, 0xaf, 0xe8, 0x14, 0x4d, 0x18, 0xee, 0xdf, 0x17, 0x86, 0xdb, 0xa5, 0x7e,
  2797. 0x20, 0x0f, 0x2f, 0x18, 0xe7, 0xde, 0x9b, 0x31, 0xd2, 0x84, 0xe7, 0x7d, 0x63, 0x64, 0xe5, 0x4c,
  2798. 0xed, 0xda, 0x99, 0x16, 0x33, 0x66, 0x67, 0xe5, 0x8c, 0xd9, 0x5d, 0x31, 0x63, 0x56, 0xf6, 0x86,
  2799. 0x43, 0x9d, 0x97, 0x0e, 0xfb, 0x8b, 0xe4, 0x2e, 0xfe, 0x31, 0x27, 0xf2, 0xb6, 0xcc, 0xac, 0xb1,
  2800. 0x10, 0x02, 0xa2, 0xff, 0xd2, 0x2d, 0xc9, 0x7e, 0xf0, 0xf8, 0x7a, 0x4a, 0x46, 0x70, 0x3c, 0x11,
  2801. 0x87, 0xe0, 0x39, 0x4c, 0xf7, 0xe3, 0xb6, 0x3f, 0xcc, 0xc1, 0xf3, 0x84, 0xa1, 0x6b, 0x85, 0x42,
  2802. 0xcd, 0xf5, 0x02, 0x33, 0x4f, 0x03, 0x90, 0x33, 0x21, 0x6e, 0x34, 0xd3, 0x28, 0x02, 0x00, 0x64,
  2803. 0x1e, 0x91, 0xb5, 0x4c, 0x49, 0xce, 0x95, 0x66, 0xf7, 0x74, 0xb7, 0xad, 0x21, 0x5c, 0x50, 0x4d,
  2804. 0x4a, 0xfd, 0xfb, 0x93, 0xd2, 0xe0, 0xbe, 0xa4, 0x64, 0x55, 0x93, 0xd2, 0x52, 0xe1, 0xb0, 0x1b,
  2805. 0x0a, 0xc7, 0x97, 0xc4, 0x59, 0xc4, 0x76, 0x30, 0x95, 0x8b, 0x66, 0xb4, 0xe3, 0x6f, 0x16, 0x31,
  2806. 0xfe, 0x4a, 0xe3, 0xce, 0x4f, 0xc9, 0x46, 0x69, 0x75, 0xc4, 0xb3, 0xcc, 0x0c, 0x8d, 0xa3, 0x62,
  2807. 0xe9, 0x05, 0xcf, 0xb2, 0x86, 0xe9, 0x54, 0xcf, 0x8f, 0xb5, 0xe9, 0x34, 0x1f, 0x27, 0x46, 0xab,
  2808. 0x66, 0xb5, 0xf5, 0xe5, 0x59, 0x6d, 0x11, 0xe1, 0x1b, 0x3f, 0x10, 0xe1, 0x9b, 0x4b, 0x11, 0xee,
  2809. 0xfd, 0xdd, 0x32, 0xef, 0x01, 0xe0, 0x21, 0x38, 0x99, 0x55, 0xc7, 0xec, 0x56, 0x7d, 0xcc, 0x7e,
  2810. 0x2c, 0x42, 0x8f, 0x45, 0xe8, 0xb1, 0x08, 0x2d, 0x87, 0xf3, 0x7e, 0xd3, 0x63, 0xd3, 0x2e, 0xb1,
  2811. 0xf2, 0xa4, 0x89, 0x7d, 0xa3, 0xed, 0x17, 0x34, 0x5c, 0x0b, 0xf2, 0x25, 0x96, 0x2d, 0xdb, 0xc7,
  2812. 0x6f, 0xc0, 0xd0, 0xd4, 0x47, 0x1a, 0x83, 0x6f, 0x5d, 0x6b, 0x20, 0x37, 0xba, 0xc7, 0x88, 0x1a,
  2813. 0xaa, 0xfe, 0x68, 0x71, 0xb2, 0xf4, 0x90, 0x65, 0x0a, 0xa5, 0xb7, 0x54, 0x28, 0x4f, 0x8b, 0x42,
  2814. 0x89, 0x1b, 0x32, 0x26, 0xdd, 0x9f, 0x98, 0x0d, 0x19, 0x93, 0x95, 0x0e, 0xf4, 0x59, 0xa5, 0x03,
  2815. 0x2d, 0x5e, 0xb4, 0x16, 0xe5, 0xe4, 0xa3, 0xbd, 0x68, 0xe5, 0xf9, 0xc7, 0xbc, 0x7f, 0xfc, 0xb5,
  2816. 0x4b, 0x76, 0x5f, 0xe1, 0x5d, 0x1e, 0xeb, 0xd7, 0x63, 0xfd, 0x5a, 0x5d, 0xbf, 0x62, 0xe2, 0x36,
  2817. 0xba, 0xc9, 0xa7, 0xf2, 0xcb, 0x5f, 0x91, 0xc3, 0x72, 0x17, 0x97, 0x88, 0x58, 0xcd, 0xa0, 0xe5,
  2818. 0xe2, 0xd1, 0x83, 0x5c, 0x53, 0xe7, 0x91, 0x76, 0x31, 0x08, 0x1e, 0x92, 0xfd, 0x95, 0xe2, 0xa0,
  2819. 0x81, 0xfb, 0x77, 0x8b, 0x1c, 0x35, 0x2d, 0x78, 0x70, 0x2c, 0xec, 0x90, 0x01, 0xda, 0xb7, 0xd8,
  2820. 0xb5, 0x0f, 0xe4, 0xe2, 0xb9, 0xba, 0xb3, 0xfc, 0x1b, 0x45, 0x77, 0x95, 0xed, 0x7a, 0x35, 0xdb,
  2821. 0x55, 0x3b, 0x85, 0x7e, 0x43, 0xa7, 0xa0, 0xeb, 0xe6, 0xa0, 0xe9, 0xd5, 0xd6, 0x2a, 0x3d, 0x11,
  2822. 0xff, 0xab, 0x6d, 0x9e, 0xaf, 0x6b, 0xb7, 0x6c, 0x7c, 0x29, 0x5e, 0xfe, 0x71, 0xa5, 0x74, 0xc7,
  2823. 0x4e, 0xe5, 0x8e, 0x4d, 0x2f, 0xc4, 0xc5, 0xa9, 0x7a, 0xe5, 0x53, 0x6d, 0x93, 0xfe, 0x94, 0xc7,
  2824. 0xcc, 0xbc, 0x0d, 0xf7, 0x7c, 0x43, 0x39, 0x5f, 0x90, 0x4d, 0xba, 0x38, 0x8f, 0xae, 0x98, 0x3a,
  2825. 0x62, 0x37, 0x4a, 0x38, 0x96, 0xce, 0x1f, 0xf8, 0x79, 0x22, 0x4f, 0xed, 0x36, 0x26, 0x5f, 0x9d,
  2826. 0xda, 0x8b, 0x5e, 0x8a, 0x94, 0x7b, 0xa9, 0xc5, 0x70, 0xa1, 0x7b, 0x89, 0x7c, 0xb8, 0xa8, 0x25,
  2827. 0xfc, 0xe1, 0x52, 0xc2, 0xaf, 0x38, 0xc2, 0xa8, 0x36, 0x20, 0xfc, 0x81, 0x1c, 0xac, 0x76, 0xa4,
  2828. 0x0f, 0x8b, 0x96, 0x6f, 0x2a, 0xd1, 0x72, 0x54, 0x8f, 0x96, 0x9a, 0x01, 0x4d, 0xe0, 0xfc, 0xb1,
  2829. 0x45, 0x4e, 0x9a, 0x96, 0xe8, 0xc4, 0xf1, 0xb0, 0x1f, 0xf3, 0x16, 0xba, 0xb8, 0xf7, 0x27, 0x8a,
  2830. 0xfb, 0xa6, 0xb0, 0x93, 0xe6, 0x78, 0xca, 0x4f, 0x91, 0x46, 0xf3, 0x97, 0x47, 0xbf, 0x39, 0x48,
  2831. 0x65, 0x92, 0x72, 0xa9, 0xe6, 0xcf, 0xb3, 0x79, 0xa6, 0xf8, 0xec, 0xf9, 0x94, 0x2a, 0x7e, 0x47,
  2832. 0xe7, 0x5f, 0xa5, 0xe3, 0xaf, 0x6e, 0xbf, 0x1e, 0xf7, 0xf1, 0x17, 0xda, 0x6f, 0xfe, 0x17, 0x00,
  2833. 0x00, 0xff, 0xff, 0x93, 0x72, 0x92, 0x31, 0xb4, 0x1d, 0x00, 0x00,
  2834. }