system.pb.go 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: system.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 GardenInfosRequest struct {
  20. Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *GardenInfosRequest) Reset() { *m = GardenInfosRequest{} }
  26. func (m *GardenInfosRequest) String() string { return proto.CompactTextString(m) }
  27. func (*GardenInfosRequest) ProtoMessage() {}
  28. func (*GardenInfosRequest) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_86a7260ebdc12f47, []int{0}
  30. }
  31. func (m *GardenInfosRequest) XXX_Unmarshal(b []byte) error {
  32. return xxx_messageInfo_GardenInfosRequest.Unmarshal(m, b)
  33. }
  34. func (m *GardenInfosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. return xxx_messageInfo_GardenInfosRequest.Marshal(b, m, deterministic)
  36. }
  37. func (m *GardenInfosRequest) XXX_Merge(src proto.Message) {
  38. xxx_messageInfo_GardenInfosRequest.Merge(m, src)
  39. }
  40. func (m *GardenInfosRequest) XXX_Size() int {
  41. return xxx_messageInfo_GardenInfosRequest.Size(m)
  42. }
  43. func (m *GardenInfosRequest) XXX_DiscardUnknown() {
  44. xxx_messageInfo_GardenInfosRequest.DiscardUnknown(m)
  45. }
  46. var xxx_messageInfo_GardenInfosRequest proto.InternalMessageInfo
  47. func (m *GardenInfosRequest) GetIds() []int64 {
  48. if m != nil {
  49. return m.Ids
  50. }
  51. return nil
  52. }
  53. type GardenItem struct {
  54. // 物业公司id
  55. Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"`
  56. // 省
  57. Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"`
  58. ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  59. // 市
  60. City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"`
  61. CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  62. // 区
  63. Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"`
  64. AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  65. // 街道
  66. Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"`
  67. StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  68. // 社区
  69. Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"`
  70. CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"`
  71. // 小区名字
  72. GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  73. // 小区地址
  74. GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"`
  75. // 物业联系人
  76. PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"`
  77. // 物业联系人手机号
  78. PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"`
  79. Id int64 `protobuf:"varint,16,opt,name=id,proto3" json:"id"`
  80. GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"`
  81. GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"`
  82. InUse bool `protobuf:"varint,19,opt,name=in_use,json=inUse,proto3" json:"in_use"`
  83. // 经度
  84. Lnt float64 `protobuf:"fixed64,20,opt,name=lnt,proto3" json:"lnt"`
  85. // 纬度
  86. Lat float64 `protobuf:"fixed64,21,opt,name=lat,proto3" json:"lat"`
  87. Appendix []string `protobuf:"bytes,22,rep,name=appendix,proto3" json:"appendix"`
  88. Status int32 `protobuf:"varint,23,opt,name=status,proto3" json:"status"`
  89. Feedback string `protobuf:"bytes,24,opt,name=feedback,proto3" json:"feedback"`
  90. // 1塔楼 2 板楼 3 塔板结合 4 其他
  91. BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"`
  92. // 建成年份开始时间戳
  93. BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"`
  94. // 建成年份结束时间戳
  95. BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"`
  96. // 绿化率
  97. GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"`
  98. // 容积率
  99. AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"`
  100. // 车位配比
  101. SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"`
  102. // 占地面积
  103. CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"`
  104. // 建筑面积
  105. BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"`
  106. // 小区图片
  107. GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"`
  108. // 开发企业
  109. BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"`
  110. // 总户数
  111. HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"`
  112. // 固定车位数
  113. SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"`
  114. // 物业费开始,单位分
  115. PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"`
  116. // 物业费结束, 单位分
  117. PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"`
  118. // 水费类型多选 1 民用 2 商用
  119. WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"`
  120. // 电费类型多选 1 民用 2 商用
  121. ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"`
  122. // 燃气费开始,单位分
  123. GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"`
  124. // 燃气费开始,单位分
  125. GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"`
  126. AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"`
  127. RentCount int64 `protobuf:"varint,50,opt,name=rent_count,json=rentCount,proto3" json:"rent_count"`
  128. SellCount int64 `protobuf:"varint,51,opt,name=sell_count,json=sellCount,proto3" json:"sell_count"`
  129. RentAvgPrice int64 `protobuf:"varint,52,opt,name=rent_avg_price,json=rentAvgPrice,proto3" json:"rent_avg_price"`
  130. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  131. XXX_unrecognized []byte `json:"-"`
  132. XXX_sizecache int32 `json:"-"`
  133. }
  134. func (m *GardenItem) Reset() { *m = GardenItem{} }
  135. func (m *GardenItem) String() string { return proto.CompactTextString(m) }
  136. func (*GardenItem) ProtoMessage() {}
  137. func (*GardenItem) Descriptor() ([]byte, []int) {
  138. return fileDescriptor_86a7260ebdc12f47, []int{1}
  139. }
  140. func (m *GardenItem) XXX_Unmarshal(b []byte) error {
  141. return xxx_messageInfo_GardenItem.Unmarshal(m, b)
  142. }
  143. func (m *GardenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  144. return xxx_messageInfo_GardenItem.Marshal(b, m, deterministic)
  145. }
  146. func (m *GardenItem) XXX_Merge(src proto.Message) {
  147. xxx_messageInfo_GardenItem.Merge(m, src)
  148. }
  149. func (m *GardenItem) XXX_Size() int {
  150. return xxx_messageInfo_GardenItem.Size(m)
  151. }
  152. func (m *GardenItem) XXX_DiscardUnknown() {
  153. xxx_messageInfo_GardenItem.DiscardUnknown(m)
  154. }
  155. var xxx_messageInfo_GardenItem proto.InternalMessageInfo
  156. func (m *GardenItem) GetCid() int64 {
  157. if m != nil {
  158. return m.Cid
  159. }
  160. return 0
  161. }
  162. func (m *GardenItem) GetProvince() string {
  163. if m != nil {
  164. return m.Province
  165. }
  166. return ""
  167. }
  168. func (m *GardenItem) GetProvinceCode() string {
  169. if m != nil {
  170. return m.ProvinceCode
  171. }
  172. return ""
  173. }
  174. func (m *GardenItem) GetCity() string {
  175. if m != nil {
  176. return m.City
  177. }
  178. return ""
  179. }
  180. func (m *GardenItem) GetCityCode() string {
  181. if m != nil {
  182. return m.CityCode
  183. }
  184. return ""
  185. }
  186. func (m *GardenItem) GetArea() string {
  187. if m != nil {
  188. return m.Area
  189. }
  190. return ""
  191. }
  192. func (m *GardenItem) GetAreaCode() string {
  193. if m != nil {
  194. return m.AreaCode
  195. }
  196. return ""
  197. }
  198. func (m *GardenItem) GetStreet() string {
  199. if m != nil {
  200. return m.Street
  201. }
  202. return ""
  203. }
  204. func (m *GardenItem) GetStreetCode() string {
  205. if m != nil {
  206. return m.StreetCode
  207. }
  208. return ""
  209. }
  210. func (m *GardenItem) GetCommittee() string {
  211. if m != nil {
  212. return m.Committee
  213. }
  214. return ""
  215. }
  216. func (m *GardenItem) GetCommitteeCode() string {
  217. if m != nil {
  218. return m.CommitteeCode
  219. }
  220. return ""
  221. }
  222. func (m *GardenItem) GetGardenName() string {
  223. if m != nil {
  224. return m.GardenName
  225. }
  226. return ""
  227. }
  228. func (m *GardenItem) GetGardenAddr() string {
  229. if m != nil {
  230. return m.GardenAddr
  231. }
  232. return ""
  233. }
  234. func (m *GardenItem) GetPropertyPerson() string {
  235. if m != nil {
  236. return m.PropertyPerson
  237. }
  238. return ""
  239. }
  240. func (m *GardenItem) GetPropertyPhone() string {
  241. if m != nil {
  242. return m.PropertyPhone
  243. }
  244. return ""
  245. }
  246. func (m *GardenItem) GetId() int64 {
  247. if m != nil {
  248. return m.Id
  249. }
  250. return 0
  251. }
  252. func (m *GardenItem) GetGardenPic() string {
  253. if m != nil {
  254. return m.GardenPic
  255. }
  256. return ""
  257. }
  258. func (m *GardenItem) GetGardenDesc() string {
  259. if m != nil {
  260. return m.GardenDesc
  261. }
  262. return ""
  263. }
  264. func (m *GardenItem) GetInUse() bool {
  265. if m != nil {
  266. return m.InUse
  267. }
  268. return false
  269. }
  270. func (m *GardenItem) GetLnt() float64 {
  271. if m != nil {
  272. return m.Lnt
  273. }
  274. return 0
  275. }
  276. func (m *GardenItem) GetLat() float64 {
  277. if m != nil {
  278. return m.Lat
  279. }
  280. return 0
  281. }
  282. func (m *GardenItem) GetAppendix() []string {
  283. if m != nil {
  284. return m.Appendix
  285. }
  286. return nil
  287. }
  288. func (m *GardenItem) GetStatus() int32 {
  289. if m != nil {
  290. return m.Status
  291. }
  292. return 0
  293. }
  294. func (m *GardenItem) GetFeedback() string {
  295. if m != nil {
  296. return m.Feedback
  297. }
  298. return ""
  299. }
  300. func (m *GardenItem) GetBuildingType() int32 {
  301. if m != nil {
  302. return m.BuildingType
  303. }
  304. return 0
  305. }
  306. func (m *GardenItem) GetBuildingStart() int64 {
  307. if m != nil {
  308. return m.BuildingStart
  309. }
  310. return 0
  311. }
  312. func (m *GardenItem) GetBuildingEnd() int64 {
  313. if m != nil {
  314. return m.BuildingEnd
  315. }
  316. return 0
  317. }
  318. func (m *GardenItem) GetGreenPercent() float64 {
  319. if m != nil {
  320. return m.GreenPercent
  321. }
  322. return 0
  323. }
  324. func (m *GardenItem) GetAreaPercent() float64 {
  325. if m != nil {
  326. return m.AreaPercent
  327. }
  328. return 0
  329. }
  330. func (m *GardenItem) GetSpaceInfo() string {
  331. if m != nil {
  332. return m.SpaceInfo
  333. }
  334. return ""
  335. }
  336. func (m *GardenItem) GetCoveredArea() float64 {
  337. if m != nil {
  338. return m.CoveredArea
  339. }
  340. return 0
  341. }
  342. func (m *GardenItem) GetBuildingArea() float64 {
  343. if m != nil {
  344. return m.BuildingArea
  345. }
  346. return 0
  347. }
  348. func (m *GardenItem) GetGardenPics() []string {
  349. if m != nil {
  350. return m.GardenPics
  351. }
  352. return nil
  353. }
  354. func (m *GardenItem) GetBuildingCompany() string {
  355. if m != nil {
  356. return m.BuildingCompany
  357. }
  358. return ""
  359. }
  360. func (m *GardenItem) GetHouseTotal() int64 {
  361. if m != nil {
  362. return m.HouseTotal
  363. }
  364. return 0
  365. }
  366. func (m *GardenItem) GetSpaceTotal() int64 {
  367. if m != nil {
  368. return m.SpaceTotal
  369. }
  370. return 0
  371. }
  372. func (m *GardenItem) GetPropertyFeeStart() int64 {
  373. if m != nil {
  374. return m.PropertyFeeStart
  375. }
  376. return 0
  377. }
  378. func (m *GardenItem) GetPropertyFeeEnd() int64 {
  379. if m != nil {
  380. return m.PropertyFeeEnd
  381. }
  382. return 0
  383. }
  384. func (m *GardenItem) GetWaterType() []int32 {
  385. if m != nil {
  386. return m.WaterType
  387. }
  388. return nil
  389. }
  390. func (m *GardenItem) GetElectricType() []int32 {
  391. if m != nil {
  392. return m.ElectricType
  393. }
  394. return nil
  395. }
  396. func (m *GardenItem) GetGasFeeStart() int64 {
  397. if m != nil {
  398. return m.GasFeeStart
  399. }
  400. return 0
  401. }
  402. func (m *GardenItem) GetGasFeeEnd() int64 {
  403. if m != nil {
  404. return m.GasFeeEnd
  405. }
  406. return 0
  407. }
  408. func (m *GardenItem) GetAvgPrice() int64 {
  409. if m != nil {
  410. return m.AvgPrice
  411. }
  412. return 0
  413. }
  414. func (m *GardenItem) GetRentCount() int64 {
  415. if m != nil {
  416. return m.RentCount
  417. }
  418. return 0
  419. }
  420. func (m *GardenItem) GetSellCount() int64 {
  421. if m != nil {
  422. return m.SellCount
  423. }
  424. return 0
  425. }
  426. func (m *GardenItem) GetRentAvgPrice() int64 {
  427. if m != nil {
  428. return m.RentAvgPrice
  429. }
  430. return 0
  431. }
  432. type GardenInfosReply struct {
  433. List []*GardenItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  434. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  435. XXX_unrecognized []byte `json:"-"`
  436. XXX_sizecache int32 `json:"-"`
  437. }
  438. func (m *GardenInfosReply) Reset() { *m = GardenInfosReply{} }
  439. func (m *GardenInfosReply) String() string { return proto.CompactTextString(m) }
  440. func (*GardenInfosReply) ProtoMessage() {}
  441. func (*GardenInfosReply) Descriptor() ([]byte, []int) {
  442. return fileDescriptor_86a7260ebdc12f47, []int{2}
  443. }
  444. func (m *GardenInfosReply) XXX_Unmarshal(b []byte) error {
  445. return xxx_messageInfo_GardenInfosReply.Unmarshal(m, b)
  446. }
  447. func (m *GardenInfosReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  448. return xxx_messageInfo_GardenInfosReply.Marshal(b, m, deterministic)
  449. }
  450. func (m *GardenInfosReply) XXX_Merge(src proto.Message) {
  451. xxx_messageInfo_GardenInfosReply.Merge(m, src)
  452. }
  453. func (m *GardenInfosReply) XXX_Size() int {
  454. return xxx_messageInfo_GardenInfosReply.Size(m)
  455. }
  456. func (m *GardenInfosReply) XXX_DiscardUnknown() {
  457. xxx_messageInfo_GardenInfosReply.DiscardUnknown(m)
  458. }
  459. var xxx_messageInfo_GardenInfosReply proto.InternalMessageInfo
  460. func (m *GardenInfosReply) GetList() []*GardenItem {
  461. if m != nil {
  462. return m.List
  463. }
  464. return nil
  465. }
  466. type GardenListRequest struct {
  467. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  468. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  469. Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"`
  470. CommitteeCode string `protobuf:"bytes,4,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"`
  471. NeedAppendix bool `protobuf:"varint,5,opt,name=need_appendix,json=needAppendix,proto3" json:"need_appendix"`
  472. NotApproved bool `protobuf:"varint,6,opt,name=not_approved,json=notApproved,proto3" json:"not_approved"`
  473. StreetCode string `protobuf:"bytes,7,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  474. GardenName string `protobuf:"bytes,8,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  475. ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  476. BuildingYearGreater int64 `protobuf:"varint,10,opt,name=building_year_greater,json=buildingYearGreater,proto3" json:"building_year_greater"`
  477. BuildingYearLess int64 `protobuf:"varint,11,opt,name=building_year_less,json=buildingYearLess,proto3" json:"building_year_less"`
  478. BuildingType int32 `protobuf:"varint,12,opt,name=building_type,json=buildingType,proto3" json:"building_type"`
  479. PriceGreater int64 `protobuf:"varint,13,opt,name=price_greater,json=priceGreater,proto3" json:"price_greater"`
  480. PriceLess int64 `protobuf:"varint,14,opt,name=price_less,json=priceLess,proto3" json:"price_less"`
  481. AreaCode string `protobuf:"bytes,15,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  482. CityCode string `protobuf:"bytes,16,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  483. ProvinceCode string `protobuf:"bytes,18,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  484. Management bool `protobuf:"varint,19,opt,name=management,proto3" json:"management"`
  485. Household bool `protobuf:"varint,20,opt,name=household,proto3" json:"household"`
  486. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  487. XXX_unrecognized []byte `json:"-"`
  488. XXX_sizecache int32 `json:"-"`
  489. }
  490. func (m *GardenListRequest) Reset() { *m = GardenListRequest{} }
  491. func (m *GardenListRequest) String() string { return proto.CompactTextString(m) }
  492. func (*GardenListRequest) ProtoMessage() {}
  493. func (*GardenListRequest) Descriptor() ([]byte, []int) {
  494. return fileDescriptor_86a7260ebdc12f47, []int{3}
  495. }
  496. func (m *GardenListRequest) XXX_Unmarshal(b []byte) error {
  497. return xxx_messageInfo_GardenListRequest.Unmarshal(m, b)
  498. }
  499. func (m *GardenListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  500. return xxx_messageInfo_GardenListRequest.Marshal(b, m, deterministic)
  501. }
  502. func (m *GardenListRequest) XXX_Merge(src proto.Message) {
  503. xxx_messageInfo_GardenListRequest.Merge(m, src)
  504. }
  505. func (m *GardenListRequest) XXX_Size() int {
  506. return xxx_messageInfo_GardenListRequest.Size(m)
  507. }
  508. func (m *GardenListRequest) XXX_DiscardUnknown() {
  509. xxx_messageInfo_GardenListRequest.DiscardUnknown(m)
  510. }
  511. var xxx_messageInfo_GardenListRequest proto.InternalMessageInfo
  512. func (m *GardenListRequest) GetPage() int64 {
  513. if m != nil {
  514. return m.Page
  515. }
  516. return 0
  517. }
  518. func (m *GardenListRequest) GetPageSize() int64 {
  519. if m != nil {
  520. return m.PageSize
  521. }
  522. return 0
  523. }
  524. func (m *GardenListRequest) GetCid() int64 {
  525. if m != nil {
  526. return m.Cid
  527. }
  528. return 0
  529. }
  530. func (m *GardenListRequest) GetCommitteeCode() string {
  531. if m != nil {
  532. return m.CommitteeCode
  533. }
  534. return ""
  535. }
  536. func (m *GardenListRequest) GetNeedAppendix() bool {
  537. if m != nil {
  538. return m.NeedAppendix
  539. }
  540. return false
  541. }
  542. func (m *GardenListRequest) GetNotApproved() bool {
  543. if m != nil {
  544. return m.NotApproved
  545. }
  546. return false
  547. }
  548. func (m *GardenListRequest) GetStreetCode() string {
  549. if m != nil {
  550. return m.StreetCode
  551. }
  552. return ""
  553. }
  554. func (m *GardenListRequest) GetGardenName() string {
  555. if m != nil {
  556. return m.GardenName
  557. }
  558. return ""
  559. }
  560. func (m *GardenListRequest) GetApproveStatus() int32 {
  561. if m != nil {
  562. return m.ApproveStatus
  563. }
  564. return 0
  565. }
  566. func (m *GardenListRequest) GetBuildingYearGreater() int64 {
  567. if m != nil {
  568. return m.BuildingYearGreater
  569. }
  570. return 0
  571. }
  572. func (m *GardenListRequest) GetBuildingYearLess() int64 {
  573. if m != nil {
  574. return m.BuildingYearLess
  575. }
  576. return 0
  577. }
  578. func (m *GardenListRequest) GetBuildingType() int32 {
  579. if m != nil {
  580. return m.BuildingType
  581. }
  582. return 0
  583. }
  584. func (m *GardenListRequest) GetPriceGreater() int64 {
  585. if m != nil {
  586. return m.PriceGreater
  587. }
  588. return 0
  589. }
  590. func (m *GardenListRequest) GetPriceLess() int64 {
  591. if m != nil {
  592. return m.PriceLess
  593. }
  594. return 0
  595. }
  596. func (m *GardenListRequest) GetAreaCode() string {
  597. if m != nil {
  598. return m.AreaCode
  599. }
  600. return ""
  601. }
  602. func (m *GardenListRequest) GetCityCode() string {
  603. if m != nil {
  604. return m.CityCode
  605. }
  606. return ""
  607. }
  608. func (m *GardenListRequest) GetProvinceCode() string {
  609. if m != nil {
  610. return m.ProvinceCode
  611. }
  612. return ""
  613. }
  614. func (m *GardenListRequest) GetManagement() bool {
  615. if m != nil {
  616. return m.Management
  617. }
  618. return false
  619. }
  620. func (m *GardenListRequest) GetHousehold() bool {
  621. if m != nil {
  622. return m.Household
  623. }
  624. return false
  625. }
  626. type GardenListReply struct {
  627. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  628. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  629. List []*GardenItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  630. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  631. XXX_unrecognized []byte `json:"-"`
  632. XXX_sizecache int32 `json:"-"`
  633. }
  634. func (m *GardenListReply) Reset() { *m = GardenListReply{} }
  635. func (m *GardenListReply) String() string { return proto.CompactTextString(m) }
  636. func (*GardenListReply) ProtoMessage() {}
  637. func (*GardenListReply) Descriptor() ([]byte, []int) {
  638. return fileDescriptor_86a7260ebdc12f47, []int{4}
  639. }
  640. func (m *GardenListReply) XXX_Unmarshal(b []byte) error {
  641. return xxx_messageInfo_GardenListReply.Unmarshal(m, b)
  642. }
  643. func (m *GardenListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  644. return xxx_messageInfo_GardenListReply.Marshal(b, m, deterministic)
  645. }
  646. func (m *GardenListReply) XXX_Merge(src proto.Message) {
  647. xxx_messageInfo_GardenListReply.Merge(m, src)
  648. }
  649. func (m *GardenListReply) XXX_Size() int {
  650. return xxx_messageInfo_GardenListReply.Size(m)
  651. }
  652. func (m *GardenListReply) XXX_DiscardUnknown() {
  653. xxx_messageInfo_GardenListReply.DiscardUnknown(m)
  654. }
  655. var xxx_messageInfo_GardenListReply proto.InternalMessageInfo
  656. func (m *GardenListReply) GetPage() int64 {
  657. if m != nil {
  658. return m.Page
  659. }
  660. return 0
  661. }
  662. func (m *GardenListReply) GetTotal() int64 {
  663. if m != nil {
  664. return m.Total
  665. }
  666. return 0
  667. }
  668. func (m *GardenListReply) GetList() []*GardenItem {
  669. if m != nil {
  670. return m.List
  671. }
  672. return nil
  673. }
  674. type GardenIdInfo struct {
  675. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  676. GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  677. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  678. XXX_unrecognized []byte `json:"-"`
  679. XXX_sizecache int32 `json:"-"`
  680. }
  681. func (m *GardenIdInfo) Reset() { *m = GardenIdInfo{} }
  682. func (m *GardenIdInfo) String() string { return proto.CompactTextString(m) }
  683. func (*GardenIdInfo) ProtoMessage() {}
  684. func (*GardenIdInfo) Descriptor() ([]byte, []int) {
  685. return fileDescriptor_86a7260ebdc12f47, []int{5}
  686. }
  687. func (m *GardenIdInfo) XXX_Unmarshal(b []byte) error {
  688. return xxx_messageInfo_GardenIdInfo.Unmarshal(m, b)
  689. }
  690. func (m *GardenIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  691. return xxx_messageInfo_GardenIdInfo.Marshal(b, m, deterministic)
  692. }
  693. func (m *GardenIdInfo) XXX_Merge(src proto.Message) {
  694. xxx_messageInfo_GardenIdInfo.Merge(m, src)
  695. }
  696. func (m *GardenIdInfo) XXX_Size() int {
  697. return xxx_messageInfo_GardenIdInfo.Size(m)
  698. }
  699. func (m *GardenIdInfo) XXX_DiscardUnknown() {
  700. xxx_messageInfo_GardenIdInfo.DiscardUnknown(m)
  701. }
  702. var xxx_messageInfo_GardenIdInfo proto.InternalMessageInfo
  703. func (m *GardenIdInfo) GetGardenId() int64 {
  704. if m != nil {
  705. return m.GardenId
  706. }
  707. return 0
  708. }
  709. func (m *GardenIdInfo) GetGardenName() string {
  710. if m != nil {
  711. return m.GardenName
  712. }
  713. return ""
  714. }
  715. type GardenIdsRequest struct {
  716. GardenName string `protobuf:"bytes,1,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  717. BuildingYearGreater int64 `protobuf:"varint,3,opt,name=building_year_greater,json=buildingYearGreater,proto3" json:"building_year_greater"`
  718. BuildingYearLess int64 `protobuf:"varint,4,opt,name=building_year_less,json=buildingYearLess,proto3" json:"building_year_less"`
  719. BuildingType int32 `protobuf:"varint,5,opt,name=building_type,json=buildingType,proto3" json:"building_type"`
  720. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  721. XXX_unrecognized []byte `json:"-"`
  722. XXX_sizecache int32 `json:"-"`
  723. }
  724. func (m *GardenIdsRequest) Reset() { *m = GardenIdsRequest{} }
  725. func (m *GardenIdsRequest) String() string { return proto.CompactTextString(m) }
  726. func (*GardenIdsRequest) ProtoMessage() {}
  727. func (*GardenIdsRequest) Descriptor() ([]byte, []int) {
  728. return fileDescriptor_86a7260ebdc12f47, []int{6}
  729. }
  730. func (m *GardenIdsRequest) XXX_Unmarshal(b []byte) error {
  731. return xxx_messageInfo_GardenIdsRequest.Unmarshal(m, b)
  732. }
  733. func (m *GardenIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  734. return xxx_messageInfo_GardenIdsRequest.Marshal(b, m, deterministic)
  735. }
  736. func (m *GardenIdsRequest) XXX_Merge(src proto.Message) {
  737. xxx_messageInfo_GardenIdsRequest.Merge(m, src)
  738. }
  739. func (m *GardenIdsRequest) XXX_Size() int {
  740. return xxx_messageInfo_GardenIdsRequest.Size(m)
  741. }
  742. func (m *GardenIdsRequest) XXX_DiscardUnknown() {
  743. xxx_messageInfo_GardenIdsRequest.DiscardUnknown(m)
  744. }
  745. var xxx_messageInfo_GardenIdsRequest proto.InternalMessageInfo
  746. func (m *GardenIdsRequest) GetGardenName() string {
  747. if m != nil {
  748. return m.GardenName
  749. }
  750. return ""
  751. }
  752. func (m *GardenIdsRequest) GetBuildingYearGreater() int64 {
  753. if m != nil {
  754. return m.BuildingYearGreater
  755. }
  756. return 0
  757. }
  758. func (m *GardenIdsRequest) GetBuildingYearLess() int64 {
  759. if m != nil {
  760. return m.BuildingYearLess
  761. }
  762. return 0
  763. }
  764. func (m *GardenIdsRequest) GetBuildingType() int32 {
  765. if m != nil {
  766. return m.BuildingType
  767. }
  768. return 0
  769. }
  770. type GardenIdsReply struct {
  771. GardenIds []*GardenIdInfo `protobuf:"bytes,1,rep,name=garden_ids,json=gardenIds,proto3" json:"garden_ids"`
  772. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  773. XXX_unrecognized []byte `json:"-"`
  774. XXX_sizecache int32 `json:"-"`
  775. }
  776. func (m *GardenIdsReply) Reset() { *m = GardenIdsReply{} }
  777. func (m *GardenIdsReply) String() string { return proto.CompactTextString(m) }
  778. func (*GardenIdsReply) ProtoMessage() {}
  779. func (*GardenIdsReply) Descriptor() ([]byte, []int) {
  780. return fileDescriptor_86a7260ebdc12f47, []int{7}
  781. }
  782. func (m *GardenIdsReply) XXX_Unmarshal(b []byte) error {
  783. return xxx_messageInfo_GardenIdsReply.Unmarshal(m, b)
  784. }
  785. func (m *GardenIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  786. return xxx_messageInfo_GardenIdsReply.Marshal(b, m, deterministic)
  787. }
  788. func (m *GardenIdsReply) XXX_Merge(src proto.Message) {
  789. xxx_messageInfo_GardenIdsReply.Merge(m, src)
  790. }
  791. func (m *GardenIdsReply) XXX_Size() int {
  792. return xxx_messageInfo_GardenIdsReply.Size(m)
  793. }
  794. func (m *GardenIdsReply) XXX_DiscardUnknown() {
  795. xxx_messageInfo_GardenIdsReply.DiscardUnknown(m)
  796. }
  797. var xxx_messageInfo_GardenIdsReply proto.InternalMessageInfo
  798. func (m *GardenIdsReply) GetGardenIds() []*GardenIdInfo {
  799. if m != nil {
  800. return m.GardenIds
  801. }
  802. return nil
  803. }
  804. func init() {
  805. proto.RegisterType((*GardenInfosRequest)(nil), "pb_v1.GardenInfosRequest")
  806. proto.RegisterType((*GardenItem)(nil), "pb_v1.GardenItem")
  807. proto.RegisterType((*GardenInfosReply)(nil), "pb_v1.GardenInfosReply")
  808. proto.RegisterType((*GardenListRequest)(nil), "pb_v1.GardenListRequest")
  809. proto.RegisterType((*GardenListReply)(nil), "pb_v1.GardenListReply")
  810. proto.RegisterType((*GardenIdInfo)(nil), "pb_v1.GardenIdInfo")
  811. proto.RegisterType((*GardenIdsRequest)(nil), "pb_v1.GardenIdsRequest")
  812. proto.RegisterType((*GardenIdsReply)(nil), "pb_v1.GardenIdsReply")
  813. }
  814. func init() {
  815. proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47)
  816. }
  817. var fileDescriptor_86a7260ebdc12f47 = []byte{
  818. // 1162 bytes of a gzipped FileDescriptorProto
  819. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xdb, 0x72, 0xdb, 0x36,
  820. 0x10, 0x1d, 0x99, 0x92, 0x23, 0xad, 0x2e, 0x56, 0x98, 0x4b, 0x31, 0x4d, 0x9d, 0x28, 0x72, 0x9c,
  821. 0x28, 0x6d, 0x62, 0xd7, 0x4e, 0x5f, 0xfa, 0xe8, 0x3a, 0x6d, 0x26, 0x33, 0x9e, 0x8e, 0x87, 0x4e,
  822. 0x1f, 0xda, 0x17, 0x0e, 0x44, 0xac, 0x69, 0x4c, 0x25, 0x92, 0x25, 0x20, 0xa5, 0xca, 0x87, 0xf4,
  823. 0x5f, 0xda, 0xaf, 0xeb, 0xec, 0x82, 0xa4, 0x6e, 0x6e, 0xa7, 0x7d, 0x22, 0x70, 0x70, 0x16, 0x58,
  824. 0x62, 0x0f, 0xcf, 0x12, 0x3a, 0x66, 0x61, 0x2c, 0x4e, 0x8f, 0xb2, 0x3c, 0xb5, 0xa9, 0xdf, 0xc8,
  825. 0xc6, 0xe1, 0xfc, 0x64, 0xf8, 0x1c, 0xfc, 0x77, 0x32, 0x57, 0x98, 0xbc, 0x4f, 0xae, 0x53, 0x13,
  826. 0xe0, 0x6f, 0x33, 0x34, 0xd6, 0xef, 0x83, 0xa7, 0x95, 0x11, 0xb5, 0x81, 0x37, 0xf2, 0x02, 0x1a,
  827. 0x0e, 0xff, 0x6c, 0x03, 0x14, 0x44, 0x8b, 0x53, 0x22, 0x44, 0x5a, 0x89, 0xda, 0xa0, 0x46, 0x84,
  828. 0x48, 0x2b, 0xff, 0x73, 0x68, 0x66, 0x79, 0x3a, 0xd7, 0x49, 0x84, 0x62, 0x67, 0x50, 0x1b, 0xb5,
  829. 0x82, 0x6a, 0xee, 0x1f, 0x40, 0xb7, 0x1c, 0x87, 0x51, 0xaa, 0x50, 0x78, 0x4c, 0xe8, 0x94, 0xe0,
  830. 0x79, 0xaa, 0xd0, 0xf7, 0xa1, 0x1e, 0x69, 0xbb, 0x10, 0x75, 0x5e, 0xe3, 0xb1, 0xff, 0x08, 0x5a,
  831. 0xf4, 0x74, 0x41, 0x0d, 0xb7, 0x2b, 0x01, 0x65, 0x80, 0xcc, 0x51, 0x8a, 0x5d, 0x17, 0x40, 0x63,
  832. 0x0a, 0xa0, 0xa7, 0x0b, 0xb8, 0xe3, 0x02, 0x08, 0xe0, 0x80, 0x87, 0xb0, 0x6b, 0x6c, 0x8e, 0x68,
  833. 0x45, 0x93, 0x57, 0x8a, 0x99, 0xff, 0x04, 0xda, 0x6e, 0xe4, 0xc2, 0x5a, 0xbc, 0x08, 0x0e, 0xe2,
  834. 0xc0, 0x2f, 0xa0, 0x15, 0xa5, 0xd3, 0xa9, 0xb6, 0x16, 0x51, 0x00, 0x2f, 0x2f, 0x01, 0xff, 0x10,
  835. 0x7a, 0xd5, 0xc4, 0xed, 0xd0, 0x66, 0x4a, 0xb7, 0x42, 0x79, 0x93, 0x27, 0xd0, 0x8e, 0xf9, 0x02,
  836. 0xc3, 0x44, 0x4e, 0x51, 0x74, 0xdc, 0x29, 0x0e, 0xfa, 0x51, 0x4e, 0x57, 0x09, 0x52, 0xa9, 0x5c,
  837. 0x74, 0x57, 0x09, 0x67, 0x4a, 0xe5, 0xfe, 0x0b, 0xd8, 0xcb, 0xf2, 0x34, 0xc3, 0xdc, 0x2e, 0xc2,
  838. 0x0c, 0x73, 0x93, 0x26, 0xa2, 0xc7, 0xa4, 0x5e, 0x09, 0x5f, 0x32, 0x4a, 0x19, 0x2d, 0x89, 0x37,
  839. 0x69, 0x82, 0x62, 0xcf, 0x65, 0x54, 0xf1, 0x08, 0xf4, 0x7b, 0xb0, 0xa3, 0x95, 0xe8, 0x73, 0x0d,
  840. 0x77, 0xb4, 0xf2, 0xf7, 0xa1, 0x38, 0x2d, 0xcc, 0x74, 0x24, 0xee, 0xba, 0xf7, 0x74, 0xc8, 0xa5,
  841. 0x8e, 0x56, 0xf2, 0x53, 0x68, 0x22, 0xe1, 0xaf, 0xe6, 0xf7, 0x16, 0x4d, 0xe4, 0x3f, 0x80, 0x5d,
  842. 0x9d, 0x84, 0x33, 0x83, 0xe2, 0xde, 0xa0, 0x36, 0x6a, 0x06, 0x0d, 0x9d, 0xfc, 0x64, 0x90, 0xb4,
  843. 0x32, 0x49, 0xac, 0xb8, 0x3f, 0xa8, 0x8d, 0x6a, 0x01, 0x0d, 0x19, 0x91, 0x56, 0x3c, 0x28, 0x10,
  844. 0x69, 0x49, 0x3d, 0x32, 0xcb, 0x30, 0x51, 0xfa, 0x77, 0xf1, 0x70, 0xe0, 0x71, 0xd9, 0x8a, 0xb9,
  845. 0x2b, 0x9b, 0xb4, 0x33, 0x23, 0x3e, 0x1b, 0xd4, 0x46, 0x8d, 0xa0, 0x98, 0x51, 0xcc, 0x35, 0xa2,
  846. 0x1a, 0xcb, 0xe8, 0x57, 0x21, 0x5c, 0xa9, 0xcb, 0x39, 0x29, 0x6e, 0x3c, 0xd3, 0x13, 0xa5, 0x93,
  847. 0x38, 0xb4, 0x8b, 0x0c, 0xc5, 0x13, 0x0e, 0xed, 0x94, 0xe0, 0x87, 0x45, 0xc6, 0x85, 0xab, 0x48,
  848. 0xc6, 0xca, 0xdc, 0x8a, 0x01, 0xdf, 0x45, 0x15, 0x7a, 0x45, 0xa0, 0xff, 0x14, 0xaa, 0xb0, 0x10,
  849. 0x13, 0x25, 0x9e, 0x32, 0xa9, 0x5d, 0x62, 0xdf, 0x27, 0x8a, 0x8e, 0x8b, 0x73, 0xa4, 0x8b, 0xc3,
  850. 0x3c, 0xc2, 0xc4, 0x8a, 0x21, 0xbf, 0x5a, 0x87, 0xc1, 0x4b, 0x87, 0xd1, 0x3e, 0xac, 0xcd, 0x92,
  851. 0x73, 0xc0, 0x9c, 0x36, 0x61, 0x25, 0x65, 0x1f, 0xc0, 0x64, 0x32, 0xc2, 0x50, 0x27, 0xd7, 0xa9,
  852. 0x78, 0xe6, 0x2a, 0xc0, 0x08, 0x7d, 0x9e, 0xb4, 0x43, 0x94, 0xce, 0x31, 0x47, 0x15, 0xb2, 0xf2,
  853. 0x0f, 0xdd, 0x0e, 0x05, 0x76, 0x46, 0x1f, 0xc0, 0xea, 0x8b, 0x33, 0xe7, 0xb9, 0xcb, 0xa4, 0x04,
  854. 0x99, 0xb4, 0xac, 0x64, 0xa6, 0x23, 0x23, 0x5e, 0xf0, 0x85, 0x43, 0x55, 0x69, 0xe3, 0xbf, 0x84,
  855. 0x7e, 0xb5, 0x4b, 0x94, 0x4e, 0x33, 0x99, 0x2c, 0xc4, 0x88, 0xb3, 0xd9, 0x2b, 0xf1, 0x73, 0x07,
  856. 0xd3, 0x5e, 0x37, 0xe9, 0xcc, 0x60, 0x68, 0x53, 0x2b, 0x27, 0xe2, 0x25, 0x5f, 0x0e, 0x30, 0xf4,
  857. 0x81, 0x10, 0xfe, 0xba, 0xf8, 0x9d, 0x1c, 0xe1, 0x4b, 0x47, 0x60, 0xc8, 0x11, 0x5e, 0x81, 0x5f,
  858. 0xa9, 0xf5, 0x1a, 0xb1, 0x28, 0xc5, 0x57, 0xcc, 0xeb, 0x97, 0x2b, 0x3f, 0x20, 0xba, 0x6a, 0x8c,
  859. 0xa0, 0xbf, 0xc6, 0xa6, 0x8a, 0xbc, 0x62, 0x6e, 0x6f, 0x85, 0x4b, 0x45, 0xd9, 0x07, 0xf8, 0x28,
  860. 0x2d, 0xe6, 0x4e, 0x00, 0xaf, 0x07, 0xde, 0xa8, 0x11, 0xb4, 0x18, 0xe1, 0xea, 0x1f, 0x40, 0x17,
  861. 0x27, 0x18, 0xd9, 0x5c, 0x47, 0x8e, 0x71, 0xc4, 0x8c, 0x4e, 0x09, 0x32, 0x69, 0x08, 0xdd, 0x58,
  862. 0x9a, 0x95, 0xb4, 0x8e, 0x5d, 0xf1, 0x63, 0x69, 0xaa, 0x8c, 0x1e, 0xd3, 0x6d, 0x9a, 0x2a, 0x99,
  863. 0xaf, 0x99, 0xd1, 0x72, 0x0c, 0xca, 0x83, 0x3c, 0x69, 0x1e, 0x87, 0x59, 0xae, 0x23, 0x14, 0x27,
  864. 0xbc, 0xda, 0x94, 0xf3, 0xf8, 0x92, 0xe6, 0x94, 0x64, 0x8e, 0x09, 0x39, 0xcf, 0x2c, 0xb1, 0xe2,
  865. 0xd4, 0xc5, 0x12, 0x72, 0x4e, 0x00, 0x0b, 0x02, 0x27, 0x93, 0x62, 0xf9, 0x8d, 0x5b, 0x26, 0xc4,
  866. 0x2d, 0x3f, 0x83, 0x1e, 0x47, 0x2f, 0xf7, 0xff, 0x86, 0x29, 0x1d, 0x42, 0xcf, 0x8a, 0x33, 0x86,
  867. 0xdf, 0x42, 0x7f, 0xcd, 0xe3, 0xb3, 0xc9, 0xc2, 0x3f, 0x84, 0xfa, 0x44, 0x1b, 0xcb, 0x16, 0xdf,
  868. 0x3e, 0xbd, 0x7b, 0xc4, 0xdd, 0xe0, 0x68, 0xe9, 0xf0, 0x01, 0x2f, 0x0f, 0xff, 0x68, 0xc0, 0x5d,
  869. 0x07, 0x5e, 0x68, 0x63, 0xcb, 0xf6, 0xe0, 0x43, 0x3d, 0x93, 0x31, 0x16, 0xf6, 0xcf, 0x63, 0x7a,
  870. 0x4b, 0x7a, 0x86, 0x46, 0x7f, 0x72, 0x0d, 0xc0, 0x0b, 0x9a, 0x04, 0x5c, 0xe9, 0x4f, 0x58, 0xb6,
  871. 0x0b, 0x6f, 0xd9, 0x2e, 0xb6, 0x4d, 0xb3, 0x7e, 0x9b, 0x69, 0x1e, 0x40, 0x37, 0x41, 0x92, 0x7b,
  872. 0x69, 0x0e, 0x0d, 0x76, 0x96, 0x0e, 0x81, 0x67, 0xa5, 0x41, 0x3c, 0x85, 0x4e, 0x92, 0x5a, 0xe2,
  873. 0xe4, 0xe9, 0x1c, 0x15, 0x37, 0x84, 0x66, 0xd0, 0x4e, 0x52, 0x7b, 0x56, 0x40, 0x9b, 0x16, 0x7f,
  874. 0x67, 0xcb, 0xe2, 0x37, 0xdc, 0xb9, 0xb9, 0xe5, 0xce, 0x87, 0xd0, 0x2b, 0x0e, 0x08, 0x0b, 0x37,
  875. 0x6a, 0xb1, 0xa5, 0x74, 0x0b, 0xf4, 0xca, 0x99, 0xd2, 0x29, 0x3c, 0xa8, 0xbe, 0x9c, 0x05, 0xca,
  876. 0x3c, 0x8c, 0x73, 0x24, 0xc9, 0x71, 0xdb, 0xf0, 0x82, 0x7b, 0xe5, 0xe2, 0xcf, 0x28, 0xf3, 0x77,
  877. 0x6e, 0x89, 0x3e, 0x80, 0xf5, 0x98, 0x09, 0x1a, 0xc3, 0x4d, 0xc4, 0x0b, 0xfa, 0xab, 0x01, 0x17,
  878. 0x68, 0xcc, 0xb6, 0xb5, 0x75, 0x6e, 0xb1, 0x36, 0xee, 0xb8, 0x3a, 0xc2, 0xea, 0xf8, 0xae, 0xd3,
  879. 0x05, 0x83, 0xe5, 0xb9, 0xfb, 0x00, 0x8e, 0xc4, 0xe7, 0xf5, 0x9c, 0xb8, 0x18, 0xe1, 0x83, 0xd6,
  880. 0x7a, 0xe9, 0xde, 0x46, 0x2f, 0x5d, 0xeb, 0xcc, 0xfd, 0x8d, 0xce, 0xbc, 0xd5, 0xef, 0xfd, 0x5b,
  881. 0xfa, 0xfd, 0x63, 0x80, 0xa9, 0x4c, 0x64, 0x8c, 0x53, 0x32, 0x43, 0xd7, 0x31, 0x56, 0x10, 0x6a,
  882. 0xba, 0xec, 0x22, 0x37, 0xe9, 0x44, 0x71, 0xf3, 0x68, 0x06, 0x4b, 0x60, 0x38, 0x86, 0xbd, 0x55,
  883. 0x5d, 0x92, 0xa4, 0x6f, 0x53, 0xe5, 0x7d, 0x68, 0x38, 0xdb, 0x71, 0x8a, 0x74, 0x93, 0x4a, 0xfc,
  884. 0xde, 0xbf, 0x8b, 0xff, 0x02, 0x3a, 0x05, 0xa6, 0xd8, 0x7e, 0x1f, 0x41, 0xd1, 0x0d, 0xc3, 0xea,
  885. 0xd7, 0xa7, 0x19, 0x17, 0x84, 0x4d, 0x01, 0xed, 0x6c, 0x0a, 0x68, 0xf8, 0x57, 0xad, 0xfa, 0x0c,
  886. 0x55, 0xf5, 0xa3, 0xb5, 0x11, 0x55, 0xdb, 0x92, 0xdd, 0x3f, 0xea, 0xc9, 0xfb, 0xbf, 0x7a, 0xaa,
  887. 0xff, 0x57, 0x3d, 0x35, 0xb6, 0xf5, 0x34, 0x7c, 0x0b, 0xbd, 0x95, 0xdc, 0xe9, 0xb6, 0x4f, 0xab,
  888. 0x9f, 0x85, 0xf2, 0x4f, 0xb1, 0x7d, 0x7a, 0x6f, 0xfd, 0x26, 0xf9, 0xd6, 0xca, 0x3f, 0x88, 0xf7,
  889. 0xca, 0x7c, 0x37, 0xfc, 0x65, 0x50, 0x7a, 0xf4, 0xeb, 0xaa, 0x94, 0xaf, 0x63, 0x69, 0xf1, 0xa3,
  890. 0x5c, 0x1c, 0x67, 0xe3, 0xe3, 0xf9, 0xc9, 0x78, 0x97, 0x7f, 0x4f, 0xdf, 0xfc, 0x1d, 0x00, 0x00,
  891. 0xff, 0xff, 0x1f, 0x27, 0xa5, 0x73, 0xae, 0x0a, 0x00, 0x00,
  892. }