company.pb.go 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590
  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 CompanyItem struct {
  20. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  21. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  22. SocialCode string `protobuf:"bytes,3,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  23. BusinessContact string `protobuf:"bytes,4,opt,name=business_contact,json=businessContact,proto3" json:"business_contact"`
  24. BusinessContactPhone string `protobuf:"bytes,5,opt,name=business_contact_phone,json=businessContactPhone,proto3" json:"business_contact_phone"`
  25. ApplyTime string `protobuf:"bytes,6,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"`
  26. ApproveTime string `protobuf:"bytes,7,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
  27. Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"`
  28. Province string `protobuf:"bytes,9,opt,name=province,proto3" json:"province"`
  29. City string `protobuf:"bytes,10,opt,name=city,proto3" json:"city"`
  30. Zone string `protobuf:"bytes,11,opt,name=zone,proto3" json:"zone"`
  31. // 法定代表人
  32. LegalPerson string `protobuf:"bytes,12,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"`
  33. // 证件号
  34. IdCert string `protobuf:"bytes,13,opt,name=id_cert,json=idCert,proto3" json:"id_cert"`
  35. // 营业执照
  36. BusinessLicense string `protobuf:"bytes,14,opt,name=business_license,json=businessLicense,proto3" json:"business_license"`
  37. // 用户名
  38. UserName string `protobuf:"bytes,15,opt,name=user_name,json=userName,proto3" json:"user_name"`
  39. // 业务负责人
  40. BusinessResponsible string `protobuf:"bytes,16,opt,name=business_responsible,json=businessResponsible,proto3" json:"business_responsible"`
  41. // 业务负责人电话
  42. BusinessResponsiblePhone string `protobuf:"bytes,17,opt,name=business_responsible_phone,json=businessResponsiblePhone,proto3" json:"business_responsible_phone"`
  43. // 紧急联系人
  44. EmergencyContact string `protobuf:"bytes,18,opt,name=emergency_contact,json=emergencyContact,proto3" json:"emergency_contact"`
  45. // 紧急联系人电话
  46. EmergencyContactPhone string `protobuf:"bytes,19,opt,name=emergency_contact_phone,json=emergencyContactPhone,proto3" json:"emergency_contact_phone"`
  47. Feedback string `protobuf:"bytes,20,opt,name=feedback,proto3" json:"feedback"`
  48. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  49. XXX_unrecognized []byte `json:"-"`
  50. XXX_sizecache int32 `json:"-"`
  51. }
  52. func (m *CompanyItem) Reset() { *m = CompanyItem{} }
  53. func (m *CompanyItem) String() string { return proto.CompactTextString(m) }
  54. func (*CompanyItem) ProtoMessage() {}
  55. func (*CompanyItem) Descriptor() ([]byte, []int) {
  56. return fileDescriptor_ade57ca5b8f3903f, []int{0}
  57. }
  58. func (m *CompanyItem) XXX_Unmarshal(b []byte) error {
  59. return xxx_messageInfo_CompanyItem.Unmarshal(m, b)
  60. }
  61. func (m *CompanyItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  62. return xxx_messageInfo_CompanyItem.Marshal(b, m, deterministic)
  63. }
  64. func (m *CompanyItem) XXX_Merge(src proto.Message) {
  65. xxx_messageInfo_CompanyItem.Merge(m, src)
  66. }
  67. func (m *CompanyItem) XXX_Size() int {
  68. return xxx_messageInfo_CompanyItem.Size(m)
  69. }
  70. func (m *CompanyItem) XXX_DiscardUnknown() {
  71. xxx_messageInfo_CompanyItem.DiscardUnknown(m)
  72. }
  73. var xxx_messageInfo_CompanyItem proto.InternalMessageInfo
  74. func (m *CompanyItem) GetId() int64 {
  75. if m != nil {
  76. return m.Id
  77. }
  78. return 0
  79. }
  80. func (m *CompanyItem) GetName() string {
  81. if m != nil {
  82. return m.Name
  83. }
  84. return ""
  85. }
  86. func (m *CompanyItem) GetSocialCode() string {
  87. if m != nil {
  88. return m.SocialCode
  89. }
  90. return ""
  91. }
  92. func (m *CompanyItem) GetBusinessContact() string {
  93. if m != nil {
  94. return m.BusinessContact
  95. }
  96. return ""
  97. }
  98. func (m *CompanyItem) GetBusinessContactPhone() string {
  99. if m != nil {
  100. return m.BusinessContactPhone
  101. }
  102. return ""
  103. }
  104. func (m *CompanyItem) GetApplyTime() string {
  105. if m != nil {
  106. return m.ApplyTime
  107. }
  108. return ""
  109. }
  110. func (m *CompanyItem) GetApproveTime() string {
  111. if m != nil {
  112. return m.ApproveTime
  113. }
  114. return ""
  115. }
  116. func (m *CompanyItem) GetStatus() int32 {
  117. if m != nil {
  118. return m.Status
  119. }
  120. return 0
  121. }
  122. func (m *CompanyItem) GetProvince() string {
  123. if m != nil {
  124. return m.Province
  125. }
  126. return ""
  127. }
  128. func (m *CompanyItem) GetCity() string {
  129. if m != nil {
  130. return m.City
  131. }
  132. return ""
  133. }
  134. func (m *CompanyItem) GetZone() string {
  135. if m != nil {
  136. return m.Zone
  137. }
  138. return ""
  139. }
  140. func (m *CompanyItem) GetLegalPerson() string {
  141. if m != nil {
  142. return m.LegalPerson
  143. }
  144. return ""
  145. }
  146. func (m *CompanyItem) GetIdCert() string {
  147. if m != nil {
  148. return m.IdCert
  149. }
  150. return ""
  151. }
  152. func (m *CompanyItem) GetBusinessLicense() string {
  153. if m != nil {
  154. return m.BusinessLicense
  155. }
  156. return ""
  157. }
  158. func (m *CompanyItem) GetUserName() string {
  159. if m != nil {
  160. return m.UserName
  161. }
  162. return ""
  163. }
  164. func (m *CompanyItem) GetBusinessResponsible() string {
  165. if m != nil {
  166. return m.BusinessResponsible
  167. }
  168. return ""
  169. }
  170. func (m *CompanyItem) GetBusinessResponsiblePhone() string {
  171. if m != nil {
  172. return m.BusinessResponsiblePhone
  173. }
  174. return ""
  175. }
  176. func (m *CompanyItem) GetEmergencyContact() string {
  177. if m != nil {
  178. return m.EmergencyContact
  179. }
  180. return ""
  181. }
  182. func (m *CompanyItem) GetEmergencyContactPhone() string {
  183. if m != nil {
  184. return m.EmergencyContactPhone
  185. }
  186. return ""
  187. }
  188. func (m *CompanyItem) GetFeedback() string {
  189. if m != nil {
  190. return m.Feedback
  191. }
  192. return ""
  193. }
  194. type CompanyListRequest struct {
  195. Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  196. Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter"`
  197. FilterStatus []int32 `protobuf:"varint,3,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"`
  198. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  199. XXX_unrecognized []byte `json:"-"`
  200. XXX_sizecache int32 `json:"-"`
  201. }
  202. func (m *CompanyListRequest) Reset() { *m = CompanyListRequest{} }
  203. func (m *CompanyListRequest) String() string { return proto.CompactTextString(m) }
  204. func (*CompanyListRequest) ProtoMessage() {}
  205. func (*CompanyListRequest) Descriptor() ([]byte, []int) {
  206. return fileDescriptor_ade57ca5b8f3903f, []int{1}
  207. }
  208. func (m *CompanyListRequest) XXX_Unmarshal(b []byte) error {
  209. return xxx_messageInfo_CompanyListRequest.Unmarshal(m, b)
  210. }
  211. func (m *CompanyListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  212. return xxx_messageInfo_CompanyListRequest.Marshal(b, m, deterministic)
  213. }
  214. func (m *CompanyListRequest) XXX_Merge(src proto.Message) {
  215. xxx_messageInfo_CompanyListRequest.Merge(m, src)
  216. }
  217. func (m *CompanyListRequest) XXX_Size() int {
  218. return xxx_messageInfo_CompanyListRequest.Size(m)
  219. }
  220. func (m *CompanyListRequest) XXX_DiscardUnknown() {
  221. xxx_messageInfo_CompanyListRequest.DiscardUnknown(m)
  222. }
  223. var xxx_messageInfo_CompanyListRequest proto.InternalMessageInfo
  224. func (m *CompanyListRequest) GetPage() int32 {
  225. if m != nil {
  226. return m.Page
  227. }
  228. return 0
  229. }
  230. func (m *CompanyListRequest) GetFilter() string {
  231. if m != nil {
  232. return m.Filter
  233. }
  234. return ""
  235. }
  236. func (m *CompanyListRequest) GetFilterStatus() []int32 {
  237. if m != nil {
  238. return m.FilterStatus
  239. }
  240. return nil
  241. }
  242. type CompanyListReply struct {
  243. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  244. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  245. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  246. List []*CompanyItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"`
  247. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  248. XXX_unrecognized []byte `json:"-"`
  249. XXX_sizecache int32 `json:"-"`
  250. }
  251. func (m *CompanyListReply) Reset() { *m = CompanyListReply{} }
  252. func (m *CompanyListReply) String() string { return proto.CompactTextString(m) }
  253. func (*CompanyListReply) ProtoMessage() {}
  254. func (*CompanyListReply) Descriptor() ([]byte, []int) {
  255. return fileDescriptor_ade57ca5b8f3903f, []int{2}
  256. }
  257. func (m *CompanyListReply) XXX_Unmarshal(b []byte) error {
  258. return xxx_messageInfo_CompanyListReply.Unmarshal(m, b)
  259. }
  260. func (m *CompanyListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  261. return xxx_messageInfo_CompanyListReply.Marshal(b, m, deterministic)
  262. }
  263. func (m *CompanyListReply) XXX_Merge(src proto.Message) {
  264. xxx_messageInfo_CompanyListReply.Merge(m, src)
  265. }
  266. func (m *CompanyListReply) XXX_Size() int {
  267. return xxx_messageInfo_CompanyListReply.Size(m)
  268. }
  269. func (m *CompanyListReply) XXX_DiscardUnknown() {
  270. xxx_messageInfo_CompanyListReply.DiscardUnknown(m)
  271. }
  272. var xxx_messageInfo_CompanyListReply proto.InternalMessageInfo
  273. func (m *CompanyListReply) GetTotal() int64 {
  274. if m != nil {
  275. return m.Total
  276. }
  277. return 0
  278. }
  279. func (m *CompanyListReply) GetPage() int32 {
  280. if m != nil {
  281. return m.Page
  282. }
  283. return 0
  284. }
  285. func (m *CompanyListReply) GetPageSize() int32 {
  286. if m != nil {
  287. return m.PageSize
  288. }
  289. return 0
  290. }
  291. func (m *CompanyListReply) GetList() []*CompanyItem {
  292. if m != nil {
  293. return m.List
  294. }
  295. return nil
  296. }
  297. type ProjectItem struct {
  298. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
  299. SafetyRecordNo string `protobuf:"bytes,2,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"`
  300. ProjectLeader string `protobuf:"bytes,3,opt,name=project_leader,json=projectLeader,proto3" json:"project_leader"`
  301. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"`
  302. Location string `protobuf:"bytes,5,opt,name=location,proto3" json:"location"`
  303. Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"`
  304. ProjectNo string `protobuf:"bytes,7,opt,name=project_no,json=projectNo,proto3" json:"project_no"`
  305. ProjectPlan string `protobuf:"bytes,8,opt,name=project_plan,json=projectPlan,proto3" json:"project_plan"`
  306. ProjectFunction string `protobuf:"bytes,9,opt,name=project_function,json=projectFunction,proto3" json:"project_function"`
  307. ProjectType string `protobuf:"bytes,10,opt,name=project_type,json=projectType,proto3" json:"project_type"`
  308. Price float64 `protobuf:"fixed64,11,opt,name=price,proto3" json:"price"`
  309. Desc string `protobuf:"bytes,12,opt,name=desc,proto3" json:"desc"`
  310. CoveredArea float64 `protobuf:"fixed64,13,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"`
  311. TotalLevel int32 `protobuf:"varint,14,opt,name=total_level,json=totalLevel,proto3" json:"total_level"`
  312. BuildingStorey string `protobuf:"bytes,15,opt,name=building_storey,json=buildingStorey,proto3" json:"building_storey"`
  313. Construction string `protobuf:"bytes,16,opt,name=construction,proto3" json:"construction"`
  314. Development string `protobuf:"bytes,17,opt,name=development,proto3" json:"development"`
  315. Oversee string `protobuf:"bytes,18,opt,name=oversee,proto3" json:"oversee"`
  316. Design string `protobuf:"bytes,19,opt,name=design,proto3" json:"design"`
  317. Exploration string `protobuf:"bytes,20,opt,name=exploration,proto3" json:"exploration"`
  318. Lon float64 `protobuf:"fixed64,21,opt,name=lon,proto3" json:"lon"`
  319. Lat float64 `protobuf:"fixed64,22,opt,name=lat,proto3" json:"lat"`
  320. IsFinish bool `protobuf:"varint,23,opt,name=is_finish,json=isFinish,proto3" json:"is_finish"`
  321. CompanyName string `protobuf:"bytes,24,opt,name=company_name,json=companyName,proto3" json:"company_name"`
  322. CreateTime string `protobuf:"bytes,25,opt,name=create_time,json=createTime,proto3" json:"create_time"`
  323. StartDay string `protobuf:"bytes,26,opt,name=start_day,json=startDay,proto3" json:"start_day"`
  324. EndDay string `protobuf:"bytes,27,opt,name=end_day,json=endDay,proto3" json:"end_day"`
  325. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  326. XXX_unrecognized []byte `json:"-"`
  327. XXX_sizecache int32 `json:"-"`
  328. }
  329. func (m *ProjectItem) Reset() { *m = ProjectItem{} }
  330. func (m *ProjectItem) String() string { return proto.CompactTextString(m) }
  331. func (*ProjectItem) ProtoMessage() {}
  332. func (*ProjectItem) Descriptor() ([]byte, []int) {
  333. return fileDescriptor_ade57ca5b8f3903f, []int{3}
  334. }
  335. func (m *ProjectItem) XXX_Unmarshal(b []byte) error {
  336. return xxx_messageInfo_ProjectItem.Unmarshal(m, b)
  337. }
  338. func (m *ProjectItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  339. return xxx_messageInfo_ProjectItem.Marshal(b, m, deterministic)
  340. }
  341. func (m *ProjectItem) XXX_Merge(src proto.Message) {
  342. xxx_messageInfo_ProjectItem.Merge(m, src)
  343. }
  344. func (m *ProjectItem) XXX_Size() int {
  345. return xxx_messageInfo_ProjectItem.Size(m)
  346. }
  347. func (m *ProjectItem) XXX_DiscardUnknown() {
  348. xxx_messageInfo_ProjectItem.DiscardUnknown(m)
  349. }
  350. var xxx_messageInfo_ProjectItem proto.InternalMessageInfo
  351. func (m *ProjectItem) GetName() string {
  352. if m != nil {
  353. return m.Name
  354. }
  355. return ""
  356. }
  357. func (m *ProjectItem) GetSafetyRecordNo() string {
  358. if m != nil {
  359. return m.SafetyRecordNo
  360. }
  361. return ""
  362. }
  363. func (m *ProjectItem) GetProjectLeader() string {
  364. if m != nil {
  365. return m.ProjectLeader
  366. }
  367. return ""
  368. }
  369. func (m *ProjectItem) GetPhone() string {
  370. if m != nil {
  371. return m.Phone
  372. }
  373. return ""
  374. }
  375. func (m *ProjectItem) GetLocation() string {
  376. if m != nil {
  377. return m.Location
  378. }
  379. return ""
  380. }
  381. func (m *ProjectItem) GetId() int64 {
  382. if m != nil {
  383. return m.Id
  384. }
  385. return 0
  386. }
  387. func (m *ProjectItem) GetProjectNo() string {
  388. if m != nil {
  389. return m.ProjectNo
  390. }
  391. return ""
  392. }
  393. func (m *ProjectItem) GetProjectPlan() string {
  394. if m != nil {
  395. return m.ProjectPlan
  396. }
  397. return ""
  398. }
  399. func (m *ProjectItem) GetProjectFunction() string {
  400. if m != nil {
  401. return m.ProjectFunction
  402. }
  403. return ""
  404. }
  405. func (m *ProjectItem) GetProjectType() string {
  406. if m != nil {
  407. return m.ProjectType
  408. }
  409. return ""
  410. }
  411. func (m *ProjectItem) GetPrice() float64 {
  412. if m != nil {
  413. return m.Price
  414. }
  415. return 0
  416. }
  417. func (m *ProjectItem) GetDesc() string {
  418. if m != nil {
  419. return m.Desc
  420. }
  421. return ""
  422. }
  423. func (m *ProjectItem) GetCoveredArea() float64 {
  424. if m != nil {
  425. return m.CoveredArea
  426. }
  427. return 0
  428. }
  429. func (m *ProjectItem) GetTotalLevel() int32 {
  430. if m != nil {
  431. return m.TotalLevel
  432. }
  433. return 0
  434. }
  435. func (m *ProjectItem) GetBuildingStorey() string {
  436. if m != nil {
  437. return m.BuildingStorey
  438. }
  439. return ""
  440. }
  441. func (m *ProjectItem) GetConstruction() string {
  442. if m != nil {
  443. return m.Construction
  444. }
  445. return ""
  446. }
  447. func (m *ProjectItem) GetDevelopment() string {
  448. if m != nil {
  449. return m.Development
  450. }
  451. return ""
  452. }
  453. func (m *ProjectItem) GetOversee() string {
  454. if m != nil {
  455. return m.Oversee
  456. }
  457. return ""
  458. }
  459. func (m *ProjectItem) GetDesign() string {
  460. if m != nil {
  461. return m.Design
  462. }
  463. return ""
  464. }
  465. func (m *ProjectItem) GetExploration() string {
  466. if m != nil {
  467. return m.Exploration
  468. }
  469. return ""
  470. }
  471. func (m *ProjectItem) GetLon() float64 {
  472. if m != nil {
  473. return m.Lon
  474. }
  475. return 0
  476. }
  477. func (m *ProjectItem) GetLat() float64 {
  478. if m != nil {
  479. return m.Lat
  480. }
  481. return 0
  482. }
  483. func (m *ProjectItem) GetIsFinish() bool {
  484. if m != nil {
  485. return m.IsFinish
  486. }
  487. return false
  488. }
  489. func (m *ProjectItem) GetCompanyName() string {
  490. if m != nil {
  491. return m.CompanyName
  492. }
  493. return ""
  494. }
  495. func (m *ProjectItem) GetCreateTime() string {
  496. if m != nil {
  497. return m.CreateTime
  498. }
  499. return ""
  500. }
  501. func (m *ProjectItem) GetStartDay() string {
  502. if m != nil {
  503. return m.StartDay
  504. }
  505. return ""
  506. }
  507. func (m *ProjectItem) GetEndDay() string {
  508. if m != nil {
  509. return m.EndDay
  510. }
  511. return ""
  512. }
  513. type ProjectListRequest struct {
  514. Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  515. Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter"`
  516. FilterStatus []int32 `protobuf:"varint,3,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"`
  517. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  518. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  519. XXX_unrecognized []byte `json:"-"`
  520. XXX_sizecache int32 `json:"-"`
  521. }
  522. func (m *ProjectListRequest) Reset() { *m = ProjectListRequest{} }
  523. func (m *ProjectListRequest) String() string { return proto.CompactTextString(m) }
  524. func (*ProjectListRequest) ProtoMessage() {}
  525. func (*ProjectListRequest) Descriptor() ([]byte, []int) {
  526. return fileDescriptor_ade57ca5b8f3903f, []int{4}
  527. }
  528. func (m *ProjectListRequest) XXX_Unmarshal(b []byte) error {
  529. return xxx_messageInfo_ProjectListRequest.Unmarshal(m, b)
  530. }
  531. func (m *ProjectListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  532. return xxx_messageInfo_ProjectListRequest.Marshal(b, m, deterministic)
  533. }
  534. func (m *ProjectListRequest) XXX_Merge(src proto.Message) {
  535. xxx_messageInfo_ProjectListRequest.Merge(m, src)
  536. }
  537. func (m *ProjectListRequest) XXX_Size() int {
  538. return xxx_messageInfo_ProjectListRequest.Size(m)
  539. }
  540. func (m *ProjectListRequest) XXX_DiscardUnknown() {
  541. xxx_messageInfo_ProjectListRequest.DiscardUnknown(m)
  542. }
  543. var xxx_messageInfo_ProjectListRequest proto.InternalMessageInfo
  544. func (m *ProjectListRequest) GetPage() int32 {
  545. if m != nil {
  546. return m.Page
  547. }
  548. return 0
  549. }
  550. func (m *ProjectListRequest) GetFilter() string {
  551. if m != nil {
  552. return m.Filter
  553. }
  554. return ""
  555. }
  556. func (m *ProjectListRequest) GetFilterStatus() []int32 {
  557. if m != nil {
  558. return m.FilterStatus
  559. }
  560. return nil
  561. }
  562. func (m *ProjectListRequest) GetPageSize() int32 {
  563. if m != nil {
  564. return m.PageSize
  565. }
  566. return 0
  567. }
  568. type ProjectListReply struct {
  569. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  570. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  571. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  572. List []*ProjectItem `protobuf:"bytes,4,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 *ProjectListReply) Reset() { *m = ProjectListReply{} }
  578. func (m *ProjectListReply) String() string { return proto.CompactTextString(m) }
  579. func (*ProjectListReply) ProtoMessage() {}
  580. func (*ProjectListReply) Descriptor() ([]byte, []int) {
  581. return fileDescriptor_ade57ca5b8f3903f, []int{5}
  582. }
  583. func (m *ProjectListReply) XXX_Unmarshal(b []byte) error {
  584. return xxx_messageInfo_ProjectListReply.Unmarshal(m, b)
  585. }
  586. func (m *ProjectListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  587. return xxx_messageInfo_ProjectListReply.Marshal(b, m, deterministic)
  588. }
  589. func (m *ProjectListReply) XXX_Merge(src proto.Message) {
  590. xxx_messageInfo_ProjectListReply.Merge(m, src)
  591. }
  592. func (m *ProjectListReply) XXX_Size() int {
  593. return xxx_messageInfo_ProjectListReply.Size(m)
  594. }
  595. func (m *ProjectListReply) XXX_DiscardUnknown() {
  596. xxx_messageInfo_ProjectListReply.DiscardUnknown(m)
  597. }
  598. var xxx_messageInfo_ProjectListReply proto.InternalMessageInfo
  599. func (m *ProjectListReply) GetTotal() int64 {
  600. if m != nil {
  601. return m.Total
  602. }
  603. return 0
  604. }
  605. func (m *ProjectListReply) GetPage() int32 {
  606. if m != nil {
  607. return m.Page
  608. }
  609. return 0
  610. }
  611. func (m *ProjectListReply) GetPageSize() int32 {
  612. if m != nil {
  613. return m.PageSize
  614. }
  615. return 0
  616. }
  617. func (m *ProjectListReply) GetList() []*ProjectItem {
  618. if m != nil {
  619. return m.List
  620. }
  621. return nil
  622. }
  623. type ProjectChangeInfoListRequest struct {
  624. Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  625. Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter"`
  626. FilterStatus []int32 `protobuf:"varint,3,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"`
  627. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  628. XXX_unrecognized []byte `json:"-"`
  629. XXX_sizecache int32 `json:"-"`
  630. }
  631. func (m *ProjectChangeInfoListRequest) Reset() { *m = ProjectChangeInfoListRequest{} }
  632. func (m *ProjectChangeInfoListRequest) String() string { return proto.CompactTextString(m) }
  633. func (*ProjectChangeInfoListRequest) ProtoMessage() {}
  634. func (*ProjectChangeInfoListRequest) Descriptor() ([]byte, []int) {
  635. return fileDescriptor_ade57ca5b8f3903f, []int{6}
  636. }
  637. func (m *ProjectChangeInfoListRequest) XXX_Unmarshal(b []byte) error {
  638. return xxx_messageInfo_ProjectChangeInfoListRequest.Unmarshal(m, b)
  639. }
  640. func (m *ProjectChangeInfoListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  641. return xxx_messageInfo_ProjectChangeInfoListRequest.Marshal(b, m, deterministic)
  642. }
  643. func (m *ProjectChangeInfoListRequest) XXX_Merge(src proto.Message) {
  644. xxx_messageInfo_ProjectChangeInfoListRequest.Merge(m, src)
  645. }
  646. func (m *ProjectChangeInfoListRequest) XXX_Size() int {
  647. return xxx_messageInfo_ProjectChangeInfoListRequest.Size(m)
  648. }
  649. func (m *ProjectChangeInfoListRequest) XXX_DiscardUnknown() {
  650. xxx_messageInfo_ProjectChangeInfoListRequest.DiscardUnknown(m)
  651. }
  652. var xxx_messageInfo_ProjectChangeInfoListRequest proto.InternalMessageInfo
  653. func (m *ProjectChangeInfoListRequest) GetPage() int32 {
  654. if m != nil {
  655. return m.Page
  656. }
  657. return 0
  658. }
  659. func (m *ProjectChangeInfoListRequest) GetFilter() string {
  660. if m != nil {
  661. return m.Filter
  662. }
  663. return ""
  664. }
  665. func (m *ProjectChangeInfoListRequest) GetFilterStatus() []int32 {
  666. if m != nil {
  667. return m.FilterStatus
  668. }
  669. return nil
  670. }
  671. type ProjectInfoItem struct {
  672. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
  673. Chinese string `protobuf:"bytes,2,opt,name=chinese,proto3" json:"chinese"`
  674. Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value"`
  675. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  676. XXX_unrecognized []byte `json:"-"`
  677. XXX_sizecache int32 `json:"-"`
  678. }
  679. func (m *ProjectInfoItem) Reset() { *m = ProjectInfoItem{} }
  680. func (m *ProjectInfoItem) String() string { return proto.CompactTextString(m) }
  681. func (*ProjectInfoItem) ProtoMessage() {}
  682. func (*ProjectInfoItem) Descriptor() ([]byte, []int) {
  683. return fileDescriptor_ade57ca5b8f3903f, []int{7}
  684. }
  685. func (m *ProjectInfoItem) XXX_Unmarshal(b []byte) error {
  686. return xxx_messageInfo_ProjectInfoItem.Unmarshal(m, b)
  687. }
  688. func (m *ProjectInfoItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  689. return xxx_messageInfo_ProjectInfoItem.Marshal(b, m, deterministic)
  690. }
  691. func (m *ProjectInfoItem) XXX_Merge(src proto.Message) {
  692. xxx_messageInfo_ProjectInfoItem.Merge(m, src)
  693. }
  694. func (m *ProjectInfoItem) XXX_Size() int {
  695. return xxx_messageInfo_ProjectInfoItem.Size(m)
  696. }
  697. func (m *ProjectInfoItem) XXX_DiscardUnknown() {
  698. xxx_messageInfo_ProjectInfoItem.DiscardUnknown(m)
  699. }
  700. var xxx_messageInfo_ProjectInfoItem proto.InternalMessageInfo
  701. func (m *ProjectInfoItem) GetName() string {
  702. if m != nil {
  703. return m.Name
  704. }
  705. return ""
  706. }
  707. func (m *ProjectInfoItem) GetChinese() string {
  708. if m != nil {
  709. return m.Chinese
  710. }
  711. return ""
  712. }
  713. func (m *ProjectInfoItem) GetValue() string {
  714. if m != nil {
  715. return m.Value
  716. }
  717. return ""
  718. }
  719. type ProjectChangeInfoItem struct {
  720. Origin []*ProjectInfoItem `protobuf:"bytes,1,rep,name=origin,proto3" json:"origin"`
  721. Dst []*ProjectInfoItem `protobuf:"bytes,2,rep,name=dst,proto3" json:"dst"`
  722. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  723. SafetyRecordNo string `protobuf:"bytes,4,opt,name=safety_record_no,json=safetyRecordNo,proto3" json:"safety_record_no"`
  724. ApplyTime string `protobuf:"bytes,5,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"`
  725. ApproveTime string `protobuf:"bytes,6,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
  726. Status int32 `protobuf:"varint,7,opt,name=status,proto3" json:"status"`
  727. Addr string `protobuf:"bytes,8,opt,name=addr,proto3" json:"addr"`
  728. Id int64 `protobuf:"varint,9,opt,name=id,proto3" json:"id"`
  729. CompanyName string `protobuf:"bytes,10,opt,name=company_name,json=companyName,proto3" json:"company_name"`
  730. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  731. XXX_unrecognized []byte `json:"-"`
  732. XXX_sizecache int32 `json:"-"`
  733. }
  734. func (m *ProjectChangeInfoItem) Reset() { *m = ProjectChangeInfoItem{} }
  735. func (m *ProjectChangeInfoItem) String() string { return proto.CompactTextString(m) }
  736. func (*ProjectChangeInfoItem) ProtoMessage() {}
  737. func (*ProjectChangeInfoItem) Descriptor() ([]byte, []int) {
  738. return fileDescriptor_ade57ca5b8f3903f, []int{8}
  739. }
  740. func (m *ProjectChangeInfoItem) XXX_Unmarshal(b []byte) error {
  741. return xxx_messageInfo_ProjectChangeInfoItem.Unmarshal(m, b)
  742. }
  743. func (m *ProjectChangeInfoItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  744. return xxx_messageInfo_ProjectChangeInfoItem.Marshal(b, m, deterministic)
  745. }
  746. func (m *ProjectChangeInfoItem) XXX_Merge(src proto.Message) {
  747. xxx_messageInfo_ProjectChangeInfoItem.Merge(m, src)
  748. }
  749. func (m *ProjectChangeInfoItem) XXX_Size() int {
  750. return xxx_messageInfo_ProjectChangeInfoItem.Size(m)
  751. }
  752. func (m *ProjectChangeInfoItem) XXX_DiscardUnknown() {
  753. xxx_messageInfo_ProjectChangeInfoItem.DiscardUnknown(m)
  754. }
  755. var xxx_messageInfo_ProjectChangeInfoItem proto.InternalMessageInfo
  756. func (m *ProjectChangeInfoItem) GetOrigin() []*ProjectInfoItem {
  757. if m != nil {
  758. return m.Origin
  759. }
  760. return nil
  761. }
  762. func (m *ProjectChangeInfoItem) GetDst() []*ProjectInfoItem {
  763. if m != nil {
  764. return m.Dst
  765. }
  766. return nil
  767. }
  768. func (m *ProjectChangeInfoItem) GetName() string {
  769. if m != nil {
  770. return m.Name
  771. }
  772. return ""
  773. }
  774. func (m *ProjectChangeInfoItem) GetSafetyRecordNo() string {
  775. if m != nil {
  776. return m.SafetyRecordNo
  777. }
  778. return ""
  779. }
  780. func (m *ProjectChangeInfoItem) GetApplyTime() string {
  781. if m != nil {
  782. return m.ApplyTime
  783. }
  784. return ""
  785. }
  786. func (m *ProjectChangeInfoItem) GetApproveTime() string {
  787. if m != nil {
  788. return m.ApproveTime
  789. }
  790. return ""
  791. }
  792. func (m *ProjectChangeInfoItem) GetStatus() int32 {
  793. if m != nil {
  794. return m.Status
  795. }
  796. return 0
  797. }
  798. func (m *ProjectChangeInfoItem) GetAddr() string {
  799. if m != nil {
  800. return m.Addr
  801. }
  802. return ""
  803. }
  804. func (m *ProjectChangeInfoItem) GetId() int64 {
  805. if m != nil {
  806. return m.Id
  807. }
  808. return 0
  809. }
  810. func (m *ProjectChangeInfoItem) GetCompanyName() string {
  811. if m != nil {
  812. return m.CompanyName
  813. }
  814. return ""
  815. }
  816. type ProjectChangeInfoListReply struct {
  817. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  818. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  819. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  820. List []*ProjectChangeInfoItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"`
  821. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  822. XXX_unrecognized []byte `json:"-"`
  823. XXX_sizecache int32 `json:"-"`
  824. }
  825. func (m *ProjectChangeInfoListReply) Reset() { *m = ProjectChangeInfoListReply{} }
  826. func (m *ProjectChangeInfoListReply) String() string { return proto.CompactTextString(m) }
  827. func (*ProjectChangeInfoListReply) ProtoMessage() {}
  828. func (*ProjectChangeInfoListReply) Descriptor() ([]byte, []int) {
  829. return fileDescriptor_ade57ca5b8f3903f, []int{9}
  830. }
  831. func (m *ProjectChangeInfoListReply) XXX_Unmarshal(b []byte) error {
  832. return xxx_messageInfo_ProjectChangeInfoListReply.Unmarshal(m, b)
  833. }
  834. func (m *ProjectChangeInfoListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  835. return xxx_messageInfo_ProjectChangeInfoListReply.Marshal(b, m, deterministic)
  836. }
  837. func (m *ProjectChangeInfoListReply) XXX_Merge(src proto.Message) {
  838. xxx_messageInfo_ProjectChangeInfoListReply.Merge(m, src)
  839. }
  840. func (m *ProjectChangeInfoListReply) XXX_Size() int {
  841. return xxx_messageInfo_ProjectChangeInfoListReply.Size(m)
  842. }
  843. func (m *ProjectChangeInfoListReply) XXX_DiscardUnknown() {
  844. xxx_messageInfo_ProjectChangeInfoListReply.DiscardUnknown(m)
  845. }
  846. var xxx_messageInfo_ProjectChangeInfoListReply proto.InternalMessageInfo
  847. func (m *ProjectChangeInfoListReply) GetTotal() int64 {
  848. if m != nil {
  849. return m.Total
  850. }
  851. return 0
  852. }
  853. func (m *ProjectChangeInfoListReply) GetPage() int32 {
  854. if m != nil {
  855. return m.Page
  856. }
  857. return 0
  858. }
  859. func (m *ProjectChangeInfoListReply) GetPageSize() int32 {
  860. if m != nil {
  861. return m.PageSize
  862. }
  863. return 0
  864. }
  865. func (m *ProjectChangeInfoListReply) GetList() []*ProjectChangeInfoItem {
  866. if m != nil {
  867. return m.List
  868. }
  869. return nil
  870. }
  871. type CompanyApproveRequest struct {
  872. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  873. // 0 企业入驻审批 2 项目入驻审批 3 项目变更审批
  874. ApproveType int32 `protobuf:"varint,2,opt,name=approve_type,json=approveType,proto3" json:"approve_type"`
  875. // true 同意 false 不同意
  876. Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
  877. Feedback string `protobuf:"bytes,4,opt,name=feedback,proto3" json:"feedback"`
  878. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  879. XXX_unrecognized []byte `json:"-"`
  880. XXX_sizecache int32 `json:"-"`
  881. }
  882. func (m *CompanyApproveRequest) Reset() { *m = CompanyApproveRequest{} }
  883. func (m *CompanyApproveRequest) String() string { return proto.CompactTextString(m) }
  884. func (*CompanyApproveRequest) ProtoMessage() {}
  885. func (*CompanyApproveRequest) Descriptor() ([]byte, []int) {
  886. return fileDescriptor_ade57ca5b8f3903f, []int{10}
  887. }
  888. func (m *CompanyApproveRequest) XXX_Unmarshal(b []byte) error {
  889. return xxx_messageInfo_CompanyApproveRequest.Unmarshal(m, b)
  890. }
  891. func (m *CompanyApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  892. return xxx_messageInfo_CompanyApproveRequest.Marshal(b, m, deterministic)
  893. }
  894. func (m *CompanyApproveRequest) XXX_Merge(src proto.Message) {
  895. xxx_messageInfo_CompanyApproveRequest.Merge(m, src)
  896. }
  897. func (m *CompanyApproveRequest) XXX_Size() int {
  898. return xxx_messageInfo_CompanyApproveRequest.Size(m)
  899. }
  900. func (m *CompanyApproveRequest) XXX_DiscardUnknown() {
  901. xxx_messageInfo_CompanyApproveRequest.DiscardUnknown(m)
  902. }
  903. var xxx_messageInfo_CompanyApproveRequest proto.InternalMessageInfo
  904. func (m *CompanyApproveRequest) GetId() int64 {
  905. if m != nil {
  906. return m.Id
  907. }
  908. return 0
  909. }
  910. func (m *CompanyApproveRequest) GetApproveType() int32 {
  911. if m != nil {
  912. return m.ApproveType
  913. }
  914. return 0
  915. }
  916. func (m *CompanyApproveRequest) GetStatus() bool {
  917. if m != nil {
  918. return m.Status
  919. }
  920. return false
  921. }
  922. func (m *CompanyApproveRequest) GetFeedback() string {
  923. if m != nil {
  924. return m.Feedback
  925. }
  926. return ""
  927. }
  928. type CompanyApproveReply struct {
  929. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  930. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  931. XXX_unrecognized []byte `json:"-"`
  932. XXX_sizecache int32 `json:"-"`
  933. }
  934. func (m *CompanyApproveReply) Reset() { *m = CompanyApproveReply{} }
  935. func (m *CompanyApproveReply) String() string { return proto.CompactTextString(m) }
  936. func (*CompanyApproveReply) ProtoMessage() {}
  937. func (*CompanyApproveReply) Descriptor() ([]byte, []int) {
  938. return fileDescriptor_ade57ca5b8f3903f, []int{11}
  939. }
  940. func (m *CompanyApproveReply) XXX_Unmarshal(b []byte) error {
  941. return xxx_messageInfo_CompanyApproveReply.Unmarshal(m, b)
  942. }
  943. func (m *CompanyApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  944. return xxx_messageInfo_CompanyApproveReply.Marshal(b, m, deterministic)
  945. }
  946. func (m *CompanyApproveReply) XXX_Merge(src proto.Message) {
  947. xxx_messageInfo_CompanyApproveReply.Merge(m, src)
  948. }
  949. func (m *CompanyApproveReply) XXX_Size() int {
  950. return xxx_messageInfo_CompanyApproveReply.Size(m)
  951. }
  952. func (m *CompanyApproveReply) XXX_DiscardUnknown() {
  953. xxx_messageInfo_CompanyApproveReply.DiscardUnknown(m)
  954. }
  955. var xxx_messageInfo_CompanyApproveReply proto.InternalMessageInfo
  956. func (m *CompanyApproveReply) GetProjectId() int64 {
  957. if m != nil {
  958. return m.ProjectId
  959. }
  960. return 0
  961. }
  962. type ProjectStatisticRequest struct {
  963. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  964. XXX_unrecognized []byte `json:"-"`
  965. XXX_sizecache int32 `json:"-"`
  966. }
  967. func (m *ProjectStatisticRequest) Reset() { *m = ProjectStatisticRequest{} }
  968. func (m *ProjectStatisticRequest) String() string { return proto.CompactTextString(m) }
  969. func (*ProjectStatisticRequest) ProtoMessage() {}
  970. func (*ProjectStatisticRequest) Descriptor() ([]byte, []int) {
  971. return fileDescriptor_ade57ca5b8f3903f, []int{12}
  972. }
  973. func (m *ProjectStatisticRequest) XXX_Unmarshal(b []byte) error {
  974. return xxx_messageInfo_ProjectStatisticRequest.Unmarshal(m, b)
  975. }
  976. func (m *ProjectStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  977. return xxx_messageInfo_ProjectStatisticRequest.Marshal(b, m, deterministic)
  978. }
  979. func (m *ProjectStatisticRequest) XXX_Merge(src proto.Message) {
  980. xxx_messageInfo_ProjectStatisticRequest.Merge(m, src)
  981. }
  982. func (m *ProjectStatisticRequest) XXX_Size() int {
  983. return xxx_messageInfo_ProjectStatisticRequest.Size(m)
  984. }
  985. func (m *ProjectStatisticRequest) XXX_DiscardUnknown() {
  986. xxx_messageInfo_ProjectStatisticRequest.DiscardUnknown(m)
  987. }
  988. var xxx_messageInfo_ProjectStatisticRequest proto.InternalMessageInfo
  989. type ProjectStatisticReply struct {
  990. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  991. Increase int64 `protobuf:"varint,2,opt,name=increase,proto3" json:"increase"`
  992. List []*ProjectTypeStatisticItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  993. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  994. XXX_unrecognized []byte `json:"-"`
  995. XXX_sizecache int32 `json:"-"`
  996. }
  997. func (m *ProjectStatisticReply) Reset() { *m = ProjectStatisticReply{} }
  998. func (m *ProjectStatisticReply) String() string { return proto.CompactTextString(m) }
  999. func (*ProjectStatisticReply) ProtoMessage() {}
  1000. func (*ProjectStatisticReply) Descriptor() ([]byte, []int) {
  1001. return fileDescriptor_ade57ca5b8f3903f, []int{13}
  1002. }
  1003. func (m *ProjectStatisticReply) XXX_Unmarshal(b []byte) error {
  1004. return xxx_messageInfo_ProjectStatisticReply.Unmarshal(m, b)
  1005. }
  1006. func (m *ProjectStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1007. return xxx_messageInfo_ProjectStatisticReply.Marshal(b, m, deterministic)
  1008. }
  1009. func (m *ProjectStatisticReply) XXX_Merge(src proto.Message) {
  1010. xxx_messageInfo_ProjectStatisticReply.Merge(m, src)
  1011. }
  1012. func (m *ProjectStatisticReply) XXX_Size() int {
  1013. return xxx_messageInfo_ProjectStatisticReply.Size(m)
  1014. }
  1015. func (m *ProjectStatisticReply) XXX_DiscardUnknown() {
  1016. xxx_messageInfo_ProjectStatisticReply.DiscardUnknown(m)
  1017. }
  1018. var xxx_messageInfo_ProjectStatisticReply proto.InternalMessageInfo
  1019. func (m *ProjectStatisticReply) GetTotal() int64 {
  1020. if m != nil {
  1021. return m.Total
  1022. }
  1023. return 0
  1024. }
  1025. func (m *ProjectStatisticReply) GetIncrease() int64 {
  1026. if m != nil {
  1027. return m.Increase
  1028. }
  1029. return 0
  1030. }
  1031. func (m *ProjectStatisticReply) GetList() []*ProjectTypeStatisticItem {
  1032. if m != nil {
  1033. return m.List
  1034. }
  1035. return nil
  1036. }
  1037. type StaffStatisticRequest struct {
  1038. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1039. XXX_unrecognized []byte `json:"-"`
  1040. XXX_sizecache int32 `json:"-"`
  1041. }
  1042. func (m *StaffStatisticRequest) Reset() { *m = StaffStatisticRequest{} }
  1043. func (m *StaffStatisticRequest) String() string { return proto.CompactTextString(m) }
  1044. func (*StaffStatisticRequest) ProtoMessage() {}
  1045. func (*StaffStatisticRequest) Descriptor() ([]byte, []int) {
  1046. return fileDescriptor_ade57ca5b8f3903f, []int{14}
  1047. }
  1048. func (m *StaffStatisticRequest) XXX_Unmarshal(b []byte) error {
  1049. return xxx_messageInfo_StaffStatisticRequest.Unmarshal(m, b)
  1050. }
  1051. func (m *StaffStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1052. return xxx_messageInfo_StaffStatisticRequest.Marshal(b, m, deterministic)
  1053. }
  1054. func (m *StaffStatisticRequest) XXX_Merge(src proto.Message) {
  1055. xxx_messageInfo_StaffStatisticRequest.Merge(m, src)
  1056. }
  1057. func (m *StaffStatisticRequest) XXX_Size() int {
  1058. return xxx_messageInfo_StaffStatisticRequest.Size(m)
  1059. }
  1060. func (m *StaffStatisticRequest) XXX_DiscardUnknown() {
  1061. xxx_messageInfo_StaffStatisticRequest.DiscardUnknown(m)
  1062. }
  1063. var xxx_messageInfo_StaffStatisticRequest proto.InternalMessageInfo
  1064. type StaffStatisticReply struct {
  1065. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  1066. Attendance int64 `protobuf:"varint,2,opt,name=attendance,proto3" json:"attendance"`
  1067. Increase int64 `protobuf:"varint,3,opt,name=increase,proto3" json:"increase"`
  1068. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1069. XXX_unrecognized []byte `json:"-"`
  1070. XXX_sizecache int32 `json:"-"`
  1071. }
  1072. func (m *StaffStatisticReply) Reset() { *m = StaffStatisticReply{} }
  1073. func (m *StaffStatisticReply) String() string { return proto.CompactTextString(m) }
  1074. func (*StaffStatisticReply) ProtoMessage() {}
  1075. func (*StaffStatisticReply) Descriptor() ([]byte, []int) {
  1076. return fileDescriptor_ade57ca5b8f3903f, []int{15}
  1077. }
  1078. func (m *StaffStatisticReply) XXX_Unmarshal(b []byte) error {
  1079. return xxx_messageInfo_StaffStatisticReply.Unmarshal(m, b)
  1080. }
  1081. func (m *StaffStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1082. return xxx_messageInfo_StaffStatisticReply.Marshal(b, m, deterministic)
  1083. }
  1084. func (m *StaffStatisticReply) XXX_Merge(src proto.Message) {
  1085. xxx_messageInfo_StaffStatisticReply.Merge(m, src)
  1086. }
  1087. func (m *StaffStatisticReply) XXX_Size() int {
  1088. return xxx_messageInfo_StaffStatisticReply.Size(m)
  1089. }
  1090. func (m *StaffStatisticReply) XXX_DiscardUnknown() {
  1091. xxx_messageInfo_StaffStatisticReply.DiscardUnknown(m)
  1092. }
  1093. var xxx_messageInfo_StaffStatisticReply proto.InternalMessageInfo
  1094. func (m *StaffStatisticReply) GetTotal() int64 {
  1095. if m != nil {
  1096. return m.Total
  1097. }
  1098. return 0
  1099. }
  1100. func (m *StaffStatisticReply) GetAttendance() int64 {
  1101. if m != nil {
  1102. return m.Attendance
  1103. }
  1104. return 0
  1105. }
  1106. func (m *StaffStatisticReply) GetIncrease() int64 {
  1107. if m != nil {
  1108. return m.Increase
  1109. }
  1110. return 0
  1111. }
  1112. type ProjectTypeStatisticRequest struct {
  1113. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1114. XXX_unrecognized []byte `json:"-"`
  1115. XXX_sizecache int32 `json:"-"`
  1116. }
  1117. func (m *ProjectTypeStatisticRequest) Reset() { *m = ProjectTypeStatisticRequest{} }
  1118. func (m *ProjectTypeStatisticRequest) String() string { return proto.CompactTextString(m) }
  1119. func (*ProjectTypeStatisticRequest) ProtoMessage() {}
  1120. func (*ProjectTypeStatisticRequest) Descriptor() ([]byte, []int) {
  1121. return fileDescriptor_ade57ca5b8f3903f, []int{16}
  1122. }
  1123. func (m *ProjectTypeStatisticRequest) XXX_Unmarshal(b []byte) error {
  1124. return xxx_messageInfo_ProjectTypeStatisticRequest.Unmarshal(m, b)
  1125. }
  1126. func (m *ProjectTypeStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1127. return xxx_messageInfo_ProjectTypeStatisticRequest.Marshal(b, m, deterministic)
  1128. }
  1129. func (m *ProjectTypeStatisticRequest) XXX_Merge(src proto.Message) {
  1130. xxx_messageInfo_ProjectTypeStatisticRequest.Merge(m, src)
  1131. }
  1132. func (m *ProjectTypeStatisticRequest) XXX_Size() int {
  1133. return xxx_messageInfo_ProjectTypeStatisticRequest.Size(m)
  1134. }
  1135. func (m *ProjectTypeStatisticRequest) XXX_DiscardUnknown() {
  1136. xxx_messageInfo_ProjectTypeStatisticRequest.DiscardUnknown(m)
  1137. }
  1138. var xxx_messageInfo_ProjectTypeStatisticRequest proto.InternalMessageInfo
  1139. type ProjectTypeStatisticItem struct {
  1140. ProjectType string `protobuf:"bytes,1,opt,name=project_type,json=projectType,proto3" json:"project_type"`
  1141. Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"`
  1142. Percent string `protobuf:"bytes,3,opt,name=percent,proto3" json:"percent"`
  1143. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1144. XXX_unrecognized []byte `json:"-"`
  1145. XXX_sizecache int32 `json:"-"`
  1146. }
  1147. func (m *ProjectTypeStatisticItem) Reset() { *m = ProjectTypeStatisticItem{} }
  1148. func (m *ProjectTypeStatisticItem) String() string { return proto.CompactTextString(m) }
  1149. func (*ProjectTypeStatisticItem) ProtoMessage() {}
  1150. func (*ProjectTypeStatisticItem) Descriptor() ([]byte, []int) {
  1151. return fileDescriptor_ade57ca5b8f3903f, []int{17}
  1152. }
  1153. func (m *ProjectTypeStatisticItem) XXX_Unmarshal(b []byte) error {
  1154. return xxx_messageInfo_ProjectTypeStatisticItem.Unmarshal(m, b)
  1155. }
  1156. func (m *ProjectTypeStatisticItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1157. return xxx_messageInfo_ProjectTypeStatisticItem.Marshal(b, m, deterministic)
  1158. }
  1159. func (m *ProjectTypeStatisticItem) XXX_Merge(src proto.Message) {
  1160. xxx_messageInfo_ProjectTypeStatisticItem.Merge(m, src)
  1161. }
  1162. func (m *ProjectTypeStatisticItem) XXX_Size() int {
  1163. return xxx_messageInfo_ProjectTypeStatisticItem.Size(m)
  1164. }
  1165. func (m *ProjectTypeStatisticItem) XXX_DiscardUnknown() {
  1166. xxx_messageInfo_ProjectTypeStatisticItem.DiscardUnknown(m)
  1167. }
  1168. var xxx_messageInfo_ProjectTypeStatisticItem proto.InternalMessageInfo
  1169. func (m *ProjectTypeStatisticItem) GetProjectType() string {
  1170. if m != nil {
  1171. return m.ProjectType
  1172. }
  1173. return ""
  1174. }
  1175. func (m *ProjectTypeStatisticItem) GetCount() int64 {
  1176. if m != nil {
  1177. return m.Count
  1178. }
  1179. return 0
  1180. }
  1181. func (m *ProjectTypeStatisticItem) GetPercent() string {
  1182. if m != nil {
  1183. return m.Percent
  1184. }
  1185. return ""
  1186. }
  1187. type ProjectTypeStatisticReply struct {
  1188. List []*ProjectTypeStatisticItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  1189. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1190. XXX_unrecognized []byte `json:"-"`
  1191. XXX_sizecache int32 `json:"-"`
  1192. }
  1193. func (m *ProjectTypeStatisticReply) Reset() { *m = ProjectTypeStatisticReply{} }
  1194. func (m *ProjectTypeStatisticReply) String() string { return proto.CompactTextString(m) }
  1195. func (*ProjectTypeStatisticReply) ProtoMessage() {}
  1196. func (*ProjectTypeStatisticReply) Descriptor() ([]byte, []int) {
  1197. return fileDescriptor_ade57ca5b8f3903f, []int{18}
  1198. }
  1199. func (m *ProjectTypeStatisticReply) XXX_Unmarshal(b []byte) error {
  1200. return xxx_messageInfo_ProjectTypeStatisticReply.Unmarshal(m, b)
  1201. }
  1202. func (m *ProjectTypeStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1203. return xxx_messageInfo_ProjectTypeStatisticReply.Marshal(b, m, deterministic)
  1204. }
  1205. func (m *ProjectTypeStatisticReply) XXX_Merge(src proto.Message) {
  1206. xxx_messageInfo_ProjectTypeStatisticReply.Merge(m, src)
  1207. }
  1208. func (m *ProjectTypeStatisticReply) XXX_Size() int {
  1209. return xxx_messageInfo_ProjectTypeStatisticReply.Size(m)
  1210. }
  1211. func (m *ProjectTypeStatisticReply) XXX_DiscardUnknown() {
  1212. xxx_messageInfo_ProjectTypeStatisticReply.DiscardUnknown(m)
  1213. }
  1214. var xxx_messageInfo_ProjectTypeStatisticReply proto.InternalMessageInfo
  1215. func (m *ProjectTypeStatisticReply) GetList() []*ProjectTypeStatisticItem {
  1216. if m != nil {
  1217. return m.List
  1218. }
  1219. return nil
  1220. }
  1221. type CompanyStatisticRequest struct {
  1222. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1223. XXX_unrecognized []byte `json:"-"`
  1224. XXX_sizecache int32 `json:"-"`
  1225. }
  1226. func (m *CompanyStatisticRequest) Reset() { *m = CompanyStatisticRequest{} }
  1227. func (m *CompanyStatisticRequest) String() string { return proto.CompactTextString(m) }
  1228. func (*CompanyStatisticRequest) ProtoMessage() {}
  1229. func (*CompanyStatisticRequest) Descriptor() ([]byte, []int) {
  1230. return fileDescriptor_ade57ca5b8f3903f, []int{19}
  1231. }
  1232. func (m *CompanyStatisticRequest) XXX_Unmarshal(b []byte) error {
  1233. return xxx_messageInfo_CompanyStatisticRequest.Unmarshal(m, b)
  1234. }
  1235. func (m *CompanyStatisticRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1236. return xxx_messageInfo_CompanyStatisticRequest.Marshal(b, m, deterministic)
  1237. }
  1238. func (m *CompanyStatisticRequest) XXX_Merge(src proto.Message) {
  1239. xxx_messageInfo_CompanyStatisticRequest.Merge(m, src)
  1240. }
  1241. func (m *CompanyStatisticRequest) XXX_Size() int {
  1242. return xxx_messageInfo_CompanyStatisticRequest.Size(m)
  1243. }
  1244. func (m *CompanyStatisticRequest) XXX_DiscardUnknown() {
  1245. xxx_messageInfo_CompanyStatisticRequest.DiscardUnknown(m)
  1246. }
  1247. var xxx_messageInfo_CompanyStatisticRequest proto.InternalMessageInfo
  1248. type CompanyStatisticReply struct {
  1249. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  1250. Increase int64 `protobuf:"varint,2,opt,name=increase,proto3" json:"increase"`
  1251. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1252. XXX_unrecognized []byte `json:"-"`
  1253. XXX_sizecache int32 `json:"-"`
  1254. }
  1255. func (m *CompanyStatisticReply) Reset() { *m = CompanyStatisticReply{} }
  1256. func (m *CompanyStatisticReply) String() string { return proto.CompactTextString(m) }
  1257. func (*CompanyStatisticReply) ProtoMessage() {}
  1258. func (*CompanyStatisticReply) Descriptor() ([]byte, []int) {
  1259. return fileDescriptor_ade57ca5b8f3903f, []int{20}
  1260. }
  1261. func (m *CompanyStatisticReply) XXX_Unmarshal(b []byte) error {
  1262. return xxx_messageInfo_CompanyStatisticReply.Unmarshal(m, b)
  1263. }
  1264. func (m *CompanyStatisticReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1265. return xxx_messageInfo_CompanyStatisticReply.Marshal(b, m, deterministic)
  1266. }
  1267. func (m *CompanyStatisticReply) XXX_Merge(src proto.Message) {
  1268. xxx_messageInfo_CompanyStatisticReply.Merge(m, src)
  1269. }
  1270. func (m *CompanyStatisticReply) XXX_Size() int {
  1271. return xxx_messageInfo_CompanyStatisticReply.Size(m)
  1272. }
  1273. func (m *CompanyStatisticReply) XXX_DiscardUnknown() {
  1274. xxx_messageInfo_CompanyStatisticReply.DiscardUnknown(m)
  1275. }
  1276. var xxx_messageInfo_CompanyStatisticReply proto.InternalMessageInfo
  1277. func (m *CompanyStatisticReply) GetTotal() int64 {
  1278. if m != nil {
  1279. return m.Total
  1280. }
  1281. return 0
  1282. }
  1283. func (m *CompanyStatisticReply) GetIncrease() int64 {
  1284. if m != nil {
  1285. return m.Increase
  1286. }
  1287. return 0
  1288. }
  1289. func init() {
  1290. proto.RegisterType((*CompanyItem)(nil), "v1.CompanyItem")
  1291. proto.RegisterType((*CompanyListRequest)(nil), "v1.CompanyListRequest")
  1292. proto.RegisterType((*CompanyListReply)(nil), "v1.CompanyListReply")
  1293. proto.RegisterType((*ProjectItem)(nil), "v1.ProjectItem")
  1294. proto.RegisterType((*ProjectListRequest)(nil), "v1.ProjectListRequest")
  1295. proto.RegisterType((*ProjectListReply)(nil), "v1.ProjectListReply")
  1296. proto.RegisterType((*ProjectChangeInfoListRequest)(nil), "v1.ProjectChangeInfoListRequest")
  1297. proto.RegisterType((*ProjectInfoItem)(nil), "v1.ProjectInfoItem")
  1298. proto.RegisterType((*ProjectChangeInfoItem)(nil), "v1.ProjectChangeInfoItem")
  1299. proto.RegisterType((*ProjectChangeInfoListReply)(nil), "v1.ProjectChangeInfoListReply")
  1300. proto.RegisterType((*CompanyApproveRequest)(nil), "v1.CompanyApproveRequest")
  1301. proto.RegisterType((*CompanyApproveReply)(nil), "v1.CompanyApproveReply")
  1302. proto.RegisterType((*ProjectStatisticRequest)(nil), "v1.ProjectStatisticRequest")
  1303. proto.RegisterType((*ProjectStatisticReply)(nil), "v1.ProjectStatisticReply")
  1304. proto.RegisterType((*StaffStatisticRequest)(nil), "v1.StaffStatisticRequest")
  1305. proto.RegisterType((*StaffStatisticReply)(nil), "v1.StaffStatisticReply")
  1306. proto.RegisterType((*ProjectTypeStatisticRequest)(nil), "v1.ProjectTypeStatisticRequest")
  1307. proto.RegisterType((*ProjectTypeStatisticItem)(nil), "v1.ProjectTypeStatisticItem")
  1308. proto.RegisterType((*ProjectTypeStatisticReply)(nil), "v1.ProjectTypeStatisticReply")
  1309. proto.RegisterType((*CompanyStatisticRequest)(nil), "v1.CompanyStatisticRequest")
  1310. proto.RegisterType((*CompanyStatisticReply)(nil), "v1.CompanyStatisticReply")
  1311. }
  1312. func init() {
  1313. proto.RegisterFile("company.proto", fileDescriptor_ade57ca5b8f3903f)
  1314. }
  1315. var fileDescriptor_ade57ca5b8f3903f = []byte{
  1316. // 1306 bytes of a gzipped FileDescriptorProto
  1317. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xcb, 0x6e, 0x1b, 0x37,
  1318. 0x17, 0xc6, 0xe8, 0x66, 0xe9, 0x28, 0xbe, 0x84, 0x8e, 0x63, 0xda, 0x4e, 0xfe, 0xdf, 0x51, 0x10,
  1319. 0xfc, 0xfa, 0x11, 0x24, 0xa9, 0xdb, 0xa0, 0xab, 0x6e, 0x52, 0x07, 0x01, 0x0c, 0xb8, 0x86, 0x31,
  1320. 0x4e, 0x37, 0xdd, 0x0c, 0xe8, 0x99, 0x23, 0x99, 0xed, 0x88, 0x9c, 0x92, 0x94, 0x50, 0xa5, 0x40,
  1321. 0x16, 0x7d, 0x84, 0x3e, 0x49, 0xdf, 0xa2, 0x40, 0x9f, 0xaa, 0xe0, 0x65, 0x26, 0x33, 0xb2, 0xdd,
  1322. 0x14, 0x68, 0xb3, 0x12, 0xcf, 0xc7, 0xc3, 0x39, 0xd7, 0xef, 0x90, 0x82, 0xf5, 0x54, 0xce, 0x0a,
  1323. 0x26, 0x96, 0xcf, 0x0b, 0x25, 0x8d, 0x24, 0xad, 0xc5, 0xd1, 0xe8, 0xf7, 0x2e, 0x0c, 0x8f, 0x3d,
  1324. 0x7a, 0x62, 0x70, 0x46, 0x36, 0xa0, 0xc5, 0x33, 0x1a, 0x1d, 0x46, 0xe3, 0x76, 0xdc, 0xe2, 0x19,
  1325. 0x21, 0xd0, 0x11, 0x6c, 0x86, 0xb4, 0x75, 0x18, 0x8d, 0x07, 0xb1, 0x5b, 0x93, 0xff, 0xc2, 0x50,
  1326. 0xcb, 0x94, 0xb3, 0x3c, 0x49, 0x65, 0x86, 0xb4, 0xed, 0xb6, 0xc0, 0x43, 0xc7, 0x32, 0x43, 0xf2,
  1327. 0x7f, 0xd8, 0xba, 0x9c, 0x6b, 0x2e, 0x50, 0xeb, 0x24, 0x95, 0xc2, 0xb0, 0xd4, 0xd0, 0x8e, 0xd3,
  1328. 0xda, 0x2c, 0xf1, 0x63, 0x0f, 0x93, 0x97, 0x70, 0x7f, 0x55, 0x35, 0x29, 0xae, 0xa4, 0x40, 0xda,
  1329. 0x75, 0x07, 0xee, 0xad, 0x1c, 0x38, 0xb7, 0x7b, 0xe4, 0x21, 0x00, 0x2b, 0x8a, 0x7c, 0x99, 0x18,
  1330. 0x3e, 0x43, 0xda, 0x73, 0x9a, 0x03, 0x87, 0xbc, 0xe5, 0x33, 0x24, 0x8f, 0xe0, 0x0e, 0x2b, 0x0a,
  1331. 0x25, 0x17, 0xe8, 0x15, 0xd6, 0x9c, 0xc2, 0x30, 0x60, 0x4e, 0xe5, 0x3e, 0xf4, 0xb4, 0x61, 0x66,
  1332. 0xae, 0x69, 0xff, 0x30, 0x1a, 0x77, 0xe3, 0x20, 0x91, 0x7d, 0xe8, 0x5b, 0x25, 0x2e, 0x52, 0xa4,
  1333. 0x03, 0x77, 0xac, 0x92, 0x6d, 0x2e, 0x52, 0x6e, 0x96, 0x14, 0x7c, 0x2e, 0xec, 0xda, 0x62, 0xef,
  1334. 0xac, 0xb7, 0x43, 0x8f, 0xd9, 0xb5, 0x35, 0x9f, 0xe3, 0x94, 0xe5, 0x49, 0x81, 0x4a, 0x4b, 0x41,
  1335. 0xef, 0x78, 0xf3, 0x0e, 0x3b, 0x77, 0x10, 0xd9, 0x85, 0x35, 0x9e, 0x25, 0x29, 0x2a, 0x43, 0xd7,
  1336. 0xdd, 0x6e, 0x8f, 0x67, 0xc7, 0xa8, 0x4c, 0x23, 0x75, 0x39, 0x4f, 0x51, 0x68, 0xa4, 0x1b, 0xcd,
  1337. 0xd4, 0x9d, 0x7a, 0x98, 0x1c, 0xc0, 0x60, 0xae, 0x51, 0x25, 0xae, 0x3e, 0x9b, 0xde, 0x57, 0x0b,
  1338. 0x9c, 0xd9, 0x1a, 0x1d, 0x41, 0x95, 0xb9, 0x44, 0xa1, 0x2e, 0xa4, 0xd0, 0xfc, 0x32, 0x47, 0xba,
  1339. 0xe5, 0xf4, 0xb6, 0xcb, 0xbd, 0xf8, 0xc3, 0x16, 0xf9, 0x0a, 0xf6, 0x6f, 0x3a, 0x12, 0xca, 0x71,
  1340. 0xd7, 0x1d, 0xa4, 0x37, 0x1c, 0xf4, 0x25, 0x79, 0x0a, 0x77, 0x71, 0x86, 0x6a, 0x8a, 0x22, 0x5d,
  1341. 0x56, 0x45, 0x27, 0xee, 0xd0, 0x56, 0xb5, 0x51, 0x56, 0xfd, 0x4b, 0xd8, 0xbd, 0xa6, 0x1c, 0xec,
  1342. 0x6c, 0xbb, 0x23, 0x3b, 0xab, 0x47, 0xbc, 0x91, 0x7d, 0xe8, 0x4f, 0x10, 0xb3, 0x4b, 0x96, 0xfe,
  1343. 0x40, 0xef, 0xf9, 0x88, 0x4b, 0x79, 0x84, 0x40, 0x42, 0x23, 0x9f, 0x72, 0x6d, 0x62, 0xfc, 0x71,
  1344. 0x8e, 0xda, 0xd8, 0xfa, 0x14, 0x6c, 0x8a, 0xae, 0xa3, 0xbb, 0xb1, 0x5b, 0xdb, 0xda, 0x4f, 0x78,
  1345. 0x6e, 0x50, 0x85, 0xae, 0x0e, 0x12, 0x79, 0x0c, 0xeb, 0x7e, 0x95, 0x84, 0xd6, 0x68, 0x1f, 0xb6,
  1346. 0xc7, 0xdd, 0xf8, 0x8e, 0x07, 0x2f, 0x1c, 0x36, 0x7a, 0x0f, 0x5b, 0x0d, 0x33, 0x45, 0xbe, 0x24,
  1347. 0xf7, 0xa0, 0x6b, 0xa4, 0x61, 0x79, 0xe0, 0x8d, 0x17, 0x2a, 0xd3, 0xad, 0x9a, 0xe9, 0x03, 0x18,
  1348. 0xd8, 0xdf, 0x44, 0xf3, 0x77, 0x9e, 0x38, 0xdd, 0xb8, 0x6f, 0x81, 0x0b, 0xfe, 0x0e, 0xc9, 0x63,
  1349. 0xe8, 0xe4, 0x5c, 0x5b, 0xaa, 0xb4, 0xc7, 0xc3, 0xcf, 0x37, 0x9f, 0x2f, 0x8e, 0x9e, 0xd7, 0xa8,
  1350. 0x19, 0xbb, 0xcd, 0xd1, 0x6f, 0x3d, 0x18, 0x9e, 0x2b, 0xf9, 0x3d, 0xa6, 0xc6, 0x11, 0xb6, 0x24,
  1351. 0x68, 0x54, 0x23, 0xe8, 0x18, 0xb6, 0x34, 0x9b, 0xa0, 0x59, 0x26, 0x0a, 0x53, 0xa9, 0xb2, 0x44,
  1352. 0xc8, 0x10, 0xea, 0x86, 0xc7, 0x63, 0x07, 0x9f, 0x49, 0xf2, 0x04, 0x36, 0x0a, 0xff, 0xb1, 0x24,
  1353. 0x47, 0x96, 0xa1, 0x0a, 0x6c, 0x5e, 0x0f, 0xe8, 0xa9, 0x03, 0x6d, 0x80, 0xbe, 0x3a, 0x9e, 0xc5,
  1354. 0x5e, 0xb0, 0xd5, 0xc8, 0x65, 0xca, 0x0c, 0x97, 0x22, 0xb0, 0xb5, 0x92, 0xc3, 0x1c, 0xe9, 0x55,
  1355. 0x73, 0xe4, 0x21, 0x40, 0x69, 0x48, 0xc8, 0x40, 0xc8, 0x41, 0x40, 0xce, 0xa4, 0xa5, 0x4c, 0xb9,
  1356. 0x5d, 0xe4, 0x4c, 0x38, 0x52, 0x0e, 0xe2, 0x61, 0xc0, 0xce, 0x73, 0x26, 0x2c, 0x33, 0x4a, 0x95,
  1357. 0xc9, 0x5c, 0xa4, 0xce, 0xaa, 0x67, 0xe8, 0x66, 0xc0, 0xdf, 0x04, 0xb8, 0xfe, 0x35, 0xb3, 0x2c,
  1358. 0x30, 0x10, 0xb6, 0xfc, 0xda, 0xdb, 0x65, 0x81, 0x2e, 0x22, 0xc5, 0x53, 0x4f, 0xdc, 0x28, 0xf6,
  1359. 0x82, 0x4d, 0x66, 0x86, 0x3a, 0x0d, 0x8c, 0x75, 0x6b, 0xfb, 0xb1, 0x54, 0x2e, 0x50, 0x61, 0x96,
  1360. 0x30, 0x85, 0xcc, 0xf1, 0x35, 0x8a, 0x87, 0x01, 0x7b, 0xa5, 0x90, 0xd9, 0x81, 0xe8, 0x4a, 0x9e,
  1361. 0xe4, 0xb8, 0xc0, 0xdc, 0xf1, 0xb5, 0x1b, 0x83, 0x83, 0x4e, 0x2d, 0x42, 0xfe, 0x07, 0x9b, 0x97,
  1362. 0x73, 0x9e, 0x67, 0x5c, 0x4c, 0x13, 0x6d, 0xa4, 0xc2, 0x65, 0x20, 0xec, 0x46, 0x09, 0x5f, 0x38,
  1363. 0x94, 0x8c, 0xac, 0x31, 0xa1, 0x8d, 0x9a, 0xfb, 0x00, 0x3d, 0x5d, 0x1b, 0x18, 0x39, 0x84, 0x61,
  1364. 0x66, 0xbf, 0x2a, 0x8b, 0x19, 0x0a, 0x13, 0x88, 0x59, 0x87, 0x08, 0x85, 0x35, 0xeb, 0x9d, 0x46,
  1365. 0x0c, 0x0c, 0x2c, 0x45, 0xdb, 0xfa, 0x19, 0x6a, 0x3e, 0x15, 0x81, 0x67, 0x41, 0xb2, 0xdf, 0xc4,
  1366. 0x9f, 0x8a, 0x5c, 0x2a, 0x5f, 0x4d, 0xcf, 0xad, 0x3a, 0x44, 0xb6, 0xa0, 0x9d, 0x4b, 0x41, 0x77,
  1367. 0x5c, 0xf4, 0x76, 0xe9, 0x10, 0x66, 0xe8, 0xfd, 0x80, 0x30, 0x63, 0xbb, 0x9b, 0xeb, 0x64, 0xc2,
  1368. 0x05, 0xd7, 0x57, 0x74, 0xf7, 0x30, 0x1a, 0xf7, 0xe3, 0x3e, 0xd7, 0x6f, 0x9c, 0xec, 0xf3, 0xe8,
  1369. 0xba, 0xd9, 0x4f, 0x2c, 0xea, 0x6d, 0x04, 0xec, 0x2c, 0x5c, 0x2c, 0xa9, 0x42, 0x66, 0xc2, 0xd8,
  1370. 0xde, 0xf3, 0x17, 0x8b, 0x87, 0xdc, 0xd4, 0x3e, 0x80, 0x81, 0x36, 0x4c, 0x99, 0x24, 0x63, 0x4b,
  1371. 0xba, 0xef, 0x5b, 0xce, 0x01, 0xaf, 0xd9, 0xd2, 0xce, 0x54, 0x14, 0x99, 0xdb, 0x3a, 0xf0, 0xc1,
  1372. 0xa1, 0xc8, 0x5e, 0xb3, 0xe5, 0xe8, 0x97, 0x08, 0x48, 0xa0, 0xcc, 0xa7, 0x1c, 0x0d, 0x4d, 0x72,
  1373. 0x77, 0x9a, 0xe4, 0xb6, 0x73, 0xa3, 0xe1, 0xc3, 0xa7, 0x9d, 0x1b, 0xb5, 0x09, 0x11, 0xe6, 0x86,
  1374. 0x84, 0x07, 0x01, 0x3c, 0xbe, 0x62, 0x62, 0x8a, 0x27, 0x62, 0x22, 0x3f, 0xe9, 0xa0, 0xfc, 0x16,
  1375. 0x36, 0x4b, 0x2f, 0xc4, 0x44, 0xde, 0x3a, 0xab, 0x28, 0xac, 0xa5, 0x57, 0xf6, 0x4a, 0x29, 0xdf,
  1376. 0x18, 0xa5, 0x68, 0xb3, 0xb3, 0x60, 0xf9, 0xbc, 0x7c, 0x60, 0x78, 0x61, 0xf4, 0x47, 0x0b, 0x76,
  1377. 0xae, 0x05, 0xe2, 0xbe, 0xfe, 0x14, 0x7a, 0x52, 0xf1, 0x29, 0x17, 0x34, 0x72, 0x89, 0xd8, 0xae,
  1378. 0x27, 0x22, 0x28, 0xc5, 0x41, 0x85, 0x3c, 0x81, 0x76, 0xa6, 0x0d, 0x6d, 0xdd, 0xae, 0x69, 0xf7,
  1379. 0x2b, 0x8f, 0xdb, 0x1f, 0x99, 0xae, 0x9d, 0x1b, 0xa7, 0x6b, 0xf3, 0x99, 0xd2, 0xfd, 0xd8, 0x33,
  1380. 0xa5, 0xf7, 0x57, 0xcf, 0x94, 0xb5, 0xc6, 0x33, 0x85, 0x40, 0x87, 0x65, 0x99, 0x0a, 0x73, 0xd2,
  1381. 0xad, 0xc3, 0xc8, 0x1d, 0x54, 0x23, 0x77, 0x95, 0x70, 0x70, 0x8d, 0x70, 0xa3, 0x5f, 0x23, 0xd8,
  1382. 0xbf, 0xa5, 0x2b, 0xfe, 0xc5, 0xfe, 0x7c, 0xd6, 0xe8, 0xcf, 0xbd, 0x5a, 0xb2, 0x9b, 0x15, 0x0c,
  1383. 0x9d, 0xfa, 0x1e, 0x76, 0xc2, 0xb5, 0xf7, 0xca, 0x67, 0xa2, 0x6c, 0xd1, 0xd5, 0xb7, 0x69, 0x3d,
  1384. 0x7f, 0x76, 0xcc, 0x7b, 0x87, 0xaa, 0xfc, 0xd9, 0x31, 0xff, 0x21, 0x7f, 0x6d, 0x37, 0x8e, 0x6a,
  1385. 0xcf, 0xbc, 0xea, 0x21, 0xd1, 0x59, 0x79, 0x48, 0xbc, 0x84, 0xed, 0x55, 0xfb, 0x36, 0x19, 0xb5,
  1386. 0x1b, 0xac, 0xf2, 0xa2, 0xbc, 0xc1, 0x4e, 0xb2, 0xd1, 0x1e, 0xec, 0x86, 0xa0, 0x6c, 0xff, 0x73,
  1387. 0x6d, 0x78, 0x1a, 0xfc, 0x1e, 0xfd, 0x5c, 0x75, 0x6c, 0x6d, 0xeb, 0xf6, 0xfc, 0xee, 0x43, 0x9f,
  1388. 0x0b, 0x3b, 0xf4, 0x02, 0x25, 0xda, 0x71, 0x25, 0x93, 0xcf, 0x42, 0x2a, 0xdb, 0x2e, 0x95, 0x0f,
  1389. 0x6a, 0xa9, 0xb4, 0xe1, 0x56, 0x9f, 0xaf, 0x65, 0x73, 0x17, 0x76, 0x2e, 0x0c, 0x9b, 0x4c, 0xae,
  1390. 0x79, 0x35, 0x85, 0xed, 0xd5, 0x8d, 0xdb, 0x7d, 0xfa, 0x0f, 0x00, 0x33, 0x06, 0x45, 0xc6, 0xec,
  1391. 0xc3, 0xd8, 0x7b, 0x55, 0x43, 0x1a, 0x3e, 0xb7, 0x9b, 0x3e, 0x8f, 0x1e, 0xc2, 0xc1, 0x4d, 0x3e,
  1392. 0x96, 0x7e, 0xcc, 0x80, 0xde, 0x16, 0xc2, 0xb5, 0x8b, 0x3c, 0xba, 0xf1, 0x22, 0x4f, 0xe5, 0x5c,
  1393. 0x98, 0xe0, 0x94, 0x17, 0xec, 0x54, 0x29, 0x50, 0xa5, 0xf6, 0x7e, 0xf4, 0xd4, 0x2d, 0xc5, 0xd1,
  1394. 0x37, 0xb0, 0x77, 0xb3, 0x37, 0x36, 0xf8, 0x32, 0xbd, 0xd1, 0xdf, 0x4e, 0xef, 0x1e, 0xec, 0x86,
  1395. 0x66, 0xb9, 0x16, 0xd8, 0x49, 0xd5, 0xc7, 0xff, 0xb4, 0xec, 0x5f, 0x3f, 0xfe, 0xee, 0x91, 0x9e,
  1396. 0x31, 0x65, 0x9e, 0x4d, 0xed, 0x45, 0x2e, 0xec, 0x25, 0xff, 0x6c, 0xc6, 0x04, 0x9b, 0xa2, 0x5d,
  1397. 0xbe, 0x28, 0x2e, 0x5f, 0x2c, 0x8e, 0x2e, 0x7b, 0xee, 0x5f, 0xdd, 0x17, 0x7f, 0x06, 0x00, 0x00,
  1398. 0xff, 0xff, 0xe6, 0xe2, 0x11, 0x54, 0xe6, 0x0d, 0x00, 0x00,
  1399. }