garden.pb.go 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: garden.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 GardenHouseholdUserListRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  22. PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  23. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  24. Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
  25. IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
  26. UserType int32 `protobuf:"varint,7,opt,name=user_type,json=userType,proto3" json:"user_type"`
  27. Uids []int64 `protobuf:"varint,8,rep,packed,name=uids,proto3" json:"uids"`
  28. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  29. XXX_unrecognized []byte `json:"-"`
  30. XXX_sizecache int32 `json:"-"`
  31. }
  32. func (m *GardenHouseholdUserListRequest) Reset() { *m = GardenHouseholdUserListRequest{} }
  33. func (m *GardenHouseholdUserListRequest) String() string { return proto.CompactTextString(m) }
  34. func (*GardenHouseholdUserListRequest) ProtoMessage() {}
  35. func (*GardenHouseholdUserListRequest) Descriptor() ([]byte, []int) {
  36. return fileDescriptor_5b775c37bba03b28, []int{0}
  37. }
  38. func (m *GardenHouseholdUserListRequest) XXX_Unmarshal(b []byte) error {
  39. return xxx_messageInfo_GardenHouseholdUserListRequest.Unmarshal(m, b)
  40. }
  41. func (m *GardenHouseholdUserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  42. return xxx_messageInfo_GardenHouseholdUserListRequest.Marshal(b, m, deterministic)
  43. }
  44. func (m *GardenHouseholdUserListRequest) XXX_Merge(src proto.Message) {
  45. xxx_messageInfo_GardenHouseholdUserListRequest.Merge(m, src)
  46. }
  47. func (m *GardenHouseholdUserListRequest) XXX_Size() int {
  48. return xxx_messageInfo_GardenHouseholdUserListRequest.Size(m)
  49. }
  50. func (m *GardenHouseholdUserListRequest) XXX_DiscardUnknown() {
  51. xxx_messageInfo_GardenHouseholdUserListRequest.DiscardUnknown(m)
  52. }
  53. var xxx_messageInfo_GardenHouseholdUserListRequest proto.InternalMessageInfo
  54. func (m *GardenHouseholdUserListRequest) GetGardenId() int64 {
  55. if m != nil {
  56. return m.GardenId
  57. }
  58. return 0
  59. }
  60. func (m *GardenHouseholdUserListRequest) GetPage() int64 {
  61. if m != nil {
  62. return m.Page
  63. }
  64. return 0
  65. }
  66. func (m *GardenHouseholdUserListRequest) GetPageSize() int64 {
  67. if m != nil {
  68. return m.PageSize
  69. }
  70. return 0
  71. }
  72. func (m *GardenHouseholdUserListRequest) GetName() string {
  73. if m != nil {
  74. return m.Name
  75. }
  76. return ""
  77. }
  78. func (m *GardenHouseholdUserListRequest) GetPhone() string {
  79. if m != nil {
  80. return m.Phone
  81. }
  82. return ""
  83. }
  84. func (m *GardenHouseholdUserListRequest) GetIdNumber() string {
  85. if m != nil {
  86. return m.IdNumber
  87. }
  88. return ""
  89. }
  90. func (m *GardenHouseholdUserListRequest) GetUserType() int32 {
  91. if m != nil {
  92. return m.UserType
  93. }
  94. return 0
  95. }
  96. func (m *GardenHouseholdUserListRequest) GetUids() []int64 {
  97. if m != nil {
  98. return m.Uids
  99. }
  100. return nil
  101. }
  102. type GardenHouseholdUserItem struct {
  103. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  104. // 1业主 2家人 3租客
  105. UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"`
  106. Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
  107. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  108. // 1 身份证 2 护照
  109. IdType int32 `protobuf:"varint,5,opt,name=id_type,json=idType,proto3" json:"id_type"`
  110. // 证件号
  111. IdNumber string `protobuf:"bytes,6,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
  112. GardenName string `protobuf:"bytes,7,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  113. HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  114. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  115. XXX_unrecognized []byte `json:"-"`
  116. XXX_sizecache int32 `json:"-"`
  117. }
  118. func (m *GardenHouseholdUserItem) Reset() { *m = GardenHouseholdUserItem{} }
  119. func (m *GardenHouseholdUserItem) String() string { return proto.CompactTextString(m) }
  120. func (*GardenHouseholdUserItem) ProtoMessage() {}
  121. func (*GardenHouseholdUserItem) Descriptor() ([]byte, []int) {
  122. return fileDescriptor_5b775c37bba03b28, []int{1}
  123. }
  124. func (m *GardenHouseholdUserItem) XXX_Unmarshal(b []byte) error {
  125. return xxx_messageInfo_GardenHouseholdUserItem.Unmarshal(m, b)
  126. }
  127. func (m *GardenHouseholdUserItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  128. return xxx_messageInfo_GardenHouseholdUserItem.Marshal(b, m, deterministic)
  129. }
  130. func (m *GardenHouseholdUserItem) XXX_Merge(src proto.Message) {
  131. xxx_messageInfo_GardenHouseholdUserItem.Merge(m, src)
  132. }
  133. func (m *GardenHouseholdUserItem) XXX_Size() int {
  134. return xxx_messageInfo_GardenHouseholdUserItem.Size(m)
  135. }
  136. func (m *GardenHouseholdUserItem) XXX_DiscardUnknown() {
  137. xxx_messageInfo_GardenHouseholdUserItem.DiscardUnknown(m)
  138. }
  139. var xxx_messageInfo_GardenHouseholdUserItem proto.InternalMessageInfo
  140. func (m *GardenHouseholdUserItem) GetId() int64 {
  141. if m != nil {
  142. return m.Id
  143. }
  144. return 0
  145. }
  146. func (m *GardenHouseholdUserItem) GetUserType() int32 {
  147. if m != nil {
  148. return m.UserType
  149. }
  150. return 0
  151. }
  152. func (m *GardenHouseholdUserItem) GetPhone() string {
  153. if m != nil {
  154. return m.Phone
  155. }
  156. return ""
  157. }
  158. func (m *GardenHouseholdUserItem) GetName() string {
  159. if m != nil {
  160. return m.Name
  161. }
  162. return ""
  163. }
  164. func (m *GardenHouseholdUserItem) GetIdType() int32 {
  165. if m != nil {
  166. return m.IdType
  167. }
  168. return 0
  169. }
  170. func (m *GardenHouseholdUserItem) GetIdNumber() string {
  171. if m != nil {
  172. return m.IdNumber
  173. }
  174. return ""
  175. }
  176. func (m *GardenHouseholdUserItem) GetGardenName() string {
  177. if m != nil {
  178. return m.GardenName
  179. }
  180. return ""
  181. }
  182. func (m *GardenHouseholdUserItem) GetHouseName() string {
  183. if m != nil {
  184. return m.HouseName
  185. }
  186. return ""
  187. }
  188. type GardenHouseholdUserListReply struct {
  189. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  190. Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  191. List []*GardenHouseholdUserItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  192. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  193. XXX_unrecognized []byte `json:"-"`
  194. XXX_sizecache int32 `json:"-"`
  195. }
  196. func (m *GardenHouseholdUserListReply) Reset() { *m = GardenHouseholdUserListReply{} }
  197. func (m *GardenHouseholdUserListReply) String() string { return proto.CompactTextString(m) }
  198. func (*GardenHouseholdUserListReply) ProtoMessage() {}
  199. func (*GardenHouseholdUserListReply) Descriptor() ([]byte, []int) {
  200. return fileDescriptor_5b775c37bba03b28, []int{2}
  201. }
  202. func (m *GardenHouseholdUserListReply) XXX_Unmarshal(b []byte) error {
  203. return xxx_messageInfo_GardenHouseholdUserListReply.Unmarshal(m, b)
  204. }
  205. func (m *GardenHouseholdUserListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  206. return xxx_messageInfo_GardenHouseholdUserListReply.Marshal(b, m, deterministic)
  207. }
  208. func (m *GardenHouseholdUserListReply) XXX_Merge(src proto.Message) {
  209. xxx_messageInfo_GardenHouseholdUserListReply.Merge(m, src)
  210. }
  211. func (m *GardenHouseholdUserListReply) XXX_Size() int {
  212. return xxx_messageInfo_GardenHouseholdUserListReply.Size(m)
  213. }
  214. func (m *GardenHouseholdUserListReply) XXX_DiscardUnknown() {
  215. xxx_messageInfo_GardenHouseholdUserListReply.DiscardUnknown(m)
  216. }
  217. var xxx_messageInfo_GardenHouseholdUserListReply proto.InternalMessageInfo
  218. func (m *GardenHouseholdUserListReply) GetTotal() int64 {
  219. if m != nil {
  220. return m.Total
  221. }
  222. return 0
  223. }
  224. func (m *GardenHouseholdUserListReply) GetPage() int64 {
  225. if m != nil {
  226. return m.Page
  227. }
  228. return 0
  229. }
  230. func (m *GardenHouseholdUserListReply) GetList() []*GardenHouseholdUserItem {
  231. if m != nil {
  232. return m.List
  233. }
  234. return nil
  235. }
  236. type GardenHouseholdListRequest struct {
  237. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  238. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
  239. Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  240. PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  241. UserType int32 `protobuf:"varint,5,opt,name=user_type,json=userType,proto3" json:"user_type"`
  242. Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name"`
  243. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  244. XXX_unrecognized []byte `json:"-"`
  245. XXX_sizecache int32 `json:"-"`
  246. }
  247. func (m *GardenHouseholdListRequest) Reset() { *m = GardenHouseholdListRequest{} }
  248. func (m *GardenHouseholdListRequest) String() string { return proto.CompactTextString(m) }
  249. func (*GardenHouseholdListRequest) ProtoMessage() {}
  250. func (*GardenHouseholdListRequest) Descriptor() ([]byte, []int) {
  251. return fileDescriptor_5b775c37bba03b28, []int{3}
  252. }
  253. func (m *GardenHouseholdListRequest) XXX_Unmarshal(b []byte) error {
  254. return xxx_messageInfo_GardenHouseholdListRequest.Unmarshal(m, b)
  255. }
  256. func (m *GardenHouseholdListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  257. return xxx_messageInfo_GardenHouseholdListRequest.Marshal(b, m, deterministic)
  258. }
  259. func (m *GardenHouseholdListRequest) XXX_Merge(src proto.Message) {
  260. xxx_messageInfo_GardenHouseholdListRequest.Merge(m, src)
  261. }
  262. func (m *GardenHouseholdListRequest) XXX_Size() int {
  263. return xxx_messageInfo_GardenHouseholdListRequest.Size(m)
  264. }
  265. func (m *GardenHouseholdListRequest) XXX_DiscardUnknown() {
  266. xxx_messageInfo_GardenHouseholdListRequest.DiscardUnknown(m)
  267. }
  268. var xxx_messageInfo_GardenHouseholdListRequest proto.InternalMessageInfo
  269. func (m *GardenHouseholdListRequest) GetGardenId() int64 {
  270. if m != nil {
  271. return m.GardenId
  272. }
  273. return 0
  274. }
  275. func (m *GardenHouseholdListRequest) GetUid() int64 {
  276. if m != nil {
  277. return m.Uid
  278. }
  279. return 0
  280. }
  281. func (m *GardenHouseholdListRequest) GetPage() int64 {
  282. if m != nil {
  283. return m.Page
  284. }
  285. return 0
  286. }
  287. func (m *GardenHouseholdListRequest) GetPageSize() int64 {
  288. if m != nil {
  289. return m.PageSize
  290. }
  291. return 0
  292. }
  293. func (m *GardenHouseholdListRequest) GetUserType() int32 {
  294. if m != nil {
  295. return m.UserType
  296. }
  297. return 0
  298. }
  299. func (m *GardenHouseholdListRequest) GetName() string {
  300. if m != nil {
  301. return m.Name
  302. }
  303. return ""
  304. }
  305. type GardenHouseholdItem struct {
  306. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  307. // 1业主 2家人 3租客
  308. UserType int32 `protobuf:"varint,2,opt,name=user_type,json=userType,proto3" json:"user_type"`
  309. Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
  310. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  311. Appendix []string `protobuf:"bytes,5,rep,name=appendix,proto3" json:"appendix"`
  312. // 1 身份证 2 护照
  313. IdType int32 `protobuf:"varint,6,opt,name=id_type,json=idType,proto3" json:"id_type"`
  314. // 证件号
  315. IdNumber string `protobuf:"bytes,7,opt,name=id_number,json=idNumber,proto3" json:"id_number"`
  316. // 房号
  317. HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  318. ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  319. GardenName string `protobuf:"bytes,10,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  320. Uid int64 `protobuf:"varint,11,opt,name=uid,proto3" json:"uid"`
  321. HouseId int64 `protobuf:"varint,12,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  322. UnitId int64 `protobuf:"varint,13,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
  323. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  324. XXX_unrecognized []byte `json:"-"`
  325. XXX_sizecache int32 `json:"-"`
  326. }
  327. func (m *GardenHouseholdItem) Reset() { *m = GardenHouseholdItem{} }
  328. func (m *GardenHouseholdItem) String() string { return proto.CompactTextString(m) }
  329. func (*GardenHouseholdItem) ProtoMessage() {}
  330. func (*GardenHouseholdItem) Descriptor() ([]byte, []int) {
  331. return fileDescriptor_5b775c37bba03b28, []int{4}
  332. }
  333. func (m *GardenHouseholdItem) XXX_Unmarshal(b []byte) error {
  334. return xxx_messageInfo_GardenHouseholdItem.Unmarshal(m, b)
  335. }
  336. func (m *GardenHouseholdItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  337. return xxx_messageInfo_GardenHouseholdItem.Marshal(b, m, deterministic)
  338. }
  339. func (m *GardenHouseholdItem) XXX_Merge(src proto.Message) {
  340. xxx_messageInfo_GardenHouseholdItem.Merge(m, src)
  341. }
  342. func (m *GardenHouseholdItem) XXX_Size() int {
  343. return xxx_messageInfo_GardenHouseholdItem.Size(m)
  344. }
  345. func (m *GardenHouseholdItem) XXX_DiscardUnknown() {
  346. xxx_messageInfo_GardenHouseholdItem.DiscardUnknown(m)
  347. }
  348. var xxx_messageInfo_GardenHouseholdItem proto.InternalMessageInfo
  349. func (m *GardenHouseholdItem) GetId() int64 {
  350. if m != nil {
  351. return m.Id
  352. }
  353. return 0
  354. }
  355. func (m *GardenHouseholdItem) GetUserType() int32 {
  356. if m != nil {
  357. return m.UserType
  358. }
  359. return 0
  360. }
  361. func (m *GardenHouseholdItem) GetPhone() string {
  362. if m != nil {
  363. return m.Phone
  364. }
  365. return ""
  366. }
  367. func (m *GardenHouseholdItem) GetName() string {
  368. if m != nil {
  369. return m.Name
  370. }
  371. return ""
  372. }
  373. func (m *GardenHouseholdItem) GetAppendix() []string {
  374. if m != nil {
  375. return m.Appendix
  376. }
  377. return nil
  378. }
  379. func (m *GardenHouseholdItem) GetIdType() int32 {
  380. if m != nil {
  381. return m.IdType
  382. }
  383. return 0
  384. }
  385. func (m *GardenHouseholdItem) GetIdNumber() string {
  386. if m != nil {
  387. return m.IdNumber
  388. }
  389. return ""
  390. }
  391. func (m *GardenHouseholdItem) GetHouseName() string {
  392. if m != nil {
  393. return m.HouseName
  394. }
  395. return ""
  396. }
  397. func (m *GardenHouseholdItem) GetApproveStatus() int32 {
  398. if m != nil {
  399. return m.ApproveStatus
  400. }
  401. return 0
  402. }
  403. func (m *GardenHouseholdItem) GetGardenName() string {
  404. if m != nil {
  405. return m.GardenName
  406. }
  407. return ""
  408. }
  409. func (m *GardenHouseholdItem) GetUid() int64 {
  410. if m != nil {
  411. return m.Uid
  412. }
  413. return 0
  414. }
  415. func (m *GardenHouseholdItem) GetHouseId() int64 {
  416. if m != nil {
  417. return m.HouseId
  418. }
  419. return 0
  420. }
  421. func (m *GardenHouseholdItem) GetUnitId() int64 {
  422. if m != nil {
  423. return m.UnitId
  424. }
  425. return 0
  426. }
  427. type GardenHouseholdListReply struct {
  428. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  429. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  430. List []*GardenHouseholdItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  431. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  432. XXX_unrecognized []byte `json:"-"`
  433. XXX_sizecache int32 `json:"-"`
  434. }
  435. func (m *GardenHouseholdListReply) Reset() { *m = GardenHouseholdListReply{} }
  436. func (m *GardenHouseholdListReply) String() string { return proto.CompactTextString(m) }
  437. func (*GardenHouseholdListReply) ProtoMessage() {}
  438. func (*GardenHouseholdListReply) Descriptor() ([]byte, []int) {
  439. return fileDescriptor_5b775c37bba03b28, []int{5}
  440. }
  441. func (m *GardenHouseholdListReply) XXX_Unmarshal(b []byte) error {
  442. return xxx_messageInfo_GardenHouseholdListReply.Unmarshal(m, b)
  443. }
  444. func (m *GardenHouseholdListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  445. return xxx_messageInfo_GardenHouseholdListReply.Marshal(b, m, deterministic)
  446. }
  447. func (m *GardenHouseholdListReply) XXX_Merge(src proto.Message) {
  448. xxx_messageInfo_GardenHouseholdListReply.Merge(m, src)
  449. }
  450. func (m *GardenHouseholdListReply) XXX_Size() int {
  451. return xxx_messageInfo_GardenHouseholdListReply.Size(m)
  452. }
  453. func (m *GardenHouseholdListReply) XXX_DiscardUnknown() {
  454. xxx_messageInfo_GardenHouseholdListReply.DiscardUnknown(m)
  455. }
  456. var xxx_messageInfo_GardenHouseholdListReply proto.InternalMessageInfo
  457. func (m *GardenHouseholdListReply) GetPage() int64 {
  458. if m != nil {
  459. return m.Page
  460. }
  461. return 0
  462. }
  463. func (m *GardenHouseholdListReply) GetTotal() int64 {
  464. if m != nil {
  465. return m.Total
  466. }
  467. return 0
  468. }
  469. func (m *GardenHouseholdListReply) GetList() []*GardenHouseholdItem {
  470. if m != nil {
  471. return m.List
  472. }
  473. return nil
  474. }
  475. type GardenHouseholdUnitIdsRequest struct {
  476. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  477. Uids []int64 `protobuf:"varint,2,rep,packed,name=uids,proto3" json:"uids"`
  478. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  479. XXX_unrecognized []byte `json:"-"`
  480. XXX_sizecache int32 `json:"-"`
  481. }
  482. func (m *GardenHouseholdUnitIdsRequest) Reset() { *m = GardenHouseholdUnitIdsRequest{} }
  483. func (m *GardenHouseholdUnitIdsRequest) String() string { return proto.CompactTextString(m) }
  484. func (*GardenHouseholdUnitIdsRequest) ProtoMessage() {}
  485. func (*GardenHouseholdUnitIdsRequest) Descriptor() ([]byte, []int) {
  486. return fileDescriptor_5b775c37bba03b28, []int{6}
  487. }
  488. func (m *GardenHouseholdUnitIdsRequest) XXX_Unmarshal(b []byte) error {
  489. return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Unmarshal(m, b)
  490. }
  491. func (m *GardenHouseholdUnitIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  492. return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Marshal(b, m, deterministic)
  493. }
  494. func (m *GardenHouseholdUnitIdsRequest) XXX_Merge(src proto.Message) {
  495. xxx_messageInfo_GardenHouseholdUnitIdsRequest.Merge(m, src)
  496. }
  497. func (m *GardenHouseholdUnitIdsRequest) XXX_Size() int {
  498. return xxx_messageInfo_GardenHouseholdUnitIdsRequest.Size(m)
  499. }
  500. func (m *GardenHouseholdUnitIdsRequest) XXX_DiscardUnknown() {
  501. xxx_messageInfo_GardenHouseholdUnitIdsRequest.DiscardUnknown(m)
  502. }
  503. var xxx_messageInfo_GardenHouseholdUnitIdsRequest proto.InternalMessageInfo
  504. func (m *GardenHouseholdUnitIdsRequest) GetGardenId() int64 {
  505. if m != nil {
  506. return m.GardenId
  507. }
  508. return 0
  509. }
  510. func (m *GardenHouseholdUnitIdsRequest) GetUids() []int64 {
  511. if m != nil {
  512. return m.Uids
  513. }
  514. return nil
  515. }
  516. type GardenHouseholdUnitId struct {
  517. Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
  518. HouseNames string `protobuf:"bytes,2,opt,name=house_names,json=houseNames,proto3" json:"house_names"`
  519. UnitIds []int64 `protobuf:"varint,3,rep,packed,name=unit_ids,json=unitIds,proto3" json:"unit_ids"`
  520. UserType int32 `protobuf:"varint,4,opt,name=user_type,json=userType,proto3" json:"user_type"`
  521. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  522. XXX_unrecognized []byte `json:"-"`
  523. XXX_sizecache int32 `json:"-"`
  524. }
  525. func (m *GardenHouseholdUnitId) Reset() { *m = GardenHouseholdUnitId{} }
  526. func (m *GardenHouseholdUnitId) String() string { return proto.CompactTextString(m) }
  527. func (*GardenHouseholdUnitId) ProtoMessage() {}
  528. func (*GardenHouseholdUnitId) Descriptor() ([]byte, []int) {
  529. return fileDescriptor_5b775c37bba03b28, []int{7}
  530. }
  531. func (m *GardenHouseholdUnitId) XXX_Unmarshal(b []byte) error {
  532. return xxx_messageInfo_GardenHouseholdUnitId.Unmarshal(m, b)
  533. }
  534. func (m *GardenHouseholdUnitId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  535. return xxx_messageInfo_GardenHouseholdUnitId.Marshal(b, m, deterministic)
  536. }
  537. func (m *GardenHouseholdUnitId) XXX_Merge(src proto.Message) {
  538. xxx_messageInfo_GardenHouseholdUnitId.Merge(m, src)
  539. }
  540. func (m *GardenHouseholdUnitId) XXX_Size() int {
  541. return xxx_messageInfo_GardenHouseholdUnitId.Size(m)
  542. }
  543. func (m *GardenHouseholdUnitId) XXX_DiscardUnknown() {
  544. xxx_messageInfo_GardenHouseholdUnitId.DiscardUnknown(m)
  545. }
  546. var xxx_messageInfo_GardenHouseholdUnitId proto.InternalMessageInfo
  547. func (m *GardenHouseholdUnitId) GetUid() int64 {
  548. if m != nil {
  549. return m.Uid
  550. }
  551. return 0
  552. }
  553. func (m *GardenHouseholdUnitId) GetHouseNames() string {
  554. if m != nil {
  555. return m.HouseNames
  556. }
  557. return ""
  558. }
  559. func (m *GardenHouseholdUnitId) GetUnitIds() []int64 {
  560. if m != nil {
  561. return m.UnitIds
  562. }
  563. return nil
  564. }
  565. func (m *GardenHouseholdUnitId) GetUserType() int32 {
  566. if m != nil {
  567. return m.UserType
  568. }
  569. return 0
  570. }
  571. type GardenHouseholdUnitIdsReply struct {
  572. List []*GardenHouseholdUnitId `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  573. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  574. XXX_unrecognized []byte `json:"-"`
  575. XXX_sizecache int32 `json:"-"`
  576. }
  577. func (m *GardenHouseholdUnitIdsReply) Reset() { *m = GardenHouseholdUnitIdsReply{} }
  578. func (m *GardenHouseholdUnitIdsReply) String() string { return proto.CompactTextString(m) }
  579. func (*GardenHouseholdUnitIdsReply) ProtoMessage() {}
  580. func (*GardenHouseholdUnitIdsReply) Descriptor() ([]byte, []int) {
  581. return fileDescriptor_5b775c37bba03b28, []int{8}
  582. }
  583. func (m *GardenHouseholdUnitIdsReply) XXX_Unmarshal(b []byte) error {
  584. return xxx_messageInfo_GardenHouseholdUnitIdsReply.Unmarshal(m, b)
  585. }
  586. func (m *GardenHouseholdUnitIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  587. return xxx_messageInfo_GardenHouseholdUnitIdsReply.Marshal(b, m, deterministic)
  588. }
  589. func (m *GardenHouseholdUnitIdsReply) XXX_Merge(src proto.Message) {
  590. xxx_messageInfo_GardenHouseholdUnitIdsReply.Merge(m, src)
  591. }
  592. func (m *GardenHouseholdUnitIdsReply) XXX_Size() int {
  593. return xxx_messageInfo_GardenHouseholdUnitIdsReply.Size(m)
  594. }
  595. func (m *GardenHouseholdUnitIdsReply) XXX_DiscardUnknown() {
  596. xxx_messageInfo_GardenHouseholdUnitIdsReply.DiscardUnknown(m)
  597. }
  598. var xxx_messageInfo_GardenHouseholdUnitIdsReply proto.InternalMessageInfo
  599. func (m *GardenHouseholdUnitIdsReply) GetList() []*GardenHouseholdUnitId {
  600. if m != nil {
  601. return m.List
  602. }
  603. return nil
  604. }
  605. type GardenHouseholdUidsFromUnitIdRequest struct {
  606. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  607. UnitIds []int64 `protobuf:"varint,2,rep,packed,name=unit_ids,json=unitIds,proto3" json:"unit_ids"`
  608. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  609. XXX_unrecognized []byte `json:"-"`
  610. XXX_sizecache int32 `json:"-"`
  611. }
  612. func (m *GardenHouseholdUidsFromUnitIdRequest) Reset() { *m = GardenHouseholdUidsFromUnitIdRequest{} }
  613. func (m *GardenHouseholdUidsFromUnitIdRequest) String() string { return proto.CompactTextString(m) }
  614. func (*GardenHouseholdUidsFromUnitIdRequest) ProtoMessage() {}
  615. func (*GardenHouseholdUidsFromUnitIdRequest) Descriptor() ([]byte, []int) {
  616. return fileDescriptor_5b775c37bba03b28, []int{9}
  617. }
  618. func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Unmarshal(b []byte) error {
  619. return xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Unmarshal(m, b)
  620. }
  621. func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  622. return xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Marshal(b, m, deterministic)
  623. }
  624. func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Merge(src proto.Message) {
  625. xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Merge(m, src)
  626. }
  627. func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_Size() int {
  628. return xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.Size(m)
  629. }
  630. func (m *GardenHouseholdUidsFromUnitIdRequest) XXX_DiscardUnknown() {
  631. xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest.DiscardUnknown(m)
  632. }
  633. var xxx_messageInfo_GardenHouseholdUidsFromUnitIdRequest proto.InternalMessageInfo
  634. func (m *GardenHouseholdUidsFromUnitIdRequest) GetGardenId() int64 {
  635. if m != nil {
  636. return m.GardenId
  637. }
  638. return 0
  639. }
  640. func (m *GardenHouseholdUidsFromUnitIdRequest) GetUnitIds() []int64 {
  641. if m != nil {
  642. return m.UnitIds
  643. }
  644. return nil
  645. }
  646. type GardenHouseholdUidsFromUnitIdReply struct {
  647. Uids []int64 `protobuf:"varint,3,rep,packed,name=uids,proto3" json:"uids"`
  648. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  649. XXX_unrecognized []byte `json:"-"`
  650. XXX_sizecache int32 `json:"-"`
  651. }
  652. func (m *GardenHouseholdUidsFromUnitIdReply) Reset() { *m = GardenHouseholdUidsFromUnitIdReply{} }
  653. func (m *GardenHouseholdUidsFromUnitIdReply) String() string { return proto.CompactTextString(m) }
  654. func (*GardenHouseholdUidsFromUnitIdReply) ProtoMessage() {}
  655. func (*GardenHouseholdUidsFromUnitIdReply) Descriptor() ([]byte, []int) {
  656. return fileDescriptor_5b775c37bba03b28, []int{10}
  657. }
  658. func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Unmarshal(b []byte) error {
  659. return xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Unmarshal(m, b)
  660. }
  661. func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  662. return xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Marshal(b, m, deterministic)
  663. }
  664. func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Merge(src proto.Message) {
  665. xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Merge(m, src)
  666. }
  667. func (m *GardenHouseholdUidsFromUnitIdReply) XXX_Size() int {
  668. return xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.Size(m)
  669. }
  670. func (m *GardenHouseholdUidsFromUnitIdReply) XXX_DiscardUnknown() {
  671. xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply.DiscardUnknown(m)
  672. }
  673. var xxx_messageInfo_GardenHouseholdUidsFromUnitIdReply proto.InternalMessageInfo
  674. func (m *GardenHouseholdUidsFromUnitIdReply) GetUids() []int64 {
  675. if m != nil {
  676. return m.Uids
  677. }
  678. return nil
  679. }
  680. type SystemMsgAddRequest struct {
  681. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  682. Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content"`
  683. Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code"`
  684. Uid int64 `protobuf:"varint,4,opt,name=uid,proto3" json:"uid"`
  685. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  686. XXX_unrecognized []byte `json:"-"`
  687. XXX_sizecache int32 `json:"-"`
  688. }
  689. func (m *SystemMsgAddRequest) Reset() { *m = SystemMsgAddRequest{} }
  690. func (m *SystemMsgAddRequest) String() string { return proto.CompactTextString(m) }
  691. func (*SystemMsgAddRequest) ProtoMessage() {}
  692. func (*SystemMsgAddRequest) Descriptor() ([]byte, []int) {
  693. return fileDescriptor_5b775c37bba03b28, []int{11}
  694. }
  695. func (m *SystemMsgAddRequest) XXX_Unmarshal(b []byte) error {
  696. return xxx_messageInfo_SystemMsgAddRequest.Unmarshal(m, b)
  697. }
  698. func (m *SystemMsgAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  699. return xxx_messageInfo_SystemMsgAddRequest.Marshal(b, m, deterministic)
  700. }
  701. func (m *SystemMsgAddRequest) XXX_Merge(src proto.Message) {
  702. xxx_messageInfo_SystemMsgAddRequest.Merge(m, src)
  703. }
  704. func (m *SystemMsgAddRequest) XXX_Size() int {
  705. return xxx_messageInfo_SystemMsgAddRequest.Size(m)
  706. }
  707. func (m *SystemMsgAddRequest) XXX_DiscardUnknown() {
  708. xxx_messageInfo_SystemMsgAddRequest.DiscardUnknown(m)
  709. }
  710. var xxx_messageInfo_SystemMsgAddRequest proto.InternalMessageInfo
  711. func (m *SystemMsgAddRequest) GetGardenId() int64 {
  712. if m != nil {
  713. return m.GardenId
  714. }
  715. return 0
  716. }
  717. func (m *SystemMsgAddRequest) GetContent() string {
  718. if m != nil {
  719. return m.Content
  720. }
  721. return ""
  722. }
  723. func (m *SystemMsgAddRequest) GetCode() string {
  724. if m != nil {
  725. return m.Code
  726. }
  727. return ""
  728. }
  729. func (m *SystemMsgAddRequest) GetUid() int64 {
  730. if m != nil {
  731. return m.Uid
  732. }
  733. return 0
  734. }
  735. type SystemMsgAddReply struct {
  736. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  737. XXX_unrecognized []byte `json:"-"`
  738. XXX_sizecache int32 `json:"-"`
  739. }
  740. func (m *SystemMsgAddReply) Reset() { *m = SystemMsgAddReply{} }
  741. func (m *SystemMsgAddReply) String() string { return proto.CompactTextString(m) }
  742. func (*SystemMsgAddReply) ProtoMessage() {}
  743. func (*SystemMsgAddReply) Descriptor() ([]byte, []int) {
  744. return fileDescriptor_5b775c37bba03b28, []int{12}
  745. }
  746. func (m *SystemMsgAddReply) XXX_Unmarshal(b []byte) error {
  747. return xxx_messageInfo_SystemMsgAddReply.Unmarshal(m, b)
  748. }
  749. func (m *SystemMsgAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  750. return xxx_messageInfo_SystemMsgAddReply.Marshal(b, m, deterministic)
  751. }
  752. func (m *SystemMsgAddReply) XXX_Merge(src proto.Message) {
  753. xxx_messageInfo_SystemMsgAddReply.Merge(m, src)
  754. }
  755. func (m *SystemMsgAddReply) XXX_Size() int {
  756. return xxx_messageInfo_SystemMsgAddReply.Size(m)
  757. }
  758. func (m *SystemMsgAddReply) XXX_DiscardUnknown() {
  759. xxx_messageInfo_SystemMsgAddReply.DiscardUnknown(m)
  760. }
  761. var xxx_messageInfo_SystemMsgAddReply proto.InternalMessageInfo
  762. func init() {
  763. proto.RegisterType((*GardenHouseholdUserListRequest)(nil), "pb_v1.GardenHouseholdUserListRequest")
  764. proto.RegisterType((*GardenHouseholdUserItem)(nil), "pb_v1.GardenHouseholdUserItem")
  765. proto.RegisterType((*GardenHouseholdUserListReply)(nil), "pb_v1.GardenHouseholdUserListReply")
  766. proto.RegisterType((*GardenHouseholdListRequest)(nil), "pb_v1.GardenHouseholdListRequest")
  767. proto.RegisterType((*GardenHouseholdItem)(nil), "pb_v1.GardenHouseholdItem")
  768. proto.RegisterType((*GardenHouseholdListReply)(nil), "pb_v1.GardenHouseholdListReply")
  769. proto.RegisterType((*GardenHouseholdUnitIdsRequest)(nil), "pb_v1.GardenHouseholdUnitIdsRequest")
  770. proto.RegisterType((*GardenHouseholdUnitId)(nil), "pb_v1.GardenHouseholdUnitId")
  771. proto.RegisterType((*GardenHouseholdUnitIdsReply)(nil), "pb_v1.GardenHouseholdUnitIdsReply")
  772. proto.RegisterType((*GardenHouseholdUidsFromUnitIdRequest)(nil), "pb_v1.GardenHouseholdUidsFromUnitIdRequest")
  773. proto.RegisterType((*GardenHouseholdUidsFromUnitIdReply)(nil), "pb_v1.GardenHouseholdUidsFromUnitIdReply")
  774. proto.RegisterType((*SystemMsgAddRequest)(nil), "pb_v1.SystemMsgAddRequest")
  775. proto.RegisterType((*SystemMsgAddReply)(nil), "pb_v1.SystemMsgAddReply")
  776. }
  777. func init() {
  778. proto.RegisterFile("garden.proto", fileDescriptor_5b775c37bba03b28)
  779. }
  780. var fileDescriptor_5b775c37bba03b28 = []byte{
  781. // 681 bytes of a gzipped FileDescriptorProto
  782. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0xcd, 0x6e, 0xd3, 0x4e,
  783. 0x10, 0x97, 0xed, 0x38, 0x76, 0x26, 0x6d, 0xf5, 0xff, 0xbb, 0x54, 0x5d, 0xfa, 0x19, 0x59, 0x20,
  784. 0xe5, 0x42, 0x4a, 0xcb, 0x85, 0x2b, 0x1c, 0x80, 0x48, 0x50, 0x90, 0x0b, 0x17, 0x0e, 0x44, 0x4e,
  785. 0x77, 0xd5, 0xac, 0x94, 0xd8, 0x8b, 0x77, 0x1d, 0x91, 0x8a, 0x13, 0xef, 0xc3, 0x6b, 0x71, 0xe1,
  786. 0x25, 0xd0, 0x8e, 0x9d, 0xc4, 0x76, 0xed, 0x92, 0x0b, 0xa7, 0xec, 0xcc, 0xec, 0xce, 0xce, 0xef,
  787. 0xc3, 0x1b, 0xd8, 0xba, 0x09, 0x13, 0xca, 0xa2, 0x81, 0x48, 0x62, 0x15, 0x7b, 0xb6, 0x18, 0x8f,
  788. 0xe6, 0xe7, 0xfe, 0x2f, 0x03, 0x4e, 0x5e, 0x63, 0xfe, 0x4d, 0x9c, 0x4a, 0x36, 0x89, 0xa7, 0xf4,
  789. 0x93, 0x64, 0xc9, 0x5b, 0x2e, 0x55, 0xc0, 0xbe, 0xa6, 0x4c, 0x2a, 0xef, 0x10, 0x3a, 0xd9, 0xc9,
  790. 0x11, 0xa7, 0xc4, 0xe8, 0x19, 0x7d, 0x2b, 0x70, 0xb3, 0xc4, 0x90, 0x7a, 0x1e, 0xb4, 0x44, 0x78,
  791. 0xc3, 0x88, 0x89, 0x79, 0x5c, 0xeb, 0x03, 0xfa, 0x77, 0x24, 0xf9, 0x2d, 0x23, 0x56, 0x76, 0x40,
  792. 0x27, 0xae, 0xf8, 0x2d, 0xd3, 0x07, 0xa2, 0x70, 0xc6, 0x48, 0xab, 0x67, 0xf4, 0x3b, 0x01, 0xae,
  793. 0xbd, 0x07, 0x60, 0x8b, 0x49, 0x1c, 0x31, 0x62, 0x63, 0x32, 0x0b, 0x74, 0x1b, 0x4e, 0x47, 0x51,
  794. 0x3a, 0x1b, 0xb3, 0x84, 0xb4, 0xb1, 0xe2, 0x72, 0x7a, 0x89, 0xb1, 0x2e, 0xa6, 0x92, 0x25, 0x23,
  795. 0xb5, 0x10, 0x8c, 0x38, 0x3d, 0xa3, 0x6f, 0x07, 0xae, 0x4e, 0x7c, 0x5c, 0x08, 0xbc, 0x23, 0xe5,
  796. 0x54, 0x12, 0xb7, 0x67, 0xe9, 0xa1, 0xf4, 0x5a, 0x03, 0xdd, 0xaf, 0x01, 0x3a, 0x54, 0x6c, 0xe6,
  797. 0xed, 0x80, 0xb9, 0x82, 0x66, 0x72, 0x5a, 0x6e, 0x6e, 0x56, 0x9a, 0xaf, 0x86, 0xb5, 0x8a, 0xc3,
  798. 0xd6, 0xc1, 0xda, 0x07, 0x87, 0xd3, 0xac, 0x89, 0x8d, 0x4d, 0xda, 0x9c, 0x62, 0x8b, 0x7b, 0x91,
  799. 0x9d, 0x42, 0x37, 0xa7, 0x1b, 0x1b, 0x3a, 0x58, 0x86, 0x2c, 0x75, 0xa9, 0xdb, 0x1e, 0x03, 0x4c,
  800. 0x34, 0x84, 0xac, 0xee, 0x62, 0xbd, 0x83, 0x19, 0x5d, 0xf6, 0xbf, 0xc3, 0x51, 0xa3, 0xa0, 0x62,
  801. 0xba, 0xd0, 0xf3, 0xab, 0x58, 0x85, 0xd3, 0x1c, 0x6f, 0x16, 0xd4, 0xea, 0x78, 0x01, 0xad, 0x29,
  802. 0x97, 0x8a, 0x58, 0x3d, 0xab, 0xdf, 0xbd, 0x38, 0x19, 0xa0, 0x63, 0x06, 0x0d, 0x24, 0x06, 0xb8,
  803. 0xd7, 0xff, 0x69, 0xc0, 0x41, 0x65, 0xc7, 0xc6, 0x5e, 0xfa, 0x0f, 0xac, 0x94, 0xd3, 0x7c, 0x04,
  804. 0xbd, 0x5c, 0x4d, 0x65, 0x35, 0xb9, 0xab, 0x55, 0x71, 0x57, 0x49, 0x39, 0xfb, 0xae, 0x2d, 0x90,
  805. 0xb2, 0xf6, 0x5a, 0x23, 0xff, 0xb7, 0x09, 0xbb, 0x95, 0x79, 0xff, 0xa5, 0x25, 0x0e, 0xc0, 0x0d,
  806. 0x85, 0x60, 0x11, 0xe5, 0xdf, 0x88, 0xdd, 0xb3, 0xb4, 0xf0, 0xcb, 0xb8, 0x68, 0x97, 0x76, 0xb3,
  807. 0x5d, 0x9c, 0x8a, 0x5d, 0xee, 0x77, 0x83, 0xf7, 0x18, 0x76, 0x42, 0x21, 0x92, 0x78, 0xce, 0x46,
  808. 0x52, 0x85, 0x2a, 0x95, 0xa4, 0x83, 0xbd, 0xb7, 0xf3, 0xec, 0x15, 0x26, 0xab, 0xa6, 0x83, 0x3b,
  809. 0xa6, 0xcb, 0xb5, 0xe9, 0xae, 0xb5, 0x79, 0x08, 0x6e, 0x76, 0x31, 0xa7, 0x64, 0x0b, 0xd3, 0x0e,
  810. 0xc6, 0x43, 0xaa, 0x91, 0xa4, 0x11, 0x57, 0xba, 0xb2, 0x8d, 0x95, 0xb6, 0x0e, 0x87, 0xd4, 0x57,
  811. 0x40, 0x6a, 0xcd, 0xa1, 0x7d, 0xb9, 0xd4, 0xda, 0x28, 0x68, 0xbd, 0xf2, 0xaa, 0x59, 0xf4, 0xea,
  812. 0xa0, 0xe4, 0xcb, 0x83, 0x7a, 0x5f, 0x16, 0x3c, 0xf9, 0x01, 0x8e, 0xab, 0xa6, 0xc5, 0x71, 0xe4,
  813. 0xa6, 0x2f, 0x1c, 0x3e, 0x26, 0x66, 0xe1, 0x31, 0xf9, 0x61, 0xc0, 0x5e, 0x6d, 0xcb, 0x25, 0x4f,
  814. 0xc6, 0x9a, 0xa7, 0x53, 0xe8, 0xae, 0x05, 0x92, 0x88, 0xa4, 0x13, 0xc0, 0x4a, 0x21, 0xa9, 0x89,
  815. 0xcc, 0xd9, 0x92, 0x08, 0xc9, 0x0a, 0x9c, 0x8c, 0x2e, 0x59, 0x76, 0x5d, 0xab, 0xec, 0x3a, 0xff,
  816. 0x3d, 0x1c, 0x36, 0xc1, 0xd2, 0x7c, 0x3e, 0xcd, 0x59, 0x32, 0x90, 0xa5, 0xa3, 0x86, 0xaf, 0x17,
  817. 0x4f, 0xe4, 0x3c, 0x7d, 0x81, 0x47, 0xd5, 0x32, 0xa7, 0xf2, 0x55, 0x12, 0xcf, 0xf2, 0x6d, 0x9b,
  818. 0xd0, 0x55, 0x44, 0x63, 0x96, 0xd0, 0xf8, 0xcf, 0xc1, 0xff, 0x4b, 0xff, 0xdc, 0x07, 0xe9, 0x9a,
  819. 0x8a, 0x8c, 0xef, 0x04, 0x76, 0xaf, 0x16, 0x52, 0xb1, 0xd9, 0x3b, 0x79, 0xf3, 0x82, 0x6e, 0x36,
  820. 0x08, 0x01, 0xe7, 0x3a, 0x8e, 0x14, 0x8b, 0x54, 0xce, 0xf9, 0x32, 0xd4, 0x37, 0x5c, 0xc7, 0x74,
  821. 0xf9, 0xb5, 0xe2, 0x7a, 0xa9, 0x5b, 0x6b, 0xa5, 0x9b, 0xbf, 0x0b, 0xff, 0x97, 0xef, 0x14, 0xd3,
  822. 0xc5, 0xcb, 0xfd, 0xcf, 0x7b, 0x22, 0x89, 0x05, 0x4b, 0xd4, 0xe2, 0x09, 0x65, 0x73, 0x7e, 0xcd,
  823. 0xce, 0xc4, 0xf8, 0x6c, 0x7e, 0x3e, 0x6e, 0xe3, 0xbf, 0xea, 0xb3, 0x3f, 0x01, 0x00, 0x00, 0xff,
  824. 0xff, 0xdf, 0xcd, 0xe5, 0x18, 0x65, 0x07, 0x00, 0x00,
  825. }