company.pb.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: company.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 CompanyInfoRequest struct {
  20. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *CompanyInfoRequest) Reset() { *m = CompanyInfoRequest{} }
  26. func (m *CompanyInfoRequest) String() string { return proto.CompactTextString(m) }
  27. func (*CompanyInfoRequest) ProtoMessage() {}
  28. func (*CompanyInfoRequest) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_ade57ca5b8f3903f, []int{0}
  30. }
  31. func (m *CompanyInfoRequest) XXX_Unmarshal(b []byte) error {
  32. return xxx_messageInfo_CompanyInfoRequest.Unmarshal(m, b)
  33. }
  34. func (m *CompanyInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. return xxx_messageInfo_CompanyInfoRequest.Marshal(b, m, deterministic)
  36. }
  37. func (m *CompanyInfoRequest) XXX_Merge(src proto.Message) {
  38. xxx_messageInfo_CompanyInfoRequest.Merge(m, src)
  39. }
  40. func (m *CompanyInfoRequest) XXX_Size() int {
  41. return xxx_messageInfo_CompanyInfoRequest.Size(m)
  42. }
  43. func (m *CompanyInfoRequest) XXX_DiscardUnknown() {
  44. xxx_messageInfo_CompanyInfoRequest.DiscardUnknown(m)
  45. }
  46. var xxx_messageInfo_CompanyInfoRequest proto.InternalMessageInfo
  47. func (m *CompanyInfoRequest) GetId() int64 {
  48. if m != nil {
  49. return m.Id
  50. }
  51. return 0
  52. }
  53. type CompanyInfoReply struct {
  54. // 审核状态
  55. ApproveStatus int32 `protobuf:"varint,1,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"`
  56. // 申请人
  57. Applicant string `protobuf:"bytes,2,opt,name=applicant,proto3" json:"applicant"`
  58. // 申请人电话
  59. ApplicantPhone string `protobuf:"bytes,3,opt,name=applicant_phone,json=applicantPhone,proto3" json:"applicant_phone"`
  60. // 公司名称
  61. CompanyName string `protobuf:"bytes,4,opt,name=company_name,json=companyName,proto3" json:"company_name"`
  62. // 公司电话
  63. CompanyPhone string `protobuf:"bytes,5,opt,name=company_phone,json=companyPhone,proto3" json:"company_phone"`
  64. // 申请人职位
  65. ApplicantDuty string `protobuf:"bytes,6,opt,name=applicant_duty,json=applicantDuty,proto3" json:"applicant_duty"`
  66. // 法人
  67. LegalPerson string `protobuf:"bytes,7,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"`
  68. // 公司地址
  69. CompanyAddr string `protobuf:"bytes,8,opt,name=company_addr,json=companyAddr,proto3" json:"company_addr"`
  70. // 社会信用码
  71. SocialCode string `protobuf:"bytes,9,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  72. // 营业执照
  73. BusinessLicense string `protobuf:"bytes,10,opt,name=business_license,json=businessLicense,proto3" json:"business_license"`
  74. // 申请人身份
  75. ApplicantIdentification string `protobuf:"bytes,11,opt,name=applicant_identification,json=applicantIdentification,proto3" json:"applicant_identification"`
  76. // 营业执照类型 1 多证合一营业执照 2 普通营业执照
  77. LicenseType int32 `protobuf:"varint,12,opt,name=license_type,json=licenseType,proto3" json:"license_type"`
  78. // 免费小区个数
  79. FreeGardenCount int32 `protobuf:"varint,13,opt,name=free_garden_count,json=freeGardenCount,proto3" json:"free_garden_count"`
  80. // 已有小区个数
  81. GardenCount int32 `protobuf:"varint,14,opt,name=garden_count,json=gardenCount,proto3" json:"garden_count"`
  82. // 账户名
  83. Username string `protobuf:"bytes,15,opt,name=username,proto3" json:"username"`
  84. // 密码
  85. Password string `protobuf:"bytes,16,opt,name=password,proto3" json:"password"`
  86. // 申请时间
  87. CreatedAt string `protobuf:"bytes,17,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
  88. // 审批时间
  89. ApprovedAt string `protobuf:"bytes,18,opt,name=approved_at,json=approvedAt,proto3" json:"approved_at"`
  90. // 小区有效天数
  91. Expire int32 `protobuf:"varint,19,opt,name=expire,proto3" json:"expire"`
  92. // 公司logo
  93. Logo string `protobuf:"bytes,20,opt,name=logo,proto3" json:"logo"`
  94. // 简介
  95. Desc string `protobuf:"bytes,21,opt,name=desc,proto3" json:"desc"`
  96. // 网址
  97. Site string `protobuf:"bytes,22,opt,name=site,proto3" json:"site"`
  98. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  99. XXX_unrecognized []byte `json:"-"`
  100. XXX_sizecache int32 `json:"-"`
  101. }
  102. func (m *CompanyInfoReply) Reset() { *m = CompanyInfoReply{} }
  103. func (m *CompanyInfoReply) String() string { return proto.CompactTextString(m) }
  104. func (*CompanyInfoReply) ProtoMessage() {}
  105. func (*CompanyInfoReply) Descriptor() ([]byte, []int) {
  106. return fileDescriptor_ade57ca5b8f3903f, []int{1}
  107. }
  108. func (m *CompanyInfoReply) XXX_Unmarshal(b []byte) error {
  109. return xxx_messageInfo_CompanyInfoReply.Unmarshal(m, b)
  110. }
  111. func (m *CompanyInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  112. return xxx_messageInfo_CompanyInfoReply.Marshal(b, m, deterministic)
  113. }
  114. func (m *CompanyInfoReply) XXX_Merge(src proto.Message) {
  115. xxx_messageInfo_CompanyInfoReply.Merge(m, src)
  116. }
  117. func (m *CompanyInfoReply) XXX_Size() int {
  118. return xxx_messageInfo_CompanyInfoReply.Size(m)
  119. }
  120. func (m *CompanyInfoReply) XXX_DiscardUnknown() {
  121. xxx_messageInfo_CompanyInfoReply.DiscardUnknown(m)
  122. }
  123. var xxx_messageInfo_CompanyInfoReply proto.InternalMessageInfo
  124. func (m *CompanyInfoReply) GetApproveStatus() int32 {
  125. if m != nil {
  126. return m.ApproveStatus
  127. }
  128. return 0
  129. }
  130. func (m *CompanyInfoReply) GetApplicant() string {
  131. if m != nil {
  132. return m.Applicant
  133. }
  134. return ""
  135. }
  136. func (m *CompanyInfoReply) GetApplicantPhone() string {
  137. if m != nil {
  138. return m.ApplicantPhone
  139. }
  140. return ""
  141. }
  142. func (m *CompanyInfoReply) GetCompanyName() string {
  143. if m != nil {
  144. return m.CompanyName
  145. }
  146. return ""
  147. }
  148. func (m *CompanyInfoReply) GetCompanyPhone() string {
  149. if m != nil {
  150. return m.CompanyPhone
  151. }
  152. return ""
  153. }
  154. func (m *CompanyInfoReply) GetApplicantDuty() string {
  155. if m != nil {
  156. return m.ApplicantDuty
  157. }
  158. return ""
  159. }
  160. func (m *CompanyInfoReply) GetLegalPerson() string {
  161. if m != nil {
  162. return m.LegalPerson
  163. }
  164. return ""
  165. }
  166. func (m *CompanyInfoReply) GetCompanyAddr() string {
  167. if m != nil {
  168. return m.CompanyAddr
  169. }
  170. return ""
  171. }
  172. func (m *CompanyInfoReply) GetSocialCode() string {
  173. if m != nil {
  174. return m.SocialCode
  175. }
  176. return ""
  177. }
  178. func (m *CompanyInfoReply) GetBusinessLicense() string {
  179. if m != nil {
  180. return m.BusinessLicense
  181. }
  182. return ""
  183. }
  184. func (m *CompanyInfoReply) GetApplicantIdentification() string {
  185. if m != nil {
  186. return m.ApplicantIdentification
  187. }
  188. return ""
  189. }
  190. func (m *CompanyInfoReply) GetLicenseType() int32 {
  191. if m != nil {
  192. return m.LicenseType
  193. }
  194. return 0
  195. }
  196. func (m *CompanyInfoReply) GetFreeGardenCount() int32 {
  197. if m != nil {
  198. return m.FreeGardenCount
  199. }
  200. return 0
  201. }
  202. func (m *CompanyInfoReply) GetGardenCount() int32 {
  203. if m != nil {
  204. return m.GardenCount
  205. }
  206. return 0
  207. }
  208. func (m *CompanyInfoReply) GetUsername() string {
  209. if m != nil {
  210. return m.Username
  211. }
  212. return ""
  213. }
  214. func (m *CompanyInfoReply) GetPassword() string {
  215. if m != nil {
  216. return m.Password
  217. }
  218. return ""
  219. }
  220. func (m *CompanyInfoReply) GetCreatedAt() string {
  221. if m != nil {
  222. return m.CreatedAt
  223. }
  224. return ""
  225. }
  226. func (m *CompanyInfoReply) GetApprovedAt() string {
  227. if m != nil {
  228. return m.ApprovedAt
  229. }
  230. return ""
  231. }
  232. func (m *CompanyInfoReply) GetExpire() int32 {
  233. if m != nil {
  234. return m.Expire
  235. }
  236. return 0
  237. }
  238. func (m *CompanyInfoReply) GetLogo() string {
  239. if m != nil {
  240. return m.Logo
  241. }
  242. return ""
  243. }
  244. func (m *CompanyInfoReply) GetDesc() string {
  245. if m != nil {
  246. return m.Desc
  247. }
  248. return ""
  249. }
  250. func (m *CompanyInfoReply) GetSite() string {
  251. if m != nil {
  252. return m.Site
  253. }
  254. return ""
  255. }
  256. type CompanyObjStatisticSetRequest struct {
  257. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  258. ObjType int32 `protobuf:"varint,2,opt,name=obj_type,json=objType,proto3" json:"obj_type"`
  259. // 为负数表示减少
  260. TotalIncrease int64 `protobuf:"varint,3,opt,name=total_increase,json=totalIncrease,proto3" json:"total_increase"`
  261. Cid int64 `protobuf:"varint,4,opt,name=cid,proto3" json:"cid"`
  262. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  263. XXX_unrecognized []byte `json:"-"`
  264. XXX_sizecache int32 `json:"-"`
  265. }
  266. func (m *CompanyObjStatisticSetRequest) Reset() { *m = CompanyObjStatisticSetRequest{} }
  267. func (m *CompanyObjStatisticSetRequest) String() string { return proto.CompactTextString(m) }
  268. func (*CompanyObjStatisticSetRequest) ProtoMessage() {}
  269. func (*CompanyObjStatisticSetRequest) Descriptor() ([]byte, []int) {
  270. return fileDescriptor_ade57ca5b8f3903f, []int{2}
  271. }
  272. func (m *CompanyObjStatisticSetRequest) XXX_Unmarshal(b []byte) error {
  273. return xxx_messageInfo_CompanyObjStatisticSetRequest.Unmarshal(m, b)
  274. }
  275. func (m *CompanyObjStatisticSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  276. return xxx_messageInfo_CompanyObjStatisticSetRequest.Marshal(b, m, deterministic)
  277. }
  278. func (m *CompanyObjStatisticSetRequest) XXX_Merge(src proto.Message) {
  279. xxx_messageInfo_CompanyObjStatisticSetRequest.Merge(m, src)
  280. }
  281. func (m *CompanyObjStatisticSetRequest) XXX_Size() int {
  282. return xxx_messageInfo_CompanyObjStatisticSetRequest.Size(m)
  283. }
  284. func (m *CompanyObjStatisticSetRequest) XXX_DiscardUnknown() {
  285. xxx_messageInfo_CompanyObjStatisticSetRequest.DiscardUnknown(m)
  286. }
  287. var xxx_messageInfo_CompanyObjStatisticSetRequest proto.InternalMessageInfo
  288. func (m *CompanyObjStatisticSetRequest) GetGardenId() int64 {
  289. if m != nil {
  290. return m.GardenId
  291. }
  292. return 0
  293. }
  294. func (m *CompanyObjStatisticSetRequest) GetObjType() int32 {
  295. if m != nil {
  296. return m.ObjType
  297. }
  298. return 0
  299. }
  300. func (m *CompanyObjStatisticSetRequest) GetTotalIncrease() int64 {
  301. if m != nil {
  302. return m.TotalIncrease
  303. }
  304. return 0
  305. }
  306. func (m *CompanyObjStatisticSetRequest) GetCid() int64 {
  307. if m != nil {
  308. return m.Cid
  309. }
  310. return 0
  311. }
  312. type CompanyObjStatisticSetReply struct {
  313. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  314. XXX_unrecognized []byte `json:"-"`
  315. XXX_sizecache int32 `json:"-"`
  316. }
  317. func (m *CompanyObjStatisticSetReply) Reset() { *m = CompanyObjStatisticSetReply{} }
  318. func (m *CompanyObjStatisticSetReply) String() string { return proto.CompactTextString(m) }
  319. func (*CompanyObjStatisticSetReply) ProtoMessage() {}
  320. func (*CompanyObjStatisticSetReply) Descriptor() ([]byte, []int) {
  321. return fileDescriptor_ade57ca5b8f3903f, []int{3}
  322. }
  323. func (m *CompanyObjStatisticSetReply) XXX_Unmarshal(b []byte) error {
  324. return xxx_messageInfo_CompanyObjStatisticSetReply.Unmarshal(m, b)
  325. }
  326. func (m *CompanyObjStatisticSetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  327. return xxx_messageInfo_CompanyObjStatisticSetReply.Marshal(b, m, deterministic)
  328. }
  329. func (m *CompanyObjStatisticSetReply) XXX_Merge(src proto.Message) {
  330. xxx_messageInfo_CompanyObjStatisticSetReply.Merge(m, src)
  331. }
  332. func (m *CompanyObjStatisticSetReply) XXX_Size() int {
  333. return xxx_messageInfo_CompanyObjStatisticSetReply.Size(m)
  334. }
  335. func (m *CompanyObjStatisticSetReply) XXX_DiscardUnknown() {
  336. xxx_messageInfo_CompanyObjStatisticSetReply.DiscardUnknown(m)
  337. }
  338. var xxx_messageInfo_CompanyObjStatisticSetReply proto.InternalMessageInfo
  339. type CompanyDealStatisticSetRequest struct {
  340. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  341. Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount"`
  342. DateTimestamp int64 `protobuf:"varint,3,opt,name=date_timestamp,json=dateTimestamp,proto3" json:"date_timestamp"`
  343. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  344. XXX_unrecognized []byte `json:"-"`
  345. XXX_sizecache int32 `json:"-"`
  346. }
  347. func (m *CompanyDealStatisticSetRequest) Reset() { *m = CompanyDealStatisticSetRequest{} }
  348. func (m *CompanyDealStatisticSetRequest) String() string { return proto.CompactTextString(m) }
  349. func (*CompanyDealStatisticSetRequest) ProtoMessage() {}
  350. func (*CompanyDealStatisticSetRequest) Descriptor() ([]byte, []int) {
  351. return fileDescriptor_ade57ca5b8f3903f, []int{4}
  352. }
  353. func (m *CompanyDealStatisticSetRequest) XXX_Unmarshal(b []byte) error {
  354. return xxx_messageInfo_CompanyDealStatisticSetRequest.Unmarshal(m, b)
  355. }
  356. func (m *CompanyDealStatisticSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  357. return xxx_messageInfo_CompanyDealStatisticSetRequest.Marshal(b, m, deterministic)
  358. }
  359. func (m *CompanyDealStatisticSetRequest) XXX_Merge(src proto.Message) {
  360. xxx_messageInfo_CompanyDealStatisticSetRequest.Merge(m, src)
  361. }
  362. func (m *CompanyDealStatisticSetRequest) XXX_Size() int {
  363. return xxx_messageInfo_CompanyDealStatisticSetRequest.Size(m)
  364. }
  365. func (m *CompanyDealStatisticSetRequest) XXX_DiscardUnknown() {
  366. xxx_messageInfo_CompanyDealStatisticSetRequest.DiscardUnknown(m)
  367. }
  368. var xxx_messageInfo_CompanyDealStatisticSetRequest proto.InternalMessageInfo
  369. func (m *CompanyDealStatisticSetRequest) GetGardenId() int64 {
  370. if m != nil {
  371. return m.GardenId
  372. }
  373. return 0
  374. }
  375. func (m *CompanyDealStatisticSetRequest) GetAmount() int64 {
  376. if m != nil {
  377. return m.Amount
  378. }
  379. return 0
  380. }
  381. func (m *CompanyDealStatisticSetRequest) GetDateTimestamp() int64 {
  382. if m != nil {
  383. return m.DateTimestamp
  384. }
  385. return 0
  386. }
  387. type CompanyDealStatisticSetReply struct {
  388. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  389. XXX_unrecognized []byte `json:"-"`
  390. XXX_sizecache int32 `json:"-"`
  391. }
  392. func (m *CompanyDealStatisticSetReply) Reset() { *m = CompanyDealStatisticSetReply{} }
  393. func (m *CompanyDealStatisticSetReply) String() string { return proto.CompactTextString(m) }
  394. func (*CompanyDealStatisticSetReply) ProtoMessage() {}
  395. func (*CompanyDealStatisticSetReply) Descriptor() ([]byte, []int) {
  396. return fileDescriptor_ade57ca5b8f3903f, []int{5}
  397. }
  398. func (m *CompanyDealStatisticSetReply) XXX_Unmarshal(b []byte) error {
  399. return xxx_messageInfo_CompanyDealStatisticSetReply.Unmarshal(m, b)
  400. }
  401. func (m *CompanyDealStatisticSetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  402. return xxx_messageInfo_CompanyDealStatisticSetReply.Marshal(b, m, deterministic)
  403. }
  404. func (m *CompanyDealStatisticSetReply) XXX_Merge(src proto.Message) {
  405. xxx_messageInfo_CompanyDealStatisticSetReply.Merge(m, src)
  406. }
  407. func (m *CompanyDealStatisticSetReply) XXX_Size() int {
  408. return xxx_messageInfo_CompanyDealStatisticSetReply.Size(m)
  409. }
  410. func (m *CompanyDealStatisticSetReply) XXX_DiscardUnknown() {
  411. xxx_messageInfo_CompanyDealStatisticSetReply.DiscardUnknown(m)
  412. }
  413. var xxx_messageInfo_CompanyDealStatisticSetReply proto.InternalMessageInfo
  414. func init() {
  415. proto.RegisterType((*CompanyInfoRequest)(nil), "pb_v1.CompanyInfoRequest")
  416. proto.RegisterType((*CompanyInfoReply)(nil), "pb_v1.CompanyInfoReply")
  417. proto.RegisterType((*CompanyObjStatisticSetRequest)(nil), "pb_v1.CompanyObjStatisticSetRequest")
  418. proto.RegisterType((*CompanyObjStatisticSetReply)(nil), "pb_v1.CompanyObjStatisticSetReply")
  419. proto.RegisterType((*CompanyDealStatisticSetRequest)(nil), "pb_v1.CompanyDealStatisticSetRequest")
  420. proto.RegisterType((*CompanyDealStatisticSetReply)(nil), "pb_v1.CompanyDealStatisticSetReply")
  421. }
  422. func init() {
  423. proto.RegisterFile("company.proto", fileDescriptor_ade57ca5b8f3903f)
  424. }
  425. var fileDescriptor_ade57ca5b8f3903f = []byte{
  426. // 620 bytes of a gzipped FileDescriptorProto
  427. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xcf, 0x6f, 0x13, 0x3b,
  428. 0x10, 0xc7, 0x95, 0xa4, 0x49, 0x93, 0x49, 0xf3, 0xa3, 0x7e, 0xaf, 0xad, 0xdf, 0xeb, 0x0f, 0x4a,
  429. 0xa0, 0xa2, 0x20, 0x41, 0x55, 0x71, 0xe2, 0x58, 0x5a, 0x09, 0x45, 0x42, 0x50, 0xa5, 0x3d, 0x71,
  430. 0x59, 0x39, 0xeb, 0x69, 0x70, 0xb5, 0x59, 0x9b, 0xb5, 0x53, 0x58, 0x89, 0x3f, 0x82, 0xbf, 0x97,
  431. 0x13, 0xf2, 0xd8, 0xd9, 0x36, 0x87, 0x1e, 0xb8, 0xd9, 0x9f, 0xf9, 0x7a, 0xe6, 0xeb, 0xf1, 0xec,
  432. 0x42, 0x2f, 0xd5, 0x73, 0x23, 0xf2, 0xf2, 0x8d, 0x29, 0xb4, 0xd3, 0xac, 0x69, 0xa6, 0xc9, 0xdd,
  433. 0xe9, 0xe8, 0x39, 0xb0, 0xf3, 0xc0, 0xc7, 0xf9, 0x8d, 0x9e, 0xe0, 0xb7, 0x05, 0x5a, 0xc7, 0xfa,
  434. 0x50, 0x57, 0x92, 0xd7, 0x0e, 0x6b, 0xc7, 0x8d, 0x49, 0x5d, 0xc9, 0xd1, 0xef, 0x26, 0x0c, 0x57,
  435. 0x64, 0x26, 0x2b, 0xd9, 0x11, 0xf4, 0x85, 0x31, 0x85, 0xbe, 0xc3, 0xc4, 0x3a, 0xe1, 0x16, 0x96,
  436. 0x0e, 0x34, 0x27, 0xbd, 0x48, 0xaf, 0x08, 0xb2, 0x3d, 0xe8, 0x08, 0x63, 0x32, 0x95, 0x8a, 0xdc,
  437. 0xf1, 0xfa, 0x61, 0xed, 0xb8, 0x33, 0xb9, 0x07, 0xec, 0x05, 0x0c, 0xaa, 0x4d, 0x62, 0xbe, 0xea,
  438. 0x1c, 0x79, 0x83, 0x34, 0xfd, 0x0a, 0x5f, 0x7a, 0xca, 0x9e, 0xc2, 0x46, 0xbc, 0x40, 0x92, 0x8b,
  439. 0x39, 0xf2, 0x35, 0x52, 0x75, 0x23, 0xfb, 0x24, 0xe6, 0xc8, 0x9e, 0x55, 0x77, 0x8c, 0x99, 0x9a,
  440. 0xa4, 0x59, 0x9e, 0x0b, 0x79, 0x82, 0xeb, 0x58, 0x50, 0x2e, 0x5c, 0xc9, 0x5b, 0xa4, 0xea, 0x55,
  441. 0xf4, 0x62, 0xe1, 0x4a, 0x5f, 0x2e, 0xc3, 0x99, 0xc8, 0x12, 0x83, 0x85, 0xd5, 0x39, 0x5f, 0x0f,
  442. 0xe5, 0x88, 0x5d, 0x12, 0x7a, 0xe8, 0x48, 0x48, 0x59, 0xf0, 0xf6, 0x8a, 0xa3, 0x33, 0x29, 0x0b,
  443. 0xf6, 0x04, 0xba, 0x56, 0xa7, 0x4a, 0x64, 0x49, 0xaa, 0x25, 0xf2, 0x0e, 0x29, 0x20, 0xa0, 0x73,
  444. 0x2d, 0x91, 0xbd, 0x84, 0xe1, 0x74, 0x61, 0x55, 0x8e, 0xd6, 0x26, 0x99, 0x4a, 0x31, 0xb7, 0xc8,
  445. 0x81, 0x54, 0x83, 0x25, 0xff, 0x18, 0x30, 0x7b, 0x07, 0xfc, 0xde, 0xb8, 0x92, 0x98, 0x3b, 0x75,
  446. 0xa3, 0x52, 0xe1, 0x94, 0xce, 0x79, 0x97, 0x8e, 0xec, 0x54, 0xf1, 0xf1, 0x4a, 0x98, 0x2e, 0x13,
  447. 0xb2, 0x24, 0xae, 0x34, 0xc8, 0x37, 0xe8, 0x9d, 0xba, 0x91, 0x5d, 0x97, 0x06, 0xd9, 0x2b, 0xd8,
  448. 0xbc, 0x29, 0x10, 0x93, 0x99, 0x28, 0x24, 0xe6, 0x49, 0xaa, 0x17, 0xb9, 0xe3, 0x3d, 0xd2, 0x0d,
  449. 0x7c, 0xe0, 0x03, 0xf1, 0x73, 0x8f, 0x7d, 0xba, 0x15, 0x59, 0x3f, 0xa4, 0x9b, 0x3d, 0x90, 0xfc,
  450. 0x0f, 0xed, 0x85, 0xc5, 0x82, 0x5e, 0x6a, 0x40, 0xe6, 0xaa, 0xbd, 0x8f, 0x19, 0x61, 0xed, 0x77,
  451. 0x5d, 0x48, 0x3e, 0x0c, 0xb1, 0xe5, 0x9e, 0xed, 0x03, 0xa4, 0x05, 0x0a, 0x87, 0x32, 0x11, 0x8e,
  452. 0x6f, 0x86, 0x69, 0x89, 0xe4, 0xcc, 0xf9, 0x7e, 0xc6, 0xe1, 0xa2, 0x38, 0x0b, 0xfd, 0x5c, 0xa2,
  453. 0x33, 0xc7, 0xb6, 0xa1, 0x85, 0x3f, 0x8c, 0x2a, 0x90, 0xff, 0x43, 0xa6, 0xe2, 0x8e, 0x31, 0x58,
  454. 0xcb, 0xf4, 0x4c, 0xf3, 0x7f, 0xe9, 0x04, 0xad, 0x3d, 0x93, 0x68, 0x53, 0xbe, 0x15, 0x98, 0x5f,
  455. 0x7b, 0x66, 0x95, 0x43, 0xbe, 0x1d, 0x98, 0x5f, 0x8f, 0x7e, 0xd5, 0x60, 0x3f, 0x0e, 0xff, 0xe7,
  456. 0xe9, 0xad, 0x9f, 0x6a, 0x65, 0x9d, 0x4a, 0xaf, 0xd0, 0x2d, 0x3f, 0x97, 0x5d, 0xe8, 0xc4, 0x86,
  457. 0x54, 0x5f, 0x4d, 0x3b, 0x80, 0xb1, 0x64, 0xff, 0x41, 0x5b, 0x4f, 0x6f, 0x43, 0xe3, 0xeb, 0x64,
  458. 0x6a, 0x5d, 0x4f, 0x6f, 0xa9, 0xe9, 0x47, 0xd0, 0x77, 0xda, 0x89, 0x2c, 0x51, 0xb9, 0xbf, 0xa3,
  459. 0x0d, 0xb3, 0xdf, 0x98, 0xf4, 0x88, 0x8e, 0x23, 0x64, 0x43, 0x68, 0xa4, 0x4a, 0xd2, 0xc4, 0x37,
  460. 0x26, 0x7e, 0x39, 0xda, 0x87, 0xdd, 0xc7, 0x1c, 0x99, 0xac, 0x1c, 0xfd, 0x84, 0x83, 0x18, 0xbe,
  461. 0x40, 0x91, 0xfd, 0xb5, 0xe3, 0x6d, 0x68, 0x89, 0x39, 0xbd, 0x6c, 0x9d, 0x22, 0x71, 0xe7, 0xed,
  462. 0x4a, 0xe1, 0x30, 0x71, 0x6a, 0x8e, 0xd6, 0x89, 0xb9, 0x59, 0xda, 0xf5, 0xf4, 0x7a, 0x09, 0x47,
  463. 0x07, 0xb0, 0xf7, 0x68, 0x75, 0x93, 0x95, 0xef, 0x77, 0xbe, 0x6c, 0x99, 0x42, 0x1b, 0x2c, 0x5c,
  464. 0xf9, 0x3a, 0xd4, 0x3c, 0x31, 0xd3, 0x93, 0xbb, 0xd3, 0x69, 0x8b, 0xfe, 0x4c, 0x6f, 0xff, 0x04,
  465. 0x00, 0x00, 0xff, 0xff, 0xf8, 0x1e, 0x15, 0x64, 0xaa, 0x04, 0x00, 0x00,
  466. }