house_rent.pb.go 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: house_rent.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 GardenHouseRentSyncRequest struct {
  20. Insert bool `protobuf:"varint,1,opt,name=insert,proto3" json:"insert"`
  21. GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  22. Datas []byte `protobuf:"bytes,3,opt,name=datas,proto3" json:"datas"`
  23. Increase int64 `protobuf:"varint,4,opt,name=increase,proto3" json:"increase"`
  24. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  25. XXX_unrecognized []byte `json:"-"`
  26. XXX_sizecache int32 `json:"-"`
  27. }
  28. func (m *GardenHouseRentSyncRequest) Reset() { *m = GardenHouseRentSyncRequest{} }
  29. func (m *GardenHouseRentSyncRequest) String() string { return proto.CompactTextString(m) }
  30. func (*GardenHouseRentSyncRequest) ProtoMessage() {}
  31. func (*GardenHouseRentSyncRequest) Descriptor() ([]byte, []int) {
  32. return fileDescriptor_9c4b1cddab293c85, []int{0}
  33. }
  34. func (m *GardenHouseRentSyncRequest) XXX_Unmarshal(b []byte) error {
  35. return xxx_messageInfo_GardenHouseRentSyncRequest.Unmarshal(m, b)
  36. }
  37. func (m *GardenHouseRentSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  38. return xxx_messageInfo_GardenHouseRentSyncRequest.Marshal(b, m, deterministic)
  39. }
  40. func (m *GardenHouseRentSyncRequest) XXX_Merge(src proto.Message) {
  41. xxx_messageInfo_GardenHouseRentSyncRequest.Merge(m, src)
  42. }
  43. func (m *GardenHouseRentSyncRequest) XXX_Size() int {
  44. return xxx_messageInfo_GardenHouseRentSyncRequest.Size(m)
  45. }
  46. func (m *GardenHouseRentSyncRequest) XXX_DiscardUnknown() {
  47. xxx_messageInfo_GardenHouseRentSyncRequest.DiscardUnknown(m)
  48. }
  49. var xxx_messageInfo_GardenHouseRentSyncRequest proto.InternalMessageInfo
  50. func (m *GardenHouseRentSyncRequest) GetInsert() bool {
  51. if m != nil {
  52. return m.Insert
  53. }
  54. return false
  55. }
  56. func (m *GardenHouseRentSyncRequest) GetGardenId() int64 {
  57. if m != nil {
  58. return m.GardenId
  59. }
  60. return 0
  61. }
  62. func (m *GardenHouseRentSyncRequest) GetDatas() []byte {
  63. if m != nil {
  64. return m.Datas
  65. }
  66. return nil
  67. }
  68. func (m *GardenHouseRentSyncRequest) GetIncrease() int64 {
  69. if m != nil {
  70. return m.Increase
  71. }
  72. return 0
  73. }
  74. type GardenHouseRentSyncReply struct {
  75. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  76. XXX_unrecognized []byte `json:"-"`
  77. XXX_sizecache int32 `json:"-"`
  78. }
  79. func (m *GardenHouseRentSyncReply) Reset() { *m = GardenHouseRentSyncReply{} }
  80. func (m *GardenHouseRentSyncReply) String() string { return proto.CompactTextString(m) }
  81. func (*GardenHouseRentSyncReply) ProtoMessage() {}
  82. func (*GardenHouseRentSyncReply) Descriptor() ([]byte, []int) {
  83. return fileDescriptor_9c4b1cddab293c85, []int{1}
  84. }
  85. func (m *GardenHouseRentSyncReply) XXX_Unmarshal(b []byte) error {
  86. return xxx_messageInfo_GardenHouseRentSyncReply.Unmarshal(m, b)
  87. }
  88. func (m *GardenHouseRentSyncReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  89. return xxx_messageInfo_GardenHouseRentSyncReply.Marshal(b, m, deterministic)
  90. }
  91. func (m *GardenHouseRentSyncReply) XXX_Merge(src proto.Message) {
  92. xxx_messageInfo_GardenHouseRentSyncReply.Merge(m, src)
  93. }
  94. func (m *GardenHouseRentSyncReply) XXX_Size() int {
  95. return xxx_messageInfo_GardenHouseRentSyncReply.Size(m)
  96. }
  97. func (m *GardenHouseRentSyncReply) XXX_DiscardUnknown() {
  98. xxx_messageInfo_GardenHouseRentSyncReply.DiscardUnknown(m)
  99. }
  100. var xxx_messageInfo_GardenHouseRentSyncReply proto.InternalMessageInfo
  101. type HouseRentBaseConf struct {
  102. // 床
  103. Bed bool `protobuf:"varint,1,opt,name=bed,proto3" json:"bed"`
  104. // 天然气
  105. Gas bool `protobuf:"varint,2,opt,name=gas,proto3" json:"gas"`
  106. // 暖气
  107. WarmGas bool `protobuf:"varint,3,opt,name=warm_gas,json=warmGas,proto3" json:"warm_gas"`
  108. // 宽带
  109. Broadband bool `protobuf:"varint,4,opt,name=broadband,proto3" json:"broadband"`
  110. // 冰箱
  111. Refragerator bool `protobuf:"varint,5,opt,name=refragerator,proto3" json:"refragerator"`
  112. // 衣柜
  113. Wardobe bool `protobuf:"varint,6,opt,name=wardobe,proto3" json:"wardobe"`
  114. // 沙发
  115. Sofa bool `protobuf:"varint,7,opt,name=sofa,proto3" json:"sofa"`
  116. // 空调
  117. Aircondition bool `protobuf:"varint,8,opt,name=aircondition,proto3" json:"aircondition"`
  118. // 电视机
  119. Tv bool `protobuf:"varint,9,opt,name=tv,proto3" json:"tv"`
  120. // 热水器
  121. Heater bool `protobuf:"varint,10,opt,name=heater,proto3" json:"heater"`
  122. // 洗衣机
  123. Warshing bool `protobuf:"varint,11,opt,name=warshing,proto3" json:"warshing"`
  124. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  125. XXX_unrecognized []byte `json:"-"`
  126. XXX_sizecache int32 `json:"-"`
  127. }
  128. func (m *HouseRentBaseConf) Reset() { *m = HouseRentBaseConf{} }
  129. func (m *HouseRentBaseConf) String() string { return proto.CompactTextString(m) }
  130. func (*HouseRentBaseConf) ProtoMessage() {}
  131. func (*HouseRentBaseConf) Descriptor() ([]byte, []int) {
  132. return fileDescriptor_9c4b1cddab293c85, []int{2}
  133. }
  134. func (m *HouseRentBaseConf) XXX_Unmarshal(b []byte) error {
  135. return xxx_messageInfo_HouseRentBaseConf.Unmarshal(m, b)
  136. }
  137. func (m *HouseRentBaseConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  138. return xxx_messageInfo_HouseRentBaseConf.Marshal(b, m, deterministic)
  139. }
  140. func (m *HouseRentBaseConf) XXX_Merge(src proto.Message) {
  141. xxx_messageInfo_HouseRentBaseConf.Merge(m, src)
  142. }
  143. func (m *HouseRentBaseConf) XXX_Size() int {
  144. return xxx_messageInfo_HouseRentBaseConf.Size(m)
  145. }
  146. func (m *HouseRentBaseConf) XXX_DiscardUnknown() {
  147. xxx_messageInfo_HouseRentBaseConf.DiscardUnknown(m)
  148. }
  149. var xxx_messageInfo_HouseRentBaseConf proto.InternalMessageInfo
  150. func (m *HouseRentBaseConf) GetBed() bool {
  151. if m != nil {
  152. return m.Bed
  153. }
  154. return false
  155. }
  156. func (m *HouseRentBaseConf) GetGas() bool {
  157. if m != nil {
  158. return m.Gas
  159. }
  160. return false
  161. }
  162. func (m *HouseRentBaseConf) GetWarmGas() bool {
  163. if m != nil {
  164. return m.WarmGas
  165. }
  166. return false
  167. }
  168. func (m *HouseRentBaseConf) GetBroadband() bool {
  169. if m != nil {
  170. return m.Broadband
  171. }
  172. return false
  173. }
  174. func (m *HouseRentBaseConf) GetRefragerator() bool {
  175. if m != nil {
  176. return m.Refragerator
  177. }
  178. return false
  179. }
  180. func (m *HouseRentBaseConf) GetWardobe() bool {
  181. if m != nil {
  182. return m.Wardobe
  183. }
  184. return false
  185. }
  186. func (m *HouseRentBaseConf) GetSofa() bool {
  187. if m != nil {
  188. return m.Sofa
  189. }
  190. return false
  191. }
  192. func (m *HouseRentBaseConf) GetAircondition() bool {
  193. if m != nil {
  194. return m.Aircondition
  195. }
  196. return false
  197. }
  198. func (m *HouseRentBaseConf) GetTv() bool {
  199. if m != nil {
  200. return m.Tv
  201. }
  202. return false
  203. }
  204. func (m *HouseRentBaseConf) GetHeater() bool {
  205. if m != nil {
  206. return m.Heater
  207. }
  208. return false
  209. }
  210. func (m *HouseRentBaseConf) GetWarshing() bool {
  211. if m != nil {
  212. return m.Warshing
  213. }
  214. return false
  215. }
  216. type HouseRentSpecialConf struct {
  217. // 智能门锁
  218. IntelligentLock bool `protobuf:"varint,1,opt,name=intelligent_lock,json=intelligentLock,proto3" json:"intelligent_lock"`
  219. // wifi
  220. Wifi bool `protobuf:"varint,2,opt,name=wifi,proto3" json:"wifi"`
  221. // 近地铁
  222. Metro bool `protobuf:"varint,3,opt,name=metro,proto3" json:"metro"`
  223. // 停车位
  224. ParkSpace bool `protobuf:"varint,4,opt,name=park_space,json=parkSpace,proto3" json:"park_space"`
  225. // 独卫
  226. IndependentWc bool `protobuf:"varint,5,opt,name=independent_wc,json=independentWc,proto3" json:"independent_wc"`
  227. // 私人阳台
  228. PrivateBalcony bool `protobuf:"varint,6,opt,name=private_balcony,json=privateBalcony,proto3" json:"private_balcony"`
  229. // 首次出租
  230. FirstRent bool `protobuf:"varint,7,opt,name=first_rent,json=firstRent,proto3" json:"first_rent"`
  231. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  232. XXX_unrecognized []byte `json:"-"`
  233. XXX_sizecache int32 `json:"-"`
  234. }
  235. func (m *HouseRentSpecialConf) Reset() { *m = HouseRentSpecialConf{} }
  236. func (m *HouseRentSpecialConf) String() string { return proto.CompactTextString(m) }
  237. func (*HouseRentSpecialConf) ProtoMessage() {}
  238. func (*HouseRentSpecialConf) Descriptor() ([]byte, []int) {
  239. return fileDescriptor_9c4b1cddab293c85, []int{3}
  240. }
  241. func (m *HouseRentSpecialConf) XXX_Unmarshal(b []byte) error {
  242. return xxx_messageInfo_HouseRentSpecialConf.Unmarshal(m, b)
  243. }
  244. func (m *HouseRentSpecialConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  245. return xxx_messageInfo_HouseRentSpecialConf.Marshal(b, m, deterministic)
  246. }
  247. func (m *HouseRentSpecialConf) XXX_Merge(src proto.Message) {
  248. xxx_messageInfo_HouseRentSpecialConf.Merge(m, src)
  249. }
  250. func (m *HouseRentSpecialConf) XXX_Size() int {
  251. return xxx_messageInfo_HouseRentSpecialConf.Size(m)
  252. }
  253. func (m *HouseRentSpecialConf) XXX_DiscardUnknown() {
  254. xxx_messageInfo_HouseRentSpecialConf.DiscardUnknown(m)
  255. }
  256. var xxx_messageInfo_HouseRentSpecialConf proto.InternalMessageInfo
  257. func (m *HouseRentSpecialConf) GetIntelligentLock() bool {
  258. if m != nil {
  259. return m.IntelligentLock
  260. }
  261. return false
  262. }
  263. func (m *HouseRentSpecialConf) GetWifi() bool {
  264. if m != nil {
  265. return m.Wifi
  266. }
  267. return false
  268. }
  269. func (m *HouseRentSpecialConf) GetMetro() bool {
  270. if m != nil {
  271. return m.Metro
  272. }
  273. return false
  274. }
  275. func (m *HouseRentSpecialConf) GetParkSpace() bool {
  276. if m != nil {
  277. return m.ParkSpace
  278. }
  279. return false
  280. }
  281. func (m *HouseRentSpecialConf) GetIndependentWc() bool {
  282. if m != nil {
  283. return m.IndependentWc
  284. }
  285. return false
  286. }
  287. func (m *HouseRentSpecialConf) GetPrivateBalcony() bool {
  288. if m != nil {
  289. return m.PrivateBalcony
  290. }
  291. return false
  292. }
  293. func (m *HouseRentSpecialConf) GetFirstRent() bool {
  294. if m != nil {
  295. return m.FirstRent
  296. }
  297. return false
  298. }
  299. type GardenHouseRentListRequest struct {
  300. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  301. ProvinceCode string `protobuf:"bytes,2,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  302. CityCode string `protobuf:"bytes,3,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  303. AreaCode string `protobuf:"bytes,4,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  304. StreetCode string `protobuf:"bytes,5,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  305. RoomCount int64 `protobuf:"varint,6,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  306. HallCount int64 `protobuf:"varint,7,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  307. WcCount int64 `protobuf:"varint,8,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"`
  308. HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  309. RentPriceGreater int64 `protobuf:"varint,10,opt,name=rent_price_greater,json=rentPriceGreater,proto3" json:"rent_price_greater"`
  310. RentPriceLess int64 `protobuf:"varint,11,opt,name=rent_price_less,json=rentPriceLess,proto3" json:"rent_price_less"`
  311. ApproveStatus int64 `protobuf:"varint,12,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  312. Page int64 `protobuf:"varint,13,opt,name=page,proto3" json:"page"`
  313. PageSize int64 `protobuf:"varint,14,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  314. BaseConf int64 `protobuf:"varint,15,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"`
  315. SpecialConf int64 `protobuf:"varint,16,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"`
  316. Contacter string `protobuf:"bytes,17,opt,name=contacter,proto3" json:"contacter"`
  317. ContacterPhone string `protobuf:"bytes,18,opt,name=contacter_phone,json=contacterPhone,proto3" json:"contacter_phone"`
  318. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  319. XXX_unrecognized []byte `json:"-"`
  320. XXX_sizecache int32 `json:"-"`
  321. }
  322. func (m *GardenHouseRentListRequest) Reset() { *m = GardenHouseRentListRequest{} }
  323. func (m *GardenHouseRentListRequest) String() string { return proto.CompactTextString(m) }
  324. func (*GardenHouseRentListRequest) ProtoMessage() {}
  325. func (*GardenHouseRentListRequest) Descriptor() ([]byte, []int) {
  326. return fileDescriptor_9c4b1cddab293c85, []int{4}
  327. }
  328. func (m *GardenHouseRentListRequest) XXX_Unmarshal(b []byte) error {
  329. return xxx_messageInfo_GardenHouseRentListRequest.Unmarshal(m, b)
  330. }
  331. func (m *GardenHouseRentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  332. return xxx_messageInfo_GardenHouseRentListRequest.Marshal(b, m, deterministic)
  333. }
  334. func (m *GardenHouseRentListRequest) XXX_Merge(src proto.Message) {
  335. xxx_messageInfo_GardenHouseRentListRequest.Merge(m, src)
  336. }
  337. func (m *GardenHouseRentListRequest) XXX_Size() int {
  338. return xxx_messageInfo_GardenHouseRentListRequest.Size(m)
  339. }
  340. func (m *GardenHouseRentListRequest) XXX_DiscardUnknown() {
  341. xxx_messageInfo_GardenHouseRentListRequest.DiscardUnknown(m)
  342. }
  343. var xxx_messageInfo_GardenHouseRentListRequest proto.InternalMessageInfo
  344. func (m *GardenHouseRentListRequest) GetGardenId() int64 {
  345. if m != nil {
  346. return m.GardenId
  347. }
  348. return 0
  349. }
  350. func (m *GardenHouseRentListRequest) GetProvinceCode() string {
  351. if m != nil {
  352. return m.ProvinceCode
  353. }
  354. return ""
  355. }
  356. func (m *GardenHouseRentListRequest) GetCityCode() string {
  357. if m != nil {
  358. return m.CityCode
  359. }
  360. return ""
  361. }
  362. func (m *GardenHouseRentListRequest) GetAreaCode() string {
  363. if m != nil {
  364. return m.AreaCode
  365. }
  366. return ""
  367. }
  368. func (m *GardenHouseRentListRequest) GetStreetCode() string {
  369. if m != nil {
  370. return m.StreetCode
  371. }
  372. return ""
  373. }
  374. func (m *GardenHouseRentListRequest) GetRoomCount() int64 {
  375. if m != nil {
  376. return m.RoomCount
  377. }
  378. return 0
  379. }
  380. func (m *GardenHouseRentListRequest) GetHallCount() int64 {
  381. if m != nil {
  382. return m.HallCount
  383. }
  384. return 0
  385. }
  386. func (m *GardenHouseRentListRequest) GetWcCount() int64 {
  387. if m != nil {
  388. return m.WcCount
  389. }
  390. return 0
  391. }
  392. func (m *GardenHouseRentListRequest) GetHouseholdUid() int64 {
  393. if m != nil {
  394. return m.HouseholdUid
  395. }
  396. return 0
  397. }
  398. func (m *GardenHouseRentListRequest) GetRentPriceGreater() int64 {
  399. if m != nil {
  400. return m.RentPriceGreater
  401. }
  402. return 0
  403. }
  404. func (m *GardenHouseRentListRequest) GetRentPriceLess() int64 {
  405. if m != nil {
  406. return m.RentPriceLess
  407. }
  408. return 0
  409. }
  410. func (m *GardenHouseRentListRequest) GetApproveStatus() int64 {
  411. if m != nil {
  412. return m.ApproveStatus
  413. }
  414. return 0
  415. }
  416. func (m *GardenHouseRentListRequest) GetPage() int64 {
  417. if m != nil {
  418. return m.Page
  419. }
  420. return 0
  421. }
  422. func (m *GardenHouseRentListRequest) GetPageSize() int64 {
  423. if m != nil {
  424. return m.PageSize
  425. }
  426. return 0
  427. }
  428. func (m *GardenHouseRentListRequest) GetBaseConf() int64 {
  429. if m != nil {
  430. return m.BaseConf
  431. }
  432. return 0
  433. }
  434. func (m *GardenHouseRentListRequest) GetSpecialConf() int64 {
  435. if m != nil {
  436. return m.SpecialConf
  437. }
  438. return 0
  439. }
  440. func (m *GardenHouseRentListRequest) GetContacter() string {
  441. if m != nil {
  442. return m.Contacter
  443. }
  444. return ""
  445. }
  446. func (m *GardenHouseRentListRequest) GetContacterPhone() string {
  447. if m != nil {
  448. return m.ContacterPhone
  449. }
  450. return ""
  451. }
  452. type HouseRentItem struct {
  453. HouseName string `protobuf:"bytes,1,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  454. Layer int64 `protobuf:"varint,2,opt,name=layer,proto3" json:"layer"`
  455. HouseArea float64 `protobuf:"fixed64,3,opt,name=house_area,json=houseArea,proto3" json:"house_area"`
  456. Direction int32 `protobuf:"varint,4,opt,name=direction,proto3" json:"direction"`
  457. RoomCount int64 `protobuf:"varint,5,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  458. HallCount int64 `protobuf:"varint,6,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  459. WcCount int64 `protobuf:"varint,7,opt,name=wc_count,json=wcCount,proto3" json:"wc_count"`
  460. Decorating int32 `protobuf:"varint,8,opt,name=decorating,proto3" json:"decorating"`
  461. Contacter string `protobuf:"bytes,9,opt,name=contacter,proto3" json:"contacter"`
  462. ContactPhone string `protobuf:"bytes,10,opt,name=contact_phone,json=contactPhone,proto3" json:"contact_phone"`
  463. PayTimeType int32 `protobuf:"varint,11,opt,name=pay_time_type,json=payTimeType,proto3" json:"pay_time_type"`
  464. RentType int32 `protobuf:"varint,12,opt,name=rent_type,json=rentType,proto3" json:"rent_type"`
  465. RoomType int32 `protobuf:"varint,13,opt,name=room_type,json=roomType,proto3" json:"room_type"`
  466. RoomArea float64 `protobuf:"fixed64,14,opt,name=room_area,json=roomArea,proto3" json:"room_area"`
  467. RentPrice int64 `protobuf:"varint,15,opt,name=rent_price,json=rentPrice,proto3" json:"rent_price"`
  468. Desposit int64 `protobuf:"varint,16,opt,name=desposit,proto3" json:"desposit"`
  469. InTime int64 `protobuf:"varint,17,opt,name=in_time,json=inTime,proto3" json:"in_time"`
  470. ServicePrice int64 `protobuf:"varint,18,opt,name=service_price,json=servicePrice,proto3" json:"service_price"`
  471. IntermediaryPrice int64 `protobuf:"varint,19,opt,name=intermediary_price,json=intermediaryPrice,proto3" json:"intermediary_price"`
  472. BaseConf int64 `protobuf:"varint,20,opt,name=base_conf,json=baseConf,proto3" json:"base_conf"`
  473. SpecialConf int64 `protobuf:"varint,21,opt,name=special_conf,json=specialConf,proto3" json:"special_conf"`
  474. Desc string `protobuf:"bytes,22,opt,name=desc,proto3" json:"desc"`
  475. HousePic []string `protobuf:"bytes,23,rep,name=house_pic,json=housePic,proto3" json:"house_pic"`
  476. CertPic []string `protobuf:"bytes,24,rep,name=cert_pic,json=certPic,proto3" json:"cert_pic"`
  477. HasLift bool `protobuf:"varint,25,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"`
  478. GardenId int64 `protobuf:"varint,26,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  479. Id int64 `protobuf:"varint,27,opt,name=id,proto3" json:"id"`
  480. ApproveStatus int32 `protobuf:"varint,28,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  481. Province string `protobuf:"bytes,29,opt,name=province,proto3" json:"province"`
  482. City string `protobuf:"bytes,30,opt,name=city,proto3" json:"city"`
  483. Area string `protobuf:"bytes,31,opt,name=area,proto3" json:"area"`
  484. Street string `protobuf:"bytes,32,opt,name=street,proto3" json:"street"`
  485. GardenName string `protobuf:"bytes,33,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  486. // 纬度
  487. Lat float64 `protobuf:"fixed64,34,opt,name=lat,proto3" json:"lat"`
  488. // 经度
  489. Lnt float64 `protobuf:"fixed64,35,opt,name=lnt,proto3" json:"lnt"`
  490. Addr string `protobuf:"bytes,36,opt,name=addr,proto3" json:"addr"`
  491. HouseId int64 `protobuf:"varint,37,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  492. GardenDesc string `protobuf:"bytes,38,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"`
  493. HouseholdUid int64 `protobuf:"varint,39,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  494. RealName string `protobuf:"bytes,40,opt,name=real_name,json=realName,proto3" json:"real_name"`
  495. Phone string `protobuf:"bytes,41,opt,name=phone,proto3" json:"phone"`
  496. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  497. XXX_unrecognized []byte `json:"-"`
  498. XXX_sizecache int32 `json:"-"`
  499. }
  500. func (m *HouseRentItem) Reset() { *m = HouseRentItem{} }
  501. func (m *HouseRentItem) String() string { return proto.CompactTextString(m) }
  502. func (*HouseRentItem) ProtoMessage() {}
  503. func (*HouseRentItem) Descriptor() ([]byte, []int) {
  504. return fileDescriptor_9c4b1cddab293c85, []int{5}
  505. }
  506. func (m *HouseRentItem) XXX_Unmarshal(b []byte) error {
  507. return xxx_messageInfo_HouseRentItem.Unmarshal(m, b)
  508. }
  509. func (m *HouseRentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  510. return xxx_messageInfo_HouseRentItem.Marshal(b, m, deterministic)
  511. }
  512. func (m *HouseRentItem) XXX_Merge(src proto.Message) {
  513. xxx_messageInfo_HouseRentItem.Merge(m, src)
  514. }
  515. func (m *HouseRentItem) XXX_Size() int {
  516. return xxx_messageInfo_HouseRentItem.Size(m)
  517. }
  518. func (m *HouseRentItem) XXX_DiscardUnknown() {
  519. xxx_messageInfo_HouseRentItem.DiscardUnknown(m)
  520. }
  521. var xxx_messageInfo_HouseRentItem proto.InternalMessageInfo
  522. func (m *HouseRentItem) GetHouseName() string {
  523. if m != nil {
  524. return m.HouseName
  525. }
  526. return ""
  527. }
  528. func (m *HouseRentItem) GetLayer() int64 {
  529. if m != nil {
  530. return m.Layer
  531. }
  532. return 0
  533. }
  534. func (m *HouseRentItem) GetHouseArea() float64 {
  535. if m != nil {
  536. return m.HouseArea
  537. }
  538. return 0
  539. }
  540. func (m *HouseRentItem) GetDirection() int32 {
  541. if m != nil {
  542. return m.Direction
  543. }
  544. return 0
  545. }
  546. func (m *HouseRentItem) GetRoomCount() int64 {
  547. if m != nil {
  548. return m.RoomCount
  549. }
  550. return 0
  551. }
  552. func (m *HouseRentItem) GetHallCount() int64 {
  553. if m != nil {
  554. return m.HallCount
  555. }
  556. return 0
  557. }
  558. func (m *HouseRentItem) GetWcCount() int64 {
  559. if m != nil {
  560. return m.WcCount
  561. }
  562. return 0
  563. }
  564. func (m *HouseRentItem) GetDecorating() int32 {
  565. if m != nil {
  566. return m.Decorating
  567. }
  568. return 0
  569. }
  570. func (m *HouseRentItem) GetContacter() string {
  571. if m != nil {
  572. return m.Contacter
  573. }
  574. return ""
  575. }
  576. func (m *HouseRentItem) GetContactPhone() string {
  577. if m != nil {
  578. return m.ContactPhone
  579. }
  580. return ""
  581. }
  582. func (m *HouseRentItem) GetPayTimeType() int32 {
  583. if m != nil {
  584. return m.PayTimeType
  585. }
  586. return 0
  587. }
  588. func (m *HouseRentItem) GetRentType() int32 {
  589. if m != nil {
  590. return m.RentType
  591. }
  592. return 0
  593. }
  594. func (m *HouseRentItem) GetRoomType() int32 {
  595. if m != nil {
  596. return m.RoomType
  597. }
  598. return 0
  599. }
  600. func (m *HouseRentItem) GetRoomArea() float64 {
  601. if m != nil {
  602. return m.RoomArea
  603. }
  604. return 0
  605. }
  606. func (m *HouseRentItem) GetRentPrice() int64 {
  607. if m != nil {
  608. return m.RentPrice
  609. }
  610. return 0
  611. }
  612. func (m *HouseRentItem) GetDesposit() int64 {
  613. if m != nil {
  614. return m.Desposit
  615. }
  616. return 0
  617. }
  618. func (m *HouseRentItem) GetInTime() int64 {
  619. if m != nil {
  620. return m.InTime
  621. }
  622. return 0
  623. }
  624. func (m *HouseRentItem) GetServicePrice() int64 {
  625. if m != nil {
  626. return m.ServicePrice
  627. }
  628. return 0
  629. }
  630. func (m *HouseRentItem) GetIntermediaryPrice() int64 {
  631. if m != nil {
  632. return m.IntermediaryPrice
  633. }
  634. return 0
  635. }
  636. func (m *HouseRentItem) GetBaseConf() int64 {
  637. if m != nil {
  638. return m.BaseConf
  639. }
  640. return 0
  641. }
  642. func (m *HouseRentItem) GetSpecialConf() int64 {
  643. if m != nil {
  644. return m.SpecialConf
  645. }
  646. return 0
  647. }
  648. func (m *HouseRentItem) GetDesc() string {
  649. if m != nil {
  650. return m.Desc
  651. }
  652. return ""
  653. }
  654. func (m *HouseRentItem) GetHousePic() []string {
  655. if m != nil {
  656. return m.HousePic
  657. }
  658. return nil
  659. }
  660. func (m *HouseRentItem) GetCertPic() []string {
  661. if m != nil {
  662. return m.CertPic
  663. }
  664. return nil
  665. }
  666. func (m *HouseRentItem) GetHasLift() bool {
  667. if m != nil {
  668. return m.HasLift
  669. }
  670. return false
  671. }
  672. func (m *HouseRentItem) GetGardenId() int64 {
  673. if m != nil {
  674. return m.GardenId
  675. }
  676. return 0
  677. }
  678. func (m *HouseRentItem) GetId() int64 {
  679. if m != nil {
  680. return m.Id
  681. }
  682. return 0
  683. }
  684. func (m *HouseRentItem) GetApproveStatus() int32 {
  685. if m != nil {
  686. return m.ApproveStatus
  687. }
  688. return 0
  689. }
  690. func (m *HouseRentItem) GetProvince() string {
  691. if m != nil {
  692. return m.Province
  693. }
  694. return ""
  695. }
  696. func (m *HouseRentItem) GetCity() string {
  697. if m != nil {
  698. return m.City
  699. }
  700. return ""
  701. }
  702. func (m *HouseRentItem) GetArea() string {
  703. if m != nil {
  704. return m.Area
  705. }
  706. return ""
  707. }
  708. func (m *HouseRentItem) GetStreet() string {
  709. if m != nil {
  710. return m.Street
  711. }
  712. return ""
  713. }
  714. func (m *HouseRentItem) GetGardenName() string {
  715. if m != nil {
  716. return m.GardenName
  717. }
  718. return ""
  719. }
  720. func (m *HouseRentItem) GetLat() float64 {
  721. if m != nil {
  722. return m.Lat
  723. }
  724. return 0
  725. }
  726. func (m *HouseRentItem) GetLnt() float64 {
  727. if m != nil {
  728. return m.Lnt
  729. }
  730. return 0
  731. }
  732. func (m *HouseRentItem) GetAddr() string {
  733. if m != nil {
  734. return m.Addr
  735. }
  736. return ""
  737. }
  738. func (m *HouseRentItem) GetHouseId() int64 {
  739. if m != nil {
  740. return m.HouseId
  741. }
  742. return 0
  743. }
  744. func (m *HouseRentItem) GetGardenDesc() string {
  745. if m != nil {
  746. return m.GardenDesc
  747. }
  748. return ""
  749. }
  750. func (m *HouseRentItem) GetHouseholdUid() int64 {
  751. if m != nil {
  752. return m.HouseholdUid
  753. }
  754. return 0
  755. }
  756. func (m *HouseRentItem) GetRealName() string {
  757. if m != nil {
  758. return m.RealName
  759. }
  760. return ""
  761. }
  762. func (m *HouseRentItem) GetPhone() string {
  763. if m != nil {
  764. return m.Phone
  765. }
  766. return ""
  767. }
  768. type GardenHouseRentListReply struct {
  769. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  770. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  771. List []*HouseRentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  772. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  773. XXX_unrecognized []byte `json:"-"`
  774. XXX_sizecache int32 `json:"-"`
  775. }
  776. func (m *GardenHouseRentListReply) Reset() { *m = GardenHouseRentListReply{} }
  777. func (m *GardenHouseRentListReply) String() string { return proto.CompactTextString(m) }
  778. func (*GardenHouseRentListReply) ProtoMessage() {}
  779. func (*GardenHouseRentListReply) Descriptor() ([]byte, []int) {
  780. return fileDescriptor_9c4b1cddab293c85, []int{6}
  781. }
  782. func (m *GardenHouseRentListReply) XXX_Unmarshal(b []byte) error {
  783. return xxx_messageInfo_GardenHouseRentListReply.Unmarshal(m, b)
  784. }
  785. func (m *GardenHouseRentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  786. return xxx_messageInfo_GardenHouseRentListReply.Marshal(b, m, deterministic)
  787. }
  788. func (m *GardenHouseRentListReply) XXX_Merge(src proto.Message) {
  789. xxx_messageInfo_GardenHouseRentListReply.Merge(m, src)
  790. }
  791. func (m *GardenHouseRentListReply) XXX_Size() int {
  792. return xxx_messageInfo_GardenHouseRentListReply.Size(m)
  793. }
  794. func (m *GardenHouseRentListReply) XXX_DiscardUnknown() {
  795. xxx_messageInfo_GardenHouseRentListReply.DiscardUnknown(m)
  796. }
  797. var xxx_messageInfo_GardenHouseRentListReply proto.InternalMessageInfo
  798. func (m *GardenHouseRentListReply) GetPage() int64 {
  799. if m != nil {
  800. return m.Page
  801. }
  802. return 0
  803. }
  804. func (m *GardenHouseRentListReply) GetTotal() int64 {
  805. if m != nil {
  806. return m.Total
  807. }
  808. return 0
  809. }
  810. func (m *GardenHouseRentListReply) GetList() []*HouseRentItem {
  811. if m != nil {
  812. return m.List
  813. }
  814. return nil
  815. }
  816. type HouseRentAddManagerRequest struct {
  817. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  818. ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"`
  819. RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  820. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  821. XXX_unrecognized []byte `json:"-"`
  822. XXX_sizecache int32 `json:"-"`
  823. }
  824. func (m *HouseRentAddManagerRequest) Reset() { *m = HouseRentAddManagerRequest{} }
  825. func (m *HouseRentAddManagerRequest) String() string { return proto.CompactTextString(m) }
  826. func (*HouseRentAddManagerRequest) ProtoMessage() {}
  827. func (*HouseRentAddManagerRequest) Descriptor() ([]byte, []int) {
  828. return fileDescriptor_9c4b1cddab293c85, []int{7}
  829. }
  830. func (m *HouseRentAddManagerRequest) XXX_Unmarshal(b []byte) error {
  831. return xxx_messageInfo_HouseRentAddManagerRequest.Unmarshal(m, b)
  832. }
  833. func (m *HouseRentAddManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  834. return xxx_messageInfo_HouseRentAddManagerRequest.Marshal(b, m, deterministic)
  835. }
  836. func (m *HouseRentAddManagerRequest) XXX_Merge(src proto.Message) {
  837. xxx_messageInfo_HouseRentAddManagerRequest.Merge(m, src)
  838. }
  839. func (m *HouseRentAddManagerRequest) XXX_Size() int {
  840. return xxx_messageInfo_HouseRentAddManagerRequest.Size(m)
  841. }
  842. func (m *HouseRentAddManagerRequest) XXX_DiscardUnknown() {
  843. xxx_messageInfo_HouseRentAddManagerRequest.DiscardUnknown(m)
  844. }
  845. var xxx_messageInfo_HouseRentAddManagerRequest proto.InternalMessageInfo
  846. func (m *HouseRentAddManagerRequest) GetGardenId() int64 {
  847. if m != nil {
  848. return m.GardenId
  849. }
  850. return 0
  851. }
  852. func (m *HouseRentAddManagerRequest) GetManagerUid() int64 {
  853. if m != nil {
  854. return m.ManagerUid
  855. }
  856. return 0
  857. }
  858. func (m *HouseRentAddManagerRequest) GetRentId() int64 {
  859. if m != nil {
  860. return m.RentId
  861. }
  862. return 0
  863. }
  864. type HouseRentAddManagerReply struct {
  865. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  866. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  867. XXX_unrecognized []byte `json:"-"`
  868. XXX_sizecache int32 `json:"-"`
  869. }
  870. func (m *HouseRentAddManagerReply) Reset() { *m = HouseRentAddManagerReply{} }
  871. func (m *HouseRentAddManagerReply) String() string { return proto.CompactTextString(m) }
  872. func (*HouseRentAddManagerReply) ProtoMessage() {}
  873. func (*HouseRentAddManagerReply) Descriptor() ([]byte, []int) {
  874. return fileDescriptor_9c4b1cddab293c85, []int{8}
  875. }
  876. func (m *HouseRentAddManagerReply) XXX_Unmarshal(b []byte) error {
  877. return xxx_messageInfo_HouseRentAddManagerReply.Unmarshal(m, b)
  878. }
  879. func (m *HouseRentAddManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  880. return xxx_messageInfo_HouseRentAddManagerReply.Marshal(b, m, deterministic)
  881. }
  882. func (m *HouseRentAddManagerReply) XXX_Merge(src proto.Message) {
  883. xxx_messageInfo_HouseRentAddManagerReply.Merge(m, src)
  884. }
  885. func (m *HouseRentAddManagerReply) XXX_Size() int {
  886. return xxx_messageInfo_HouseRentAddManagerReply.Size(m)
  887. }
  888. func (m *HouseRentAddManagerReply) XXX_DiscardUnknown() {
  889. xxx_messageInfo_HouseRentAddManagerReply.DiscardUnknown(m)
  890. }
  891. var xxx_messageInfo_HouseRentAddManagerReply proto.InternalMessageInfo
  892. func (m *HouseRentAddManagerReply) GetId() int64 {
  893. if m != nil {
  894. return m.Id
  895. }
  896. return 0
  897. }
  898. type HouseRentDelManagerRequest struct {
  899. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  900. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  901. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  902. XXX_unrecognized []byte `json:"-"`
  903. XXX_sizecache int32 `json:"-"`
  904. }
  905. func (m *HouseRentDelManagerRequest) Reset() { *m = HouseRentDelManagerRequest{} }
  906. func (m *HouseRentDelManagerRequest) String() string { return proto.CompactTextString(m) }
  907. func (*HouseRentDelManagerRequest) ProtoMessage() {}
  908. func (*HouseRentDelManagerRequest) Descriptor() ([]byte, []int) {
  909. return fileDescriptor_9c4b1cddab293c85, []int{9}
  910. }
  911. func (m *HouseRentDelManagerRequest) XXX_Unmarshal(b []byte) error {
  912. return xxx_messageInfo_HouseRentDelManagerRequest.Unmarshal(m, b)
  913. }
  914. func (m *HouseRentDelManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  915. return xxx_messageInfo_HouseRentDelManagerRequest.Marshal(b, m, deterministic)
  916. }
  917. func (m *HouseRentDelManagerRequest) XXX_Merge(src proto.Message) {
  918. xxx_messageInfo_HouseRentDelManagerRequest.Merge(m, src)
  919. }
  920. func (m *HouseRentDelManagerRequest) XXX_Size() int {
  921. return xxx_messageInfo_HouseRentDelManagerRequest.Size(m)
  922. }
  923. func (m *HouseRentDelManagerRequest) XXX_DiscardUnknown() {
  924. xxx_messageInfo_HouseRentDelManagerRequest.DiscardUnknown(m)
  925. }
  926. var xxx_messageInfo_HouseRentDelManagerRequest proto.InternalMessageInfo
  927. func (m *HouseRentDelManagerRequest) GetGardenId() int64 {
  928. if m != nil {
  929. return m.GardenId
  930. }
  931. return 0
  932. }
  933. func (m *HouseRentDelManagerRequest) GetId() int64 {
  934. if m != nil {
  935. return m.Id
  936. }
  937. return 0
  938. }
  939. type HouseRentDelManagerReply struct {
  940. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  941. XXX_unrecognized []byte `json:"-"`
  942. XXX_sizecache int32 `json:"-"`
  943. }
  944. func (m *HouseRentDelManagerReply) Reset() { *m = HouseRentDelManagerReply{} }
  945. func (m *HouseRentDelManagerReply) String() string { return proto.CompactTextString(m) }
  946. func (*HouseRentDelManagerReply) ProtoMessage() {}
  947. func (*HouseRentDelManagerReply) Descriptor() ([]byte, []int) {
  948. return fileDescriptor_9c4b1cddab293c85, []int{10}
  949. }
  950. func (m *HouseRentDelManagerReply) XXX_Unmarshal(b []byte) error {
  951. return xxx_messageInfo_HouseRentDelManagerReply.Unmarshal(m, b)
  952. }
  953. func (m *HouseRentDelManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  954. return xxx_messageInfo_HouseRentDelManagerReply.Marshal(b, m, deterministic)
  955. }
  956. func (m *HouseRentDelManagerReply) XXX_Merge(src proto.Message) {
  957. xxx_messageInfo_HouseRentDelManagerReply.Merge(m, src)
  958. }
  959. func (m *HouseRentDelManagerReply) XXX_Size() int {
  960. return xxx_messageInfo_HouseRentDelManagerReply.Size(m)
  961. }
  962. func (m *HouseRentDelManagerReply) XXX_DiscardUnknown() {
  963. xxx_messageInfo_HouseRentDelManagerReply.DiscardUnknown(m)
  964. }
  965. var xxx_messageInfo_HouseRentDelManagerReply proto.InternalMessageInfo
  966. type HouseRentManagerListRequest struct {
  967. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  968. RentId int64 `protobuf:"varint,4,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  969. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  970. XXX_unrecognized []byte `json:"-"`
  971. XXX_sizecache int32 `json:"-"`
  972. }
  973. func (m *HouseRentManagerListRequest) Reset() { *m = HouseRentManagerListRequest{} }
  974. func (m *HouseRentManagerListRequest) String() string { return proto.CompactTextString(m) }
  975. func (*HouseRentManagerListRequest) ProtoMessage() {}
  976. func (*HouseRentManagerListRequest) Descriptor() ([]byte, []int) {
  977. return fileDescriptor_9c4b1cddab293c85, []int{11}
  978. }
  979. func (m *HouseRentManagerListRequest) XXX_Unmarshal(b []byte) error {
  980. return xxx_messageInfo_HouseRentManagerListRequest.Unmarshal(m, b)
  981. }
  982. func (m *HouseRentManagerListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  983. return xxx_messageInfo_HouseRentManagerListRequest.Marshal(b, m, deterministic)
  984. }
  985. func (m *HouseRentManagerListRequest) XXX_Merge(src proto.Message) {
  986. xxx_messageInfo_HouseRentManagerListRequest.Merge(m, src)
  987. }
  988. func (m *HouseRentManagerListRequest) XXX_Size() int {
  989. return xxx_messageInfo_HouseRentManagerListRequest.Size(m)
  990. }
  991. func (m *HouseRentManagerListRequest) XXX_DiscardUnknown() {
  992. xxx_messageInfo_HouseRentManagerListRequest.DiscardUnknown(m)
  993. }
  994. var xxx_messageInfo_HouseRentManagerListRequest proto.InternalMessageInfo
  995. func (m *HouseRentManagerListRequest) GetGardenId() int64 {
  996. if m != nil {
  997. return m.GardenId
  998. }
  999. return 0
  1000. }
  1001. func (m *HouseRentManagerListRequest) GetRentId() int64 {
  1002. if m != nil {
  1003. return m.RentId
  1004. }
  1005. return 0
  1006. }
  1007. type HouseRentManagerItem struct {
  1008. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1009. ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"`
  1010. // 姓名
  1011. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  1012. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"`
  1013. // 账号
  1014. UserName string `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name"`
  1015. OpenimId string `protobuf:"bytes,6,opt,name=openim_id,json=openimId,proto3" json:"openim_id"`
  1016. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1017. XXX_unrecognized []byte `json:"-"`
  1018. XXX_sizecache int32 `json:"-"`
  1019. }
  1020. func (m *HouseRentManagerItem) Reset() { *m = HouseRentManagerItem{} }
  1021. func (m *HouseRentManagerItem) String() string { return proto.CompactTextString(m) }
  1022. func (*HouseRentManagerItem) ProtoMessage() {}
  1023. func (*HouseRentManagerItem) Descriptor() ([]byte, []int) {
  1024. return fileDescriptor_9c4b1cddab293c85, []int{12}
  1025. }
  1026. func (m *HouseRentManagerItem) XXX_Unmarshal(b []byte) error {
  1027. return xxx_messageInfo_HouseRentManagerItem.Unmarshal(m, b)
  1028. }
  1029. func (m *HouseRentManagerItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1030. return xxx_messageInfo_HouseRentManagerItem.Marshal(b, m, deterministic)
  1031. }
  1032. func (m *HouseRentManagerItem) XXX_Merge(src proto.Message) {
  1033. xxx_messageInfo_HouseRentManagerItem.Merge(m, src)
  1034. }
  1035. func (m *HouseRentManagerItem) XXX_Size() int {
  1036. return xxx_messageInfo_HouseRentManagerItem.Size(m)
  1037. }
  1038. func (m *HouseRentManagerItem) XXX_DiscardUnknown() {
  1039. xxx_messageInfo_HouseRentManagerItem.DiscardUnknown(m)
  1040. }
  1041. var xxx_messageInfo_HouseRentManagerItem proto.InternalMessageInfo
  1042. func (m *HouseRentManagerItem) GetId() int64 {
  1043. if m != nil {
  1044. return m.Id
  1045. }
  1046. return 0
  1047. }
  1048. func (m *HouseRentManagerItem) GetManagerUid() int64 {
  1049. if m != nil {
  1050. return m.ManagerUid
  1051. }
  1052. return 0
  1053. }
  1054. func (m *HouseRentManagerItem) GetName() string {
  1055. if m != nil {
  1056. return m.Name
  1057. }
  1058. return ""
  1059. }
  1060. func (m *HouseRentManagerItem) GetPhone() string {
  1061. if m != nil {
  1062. return m.Phone
  1063. }
  1064. return ""
  1065. }
  1066. func (m *HouseRentManagerItem) GetUserName() string {
  1067. if m != nil {
  1068. return m.UserName
  1069. }
  1070. return ""
  1071. }
  1072. func (m *HouseRentManagerItem) GetOpenimId() string {
  1073. if m != nil {
  1074. return m.OpenimId
  1075. }
  1076. return ""
  1077. }
  1078. type HouseRentManagerListReply struct {
  1079. List []*HouseRentManagerItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  1080. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1081. XXX_unrecognized []byte `json:"-"`
  1082. XXX_sizecache int32 `json:"-"`
  1083. }
  1084. func (m *HouseRentManagerListReply) Reset() { *m = HouseRentManagerListReply{} }
  1085. func (m *HouseRentManagerListReply) String() string { return proto.CompactTextString(m) }
  1086. func (*HouseRentManagerListReply) ProtoMessage() {}
  1087. func (*HouseRentManagerListReply) Descriptor() ([]byte, []int) {
  1088. return fileDescriptor_9c4b1cddab293c85, []int{13}
  1089. }
  1090. func (m *HouseRentManagerListReply) XXX_Unmarshal(b []byte) error {
  1091. return xxx_messageInfo_HouseRentManagerListReply.Unmarshal(m, b)
  1092. }
  1093. func (m *HouseRentManagerListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1094. return xxx_messageInfo_HouseRentManagerListReply.Marshal(b, m, deterministic)
  1095. }
  1096. func (m *HouseRentManagerListReply) XXX_Merge(src proto.Message) {
  1097. xxx_messageInfo_HouseRentManagerListReply.Merge(m, src)
  1098. }
  1099. func (m *HouseRentManagerListReply) XXX_Size() int {
  1100. return xxx_messageInfo_HouseRentManagerListReply.Size(m)
  1101. }
  1102. func (m *HouseRentManagerListReply) XXX_DiscardUnknown() {
  1103. xxx_messageInfo_HouseRentManagerListReply.DiscardUnknown(m)
  1104. }
  1105. var xxx_messageInfo_HouseRentManagerListReply proto.InternalMessageInfo
  1106. func (m *HouseRentManagerListReply) GetList() []*HouseRentManagerItem {
  1107. if m != nil {
  1108. return m.List
  1109. }
  1110. return nil
  1111. }
  1112. type GardenHouseRentInfoRequest struct {
  1113. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  1114. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1115. XXX_unrecognized []byte `json:"-"`
  1116. XXX_sizecache int32 `json:"-"`
  1117. }
  1118. func (m *GardenHouseRentInfoRequest) Reset() { *m = GardenHouseRentInfoRequest{} }
  1119. func (m *GardenHouseRentInfoRequest) String() string { return proto.CompactTextString(m) }
  1120. func (*GardenHouseRentInfoRequest) ProtoMessage() {}
  1121. func (*GardenHouseRentInfoRequest) Descriptor() ([]byte, []int) {
  1122. return fileDescriptor_9c4b1cddab293c85, []int{14}
  1123. }
  1124. func (m *GardenHouseRentInfoRequest) XXX_Unmarshal(b []byte) error {
  1125. return xxx_messageInfo_GardenHouseRentInfoRequest.Unmarshal(m, b)
  1126. }
  1127. func (m *GardenHouseRentInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1128. return xxx_messageInfo_GardenHouseRentInfoRequest.Marshal(b, m, deterministic)
  1129. }
  1130. func (m *GardenHouseRentInfoRequest) XXX_Merge(src proto.Message) {
  1131. xxx_messageInfo_GardenHouseRentInfoRequest.Merge(m, src)
  1132. }
  1133. func (m *GardenHouseRentInfoRequest) XXX_Size() int {
  1134. return xxx_messageInfo_GardenHouseRentInfoRequest.Size(m)
  1135. }
  1136. func (m *GardenHouseRentInfoRequest) XXX_DiscardUnknown() {
  1137. xxx_messageInfo_GardenHouseRentInfoRequest.DiscardUnknown(m)
  1138. }
  1139. var xxx_messageInfo_GardenHouseRentInfoRequest proto.InternalMessageInfo
  1140. func (m *GardenHouseRentInfoRequest) GetGardenId() int64 {
  1141. if m != nil {
  1142. return m.GardenId
  1143. }
  1144. return 0
  1145. }
  1146. type GardenHouseRentInfoReply struct {
  1147. AvgPrice int64 `protobuf:"varint,1,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"`
  1148. RentCount int64 `protobuf:"varint,2,opt,name=rent_count,json=rentCount,proto3" json:"rent_count"`
  1149. SellCount int64 `protobuf:"varint,3,opt,name=sell_count,json=sellCount,proto3" json:"sell_count"`
  1150. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1151. XXX_unrecognized []byte `json:"-"`
  1152. XXX_sizecache int32 `json:"-"`
  1153. }
  1154. func (m *GardenHouseRentInfoReply) Reset() { *m = GardenHouseRentInfoReply{} }
  1155. func (m *GardenHouseRentInfoReply) String() string { return proto.CompactTextString(m) }
  1156. func (*GardenHouseRentInfoReply) ProtoMessage() {}
  1157. func (*GardenHouseRentInfoReply) Descriptor() ([]byte, []int) {
  1158. return fileDescriptor_9c4b1cddab293c85, []int{15}
  1159. }
  1160. func (m *GardenHouseRentInfoReply) XXX_Unmarshal(b []byte) error {
  1161. return xxx_messageInfo_GardenHouseRentInfoReply.Unmarshal(m, b)
  1162. }
  1163. func (m *GardenHouseRentInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1164. return xxx_messageInfo_GardenHouseRentInfoReply.Marshal(b, m, deterministic)
  1165. }
  1166. func (m *GardenHouseRentInfoReply) XXX_Merge(src proto.Message) {
  1167. xxx_messageInfo_GardenHouseRentInfoReply.Merge(m, src)
  1168. }
  1169. func (m *GardenHouseRentInfoReply) XXX_Size() int {
  1170. return xxx_messageInfo_GardenHouseRentInfoReply.Size(m)
  1171. }
  1172. func (m *GardenHouseRentInfoReply) XXX_DiscardUnknown() {
  1173. xxx_messageInfo_GardenHouseRentInfoReply.DiscardUnknown(m)
  1174. }
  1175. var xxx_messageInfo_GardenHouseRentInfoReply proto.InternalMessageInfo
  1176. func (m *GardenHouseRentInfoReply) GetAvgPrice() int64 {
  1177. if m != nil {
  1178. return m.AvgPrice
  1179. }
  1180. return 0
  1181. }
  1182. func (m *GardenHouseRentInfoReply) GetRentCount() int64 {
  1183. if m != nil {
  1184. return m.RentCount
  1185. }
  1186. return 0
  1187. }
  1188. func (m *GardenHouseRentInfoReply) GetSellCount() int64 {
  1189. if m != nil {
  1190. return m.SellCount
  1191. }
  1192. return 0
  1193. }
  1194. func init() {
  1195. proto.RegisterType((*GardenHouseRentSyncRequest)(nil), "pb_v1.GardenHouseRentSyncRequest")
  1196. proto.RegisterType((*GardenHouseRentSyncReply)(nil), "pb_v1.GardenHouseRentSyncReply")
  1197. proto.RegisterType((*HouseRentBaseConf)(nil), "pb_v1.HouseRentBaseConf")
  1198. proto.RegisterType((*HouseRentSpecialConf)(nil), "pb_v1.HouseRentSpecialConf")
  1199. proto.RegisterType((*GardenHouseRentListRequest)(nil), "pb_v1.GardenHouseRentListRequest")
  1200. proto.RegisterType((*HouseRentItem)(nil), "pb_v1.HouseRentItem")
  1201. proto.RegisterType((*GardenHouseRentListReply)(nil), "pb_v1.GardenHouseRentListReply")
  1202. proto.RegisterType((*HouseRentAddManagerRequest)(nil), "pb_v1.HouseRentAddManagerRequest")
  1203. proto.RegisterType((*HouseRentAddManagerReply)(nil), "pb_v1.HouseRentAddManagerReply")
  1204. proto.RegisterType((*HouseRentDelManagerRequest)(nil), "pb_v1.HouseRentDelManagerRequest")
  1205. proto.RegisterType((*HouseRentDelManagerReply)(nil), "pb_v1.HouseRentDelManagerReply")
  1206. proto.RegisterType((*HouseRentManagerListRequest)(nil), "pb_v1.HouseRentManagerListRequest")
  1207. proto.RegisterType((*HouseRentManagerItem)(nil), "pb_v1.HouseRentManagerItem")
  1208. proto.RegisterType((*HouseRentManagerListReply)(nil), "pb_v1.HouseRentManagerListReply")
  1209. proto.RegisterType((*GardenHouseRentInfoRequest)(nil), "pb_v1.GardenHouseRentInfoRequest")
  1210. proto.RegisterType((*GardenHouseRentInfoReply)(nil), "pb_v1.GardenHouseRentInfoReply")
  1211. }
  1212. func init() {
  1213. proto.RegisterFile("house_rent.proto", fileDescriptor_9c4b1cddab293c85)
  1214. }
  1215. var fileDescriptor_9c4b1cddab293c85 = []byte{
  1216. // 1450 bytes of a gzipped FileDescriptorProto
  1217. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0x4d, 0x6f, 0x1b, 0x37,
  1218. 0x10, 0x85, 0xbe, 0x2c, 0x89, 0xb6, 0x6c, 0x67, 0xeb, 0xc4, 0x8c, 0x9d, 0x0f, 0x67, 0xdd, 0x24,
  1219. 0x4e, 0xd1, 0x24, 0x48, 0x7b, 0xea, 0x31, 0x1f, 0x40, 0x6a, 0xc0, 0x2d, 0x82, 0x75, 0x8a, 0x02,
  1220. 0xbd, 0x2c, 0xa8, 0x25, 0x25, 0x11, 0x59, 0x2d, 0xb7, 0x24, 0x2d, 0x43, 0xb9, 0xf6, 0xaf, 0xf4,
  1221. 0xd4, 0xfe, 0xb5, 0xfe, 0x81, 0xde, 0x8a, 0x99, 0xa1, 0x56, 0x2b, 0xd9, 0x48, 0xd2, 0x93, 0x38,
  1222. 0xef, 0x71, 0xc9, 0xe1, 0xe3, 0xe3, 0x90, 0x62, 0xbb, 0x13, 0x73, 0xe1, 0x54, 0x6a, 0x55, 0xe1,
  1223. 0x9f, 0x95, 0xd6, 0x78, 0x13, 0x75, 0xca, 0x61, 0x3a, 0x7b, 0x11, 0xff, 0xd1, 0x60, 0x07, 0x6f,
  1224. 0x85, 0x95, 0xaa, 0xf8, 0x11, 0x7a, 0x24, 0xaa, 0xf0, 0xe7, 0xf3, 0x22, 0x4b, 0xd4, 0xef, 0x17,
  1225. 0xca, 0xf9, 0xe8, 0x16, 0xdb, 0xd0, 0x85, 0x53, 0xd6, 0xf3, 0xc6, 0x51, 0xe3, 0xa4, 0x97, 0x84,
  1226. 0x28, 0x3a, 0x64, 0xfd, 0x31, 0x7e, 0x95, 0x6a, 0xc9, 0x9b, 0x47, 0x8d, 0x93, 0x56, 0xd2, 0x23,
  1227. 0xe0, 0x54, 0x46, 0x7b, 0xac, 0x23, 0x85, 0x17, 0x8e, 0xb7, 0x8e, 0x1a, 0x27, 0x5b, 0x09, 0x05,
  1228. 0xd1, 0x01, 0xeb, 0xe9, 0x22, 0xb3, 0x4a, 0x38, 0xc5, 0xdb, 0xf4, 0xc5, 0x22, 0x8e, 0x0f, 0x18,
  1229. 0xbf, 0x36, 0x89, 0x32, 0x9f, 0xc7, 0x7f, 0x35, 0xd9, 0x8d, 0x0a, 0x7e, 0x25, 0x9c, 0x7a, 0x6d,
  1230. 0x8a, 0x51, 0xb4, 0xcb, 0x5a, 0x43, 0x25, 0x43, 0x56, 0xd0, 0x04, 0x64, 0x2c, 0x1c, 0x26, 0xd3,
  1231. 0x4b, 0xa0, 0x19, 0xdd, 0x66, 0xbd, 0x4b, 0x61, 0xa7, 0xe9, 0x38, 0xa4, 0xd2, 0x4b, 0xba, 0x10,
  1232. 0xbf, 0x15, 0x2e, 0xba, 0xc3, 0xfa, 0x43, 0x6b, 0x84, 0x1c, 0x8a, 0x42, 0x62, 0x36, 0xbd, 0x64,
  1233. 0x09, 0x44, 0x31, 0xdb, 0xb2, 0x6a, 0x64, 0xc5, 0x58, 0x59, 0xe1, 0x8d, 0xe5, 0x1d, 0xec, 0xb0,
  1234. 0x82, 0x45, 0x9c, 0xc1, 0x60, 0xd2, 0x0c, 0x15, 0xdf, 0xa8, 0xc6, 0x86, 0x30, 0x8a, 0x58, 0xdb,
  1235. 0x99, 0x91, 0xe0, 0x5d, 0x84, 0xb1, 0x0d, 0x23, 0x0a, 0x6d, 0x33, 0x53, 0x48, 0xed, 0xb5, 0x29,
  1236. 0x78, 0x8f, 0x46, 0xac, 0x63, 0xd1, 0x36, 0x6b, 0xfa, 0x19, 0xef, 0x23, 0xd3, 0xf4, 0x33, 0xd0,
  1237. 0x7e, 0xa2, 0x84, 0x57, 0x96, 0x33, 0xd2, 0x9e, 0x22, 0x10, 0xf2, 0x52, 0x58, 0x37, 0xd1, 0xc5,
  1238. 0x98, 0x6f, 0x22, 0x53, 0xc5, 0xf1, 0xbf, 0x0d, 0xb6, 0xb7, 0xd4, 0xb0, 0x54, 0x99, 0x16, 0x39,
  1239. 0xea, 0xf5, 0x84, 0xed, 0xea, 0xc2, 0xab, 0x3c, 0xd7, 0x63, 0x55, 0xf8, 0x34, 0x37, 0xd9, 0x87,
  1240. 0x20, 0xde, 0x4e, 0x0d, 0x3f, 0x33, 0xd9, 0x07, 0xc8, 0xff, 0x52, 0x8f, 0x74, 0x50, 0x12, 0xdb,
  1241. 0xb0, 0xa5, 0x53, 0xe5, 0xad, 0x09, 0x3a, 0x52, 0x10, 0xdd, 0x65, 0xac, 0x14, 0xf6, 0x43, 0xea,
  1242. 0x4a, 0x91, 0xa9, 0x85, 0x8c, 0x80, 0x9c, 0x03, 0x10, 0x3d, 0x64, 0xdb, 0xba, 0x90, 0xaa, 0x54,
  1243. 0x85, 0x84, 0x39, 0x2f, 0xb3, 0x20, 0xe4, 0xa0, 0x86, 0xfe, 0x9a, 0x45, 0x8f, 0xd9, 0x4e, 0x69,
  1244. 0xf5, 0x4c, 0x78, 0x95, 0x0e, 0x45, 0x9e, 0x99, 0x62, 0x1e, 0x14, 0xdd, 0x0e, 0xf0, 0x2b, 0x42,
  1245. 0x61, 0xba, 0x91, 0xb6, 0xce, 0xa3, 0x8d, 0x83, 0xbc, 0x7d, 0x44, 0x60, 0xb5, 0xf1, 0x3f, 0xed,
  1246. 0x2b, 0x56, 0x3e, 0xd3, 0xc0, 0x91, 0x95, 0x57, 0x2c, 0xdb, 0x58, 0xb3, 0xec, 0x31, 0x1b, 0x94,
  1247. 0xd6, 0xcc, 0x74, 0x91, 0xa9, 0x34, 0x33, 0x52, 0xe1, 0xe2, 0xfb, 0xc9, 0xd6, 0x02, 0x7c, 0x6d,
  1248. 0xa4, 0x82, 0x11, 0x32, 0xed, 0xe7, 0xd4, 0xa1, 0x85, 0x1d, 0x7a, 0x00, 0x2c, 0x48, 0x61, 0x95,
  1249. 0x20, 0xb2, 0x4d, 0x24, 0x00, 0x48, 0xde, 0x67, 0x9b, 0xce, 0x5b, 0xa5, 0x3c, 0xd1, 0x1d, 0xa4,
  1250. 0x19, 0x41, 0xd8, 0xe1, 0x2e, 0x63, 0xd6, 0x98, 0x69, 0x9a, 0x99, 0x8b, 0xc2, 0xe3, 0xf2, 0x5b,
  1251. 0x49, 0x1f, 0x90, 0xd7, 0x00, 0x00, 0x3d, 0x11, 0x79, 0x1e, 0xe8, 0x2e, 0xd1, 0x80, 0x10, 0x0d,
  1252. 0x46, 0xcf, 0x02, 0xd9, 0x43, 0xb2, 0x7b, 0x99, 0x11, 0x75, 0xcc, 0x06, 0x78, 0xf4, 0x27, 0x26,
  1253. 0x97, 0xe9, 0x85, 0x96, 0xe8, 0xaf, 0x56, 0xb2, 0x55, 0x81, 0xbf, 0x68, 0x19, 0x7d, 0xcb, 0x22,
  1254. 0x90, 0x34, 0x2d, 0xad, 0xce, 0x54, 0x3a, 0xb6, 0x4b, 0xd7, 0xb5, 0x92, 0x5d, 0x60, 0xde, 0x01,
  1255. 0xf1, 0x96, 0xf0, 0xe8, 0x11, 0xdb, 0xa9, 0xf5, 0xce, 0x95, 0x73, 0x68, 0xc3, 0x56, 0x32, 0xa8,
  1256. 0xba, 0x9e, 0x29, 0xe7, 0x60, 0xfb, 0x45, 0x09, 0x02, 0xaa, 0xd4, 0x79, 0xe1, 0x2f, 0x1c, 0xdf,
  1257. 0xa2, 0x6e, 0x01, 0x3d, 0x47, 0x10, 0xec, 0x56, 0x8a, 0xb1, 0xe2, 0x03, 0x24, 0xb1, 0x0d, 0x62,
  1258. 0xc2, 0x6f, 0xea, 0xf4, 0x47, 0xc5, 0xb7, 0x69, 0xaf, 0x00, 0x38, 0xd7, 0x1f, 0x91, 0x1c, 0x0a,
  1259. 0x07, 0xfb, 0x54, 0x8c, 0xf8, 0x0e, 0x91, 0xc3, 0x45, 0x5d, 0x78, 0xc0, 0xb6, 0x1c, 0xd9, 0x9e,
  1260. 0xf8, 0x5d, 0xe4, 0x37, 0x5d, 0xed, 0x28, 0xdc, 0x61, 0xfd, 0xcc, 0x14, 0x5e, 0x64, 0xb0, 0xc8,
  1261. 0x1b, 0xb8, 0x15, 0x4b, 0x00, 0xdc, 0x58, 0x05, 0x69, 0x39, 0x31, 0x85, 0xe2, 0x11, 0xf6, 0xd9,
  1262. 0xae, 0xe0, 0x77, 0x80, 0xc6, 0x7f, 0xf6, 0xd9, 0xa0, 0x32, 0xda, 0xa9, 0x57, 0x53, 0xdc, 0x25,
  1263. 0x2c, 0xb3, 0x85, 0x98, 0x2a, 0xb4, 0x58, 0x3f, 0xe9, 0x23, 0xf2, 0xb3, 0x98, 0x2a, 0x38, 0x43,
  1264. 0xb9, 0x98, 0x2b, 0x1b, 0xea, 0x25, 0x05, 0xcb, 0x8f, 0xc0, 0x2c, 0xe8, 0xaa, 0x46, 0xf8, 0xe8,
  1265. 0xa5, 0x55, 0x02, 0x92, 0x95, 0xda, 0xaa, 0x0c, 0xab, 0x06, 0xd8, 0xaa, 0x93, 0x2c, 0x81, 0x35,
  1266. 0xdb, 0x74, 0x3e, 0x6d, 0x9b, 0x8d, 0x4f, 0xd9, 0xa6, 0xbb, 0x6a, 0x9b, 0x7b, 0x8c, 0x49, 0x95,
  1267. 0x19, 0x2b, 0x3c, 0x54, 0x99, 0x1e, 0xce, 0x5b, 0x43, 0x56, 0x35, 0xec, 0xaf, 0x6b, 0x78, 0xcc,
  1268. 0x06, 0x21, 0x08, 0x0a, 0x32, 0x3a, 0x4d, 0x01, 0x44, 0xfd, 0xa2, 0x98, 0x0d, 0x4a, 0x31, 0x4f,
  1269. 0xbd, 0x9e, 0xaa, 0xd4, 0xcf, 0x4b, 0x85, 0x26, 0xea, 0x24, 0x9b, 0xa5, 0x98, 0xbf, 0xd7, 0x53,
  1270. 0xf5, 0x7e, 0x5e, 0xe2, 0x56, 0xa3, 0xd5, 0x90, 0xdf, 0x42, 0xbe, 0x07, 0x40, 0x45, 0xc2, 0xe2,
  1271. 0x91, 0x1c, 0x04, 0xd2, 0x98, 0xe9, 0x0a, 0x89, 0xaa, 0x6e, 0xa3, 0xaa, 0x48, 0xa2, 0xa8, 0x20,
  1272. 0x5b, 0xe5, 0xe0, 0x60, 0xa1, 0x7e, 0x65, 0x5e, 0x28, 0xb0, 0x52, 0xb9, 0xd2, 0x38, 0xed, 0x83,
  1273. 0x7f, 0xaa, 0x38, 0xda, 0x67, 0x5d, 0x5d, 0x60, 0xd2, 0x68, 0x9d, 0x16, 0xdc, 0x88, 0x90, 0x2e,
  1274. 0xac, 0xd9, 0x29, 0x3b, 0x83, 0x23, 0x41, 0xc3, 0x46, 0x74, 0xd0, 0x02, 0x48, 0x23, 0x3f, 0x65,
  1275. 0x11, 0x54, 0x5b, 0x3b, 0x55, 0x52, 0x0b, 0x3b, 0x0f, 0x3d, 0xbf, 0xc2, 0x9e, 0x37, 0xea, 0x0c,
  1276. 0x75, 0x5f, 0x71, 0xfa, 0xde, 0x67, 0x9c, 0x7e, 0xf3, 0xaa, 0xd3, 0x23, 0xd6, 0x96, 0xca, 0x65,
  1277. 0xfc, 0x16, 0xca, 0x8f, 0x6d, 0x18, 0x93, 0xfc, 0x56, 0xea, 0x8c, 0xef, 0x1f, 0xb5, 0xa0, 0x4e,
  1278. 0x21, 0xf0, 0x4e, 0x67, 0xe0, 0x88, 0x4c, 0x59, 0x8f, 0x1c, 0x47, 0xae, 0x0b, 0x71, 0xa0, 0x26,
  1279. 0xc2, 0xa5, 0xb9, 0x1e, 0x79, 0x7e, 0x9b, 0x2e, 0xbc, 0x89, 0x70, 0x67, 0x7a, 0xb4, 0x56, 0x59,
  1280. 0x0f, 0xd6, 0x2a, 0xeb, 0x36, 0x6b, 0x6a, 0xc9, 0x0f, 0x11, 0x6d, 0x6a, 0x79, 0x4d, 0x55, 0xb8,
  1281. 0x83, 0x5b, 0xb7, 0x56, 0x15, 0x0e, 0x58, 0x6f, 0x51, 0x7b, 0xf9, 0x5d, 0xaa, 0xa6, 0x8b, 0x18,
  1282. 0x96, 0x05, 0x65, 0x97, 0xdf, 0xa3, 0x65, 0x41, 0x1b, 0x30, 0xdc, 0xea, 0xfb, 0x84, 0x41, 0x1b,
  1283. 0x2e, 0x50, 0x2a, 0xb1, 0xfc, 0x08, 0xd1, 0x10, 0x41, 0x35, 0x0e, 0xf9, 0xe2, 0x41, 0x7d, 0x40,
  1284. 0xd5, 0x98, 0x20, 0x3c, 0xa9, 0xbb, 0xac, 0x95, 0x0b, 0xcf, 0x63, 0xb4, 0x0d, 0x34, 0x11, 0x29,
  1285. 0x3c, 0x3f, 0x0e, 0x48, 0xe1, 0x71, 0x42, 0x29, 0x2d, 0xff, 0x3a, 0x4c, 0x28, 0xa5, 0x45, 0x8d,
  1286. 0x50, 0x5b, 0x2d, 0xf9, 0x43, 0x3a, 0x50, 0x18, 0x9f, 0xca, 0xda, 0x9c, 0xb8, 0x23, 0x8f, 0xea,
  1287. 0x73, 0xbe, 0x81, 0x7d, 0xb9, 0x52, 0xa8, 0x1f, 0x5f, 0x53, 0xa8, 0xf1, 0x3c, 0x88, 0x9c, 0xf2,
  1288. 0x3e, 0x21, 0x59, 0x00, 0x58, 0xd4, 0x17, 0x3a, 0x6d, 0x4f, 0x90, 0xa0, 0x20, 0x2e, 0xae, 0x3c,
  1289. 0xad, 0xe8, 0x52, 0x2c, 0xf3, 0x79, 0x55, 0x7a, 0x1b, 0xb5, 0xd2, 0xbb, 0xc7, 0x3a, 0xde, 0x78,
  1290. 0x91, 0x2f, 0xaa, 0x14, 0x06, 0xd1, 0x09, 0x6b, 0xe7, 0xda, 0x79, 0xde, 0x3a, 0x6a, 0x9d, 0x6c,
  1291. 0x7e, 0xb7, 0xf7, 0x0c, 0x1f, 0x8f, 0xcf, 0x56, 0xca, 0x5f, 0x82, 0x3d, 0x62, 0xc7, 0x0e, 0x2a,
  1292. 0xf8, 0xa5, 0x94, 0x3f, 0x89, 0x02, 0x9e, 0x4c, 0x5f, 0x74, 0x09, 0xdf, 0x67, 0x9b, 0x53, 0xea,
  1293. 0x8e, 0x02, 0x50, 0x02, 0x2c, 0x40, 0xb0, 0xfc, 0x7d, 0xd6, 0xc5, 0x73, 0xab, 0x25, 0x16, 0xca,
  1294. 0x56, 0xb2, 0x01, 0xe1, 0xa9, 0x8c, 0xbf, 0x61, 0xfc, 0xda, 0x49, 0x61, 0x91, 0x64, 0xc0, 0xc6,
  1295. 0xc2, 0x80, 0xf1, 0x69, 0x2d, 0xc1, 0x37, 0x2a, 0xff, 0x3f, 0x09, 0xd2, 0x50, 0xcd, 0x6a, 0xa8,
  1296. 0x83, 0xda, 0xb4, 0xf5, 0xa1, 0xe0, 0xd9, 0x7a, 0xce, 0x0e, 0x2b, 0x2e, 0x10, 0x5f, 0xfc, 0x1a,
  1297. 0xa9, 0xad, 0xb3, 0xbd, 0xb2, 0xce, 0xbf, 0xeb, 0xcf, 0xbb, 0x30, 0x2a, 0x5e, 0x3d, 0x6b, 0x8b,
  1298. 0xfc, 0xbc, 0x94, 0x11, 0x6b, 0xa3, 0x89, 0xe8, 0x19, 0x83, 0xed, 0xa5, 0x81, 0xda, 0x35, 0x03,
  1299. 0x41, 0xa6, 0x17, 0x4e, 0x59, 0xf2, 0x1c, 0xbd, 0x5c, 0x7a, 0x00, 0xa0, 0xe7, 0x0e, 0x59, 0xdf,
  1300. 0x94, 0xaa, 0xd0, 0x53, 0xc8, 0x75, 0x83, 0x48, 0x02, 0x4e, 0x65, 0x7c, 0xc6, 0x6e, 0x5f, 0x2f,
  1301. 0x01, 0x6c, 0xcb, 0xf3, 0xe0, 0xa8, 0x06, 0x3a, 0xea, 0x70, 0xdd, 0x51, 0xb5, 0xc5, 0x05, 0x63,
  1302. 0xfd, 0x70, 0xe5, 0x75, 0x77, 0x5a, 0x8c, 0xcc, 0x97, 0xe8, 0x19, 0x5f, 0x5c, 0x39, 0x03, 0xf4,
  1303. 0x29, 0xe4, 0x01, 0xef, 0xb6, 0xd9, 0x38, 0x54, 0xe2, 0xf0, 0xa1, 0x98, 0x8d, 0xa9, 0x00, 0x2f,
  1304. 0x2e, 0x0a, 0xba, 0x23, 0x9b, 0xcb, 0x8b, 0xa2, 0xba, 0x5f, 0x9d, 0xaa, 0xee, 0x57, 0xb2, 0x64,
  1305. 0x1f, 0x10, 0xa4, 0x5f, 0xed, 0xff, 0x76, 0xb3, 0xb4, 0xa6, 0x54, 0xd6, 0xcf, 0x9f, 0x52, 0x2e,
  1306. 0xcf, 0xcb, 0xe1, 0xf3, 0xd9, 0x8b, 0xe1, 0x06, 0xfe, 0x05, 0xfb, 0xfe, 0xbf, 0x00, 0x00, 0x00,
  1307. 0xff, 0xff, 0x8e, 0x6d, 0xb6, 0x5a, 0x96, 0x0d, 0x00, 0x00,
  1308. }