system.pb.go 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533
  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. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  88. XXX_unrecognized []byte `json:"-"`
  89. XXX_sizecache int32 `json:"-"`
  90. }
  91. func (m *GardenItem) Reset() { *m = GardenItem{} }
  92. func (m *GardenItem) String() string { return proto.CompactTextString(m) }
  93. func (*GardenItem) ProtoMessage() {}
  94. func (*GardenItem) Descriptor() ([]byte, []int) {
  95. return fileDescriptor_86a7260ebdc12f47, []int{1}
  96. }
  97. func (m *GardenItem) XXX_Unmarshal(b []byte) error {
  98. return xxx_messageInfo_GardenItem.Unmarshal(m, b)
  99. }
  100. func (m *GardenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  101. return xxx_messageInfo_GardenItem.Marshal(b, m, deterministic)
  102. }
  103. func (m *GardenItem) XXX_Merge(src proto.Message) {
  104. xxx_messageInfo_GardenItem.Merge(m, src)
  105. }
  106. func (m *GardenItem) XXX_Size() int {
  107. return xxx_messageInfo_GardenItem.Size(m)
  108. }
  109. func (m *GardenItem) XXX_DiscardUnknown() {
  110. xxx_messageInfo_GardenItem.DiscardUnknown(m)
  111. }
  112. var xxx_messageInfo_GardenItem proto.InternalMessageInfo
  113. func (m *GardenItem) GetCid() int64 {
  114. if m != nil {
  115. return m.Cid
  116. }
  117. return 0
  118. }
  119. func (m *GardenItem) GetProvince() string {
  120. if m != nil {
  121. return m.Province
  122. }
  123. return ""
  124. }
  125. func (m *GardenItem) GetProvinceCode() string {
  126. if m != nil {
  127. return m.ProvinceCode
  128. }
  129. return ""
  130. }
  131. func (m *GardenItem) GetCity() string {
  132. if m != nil {
  133. return m.City
  134. }
  135. return ""
  136. }
  137. func (m *GardenItem) GetCityCode() string {
  138. if m != nil {
  139. return m.CityCode
  140. }
  141. return ""
  142. }
  143. func (m *GardenItem) GetArea() string {
  144. if m != nil {
  145. return m.Area
  146. }
  147. return ""
  148. }
  149. func (m *GardenItem) GetAreaCode() string {
  150. if m != nil {
  151. return m.AreaCode
  152. }
  153. return ""
  154. }
  155. func (m *GardenItem) GetStreet() string {
  156. if m != nil {
  157. return m.Street
  158. }
  159. return ""
  160. }
  161. func (m *GardenItem) GetStreetCode() string {
  162. if m != nil {
  163. return m.StreetCode
  164. }
  165. return ""
  166. }
  167. func (m *GardenItem) GetCommittee() string {
  168. if m != nil {
  169. return m.Committee
  170. }
  171. return ""
  172. }
  173. func (m *GardenItem) GetCommitteeCode() string {
  174. if m != nil {
  175. return m.CommitteeCode
  176. }
  177. return ""
  178. }
  179. func (m *GardenItem) GetGardenName() string {
  180. if m != nil {
  181. return m.GardenName
  182. }
  183. return ""
  184. }
  185. func (m *GardenItem) GetGardenAddr() string {
  186. if m != nil {
  187. return m.GardenAddr
  188. }
  189. return ""
  190. }
  191. func (m *GardenItem) GetPropertyPerson() string {
  192. if m != nil {
  193. return m.PropertyPerson
  194. }
  195. return ""
  196. }
  197. func (m *GardenItem) GetPropertyPhone() string {
  198. if m != nil {
  199. return m.PropertyPhone
  200. }
  201. return ""
  202. }
  203. func (m *GardenItem) GetId() int64 {
  204. if m != nil {
  205. return m.Id
  206. }
  207. return 0
  208. }
  209. func (m *GardenItem) GetGardenPic() string {
  210. if m != nil {
  211. return m.GardenPic
  212. }
  213. return ""
  214. }
  215. func (m *GardenItem) GetGardenDesc() string {
  216. if m != nil {
  217. return m.GardenDesc
  218. }
  219. return ""
  220. }
  221. func (m *GardenItem) GetInUse() bool {
  222. if m != nil {
  223. return m.InUse
  224. }
  225. return false
  226. }
  227. func (m *GardenItem) GetLnt() float64 {
  228. if m != nil {
  229. return m.Lnt
  230. }
  231. return 0
  232. }
  233. func (m *GardenItem) GetLat() float64 {
  234. if m != nil {
  235. return m.Lat
  236. }
  237. return 0
  238. }
  239. type GardenInfosReply struct {
  240. List []*GardenItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  241. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  242. XXX_unrecognized []byte `json:"-"`
  243. XXX_sizecache int32 `json:"-"`
  244. }
  245. func (m *GardenInfosReply) Reset() { *m = GardenInfosReply{} }
  246. func (m *GardenInfosReply) String() string { return proto.CompactTextString(m) }
  247. func (*GardenInfosReply) ProtoMessage() {}
  248. func (*GardenInfosReply) Descriptor() ([]byte, []int) {
  249. return fileDescriptor_86a7260ebdc12f47, []int{2}
  250. }
  251. func (m *GardenInfosReply) XXX_Unmarshal(b []byte) error {
  252. return xxx_messageInfo_GardenInfosReply.Unmarshal(m, b)
  253. }
  254. func (m *GardenInfosReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  255. return xxx_messageInfo_GardenInfosReply.Marshal(b, m, deterministic)
  256. }
  257. func (m *GardenInfosReply) XXX_Merge(src proto.Message) {
  258. xxx_messageInfo_GardenInfosReply.Merge(m, src)
  259. }
  260. func (m *GardenInfosReply) XXX_Size() int {
  261. return xxx_messageInfo_GardenInfosReply.Size(m)
  262. }
  263. func (m *GardenInfosReply) XXX_DiscardUnknown() {
  264. xxx_messageInfo_GardenInfosReply.DiscardUnknown(m)
  265. }
  266. var xxx_messageInfo_GardenInfosReply proto.InternalMessageInfo
  267. func (m *GardenInfosReply) GetList() []*GardenItem {
  268. if m != nil {
  269. return m.List
  270. }
  271. return nil
  272. }
  273. type GardenAddRequest struct {
  274. // 物业公司id
  275. Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"`
  276. // 省
  277. Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"`
  278. ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  279. // 市
  280. City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"`
  281. CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  282. // 区
  283. Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"`
  284. AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  285. // 街道
  286. Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"`
  287. StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  288. // 社区
  289. Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"`
  290. CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"`
  291. // 小区名字
  292. GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  293. // 小区地址
  294. GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"`
  295. // 物业联系人
  296. PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"`
  297. // 物业联系人手机号
  298. PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"`
  299. // 免费小区个数
  300. FreeGardenCount int32 `protobuf:"varint,16,opt,name=free_garden_count,json=freeGardenCount,proto3" json:"free_garden_count"`
  301. GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"`
  302. GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"`
  303. // 经度
  304. Lnt float64 `protobuf:"fixed64,19,opt,name=lnt,proto3" json:"lnt"`
  305. // 纬度
  306. Lat float64 `protobuf:"fixed64,20,opt,name=lat,proto3" json:"lat"`
  307. Appendix []string `protobuf:"bytes,21,rep,name=appendix,proto3" json:"appendix"`
  308. OrderId int64 `protobuf:"varint,22,opt,name=order_id,json=orderId,proto3" json:"order_id"`
  309. // 1塔楼 2 板楼 3 塔板结合 4 其他
  310. BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"`
  311. // 建成年份开始时间戳
  312. BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"`
  313. // 建成年份结束时间戳
  314. BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"`
  315. // 绿化率
  316. GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"`
  317. // 容积率
  318. AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"`
  319. // 车位配比
  320. SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"`
  321. // 占地面积
  322. CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"`
  323. // 建筑面积
  324. BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"`
  325. // 小区图片
  326. GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"`
  327. // 开发企业
  328. BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"`
  329. // 总户数
  330. HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"`
  331. // 固定车位数
  332. SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"`
  333. // 物业费开始,单位分
  334. PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"`
  335. // 物业费结束, 单位分
  336. PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"`
  337. // 水费类型多选 1 民用 2 商用
  338. WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"`
  339. // 电费类型多选 1 民用 2 商用
  340. ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"`
  341. // 燃气费开始,单位分
  342. GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"`
  343. // 燃气费开始,单位分
  344. GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"`
  345. AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"`
  346. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  347. XXX_unrecognized []byte `json:"-"`
  348. XXX_sizecache int32 `json:"-"`
  349. }
  350. func (m *GardenAddRequest) Reset() { *m = GardenAddRequest{} }
  351. func (m *GardenAddRequest) String() string { return proto.CompactTextString(m) }
  352. func (*GardenAddRequest) ProtoMessage() {}
  353. func (*GardenAddRequest) Descriptor() ([]byte, []int) {
  354. return fileDescriptor_86a7260ebdc12f47, []int{3}
  355. }
  356. func (m *GardenAddRequest) XXX_Unmarshal(b []byte) error {
  357. return xxx_messageInfo_GardenAddRequest.Unmarshal(m, b)
  358. }
  359. func (m *GardenAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  360. return xxx_messageInfo_GardenAddRequest.Marshal(b, m, deterministic)
  361. }
  362. func (m *GardenAddRequest) XXX_Merge(src proto.Message) {
  363. xxx_messageInfo_GardenAddRequest.Merge(m, src)
  364. }
  365. func (m *GardenAddRequest) XXX_Size() int {
  366. return xxx_messageInfo_GardenAddRequest.Size(m)
  367. }
  368. func (m *GardenAddRequest) XXX_DiscardUnknown() {
  369. xxx_messageInfo_GardenAddRequest.DiscardUnknown(m)
  370. }
  371. var xxx_messageInfo_GardenAddRequest proto.InternalMessageInfo
  372. func (m *GardenAddRequest) GetCid() int64 {
  373. if m != nil {
  374. return m.Cid
  375. }
  376. return 0
  377. }
  378. func (m *GardenAddRequest) GetProvince() string {
  379. if m != nil {
  380. return m.Province
  381. }
  382. return ""
  383. }
  384. func (m *GardenAddRequest) GetProvinceCode() string {
  385. if m != nil {
  386. return m.ProvinceCode
  387. }
  388. return ""
  389. }
  390. func (m *GardenAddRequest) GetCity() string {
  391. if m != nil {
  392. return m.City
  393. }
  394. return ""
  395. }
  396. func (m *GardenAddRequest) GetCityCode() string {
  397. if m != nil {
  398. return m.CityCode
  399. }
  400. return ""
  401. }
  402. func (m *GardenAddRequest) GetArea() string {
  403. if m != nil {
  404. return m.Area
  405. }
  406. return ""
  407. }
  408. func (m *GardenAddRequest) GetAreaCode() string {
  409. if m != nil {
  410. return m.AreaCode
  411. }
  412. return ""
  413. }
  414. func (m *GardenAddRequest) GetStreet() string {
  415. if m != nil {
  416. return m.Street
  417. }
  418. return ""
  419. }
  420. func (m *GardenAddRequest) GetStreetCode() string {
  421. if m != nil {
  422. return m.StreetCode
  423. }
  424. return ""
  425. }
  426. func (m *GardenAddRequest) GetCommittee() string {
  427. if m != nil {
  428. return m.Committee
  429. }
  430. return ""
  431. }
  432. func (m *GardenAddRequest) GetCommitteeCode() string {
  433. if m != nil {
  434. return m.CommitteeCode
  435. }
  436. return ""
  437. }
  438. func (m *GardenAddRequest) GetGardenName() string {
  439. if m != nil {
  440. return m.GardenName
  441. }
  442. return ""
  443. }
  444. func (m *GardenAddRequest) GetGardenAddr() string {
  445. if m != nil {
  446. return m.GardenAddr
  447. }
  448. return ""
  449. }
  450. func (m *GardenAddRequest) GetPropertyPerson() string {
  451. if m != nil {
  452. return m.PropertyPerson
  453. }
  454. return ""
  455. }
  456. func (m *GardenAddRequest) GetPropertyPhone() string {
  457. if m != nil {
  458. return m.PropertyPhone
  459. }
  460. return ""
  461. }
  462. func (m *GardenAddRequest) GetFreeGardenCount() int32 {
  463. if m != nil {
  464. return m.FreeGardenCount
  465. }
  466. return 0
  467. }
  468. func (m *GardenAddRequest) GetGardenPic() string {
  469. if m != nil {
  470. return m.GardenPic
  471. }
  472. return ""
  473. }
  474. func (m *GardenAddRequest) GetGardenDesc() string {
  475. if m != nil {
  476. return m.GardenDesc
  477. }
  478. return ""
  479. }
  480. func (m *GardenAddRequest) GetLnt() float64 {
  481. if m != nil {
  482. return m.Lnt
  483. }
  484. return 0
  485. }
  486. func (m *GardenAddRequest) GetLat() float64 {
  487. if m != nil {
  488. return m.Lat
  489. }
  490. return 0
  491. }
  492. func (m *GardenAddRequest) GetAppendix() []string {
  493. if m != nil {
  494. return m.Appendix
  495. }
  496. return nil
  497. }
  498. func (m *GardenAddRequest) GetOrderId() int64 {
  499. if m != nil {
  500. return m.OrderId
  501. }
  502. return 0
  503. }
  504. func (m *GardenAddRequest) GetBuildingType() int32 {
  505. if m != nil {
  506. return m.BuildingType
  507. }
  508. return 0
  509. }
  510. func (m *GardenAddRequest) GetBuildingStart() int64 {
  511. if m != nil {
  512. return m.BuildingStart
  513. }
  514. return 0
  515. }
  516. func (m *GardenAddRequest) GetBuildingEnd() int64 {
  517. if m != nil {
  518. return m.BuildingEnd
  519. }
  520. return 0
  521. }
  522. func (m *GardenAddRequest) GetGreenPercent() float64 {
  523. if m != nil {
  524. return m.GreenPercent
  525. }
  526. return 0
  527. }
  528. func (m *GardenAddRequest) GetAreaPercent() float64 {
  529. if m != nil {
  530. return m.AreaPercent
  531. }
  532. return 0
  533. }
  534. func (m *GardenAddRequest) GetSpaceInfo() string {
  535. if m != nil {
  536. return m.SpaceInfo
  537. }
  538. return ""
  539. }
  540. func (m *GardenAddRequest) GetCoveredArea() float64 {
  541. if m != nil {
  542. return m.CoveredArea
  543. }
  544. return 0
  545. }
  546. func (m *GardenAddRequest) GetBuildingArea() float64 {
  547. if m != nil {
  548. return m.BuildingArea
  549. }
  550. return 0
  551. }
  552. func (m *GardenAddRequest) GetGardenPics() []string {
  553. if m != nil {
  554. return m.GardenPics
  555. }
  556. return nil
  557. }
  558. func (m *GardenAddRequest) GetBuildingCompany() string {
  559. if m != nil {
  560. return m.BuildingCompany
  561. }
  562. return ""
  563. }
  564. func (m *GardenAddRequest) GetHouseTotal() int64 {
  565. if m != nil {
  566. return m.HouseTotal
  567. }
  568. return 0
  569. }
  570. func (m *GardenAddRequest) GetSpaceTotal() int64 {
  571. if m != nil {
  572. return m.SpaceTotal
  573. }
  574. return 0
  575. }
  576. func (m *GardenAddRequest) GetPropertyFeeStart() int64 {
  577. if m != nil {
  578. return m.PropertyFeeStart
  579. }
  580. return 0
  581. }
  582. func (m *GardenAddRequest) GetPropertyFeeEnd() int64 {
  583. if m != nil {
  584. return m.PropertyFeeEnd
  585. }
  586. return 0
  587. }
  588. func (m *GardenAddRequest) GetWaterType() []int32 {
  589. if m != nil {
  590. return m.WaterType
  591. }
  592. return nil
  593. }
  594. func (m *GardenAddRequest) GetElectricType() []int32 {
  595. if m != nil {
  596. return m.ElectricType
  597. }
  598. return nil
  599. }
  600. func (m *GardenAddRequest) GetGasFeeStart() int64 {
  601. if m != nil {
  602. return m.GasFeeStart
  603. }
  604. return 0
  605. }
  606. func (m *GardenAddRequest) GetGasFeeEnd() int64 {
  607. if m != nil {
  608. return m.GasFeeEnd
  609. }
  610. return 0
  611. }
  612. func (m *GardenAddRequest) GetAvgPrice() int64 {
  613. if m != nil {
  614. return m.AvgPrice
  615. }
  616. return 0
  617. }
  618. type GardenAddReply struct {
  619. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  620. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  621. XXX_unrecognized []byte `json:"-"`
  622. XXX_sizecache int32 `json:"-"`
  623. }
  624. func (m *GardenAddReply) Reset() { *m = GardenAddReply{} }
  625. func (m *GardenAddReply) String() string { return proto.CompactTextString(m) }
  626. func (*GardenAddReply) ProtoMessage() {}
  627. func (*GardenAddReply) Descriptor() ([]byte, []int) {
  628. return fileDescriptor_86a7260ebdc12f47, []int{4}
  629. }
  630. func (m *GardenAddReply) XXX_Unmarshal(b []byte) error {
  631. return xxx_messageInfo_GardenAddReply.Unmarshal(m, b)
  632. }
  633. func (m *GardenAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  634. return xxx_messageInfo_GardenAddReply.Marshal(b, m, deterministic)
  635. }
  636. func (m *GardenAddReply) XXX_Merge(src proto.Message) {
  637. xxx_messageInfo_GardenAddReply.Merge(m, src)
  638. }
  639. func (m *GardenAddReply) XXX_Size() int {
  640. return xxx_messageInfo_GardenAddReply.Size(m)
  641. }
  642. func (m *GardenAddReply) XXX_DiscardUnknown() {
  643. xxx_messageInfo_GardenAddReply.DiscardUnknown(m)
  644. }
  645. var xxx_messageInfo_GardenAddReply proto.InternalMessageInfo
  646. func (m *GardenAddReply) GetId() int64 {
  647. if m != nil {
  648. return m.Id
  649. }
  650. return 0
  651. }
  652. type GardenListRequest struct {
  653. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  654. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  655. Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"`
  656. CommitteeCode string `protobuf:"bytes,4,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"`
  657. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  658. XXX_unrecognized []byte `json:"-"`
  659. XXX_sizecache int32 `json:"-"`
  660. }
  661. func (m *GardenListRequest) Reset() { *m = GardenListRequest{} }
  662. func (m *GardenListRequest) String() string { return proto.CompactTextString(m) }
  663. func (*GardenListRequest) ProtoMessage() {}
  664. func (*GardenListRequest) Descriptor() ([]byte, []int) {
  665. return fileDescriptor_86a7260ebdc12f47, []int{5}
  666. }
  667. func (m *GardenListRequest) XXX_Unmarshal(b []byte) error {
  668. return xxx_messageInfo_GardenListRequest.Unmarshal(m, b)
  669. }
  670. func (m *GardenListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  671. return xxx_messageInfo_GardenListRequest.Marshal(b, m, deterministic)
  672. }
  673. func (m *GardenListRequest) XXX_Merge(src proto.Message) {
  674. xxx_messageInfo_GardenListRequest.Merge(m, src)
  675. }
  676. func (m *GardenListRequest) XXX_Size() int {
  677. return xxx_messageInfo_GardenListRequest.Size(m)
  678. }
  679. func (m *GardenListRequest) XXX_DiscardUnknown() {
  680. xxx_messageInfo_GardenListRequest.DiscardUnknown(m)
  681. }
  682. var xxx_messageInfo_GardenListRequest proto.InternalMessageInfo
  683. func (m *GardenListRequest) GetPage() int64 {
  684. if m != nil {
  685. return m.Page
  686. }
  687. return 0
  688. }
  689. func (m *GardenListRequest) GetPageSize() int64 {
  690. if m != nil {
  691. return m.PageSize
  692. }
  693. return 0
  694. }
  695. func (m *GardenListRequest) GetCid() int64 {
  696. if m != nil {
  697. return m.Cid
  698. }
  699. return 0
  700. }
  701. func (m *GardenListRequest) GetCommitteeCode() string {
  702. if m != nil {
  703. return m.CommitteeCode
  704. }
  705. return ""
  706. }
  707. type GardenListReply struct {
  708. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  709. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  710. List []*GardenItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  711. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  712. XXX_unrecognized []byte `json:"-"`
  713. XXX_sizecache int32 `json:"-"`
  714. }
  715. func (m *GardenListReply) Reset() { *m = GardenListReply{} }
  716. func (m *GardenListReply) String() string { return proto.CompactTextString(m) }
  717. func (*GardenListReply) ProtoMessage() {}
  718. func (*GardenListReply) Descriptor() ([]byte, []int) {
  719. return fileDescriptor_86a7260ebdc12f47, []int{6}
  720. }
  721. func (m *GardenListReply) XXX_Unmarshal(b []byte) error {
  722. return xxx_messageInfo_GardenListReply.Unmarshal(m, b)
  723. }
  724. func (m *GardenListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  725. return xxx_messageInfo_GardenListReply.Marshal(b, m, deterministic)
  726. }
  727. func (m *GardenListReply) XXX_Merge(src proto.Message) {
  728. xxx_messageInfo_GardenListReply.Merge(m, src)
  729. }
  730. func (m *GardenListReply) XXX_Size() int {
  731. return xxx_messageInfo_GardenListReply.Size(m)
  732. }
  733. func (m *GardenListReply) XXX_DiscardUnknown() {
  734. xxx_messageInfo_GardenListReply.DiscardUnknown(m)
  735. }
  736. var xxx_messageInfo_GardenListReply proto.InternalMessageInfo
  737. func (m *GardenListReply) GetPage() int64 {
  738. if m != nil {
  739. return m.Page
  740. }
  741. return 0
  742. }
  743. func (m *GardenListReply) GetTotal() int64 {
  744. if m != nil {
  745. return m.Total
  746. }
  747. return 0
  748. }
  749. func (m *GardenListReply) GetList() []*GardenItem {
  750. if m != nil {
  751. return m.List
  752. }
  753. return nil
  754. }
  755. type GardenUpdateRequest struct {
  756. // id
  757. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  758. // 省
  759. Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"`
  760. ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  761. // 市
  762. City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"`
  763. CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  764. // 区
  765. Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"`
  766. AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  767. // 街道
  768. Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"`
  769. StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  770. // 社区
  771. Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"`
  772. CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"`
  773. // 小区名字
  774. GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  775. // 小区地址
  776. GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"`
  777. // 物业联系人
  778. PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"`
  779. // 物业联系人手机号
  780. PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"`
  781. Cid int64 `protobuf:"varint,16,opt,name=cid,proto3" json:"cid"`
  782. GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"`
  783. GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"`
  784. // 经度
  785. Lnt float64 `protobuf:"fixed64,19,opt,name=lnt,proto3" json:"lnt"`
  786. // 纬度
  787. Lat float64 `protobuf:"fixed64,20,opt,name=lat,proto3" json:"lat"`
  788. // 1塔楼 2 板楼 3 塔板结合 4 其他
  789. BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"`
  790. // 建成年份开始时间戳
  791. BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"`
  792. // 建成年份结束时间戳
  793. BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"`
  794. // 绿化率
  795. GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"`
  796. // 容积率
  797. AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"`
  798. // 车位配比
  799. SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"`
  800. // 占地面积
  801. CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"`
  802. // 建筑面积
  803. BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"`
  804. // 小区图片
  805. GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"`
  806. // 开发企业
  807. BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"`
  808. // 总户数
  809. HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"`
  810. // 固定车位数
  811. SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"`
  812. // 物业费开始,单位分
  813. PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"`
  814. // 物业费结束, 单位分
  815. PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"`
  816. // 水费类型多选 1 民用 2 商用
  817. WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"`
  818. // 电费类型多选 1 民用 2 商用
  819. ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"`
  820. // 燃气费开始,单位分
  821. GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"`
  822. // 燃气费开始,单位分
  823. GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"`
  824. AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"`
  825. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  826. XXX_unrecognized []byte `json:"-"`
  827. XXX_sizecache int32 `json:"-"`
  828. }
  829. func (m *GardenUpdateRequest) Reset() { *m = GardenUpdateRequest{} }
  830. func (m *GardenUpdateRequest) String() string { return proto.CompactTextString(m) }
  831. func (*GardenUpdateRequest) ProtoMessage() {}
  832. func (*GardenUpdateRequest) Descriptor() ([]byte, []int) {
  833. return fileDescriptor_86a7260ebdc12f47, []int{7}
  834. }
  835. func (m *GardenUpdateRequest) XXX_Unmarshal(b []byte) error {
  836. return xxx_messageInfo_GardenUpdateRequest.Unmarshal(m, b)
  837. }
  838. func (m *GardenUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  839. return xxx_messageInfo_GardenUpdateRequest.Marshal(b, m, deterministic)
  840. }
  841. func (m *GardenUpdateRequest) XXX_Merge(src proto.Message) {
  842. xxx_messageInfo_GardenUpdateRequest.Merge(m, src)
  843. }
  844. func (m *GardenUpdateRequest) XXX_Size() int {
  845. return xxx_messageInfo_GardenUpdateRequest.Size(m)
  846. }
  847. func (m *GardenUpdateRequest) XXX_DiscardUnknown() {
  848. xxx_messageInfo_GardenUpdateRequest.DiscardUnknown(m)
  849. }
  850. var xxx_messageInfo_GardenUpdateRequest proto.InternalMessageInfo
  851. func (m *GardenUpdateRequest) GetId() int64 {
  852. if m != nil {
  853. return m.Id
  854. }
  855. return 0
  856. }
  857. func (m *GardenUpdateRequest) GetProvince() string {
  858. if m != nil {
  859. return m.Province
  860. }
  861. return ""
  862. }
  863. func (m *GardenUpdateRequest) GetProvinceCode() string {
  864. if m != nil {
  865. return m.ProvinceCode
  866. }
  867. return ""
  868. }
  869. func (m *GardenUpdateRequest) GetCity() string {
  870. if m != nil {
  871. return m.City
  872. }
  873. return ""
  874. }
  875. func (m *GardenUpdateRequest) GetCityCode() string {
  876. if m != nil {
  877. return m.CityCode
  878. }
  879. return ""
  880. }
  881. func (m *GardenUpdateRequest) GetArea() string {
  882. if m != nil {
  883. return m.Area
  884. }
  885. return ""
  886. }
  887. func (m *GardenUpdateRequest) GetAreaCode() string {
  888. if m != nil {
  889. return m.AreaCode
  890. }
  891. return ""
  892. }
  893. func (m *GardenUpdateRequest) GetStreet() string {
  894. if m != nil {
  895. return m.Street
  896. }
  897. return ""
  898. }
  899. func (m *GardenUpdateRequest) GetStreetCode() string {
  900. if m != nil {
  901. return m.StreetCode
  902. }
  903. return ""
  904. }
  905. func (m *GardenUpdateRequest) GetCommittee() string {
  906. if m != nil {
  907. return m.Committee
  908. }
  909. return ""
  910. }
  911. func (m *GardenUpdateRequest) GetCommitteeCode() string {
  912. if m != nil {
  913. return m.CommitteeCode
  914. }
  915. return ""
  916. }
  917. func (m *GardenUpdateRequest) GetGardenName() string {
  918. if m != nil {
  919. return m.GardenName
  920. }
  921. return ""
  922. }
  923. func (m *GardenUpdateRequest) GetGardenAddr() string {
  924. if m != nil {
  925. return m.GardenAddr
  926. }
  927. return ""
  928. }
  929. func (m *GardenUpdateRequest) GetPropertyPerson() string {
  930. if m != nil {
  931. return m.PropertyPerson
  932. }
  933. return ""
  934. }
  935. func (m *GardenUpdateRequest) GetPropertyPhone() string {
  936. if m != nil {
  937. return m.PropertyPhone
  938. }
  939. return ""
  940. }
  941. func (m *GardenUpdateRequest) GetCid() int64 {
  942. if m != nil {
  943. return m.Cid
  944. }
  945. return 0
  946. }
  947. func (m *GardenUpdateRequest) GetGardenPic() string {
  948. if m != nil {
  949. return m.GardenPic
  950. }
  951. return ""
  952. }
  953. func (m *GardenUpdateRequest) GetGardenDesc() string {
  954. if m != nil {
  955. return m.GardenDesc
  956. }
  957. return ""
  958. }
  959. func (m *GardenUpdateRequest) GetLnt() float64 {
  960. if m != nil {
  961. return m.Lnt
  962. }
  963. return 0
  964. }
  965. func (m *GardenUpdateRequest) GetLat() float64 {
  966. if m != nil {
  967. return m.Lat
  968. }
  969. return 0
  970. }
  971. func (m *GardenUpdateRequest) GetBuildingType() int32 {
  972. if m != nil {
  973. return m.BuildingType
  974. }
  975. return 0
  976. }
  977. func (m *GardenUpdateRequest) GetBuildingStart() int64 {
  978. if m != nil {
  979. return m.BuildingStart
  980. }
  981. return 0
  982. }
  983. func (m *GardenUpdateRequest) GetBuildingEnd() int64 {
  984. if m != nil {
  985. return m.BuildingEnd
  986. }
  987. return 0
  988. }
  989. func (m *GardenUpdateRequest) GetGreenPercent() float64 {
  990. if m != nil {
  991. return m.GreenPercent
  992. }
  993. return 0
  994. }
  995. func (m *GardenUpdateRequest) GetAreaPercent() float64 {
  996. if m != nil {
  997. return m.AreaPercent
  998. }
  999. return 0
  1000. }
  1001. func (m *GardenUpdateRequest) GetSpaceInfo() string {
  1002. if m != nil {
  1003. return m.SpaceInfo
  1004. }
  1005. return ""
  1006. }
  1007. func (m *GardenUpdateRequest) GetCoveredArea() float64 {
  1008. if m != nil {
  1009. return m.CoveredArea
  1010. }
  1011. return 0
  1012. }
  1013. func (m *GardenUpdateRequest) GetBuildingArea() float64 {
  1014. if m != nil {
  1015. return m.BuildingArea
  1016. }
  1017. return 0
  1018. }
  1019. func (m *GardenUpdateRequest) GetGardenPics() []string {
  1020. if m != nil {
  1021. return m.GardenPics
  1022. }
  1023. return nil
  1024. }
  1025. func (m *GardenUpdateRequest) GetBuildingCompany() string {
  1026. if m != nil {
  1027. return m.BuildingCompany
  1028. }
  1029. return ""
  1030. }
  1031. func (m *GardenUpdateRequest) GetHouseTotal() int64 {
  1032. if m != nil {
  1033. return m.HouseTotal
  1034. }
  1035. return 0
  1036. }
  1037. func (m *GardenUpdateRequest) GetSpaceTotal() int64 {
  1038. if m != nil {
  1039. return m.SpaceTotal
  1040. }
  1041. return 0
  1042. }
  1043. func (m *GardenUpdateRequest) GetPropertyFeeStart() int64 {
  1044. if m != nil {
  1045. return m.PropertyFeeStart
  1046. }
  1047. return 0
  1048. }
  1049. func (m *GardenUpdateRequest) GetPropertyFeeEnd() int64 {
  1050. if m != nil {
  1051. return m.PropertyFeeEnd
  1052. }
  1053. return 0
  1054. }
  1055. func (m *GardenUpdateRequest) GetWaterType() []int32 {
  1056. if m != nil {
  1057. return m.WaterType
  1058. }
  1059. return nil
  1060. }
  1061. func (m *GardenUpdateRequest) GetElectricType() []int32 {
  1062. if m != nil {
  1063. return m.ElectricType
  1064. }
  1065. return nil
  1066. }
  1067. func (m *GardenUpdateRequest) GetGasFeeStart() int64 {
  1068. if m != nil {
  1069. return m.GasFeeStart
  1070. }
  1071. return 0
  1072. }
  1073. func (m *GardenUpdateRequest) GetGasFeeEnd() int64 {
  1074. if m != nil {
  1075. return m.GasFeeEnd
  1076. }
  1077. return 0
  1078. }
  1079. func (m *GardenUpdateRequest) GetAvgPrice() int64 {
  1080. if m != nil {
  1081. return m.AvgPrice
  1082. }
  1083. return 0
  1084. }
  1085. type GardenUpdateReply struct {
  1086. Origin *GardenUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  1087. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1088. XXX_unrecognized []byte `json:"-"`
  1089. XXX_sizecache int32 `json:"-"`
  1090. }
  1091. func (m *GardenUpdateReply) Reset() { *m = GardenUpdateReply{} }
  1092. func (m *GardenUpdateReply) String() string { return proto.CompactTextString(m) }
  1093. func (*GardenUpdateReply) ProtoMessage() {}
  1094. func (*GardenUpdateReply) Descriptor() ([]byte, []int) {
  1095. return fileDescriptor_86a7260ebdc12f47, []int{8}
  1096. }
  1097. func (m *GardenUpdateReply) XXX_Unmarshal(b []byte) error {
  1098. return xxx_messageInfo_GardenUpdateReply.Unmarshal(m, b)
  1099. }
  1100. func (m *GardenUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1101. return xxx_messageInfo_GardenUpdateReply.Marshal(b, m, deterministic)
  1102. }
  1103. func (m *GardenUpdateReply) XXX_Merge(src proto.Message) {
  1104. xxx_messageInfo_GardenUpdateReply.Merge(m, src)
  1105. }
  1106. func (m *GardenUpdateReply) XXX_Size() int {
  1107. return xxx_messageInfo_GardenUpdateReply.Size(m)
  1108. }
  1109. func (m *GardenUpdateReply) XXX_DiscardUnknown() {
  1110. xxx_messageInfo_GardenUpdateReply.DiscardUnknown(m)
  1111. }
  1112. var xxx_messageInfo_GardenUpdateReply proto.InternalMessageInfo
  1113. func (m *GardenUpdateReply) GetOrigin() *GardenUpdateRequest {
  1114. if m != nil {
  1115. return m.Origin
  1116. }
  1117. return nil
  1118. }
  1119. type GardenDelRequest struct {
  1120. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1121. Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"`
  1122. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1123. XXX_unrecognized []byte `json:"-"`
  1124. XXX_sizecache int32 `json:"-"`
  1125. }
  1126. func (m *GardenDelRequest) Reset() { *m = GardenDelRequest{} }
  1127. func (m *GardenDelRequest) String() string { return proto.CompactTextString(m) }
  1128. func (*GardenDelRequest) ProtoMessage() {}
  1129. func (*GardenDelRequest) Descriptor() ([]byte, []int) {
  1130. return fileDescriptor_86a7260ebdc12f47, []int{9}
  1131. }
  1132. func (m *GardenDelRequest) XXX_Unmarshal(b []byte) error {
  1133. return xxx_messageInfo_GardenDelRequest.Unmarshal(m, b)
  1134. }
  1135. func (m *GardenDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1136. return xxx_messageInfo_GardenDelRequest.Marshal(b, m, deterministic)
  1137. }
  1138. func (m *GardenDelRequest) XXX_Merge(src proto.Message) {
  1139. xxx_messageInfo_GardenDelRequest.Merge(m, src)
  1140. }
  1141. func (m *GardenDelRequest) XXX_Size() int {
  1142. return xxx_messageInfo_GardenDelRequest.Size(m)
  1143. }
  1144. func (m *GardenDelRequest) XXX_DiscardUnknown() {
  1145. xxx_messageInfo_GardenDelRequest.DiscardUnknown(m)
  1146. }
  1147. var xxx_messageInfo_GardenDelRequest proto.InternalMessageInfo
  1148. func (m *GardenDelRequest) GetId() int64 {
  1149. if m != nil {
  1150. return m.Id
  1151. }
  1152. return 0
  1153. }
  1154. func (m *GardenDelRequest) GetCid() int64 {
  1155. if m != nil {
  1156. return m.Cid
  1157. }
  1158. return 0
  1159. }
  1160. type GardenDelReply struct {
  1161. Origin *GardenUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  1162. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1163. XXX_unrecognized []byte `json:"-"`
  1164. XXX_sizecache int32 `json:"-"`
  1165. }
  1166. func (m *GardenDelReply) Reset() { *m = GardenDelReply{} }
  1167. func (m *GardenDelReply) String() string { return proto.CompactTextString(m) }
  1168. func (*GardenDelReply) ProtoMessage() {}
  1169. func (*GardenDelReply) Descriptor() ([]byte, []int) {
  1170. return fileDescriptor_86a7260ebdc12f47, []int{10}
  1171. }
  1172. func (m *GardenDelReply) XXX_Unmarshal(b []byte) error {
  1173. return xxx_messageInfo_GardenDelReply.Unmarshal(m, b)
  1174. }
  1175. func (m *GardenDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1176. return xxx_messageInfo_GardenDelReply.Marshal(b, m, deterministic)
  1177. }
  1178. func (m *GardenDelReply) XXX_Merge(src proto.Message) {
  1179. xxx_messageInfo_GardenDelReply.Merge(m, src)
  1180. }
  1181. func (m *GardenDelReply) XXX_Size() int {
  1182. return xxx_messageInfo_GardenDelReply.Size(m)
  1183. }
  1184. func (m *GardenDelReply) XXX_DiscardUnknown() {
  1185. xxx_messageInfo_GardenDelReply.DiscardUnknown(m)
  1186. }
  1187. var xxx_messageInfo_GardenDelReply proto.InternalMessageInfo
  1188. func (m *GardenDelReply) GetOrigin() *GardenUpdateRequest {
  1189. if m != nil {
  1190. return m.Origin
  1191. }
  1192. return nil
  1193. }
  1194. type GardenChangeCompanyRequest struct {
  1195. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  1196. Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"`
  1197. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1198. XXX_unrecognized []byte `json:"-"`
  1199. XXX_sizecache int32 `json:"-"`
  1200. }
  1201. func (m *GardenChangeCompanyRequest) Reset() { *m = GardenChangeCompanyRequest{} }
  1202. func (m *GardenChangeCompanyRequest) String() string { return proto.CompactTextString(m) }
  1203. func (*GardenChangeCompanyRequest) ProtoMessage() {}
  1204. func (*GardenChangeCompanyRequest) Descriptor() ([]byte, []int) {
  1205. return fileDescriptor_86a7260ebdc12f47, []int{11}
  1206. }
  1207. func (m *GardenChangeCompanyRequest) XXX_Unmarshal(b []byte) error {
  1208. return xxx_messageInfo_GardenChangeCompanyRequest.Unmarshal(m, b)
  1209. }
  1210. func (m *GardenChangeCompanyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1211. return xxx_messageInfo_GardenChangeCompanyRequest.Marshal(b, m, deterministic)
  1212. }
  1213. func (m *GardenChangeCompanyRequest) XXX_Merge(src proto.Message) {
  1214. xxx_messageInfo_GardenChangeCompanyRequest.Merge(m, src)
  1215. }
  1216. func (m *GardenChangeCompanyRequest) XXX_Size() int {
  1217. return xxx_messageInfo_GardenChangeCompanyRequest.Size(m)
  1218. }
  1219. func (m *GardenChangeCompanyRequest) XXX_DiscardUnknown() {
  1220. xxx_messageInfo_GardenChangeCompanyRequest.DiscardUnknown(m)
  1221. }
  1222. var xxx_messageInfo_GardenChangeCompanyRequest proto.InternalMessageInfo
  1223. func (m *GardenChangeCompanyRequest) GetGardenId() int64 {
  1224. if m != nil {
  1225. return m.GardenId
  1226. }
  1227. return 0
  1228. }
  1229. func (m *GardenChangeCompanyRequest) GetCid() int64 {
  1230. if m != nil {
  1231. return m.Cid
  1232. }
  1233. return 0
  1234. }
  1235. type GardenChangeCompanyReply struct {
  1236. Origin *GardenChangeCompanyRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  1237. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1238. XXX_unrecognized []byte `json:"-"`
  1239. XXX_sizecache int32 `json:"-"`
  1240. }
  1241. func (m *GardenChangeCompanyReply) Reset() { *m = GardenChangeCompanyReply{} }
  1242. func (m *GardenChangeCompanyReply) String() string { return proto.CompactTextString(m) }
  1243. func (*GardenChangeCompanyReply) ProtoMessage() {}
  1244. func (*GardenChangeCompanyReply) Descriptor() ([]byte, []int) {
  1245. return fileDescriptor_86a7260ebdc12f47, []int{12}
  1246. }
  1247. func (m *GardenChangeCompanyReply) XXX_Unmarshal(b []byte) error {
  1248. return xxx_messageInfo_GardenChangeCompanyReply.Unmarshal(m, b)
  1249. }
  1250. func (m *GardenChangeCompanyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1251. return xxx_messageInfo_GardenChangeCompanyReply.Marshal(b, m, deterministic)
  1252. }
  1253. func (m *GardenChangeCompanyReply) XXX_Merge(src proto.Message) {
  1254. xxx_messageInfo_GardenChangeCompanyReply.Merge(m, src)
  1255. }
  1256. func (m *GardenChangeCompanyReply) XXX_Size() int {
  1257. return xxx_messageInfo_GardenChangeCompanyReply.Size(m)
  1258. }
  1259. func (m *GardenChangeCompanyReply) XXX_DiscardUnknown() {
  1260. xxx_messageInfo_GardenChangeCompanyReply.DiscardUnknown(m)
  1261. }
  1262. var xxx_messageInfo_GardenChangeCompanyReply proto.InternalMessageInfo
  1263. func (m *GardenChangeCompanyReply) GetOrigin() *GardenChangeCompanyRequest {
  1264. if m != nil {
  1265. return m.Origin
  1266. }
  1267. return nil
  1268. }
  1269. func init() {
  1270. proto.RegisterType((*GardenInfosRequest)(nil), "pb_v1.GardenInfosRequest")
  1271. proto.RegisterType((*GardenItem)(nil), "pb_v1.GardenItem")
  1272. proto.RegisterType((*GardenInfosReply)(nil), "pb_v1.GardenInfosReply")
  1273. proto.RegisterType((*GardenAddRequest)(nil), "pb_v1.GardenAddRequest")
  1274. proto.RegisterType((*GardenAddReply)(nil), "pb_v1.GardenAddReply")
  1275. proto.RegisterType((*GardenListRequest)(nil), "pb_v1.GardenListRequest")
  1276. proto.RegisterType((*GardenListReply)(nil), "pb_v1.GardenListReply")
  1277. proto.RegisterType((*GardenUpdateRequest)(nil), "pb_v1.GardenUpdateRequest")
  1278. proto.RegisterType((*GardenUpdateReply)(nil), "pb_v1.GardenUpdateReply")
  1279. proto.RegisterType((*GardenDelRequest)(nil), "pb_v1.GardenDelRequest")
  1280. proto.RegisterType((*GardenDelReply)(nil), "pb_v1.GardenDelReply")
  1281. proto.RegisterType((*GardenChangeCompanyRequest)(nil), "pb_v1.GardenChangeCompanyRequest")
  1282. proto.RegisterType((*GardenChangeCompanyReply)(nil), "pb_v1.GardenChangeCompanyReply")
  1283. }
  1284. func init() {
  1285. proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47)
  1286. }
  1287. var fileDescriptor_86a7260ebdc12f47 = []byte{
  1288. // 1047 bytes of a gzipped FileDescriptorProto
  1289. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0x5f, 0x4f, 0x5b, 0x37,
  1290. 0x14, 0x57, 0x48, 0x42, 0x93, 0x93, 0x10, 0x82, 0x0b, 0xc8, 0xa3, 0x63, 0x84, 0xcb, 0x68, 0xd3,
  1291. 0xae, 0x85, 0xc1, 0xf6, 0xd2, 0x47, 0x06, 0x5b, 0x85, 0x36, 0x4d, 0x28, 0x2d, 0x2f, 0x7b, 0xb9,
  1292. 0x32, 0xd7, 0x87, 0x60, 0x29, 0xb9, 0xf7, 0xce, 0x36, 0xd9, 0x52, 0x69, 0x9f, 0x6f, 0x5f, 0x62,
  1293. 0xdf, 0x63, 0xaf, 0x93, 0x8f, 0xaf, 0x6f, 0x42, 0x9b, 0xed, 0x61, 0x93, 0x26, 0x21, 0xf1, 0x74,
  1294. 0xed, 0x9f, 0x7f, 0xe7, 0x8f, 0x7d, 0x7e, 0x3e, 0x4e, 0xa0, 0x6d, 0xa6, 0xc6, 0xe2, 0xf8, 0x20,
  1295. 0xd7, 0x99, 0xcd, 0x58, 0x3d, 0xbf, 0x8a, 0x27, 0x47, 0xd1, 0x53, 0x60, 0x6f, 0x84, 0x96, 0x98,
  1296. 0x9e, 0xa7, 0xd7, 0x99, 0x19, 0xe0, 0xcf, 0xb7, 0x68, 0x2c, 0xeb, 0x42, 0x55, 0x49, 0xc3, 0x2b,
  1297. 0xbd, 0x6a, 0xbf, 0x3a, 0x70, 0xc3, 0xe8, 0x8f, 0x1a, 0x40, 0x41, 0xb4, 0x38, 0x76, 0x84, 0x44,
  1298. 0x49, 0x5e, 0xe9, 0x55, 0x1c, 0x21, 0x51, 0x92, 0x6d, 0x41, 0x23, 0xd7, 0xd9, 0x44, 0xa5, 0x09,
  1299. 0xf2, 0xa5, 0x5e, 0xa5, 0xdf, 0x1c, 0x94, 0x73, 0xb6, 0x07, 0x2b, 0x61, 0x1c, 0x27, 0x99, 0x44,
  1300. 0x5e, 0x25, 0x42, 0x3b, 0x80, 0xa7, 0x99, 0x44, 0xc6, 0xa0, 0x96, 0x28, 0x3b, 0xe5, 0x35, 0x5a,
  1301. 0xa3, 0x31, 0x7b, 0x02, 0x4d, 0xf7, 0xf5, 0x46, 0x75, 0xef, 0xd5, 0x01, 0xc1, 0x40, 0x68, 0x14,
  1302. 0x7c, 0xd9, 0x1b, 0xb8, 0xb1, 0x33, 0x70, 0x5f, 0x6f, 0xf0, 0xc8, 0x1b, 0x38, 0x80, 0x0c, 0x36,
  1303. 0x61, 0xd9, 0x58, 0x8d, 0x68, 0x79, 0x83, 0x56, 0x8a, 0x19, 0xdb, 0x81, 0x96, 0x1f, 0x79, 0xb3,
  1304. 0x26, 0x2d, 0x82, 0x87, 0xc8, 0xf0, 0x53, 0x68, 0x26, 0xd9, 0x78, 0xac, 0xac, 0x45, 0xe4, 0x40,
  1305. 0xcb, 0x33, 0x80, 0xed, 0x43, 0xa7, 0x9c, 0x78, 0x0f, 0x2d, 0xa2, 0xac, 0x94, 0x28, 0x39, 0xd9,
  1306. 0x81, 0xd6, 0x90, 0x0e, 0x30, 0x4e, 0xc5, 0x18, 0x79, 0xdb, 0x47, 0xf1, 0xd0, 0x8f, 0x62, 0x3c,
  1307. 0x4f, 0x10, 0x52, 0x6a, 0xbe, 0x32, 0x4f, 0x38, 0x91, 0x52, 0xb3, 0x67, 0xb0, 0x9a, 0xeb, 0x2c,
  1308. 0x47, 0x6d, 0xa7, 0x71, 0x8e, 0xda, 0x64, 0x29, 0xef, 0x10, 0xa9, 0x13, 0xe0, 0x0b, 0x42, 0x5d,
  1309. 0x46, 0x33, 0xe2, 0x4d, 0x96, 0x22, 0x5f, 0xf5, 0x19, 0x95, 0x3c, 0x07, 0xb2, 0x0e, 0x2c, 0x29,
  1310. 0xc9, 0xbb, 0x54, 0xc3, 0x25, 0x25, 0xd9, 0x36, 0x14, 0xd1, 0xe2, 0x5c, 0x25, 0x7c, 0xcd, 0xef,
  1311. 0xd3, 0x23, 0x17, 0x2a, 0x99, 0xcb, 0x4f, 0xa2, 0x49, 0x38, 0x9b, 0xcf, 0xef, 0x0c, 0x4d, 0xc2,
  1312. 0x36, 0x60, 0x59, 0xa5, 0xf1, 0xad, 0x41, 0xfe, 0xb8, 0x57, 0xe9, 0x37, 0x06, 0x75, 0x95, 0x5e,
  1313. 0x1a, 0x74, 0x5a, 0x19, 0xa5, 0x96, 0xaf, 0xf7, 0x2a, 0xfd, 0xca, 0xc0, 0x0d, 0x09, 0x11, 0x96,
  1314. 0x6f, 0x14, 0x88, 0xb0, 0xd1, 0x6b, 0xe8, 0xde, 0x91, 0x61, 0x3e, 0x9a, 0xb2, 0x7d, 0xa8, 0x8d,
  1315. 0x94, 0xb1, 0xa4, 0xc2, 0xd6, 0xf1, 0xda, 0x01, 0x09, 0xf6, 0x60, 0x26, 0xc2, 0x01, 0x2d, 0x47,
  1316. 0xbf, 0x43, 0xb0, 0x3d, 0x91, 0x72, 0x4e, 0xc0, 0x0f, 0xfa, 0xbc, 0xef, 0xfa, 0x7c, 0x01, 0x6b,
  1317. 0xd7, 0x1a, 0x31, 0x2e, 0xa2, 0x26, 0xd9, 0x6d, 0x6a, 0x49, 0xae, 0xf5, 0xc1, 0xaa, 0x5b, 0xf0,
  1318. 0x55, 0x3f, 0x75, 0xf0, 0x7f, 0xd6, 0x6e, 0x21, 0xd2, 0xc7, 0x1f, 0x89, 0x74, 0xbd, 0x14, 0xa9,
  1319. 0x93, 0x90, 0xc8, 0x73, 0x4c, 0xa5, 0xfa, 0x95, 0x6f, 0xf4, 0xaa, 0x54, 0xbb, 0x62, 0xce, 0x3e,
  1320. 0x81, 0x46, 0xa6, 0x25, 0xea, 0x58, 0x49, 0xbe, 0x49, 0xaa, 0x7b, 0x44, 0xf3, 0x73, 0xe9, 0xd4,
  1321. 0x75, 0x75, 0xab, 0x46, 0x52, 0xa5, 0xc3, 0xd8, 0x4e, 0x73, 0xe4, 0x3b, 0xb4, 0x85, 0x76, 0x00,
  1322. 0xdf, 0x4d, 0x73, 0x2a, 0x52, 0x49, 0x32, 0x56, 0x68, 0xcb, 0x7b, 0xe4, 0xa5, 0x34, 0x7d, 0xeb,
  1323. 0x40, 0xb6, 0x0b, 0xa5, 0x59, 0x8c, 0xa9, 0xe4, 0xbb, 0x44, 0x6a, 0x05, 0xec, 0xdb, 0x94, 0xc2,
  1324. 0x0d, 0x35, 0xba, 0x83, 0x40, 0x9d, 0x60, 0x6a, 0x79, 0x44, 0x3b, 0x68, 0x13, 0x78, 0xe1, 0x31,
  1325. 0xe7, 0x87, 0x74, 0x18, 0x38, 0x7b, 0xc4, 0x69, 0x39, 0x2c, 0x50, 0xb6, 0x01, 0x4c, 0x2e, 0x12,
  1326. 0x8c, 0x55, 0x7a, 0x9d, 0xf1, 0xcf, 0xfd, 0x89, 0x12, 0xe2, 0xee, 0xa8, 0xf3, 0x90, 0x64, 0x13,
  1327. 0xd4, 0x28, 0x63, 0x52, 0xf9, 0xbe, 0xf7, 0x50, 0x60, 0x27, 0x4e, 0xec, 0xf3, 0x1b, 0x27, 0xce,
  1328. 0x53, 0x9f, 0x49, 0x00, 0x89, 0x34, 0xab, 0x4c, 0xae, 0x12, 0xc3, 0x9f, 0xd1, 0xb9, 0x42, 0x59,
  1329. 0x39, 0xc3, 0x9e, 0x43, 0xb7, 0xf4, 0x92, 0x64, 0xe3, 0x5c, 0xa4, 0x53, 0xde, 0xa7, 0x6c, 0x56,
  1330. 0x03, 0x7e, 0xea, 0x61, 0xe7, 0xeb, 0x26, 0xbb, 0x35, 0x18, 0xdb, 0xcc, 0x8a, 0x11, 0x7f, 0x4e,
  1331. 0x87, 0x03, 0x04, 0xbd, 0x73, 0x08, 0xdd, 0x24, 0xda, 0x93, 0x27, 0xbc, 0xf0, 0x04, 0x82, 0x3c,
  1332. 0xe1, 0x25, 0xb0, 0x52, 0x99, 0xd7, 0x88, 0x45, 0x29, 0xbe, 0x20, 0x5e, 0x37, 0xac, 0x7c, 0x87,
  1333. 0xe8, 0xab, 0xd1, 0x87, 0xee, 0x1d, 0xb6, 0xab, 0xc8, 0x4b, 0xe2, 0x76, 0xe6, 0xb8, 0xae, 0x28,
  1334. 0xdb, 0x00, 0xbf, 0x08, 0x8b, 0xda, 0x0b, 0xe0, 0x55, 0xaf, 0xda, 0xaf, 0x0f, 0x9a, 0x84, 0x50,
  1335. 0xf5, 0xf7, 0x60, 0x05, 0x47, 0x98, 0x58, 0xad, 0x12, 0xcf, 0x38, 0x20, 0x46, 0x3b, 0x80, 0x44,
  1336. 0x8a, 0x60, 0x65, 0x28, 0xcc, 0x5c, 0x5a, 0x87, 0xbe, 0xf8, 0x43, 0x61, 0xca, 0x8c, 0x3e, 0x73,
  1337. 0xa7, 0x69, 0xca, 0x64, 0xbe, 0x24, 0x46, 0xd3, 0x33, 0x5c, 0x1e, 0xae, 0xff, 0x4c, 0x86, 0x71,
  1338. 0xae, 0x55, 0x82, 0xfc, 0x88, 0x56, 0x1b, 0x62, 0x32, 0xbc, 0x70, 0xf3, 0xa8, 0x07, 0x9d, 0xb9,
  1339. 0x46, 0xea, 0x5a, 0xb0, 0x7f, 0x21, 0x2a, 0xe1, 0x85, 0x88, 0x7e, 0x83, 0x35, 0xcf, 0xf8, 0x41,
  1340. 0x19, 0x1b, 0x7a, 0x2d, 0x83, 0x5a, 0x2e, 0x86, 0x58, 0xd0, 0x68, 0xec, 0xe2, 0xb8, 0x6f, 0x6c,
  1341. 0xd4, 0x7b, 0xdf, 0x6e, 0xab, 0x83, 0x86, 0x03, 0xde, 0xaa, 0xf7, 0x18, 0x9a, 0x73, 0x75, 0xd6,
  1342. 0x9c, 0x3f, 0x6e, 0x51, 0xb5, 0x05, 0x2d, 0x2a, 0xba, 0x82, 0xd5, 0xf9, 0xf0, 0x2e, 0xc3, 0x45,
  1343. 0xc1, 0xd7, 0xa1, 0xee, 0xeb, 0xeb, 0x03, 0xfb, 0x49, 0xf9, 0x9c, 0x54, 0xff, 0xf9, 0x39, 0xf9,
  1344. 0xb3, 0x09, 0x8f, 0x3d, 0x78, 0x99, 0x4b, 0x61, 0x31, 0xec, 0xf2, 0x83, 0xa3, 0x78, 0x78, 0x4f,
  1345. 0xee, 0xdf, 0x7b, 0x52, 0xe8, 0xae, 0x3b, 0xd3, 0xdd, 0xff, 0xf1, 0x6a, 0x3c, 0xb4, 0xff, 0x87,
  1346. 0xf6, 0x7f, 0x2f, 0xda, 0xff, 0x9b, 0xd0, 0xdc, 0x43, 0xe3, 0x73, 0xfd, 0xf5, 0x18, 0x96, 0x33,
  1347. 0xad, 0x86, 0x2a, 0xa5, 0xd6, 0xd7, 0x3a, 0xde, 0xba, 0xd3, 0x37, 0xef, 0xb4, 0xc8, 0x41, 0xc1,
  1348. 0x8c, 0xbe, 0x0e, 0x3f, 0xc8, 0xcf, 0x70, 0xf4, 0x77, 0xed, 0xb3, 0xb8, 0x8b, 0x4b, 0xe5, 0x5d,
  1349. 0x8c, 0xce, 0xc2, 0xeb, 0x43, 0x56, 0xff, 0x36, 0xf6, 0xf7, 0xb0, 0x55, 0xfc, 0x2c, 0xbc, 0x11,
  1350. 0xe9, 0x10, 0x0b, 0x69, 0x84, 0x2c, 0x9e, 0x40, 0x71, 0xbb, 0xe3, 0x32, 0x99, 0x86, 0x07, 0xce,
  1351. 0x17, 0xa5, 0x74, 0x09, 0x7c, 0xa1, 0x33, 0x97, 0xdc, 0xeb, 0x0f, 0x92, 0xdb, 0xbd, 0x93, 0xdc,
  1352. 0xa2, 0xe8, 0x21, 0xc7, 0x6f, 0xf8, 0x4f, 0x9b, 0x41, 0x1f, 0xaf, 0x0a, 0x49, 0x1f, 0xe6, 0x57,
  1353. 0x87, 0x93, 0xa3, 0xab, 0x65, 0xfa, 0x6f, 0xfe, 0xd5, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xdd,
  1354. 0x8a, 0xbb, 0xbe, 0xab, 0x0f, 0x00, 0x00,
  1355. }