supplier.pb.go 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: supplier.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 PublicityRequest struct {
  20. DeviceCode int32 `protobuf:"varint,1,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
  21. Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider"`
  22. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  23. XXX_unrecognized []byte `json:"-"`
  24. XXX_sizecache int32 `json:"-"`
  25. }
  26. func (m *PublicityRequest) Reset() { *m = PublicityRequest{} }
  27. func (m *PublicityRequest) String() string { return proto.CompactTextString(m) }
  28. func (*PublicityRequest) ProtoMessage() {}
  29. func (*PublicityRequest) Descriptor() ([]byte, []int) {
  30. return fileDescriptor_86038919225469b2, []int{0}
  31. }
  32. func (m *PublicityRequest) XXX_Unmarshal(b []byte) error {
  33. return xxx_messageInfo_PublicityRequest.Unmarshal(m, b)
  34. }
  35. func (m *PublicityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  36. return xxx_messageInfo_PublicityRequest.Marshal(b, m, deterministic)
  37. }
  38. func (m *PublicityRequest) XXX_Merge(src proto.Message) {
  39. xxx_messageInfo_PublicityRequest.Merge(m, src)
  40. }
  41. func (m *PublicityRequest) XXX_Size() int {
  42. return xxx_messageInfo_PublicityRequest.Size(m)
  43. }
  44. func (m *PublicityRequest) XXX_DiscardUnknown() {
  45. xxx_messageInfo_PublicityRequest.DiscardUnknown(m)
  46. }
  47. var xxx_messageInfo_PublicityRequest proto.InternalMessageInfo
  48. func (m *PublicityRequest) GetDeviceCode() int32 {
  49. if m != nil {
  50. return m.DeviceCode
  51. }
  52. return 0
  53. }
  54. func (m *PublicityRequest) GetProvider() string {
  55. if m != nil {
  56. return m.Provider
  57. }
  58. return ""
  59. }
  60. type PublicityDeviceTypeItem struct {
  61. TypeCode int32 `protobuf:"varint,1,opt,name=type_code,json=typeCode,proto3" json:"type_code"`
  62. TypeName string `protobuf:"bytes,2,opt,name=type_name,json=typeName,proto3" json:"type_name"`
  63. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  64. XXX_unrecognized []byte `json:"-"`
  65. XXX_sizecache int32 `json:"-"`
  66. }
  67. func (m *PublicityDeviceTypeItem) Reset() { *m = PublicityDeviceTypeItem{} }
  68. func (m *PublicityDeviceTypeItem) String() string { return proto.CompactTextString(m) }
  69. func (*PublicityDeviceTypeItem) ProtoMessage() {}
  70. func (*PublicityDeviceTypeItem) Descriptor() ([]byte, []int) {
  71. return fileDescriptor_86038919225469b2, []int{1}
  72. }
  73. func (m *PublicityDeviceTypeItem) XXX_Unmarshal(b []byte) error {
  74. return xxx_messageInfo_PublicityDeviceTypeItem.Unmarshal(m, b)
  75. }
  76. func (m *PublicityDeviceTypeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  77. return xxx_messageInfo_PublicityDeviceTypeItem.Marshal(b, m, deterministic)
  78. }
  79. func (m *PublicityDeviceTypeItem) XXX_Merge(src proto.Message) {
  80. xxx_messageInfo_PublicityDeviceTypeItem.Merge(m, src)
  81. }
  82. func (m *PublicityDeviceTypeItem) XXX_Size() int {
  83. return xxx_messageInfo_PublicityDeviceTypeItem.Size(m)
  84. }
  85. func (m *PublicityDeviceTypeItem) XXX_DiscardUnknown() {
  86. xxx_messageInfo_PublicityDeviceTypeItem.DiscardUnknown(m)
  87. }
  88. var xxx_messageInfo_PublicityDeviceTypeItem proto.InternalMessageInfo
  89. func (m *PublicityDeviceTypeItem) GetTypeCode() int32 {
  90. if m != nil {
  91. return m.TypeCode
  92. }
  93. return 0
  94. }
  95. func (m *PublicityDeviceTypeItem) GetTypeName() string {
  96. if m != nil {
  97. return m.TypeName
  98. }
  99. return ""
  100. }
  101. type PublicityItem struct {
  102. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
  103. SocialCode string `protobuf:"bytes,2,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  104. Devices []*PublicityDeviceTypeItem `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices"`
  105. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  106. XXX_unrecognized []byte `json:"-"`
  107. XXX_sizecache int32 `json:"-"`
  108. }
  109. func (m *PublicityItem) Reset() { *m = PublicityItem{} }
  110. func (m *PublicityItem) String() string { return proto.CompactTextString(m) }
  111. func (*PublicityItem) ProtoMessage() {}
  112. func (*PublicityItem) Descriptor() ([]byte, []int) {
  113. return fileDescriptor_86038919225469b2, []int{2}
  114. }
  115. func (m *PublicityItem) XXX_Unmarshal(b []byte) error {
  116. return xxx_messageInfo_PublicityItem.Unmarshal(m, b)
  117. }
  118. func (m *PublicityItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  119. return xxx_messageInfo_PublicityItem.Marshal(b, m, deterministic)
  120. }
  121. func (m *PublicityItem) XXX_Merge(src proto.Message) {
  122. xxx_messageInfo_PublicityItem.Merge(m, src)
  123. }
  124. func (m *PublicityItem) XXX_Size() int {
  125. return xxx_messageInfo_PublicityItem.Size(m)
  126. }
  127. func (m *PublicityItem) XXX_DiscardUnknown() {
  128. xxx_messageInfo_PublicityItem.DiscardUnknown(m)
  129. }
  130. var xxx_messageInfo_PublicityItem proto.InternalMessageInfo
  131. func (m *PublicityItem) GetName() string {
  132. if m != nil {
  133. return m.Name
  134. }
  135. return ""
  136. }
  137. func (m *PublicityItem) GetSocialCode() string {
  138. if m != nil {
  139. return m.SocialCode
  140. }
  141. return ""
  142. }
  143. func (m *PublicityItem) GetDevices() []*PublicityDeviceTypeItem {
  144. if m != nil {
  145. return m.Devices
  146. }
  147. return nil
  148. }
  149. type PublicityReply struct {
  150. List []*PublicityItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  151. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  152. XXX_unrecognized []byte `json:"-"`
  153. XXX_sizecache int32 `json:"-"`
  154. }
  155. func (m *PublicityReply) Reset() { *m = PublicityReply{} }
  156. func (m *PublicityReply) String() string { return proto.CompactTextString(m) }
  157. func (*PublicityReply) ProtoMessage() {}
  158. func (*PublicityReply) Descriptor() ([]byte, []int) {
  159. return fileDescriptor_86038919225469b2, []int{3}
  160. }
  161. func (m *PublicityReply) XXX_Unmarshal(b []byte) error {
  162. return xxx_messageInfo_PublicityReply.Unmarshal(m, b)
  163. }
  164. func (m *PublicityReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  165. return xxx_messageInfo_PublicityReply.Marshal(b, m, deterministic)
  166. }
  167. func (m *PublicityReply) XXX_Merge(src proto.Message) {
  168. xxx_messageInfo_PublicityReply.Merge(m, src)
  169. }
  170. func (m *PublicityReply) XXX_Size() int {
  171. return xxx_messageInfo_PublicityReply.Size(m)
  172. }
  173. func (m *PublicityReply) XXX_DiscardUnknown() {
  174. xxx_messageInfo_PublicityReply.DiscardUnknown(m)
  175. }
  176. var xxx_messageInfo_PublicityReply proto.InternalMessageInfo
  177. func (m *PublicityReply) GetList() []*PublicityItem {
  178. if m != nil {
  179. return m.List
  180. }
  181. return nil
  182. }
  183. type ProviderListRequest struct {
  184. Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter"`
  185. FilterStatus []int32 `protobuf:"varint,2,rep,packed,name=filter_status,json=filterStatus,proto3" json:"filter_status"`
  186. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  187. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  188. XXX_unrecognized []byte `json:"-"`
  189. XXX_sizecache int32 `json:"-"`
  190. }
  191. func (m *ProviderListRequest) Reset() { *m = ProviderListRequest{} }
  192. func (m *ProviderListRequest) String() string { return proto.CompactTextString(m) }
  193. func (*ProviderListRequest) ProtoMessage() {}
  194. func (*ProviderListRequest) Descriptor() ([]byte, []int) {
  195. return fileDescriptor_86038919225469b2, []int{4}
  196. }
  197. func (m *ProviderListRequest) XXX_Unmarshal(b []byte) error {
  198. return xxx_messageInfo_ProviderListRequest.Unmarshal(m, b)
  199. }
  200. func (m *ProviderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  201. return xxx_messageInfo_ProviderListRequest.Marshal(b, m, deterministic)
  202. }
  203. func (m *ProviderListRequest) XXX_Merge(src proto.Message) {
  204. xxx_messageInfo_ProviderListRequest.Merge(m, src)
  205. }
  206. func (m *ProviderListRequest) XXX_Size() int {
  207. return xxx_messageInfo_ProviderListRequest.Size(m)
  208. }
  209. func (m *ProviderListRequest) XXX_DiscardUnknown() {
  210. xxx_messageInfo_ProviderListRequest.DiscardUnknown(m)
  211. }
  212. var xxx_messageInfo_ProviderListRequest proto.InternalMessageInfo
  213. func (m *ProviderListRequest) GetFilter() string {
  214. if m != nil {
  215. return m.Filter
  216. }
  217. return ""
  218. }
  219. func (m *ProviderListRequest) GetFilterStatus() []int32 {
  220. if m != nil {
  221. return m.FilterStatus
  222. }
  223. return nil
  224. }
  225. func (m *ProviderListRequest) GetPage() int32 {
  226. if m != nil {
  227. return m.Page
  228. }
  229. return 0
  230. }
  231. type ProviderItem struct {
  232. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  233. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  234. SocialCode string `protobuf:"bytes,3,opt,name=social_code,json=socialCode,proto3" json:"social_code"`
  235. BusinessContact string `protobuf:"bytes,4,opt,name=business_contact,json=businessContact,proto3" json:"business_contact"`
  236. BusinessContactPhone string `protobuf:"bytes,5,opt,name=business_contact_phone,json=businessContactPhone,proto3" json:"business_contact_phone"`
  237. ApplyTime string `protobuf:"bytes,6,opt,name=apply_time,json=applyTime,proto3" json:"apply_time"`
  238. ApproveTime string `protobuf:"bytes,7,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
  239. Status int32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"`
  240. Feedback string `protobuf:"bytes,9,opt,name=feedback,proto3" json:"feedback"`
  241. // 法定代表人
  242. LegalPerson string `protobuf:"bytes,10,opt,name=legal_person,json=legalPerson,proto3" json:"legal_person"`
  243. EnterpriseLocation string `protobuf:"bytes,11,opt,name=enterprise_location,json=enterpriseLocation,proto3" json:"enterprise_location"`
  244. // 证件号
  245. IdCert string `protobuf:"bytes,12,opt,name=id_cert,json=idCert,proto3" json:"id_cert"`
  246. // 营业执照
  247. BusinessLicense string `protobuf:"bytes,13,opt,name=business_license,json=businessLicense,proto3" json:"business_license"`
  248. // 诚信经营承诺书
  249. IntegrityManagementLetter string `protobuf:"bytes,14,opt,name=integrity_management_letter,json=integrityManagementLetter,proto3" json:"integrity_management_letter"`
  250. // 法人授权书
  251. LegalPersonLetter string `protobuf:"bytes,15,opt,name=legal_person_letter,json=legalPersonLetter,proto3" json:"legal_person_letter"`
  252. // 业务负责人任命书
  253. BusinessResponsibleLetter string `protobuf:"bytes,16,opt,name=business_responsible_letter,json=businessResponsibleLetter,proto3" json:"business_responsible_letter"`
  254. // 用户名
  255. UserName string `protobuf:"bytes,17,opt,name=user_name,json=userName,proto3" json:"user_name"`
  256. // 业务负责人
  257. BusinessResponsible string `protobuf:"bytes,18,opt,name=business_responsible,json=businessResponsible,proto3" json:"business_responsible"`
  258. // 业务负责人电话
  259. BusinessResponsiblePhone string `protobuf:"bytes,19,opt,name=business_responsible_phone,json=businessResponsiblePhone,proto3" json:"business_responsible_phone"`
  260. EmergencyContact string `protobuf:"bytes,20,opt,name=emergency_contact,json=emergencyContact,proto3" json:"emergency_contact"`
  261. EmergencyContactPhone string `protobuf:"bytes,21,opt,name=emergency_contact_phone,json=emergencyContactPhone,proto3" json:"emergency_contact_phone"`
  262. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  263. XXX_unrecognized []byte `json:"-"`
  264. XXX_sizecache int32 `json:"-"`
  265. }
  266. func (m *ProviderItem) Reset() { *m = ProviderItem{} }
  267. func (m *ProviderItem) String() string { return proto.CompactTextString(m) }
  268. func (*ProviderItem) ProtoMessage() {}
  269. func (*ProviderItem) Descriptor() ([]byte, []int) {
  270. return fileDescriptor_86038919225469b2, []int{5}
  271. }
  272. func (m *ProviderItem) XXX_Unmarshal(b []byte) error {
  273. return xxx_messageInfo_ProviderItem.Unmarshal(m, b)
  274. }
  275. func (m *ProviderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  276. return xxx_messageInfo_ProviderItem.Marshal(b, m, deterministic)
  277. }
  278. func (m *ProviderItem) XXX_Merge(src proto.Message) {
  279. xxx_messageInfo_ProviderItem.Merge(m, src)
  280. }
  281. func (m *ProviderItem) XXX_Size() int {
  282. return xxx_messageInfo_ProviderItem.Size(m)
  283. }
  284. func (m *ProviderItem) XXX_DiscardUnknown() {
  285. xxx_messageInfo_ProviderItem.DiscardUnknown(m)
  286. }
  287. var xxx_messageInfo_ProviderItem proto.InternalMessageInfo
  288. func (m *ProviderItem) GetId() int64 {
  289. if m != nil {
  290. return m.Id
  291. }
  292. return 0
  293. }
  294. func (m *ProviderItem) GetName() string {
  295. if m != nil {
  296. return m.Name
  297. }
  298. return ""
  299. }
  300. func (m *ProviderItem) GetSocialCode() string {
  301. if m != nil {
  302. return m.SocialCode
  303. }
  304. return ""
  305. }
  306. func (m *ProviderItem) GetBusinessContact() string {
  307. if m != nil {
  308. return m.BusinessContact
  309. }
  310. return ""
  311. }
  312. func (m *ProviderItem) GetBusinessContactPhone() string {
  313. if m != nil {
  314. return m.BusinessContactPhone
  315. }
  316. return ""
  317. }
  318. func (m *ProviderItem) GetApplyTime() string {
  319. if m != nil {
  320. return m.ApplyTime
  321. }
  322. return ""
  323. }
  324. func (m *ProviderItem) GetApproveTime() string {
  325. if m != nil {
  326. return m.ApproveTime
  327. }
  328. return ""
  329. }
  330. func (m *ProviderItem) GetStatus() int32 {
  331. if m != nil {
  332. return m.Status
  333. }
  334. return 0
  335. }
  336. func (m *ProviderItem) GetFeedback() string {
  337. if m != nil {
  338. return m.Feedback
  339. }
  340. return ""
  341. }
  342. func (m *ProviderItem) GetLegalPerson() string {
  343. if m != nil {
  344. return m.LegalPerson
  345. }
  346. return ""
  347. }
  348. func (m *ProviderItem) GetEnterpriseLocation() string {
  349. if m != nil {
  350. return m.EnterpriseLocation
  351. }
  352. return ""
  353. }
  354. func (m *ProviderItem) GetIdCert() string {
  355. if m != nil {
  356. return m.IdCert
  357. }
  358. return ""
  359. }
  360. func (m *ProviderItem) GetBusinessLicense() string {
  361. if m != nil {
  362. return m.BusinessLicense
  363. }
  364. return ""
  365. }
  366. func (m *ProviderItem) GetIntegrityManagementLetter() string {
  367. if m != nil {
  368. return m.IntegrityManagementLetter
  369. }
  370. return ""
  371. }
  372. func (m *ProviderItem) GetLegalPersonLetter() string {
  373. if m != nil {
  374. return m.LegalPersonLetter
  375. }
  376. return ""
  377. }
  378. func (m *ProviderItem) GetBusinessResponsibleLetter() string {
  379. if m != nil {
  380. return m.BusinessResponsibleLetter
  381. }
  382. return ""
  383. }
  384. func (m *ProviderItem) GetUserName() string {
  385. if m != nil {
  386. return m.UserName
  387. }
  388. return ""
  389. }
  390. func (m *ProviderItem) GetBusinessResponsible() string {
  391. if m != nil {
  392. return m.BusinessResponsible
  393. }
  394. return ""
  395. }
  396. func (m *ProviderItem) GetBusinessResponsiblePhone() string {
  397. if m != nil {
  398. return m.BusinessResponsiblePhone
  399. }
  400. return ""
  401. }
  402. func (m *ProviderItem) GetEmergencyContact() string {
  403. if m != nil {
  404. return m.EmergencyContact
  405. }
  406. return ""
  407. }
  408. func (m *ProviderItem) GetEmergencyContactPhone() string {
  409. if m != nil {
  410. return m.EmergencyContactPhone
  411. }
  412. return ""
  413. }
  414. type ProviderListReply struct {
  415. List []*ProviderItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  416. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  417. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  418. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  419. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  420. XXX_unrecognized []byte `json:"-"`
  421. XXX_sizecache int32 `json:"-"`
  422. }
  423. func (m *ProviderListReply) Reset() { *m = ProviderListReply{} }
  424. func (m *ProviderListReply) String() string { return proto.CompactTextString(m) }
  425. func (*ProviderListReply) ProtoMessage() {}
  426. func (*ProviderListReply) Descriptor() ([]byte, []int) {
  427. return fileDescriptor_86038919225469b2, []int{6}
  428. }
  429. func (m *ProviderListReply) XXX_Unmarshal(b []byte) error {
  430. return xxx_messageInfo_ProviderListReply.Unmarshal(m, b)
  431. }
  432. func (m *ProviderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  433. return xxx_messageInfo_ProviderListReply.Marshal(b, m, deterministic)
  434. }
  435. func (m *ProviderListReply) XXX_Merge(src proto.Message) {
  436. xxx_messageInfo_ProviderListReply.Merge(m, src)
  437. }
  438. func (m *ProviderListReply) XXX_Size() int {
  439. return xxx_messageInfo_ProviderListReply.Size(m)
  440. }
  441. func (m *ProviderListReply) XXX_DiscardUnknown() {
  442. xxx_messageInfo_ProviderListReply.DiscardUnknown(m)
  443. }
  444. var xxx_messageInfo_ProviderListReply proto.InternalMessageInfo
  445. func (m *ProviderListReply) GetList() []*ProviderItem {
  446. if m != nil {
  447. return m.List
  448. }
  449. return nil
  450. }
  451. func (m *ProviderListReply) GetTotal() int64 {
  452. if m != nil {
  453. return m.Total
  454. }
  455. return 0
  456. }
  457. func (m *ProviderListReply) GetPage() int32 {
  458. if m != nil {
  459. return m.Page
  460. }
  461. return 0
  462. }
  463. func (m *ProviderListReply) GetPageSize() int32 {
  464. if m != nil {
  465. return m.PageSize
  466. }
  467. return 0
  468. }
  469. type ProviderApproveRequest struct {
  470. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  471. // 0 供应商入驻审批 1 设备对接审批 2 设备入库审批 3 拆机审批
  472. ApproveType int32 `protobuf:"varint,2,opt,name=approve_type,json=approveType,proto3" json:"approve_type"`
  473. // true 同意 false 不同意
  474. Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
  475. Feedback string `protobuf:"bytes,4,opt,name=feedback,proto3" json:"feedback"`
  476. IsDevelop bool `protobuf:"varint,5,opt,name=is_develop,json=isDevelop,proto3" json:"is_develop"`
  477. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  478. XXX_unrecognized []byte `json:"-"`
  479. XXX_sizecache int32 `json:"-"`
  480. }
  481. func (m *ProviderApproveRequest) Reset() { *m = ProviderApproveRequest{} }
  482. func (m *ProviderApproveRequest) String() string { return proto.CompactTextString(m) }
  483. func (*ProviderApproveRequest) ProtoMessage() {}
  484. func (*ProviderApproveRequest) Descriptor() ([]byte, []int) {
  485. return fileDescriptor_86038919225469b2, []int{7}
  486. }
  487. func (m *ProviderApproveRequest) XXX_Unmarshal(b []byte) error {
  488. return xxx_messageInfo_ProviderApproveRequest.Unmarshal(m, b)
  489. }
  490. func (m *ProviderApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  491. return xxx_messageInfo_ProviderApproveRequest.Marshal(b, m, deterministic)
  492. }
  493. func (m *ProviderApproveRequest) XXX_Merge(src proto.Message) {
  494. xxx_messageInfo_ProviderApproveRequest.Merge(m, src)
  495. }
  496. func (m *ProviderApproveRequest) XXX_Size() int {
  497. return xxx_messageInfo_ProviderApproveRequest.Size(m)
  498. }
  499. func (m *ProviderApproveRequest) XXX_DiscardUnknown() {
  500. xxx_messageInfo_ProviderApproveRequest.DiscardUnknown(m)
  501. }
  502. var xxx_messageInfo_ProviderApproveRequest proto.InternalMessageInfo
  503. func (m *ProviderApproveRequest) GetId() int64 {
  504. if m != nil {
  505. return m.Id
  506. }
  507. return 0
  508. }
  509. func (m *ProviderApproveRequest) GetApproveType() int32 {
  510. if m != nil {
  511. return m.ApproveType
  512. }
  513. return 0
  514. }
  515. func (m *ProviderApproveRequest) GetStatus() bool {
  516. if m != nil {
  517. return m.Status
  518. }
  519. return false
  520. }
  521. func (m *ProviderApproveRequest) GetFeedback() string {
  522. if m != nil {
  523. return m.Feedback
  524. }
  525. return ""
  526. }
  527. func (m *ProviderApproveRequest) GetIsDevelop() bool {
  528. if m != nil {
  529. return m.IsDevelop
  530. }
  531. return false
  532. }
  533. type ProviderApproveReply struct {
  534. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  535. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  536. XXX_unrecognized []byte `json:"-"`
  537. XXX_sizecache int32 `json:"-"`
  538. }
  539. func (m *ProviderApproveReply) Reset() { *m = ProviderApproveReply{} }
  540. func (m *ProviderApproveReply) String() string { return proto.CompactTextString(m) }
  541. func (*ProviderApproveReply) ProtoMessage() {}
  542. func (*ProviderApproveReply) Descriptor() ([]byte, []int) {
  543. return fileDescriptor_86038919225469b2, []int{8}
  544. }
  545. func (m *ProviderApproveReply) XXX_Unmarshal(b []byte) error {
  546. return xxx_messageInfo_ProviderApproveReply.Unmarshal(m, b)
  547. }
  548. func (m *ProviderApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  549. return xxx_messageInfo_ProviderApproveReply.Marshal(b, m, deterministic)
  550. }
  551. func (m *ProviderApproveReply) XXX_Merge(src proto.Message) {
  552. xxx_messageInfo_ProviderApproveReply.Merge(m, src)
  553. }
  554. func (m *ProviderApproveReply) XXX_Size() int {
  555. return xxx_messageInfo_ProviderApproveReply.Size(m)
  556. }
  557. func (m *ProviderApproveReply) XXX_DiscardUnknown() {
  558. xxx_messageInfo_ProviderApproveReply.DiscardUnknown(m)
  559. }
  560. var xxx_messageInfo_ProviderApproveReply proto.InternalMessageInfo
  561. func (m *ProviderApproveReply) GetProjectId() int64 {
  562. if m != nil {
  563. return m.ProjectId
  564. }
  565. return 0
  566. }
  567. func init() {
  568. proto.RegisterType((*PublicityRequest)(nil), "v1.PublicityRequest")
  569. proto.RegisterType((*PublicityDeviceTypeItem)(nil), "v1.PublicityDeviceTypeItem")
  570. proto.RegisterType((*PublicityItem)(nil), "v1.PublicityItem")
  571. proto.RegisterType((*PublicityReply)(nil), "v1.PublicityReply")
  572. proto.RegisterType((*ProviderListRequest)(nil), "v1.ProviderListRequest")
  573. proto.RegisterType((*ProviderItem)(nil), "v1.ProviderItem")
  574. proto.RegisterType((*ProviderListReply)(nil), "v1.ProviderListReply")
  575. proto.RegisterType((*ProviderApproveRequest)(nil), "v1.ProviderApproveRequest")
  576. proto.RegisterType((*ProviderApproveReply)(nil), "v1.ProviderApproveReply")
  577. }
  578. func init() {
  579. proto.RegisterFile("supplier.proto", fileDescriptor_86038919225469b2)
  580. }
  581. var fileDescriptor_86038919225469b2 = []byte{
  582. // 806 bytes of a gzipped FileDescriptorProto
  583. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x55, 0x5d, 0x6f, 0xdb, 0x36,
  584. 0x14, 0x85, 0xed, 0xd8, 0xb1, 0x6f, 0x3e, 0x6a, 0xd3, 0x6e, 0xc2, 0xd5, 0x08, 0x96, 0xaa, 0x1b,
  585. 0x90, 0x61, 0x68, 0x82, 0x6c, 0xeb, 0xf6, 0x32, 0x14, 0xd8, 0xd2, 0x97, 0x02, 0xd9, 0x16, 0x28,
  586. 0x7d, 0xda, 0x8b, 0x20, 0x4b, 0x37, 0x1e, 0x37, 0x49, 0xe4, 0x48, 0xda, 0x80, 0xba, 0x97, 0xfd,
  587. 0x92, 0xfd, 0xbb, 0xfd, 0x8f, 0x82, 0x97, 0x92, 0xfc, 0x11, 0xe7, 0x29, 0xe2, 0xe1, 0xb9, 0x87,
  588. 0x97, 0x27, 0xf7, 0xd0, 0x70, 0x6c, 0x16, 0x4a, 0x65, 0x02, 0xf5, 0xa5, 0xd2, 0xd2, 0x4a, 0xd6,
  589. 0x5e, 0x5e, 0x07, 0xbf, 0xc1, 0xf0, 0x6e, 0x31, 0xcb, 0x44, 0x22, 0x6c, 0x19, 0xe2, 0xdf, 0x0b,
  590. 0x34, 0x96, 0x7d, 0x0e, 0x07, 0x29, 0x2e, 0x45, 0x82, 0x51, 0x22, 0x53, 0xe4, 0xad, 0xf3, 0xd6,
  591. 0x45, 0x37, 0x04, 0x0f, 0xdd, 0xc8, 0x14, 0xd9, 0x0b, 0xe8, 0x2b, 0x2d, 0x97, 0x22, 0x45, 0xcd,
  592. 0xdb, 0xe7, 0xad, 0x8b, 0x41, 0xd8, 0xac, 0x83, 0x7b, 0x38, 0x6d, 0x04, 0xdf, 0x51, 0xc9, 0x87,
  593. 0x52, 0xe1, 0x7b, 0x8b, 0x39, 0x9b, 0xc2, 0xc0, 0x96, 0x6a, 0x43, 0xb5, 0xef, 0x00, 0xd2, 0xac,
  594. 0x37, 0x8b, 0x38, 0xc7, 0x5a, 0xd4, 0x01, 0xbf, 0xc6, 0x39, 0x06, 0xff, 0xc0, 0x51, 0x23, 0x4a,
  595. 0x52, 0x0c, 0xf6, 0x88, 0xd8, 0x22, 0x22, 0x7d, 0xbb, 0xb6, 0x8d, 0x4c, 0x44, 0x9c, 0xf9, 0x03,
  596. 0xbc, 0x06, 0x78, 0x88, 0x8e, 0x78, 0x03, 0xfb, 0xfe, 0x12, 0x86, 0x77, 0xce, 0x3b, 0x17, 0x07,
  597. 0xdf, 0x4c, 0x2f, 0x97, 0xd7, 0x97, 0x4f, 0x74, 0x1b, 0xd6, 0xdc, 0xe0, 0x07, 0x38, 0x5e, 0xb3,
  598. 0x48, 0x65, 0x25, 0xfb, 0x12, 0xf6, 0x32, 0x61, 0x2c, 0x6f, 0x91, 0xca, 0x68, 0x43, 0x85, 0x6a,
  599. 0x69, 0x3b, 0x78, 0x80, 0xf1, 0x5d, 0x65, 0xcb, 0xad, 0x30, 0xb6, 0xb6, 0xf7, 0x04, 0x7a, 0x0f,
  600. 0x22, 0xb3, 0xa8, 0xab, 0xee, 0xab, 0x15, 0x7b, 0x05, 0x47, 0xfe, 0x2b, 0x32, 0x36, 0xb6, 0x0b,
  601. 0xc3, 0xdb, 0xe7, 0x9d, 0x8b, 0x6e, 0x78, 0xe8, 0xc1, 0x7b, 0xc2, 0xdc, 0xc5, 0x55, 0x3c, 0x47,
  602. 0xde, 0x21, 0xfb, 0xe8, 0x3b, 0xf8, 0xbf, 0x07, 0x87, 0xf5, 0x41, 0xe4, 0xce, 0x31, 0xb4, 0x45,
  603. 0x4a, 0xea, 0x9d, 0xb0, 0x2d, 0xd2, 0xc6, 0xad, 0xf6, 0xd3, 0x6e, 0x75, 0x1e, 0xb9, 0xf5, 0x15,
  604. 0x0c, 0x67, 0x0b, 0x23, 0x0a, 0x34, 0x26, 0x4a, 0x64, 0x61, 0xe3, 0xc4, 0xf2, 0x3d, 0x62, 0x3d,
  605. 0xab, 0xf1, 0x1b, 0x0f, 0xb3, 0xef, 0xe0, 0x64, 0x9b, 0x1a, 0xa9, 0x3f, 0x64, 0x81, 0xbc, 0x4b,
  606. 0x05, 0x93, 0xad, 0x82, 0x3b, 0xb7, 0xc7, 0xce, 0x00, 0x62, 0xa5, 0xb2, 0x32, 0xb2, 0x22, 0x47,
  607. 0xde, 0x23, 0xe6, 0x80, 0x90, 0x0f, 0x22, 0x47, 0xf6, 0x12, 0x0e, 0x63, 0xe5, 0xc6, 0x0a, 0x3d,
  608. 0x61, 0x9f, 0x08, 0x07, 0x15, 0x46, 0x94, 0x13, 0xe8, 0x55, 0x56, 0xf5, 0xc9, 0x8e, 0x6a, 0xe5,
  609. 0xe6, 0xf3, 0x01, 0x31, 0x9d, 0xc5, 0xc9, 0x5f, 0x7c, 0xe0, 0x47, 0xa9, 0x5e, 0x3b, 0xd9, 0x0c,
  610. 0xe7, 0x71, 0x16, 0x29, 0xd4, 0x46, 0x16, 0x1c, 0xbc, 0x2c, 0x61, 0x77, 0x04, 0xb1, 0x2b, 0x18,
  611. 0x63, 0x61, 0x51, 0x2b, 0x2d, 0x0c, 0x46, 0x99, 0x4c, 0x62, 0x2b, 0x64, 0xc1, 0x0f, 0x88, 0xc9,
  612. 0x56, 0x5b, 0xb7, 0xd5, 0x0e, 0x3b, 0x85, 0x7d, 0x91, 0x46, 0x09, 0x6a, 0xcb, 0x0f, 0xfd, 0xbf,
  613. 0x54, 0xa4, 0x37, 0xa8, 0xed, 0x86, 0x87, 0x99, 0x48, 0xb0, 0x30, 0xc8, 0x8f, 0x36, 0x3d, 0xbc,
  614. 0xf5, 0x30, 0x7b, 0x0b, 0x53, 0x51, 0x58, 0x9c, 0x6b, 0x61, 0xcb, 0x28, 0x8f, 0x8b, 0x78, 0x8e,
  615. 0x39, 0x16, 0x36, 0xca, 0xd0, 0xba, 0x51, 0x39, 0xa6, 0xaa, 0xcf, 0x1a, 0xca, 0x2f, 0x0d, 0xe3,
  616. 0x96, 0x08, 0xec, 0x12, 0xc6, 0xeb, 0xf7, 0xaa, 0xeb, 0x9e, 0x51, 0xdd, 0x68, 0xed, 0x7a, 0x15,
  617. 0xff, 0x2d, 0x4c, 0x9b, 0xd6, 0x34, 0x1a, 0x25, 0x0b, 0x23, 0x66, 0x19, 0xd6, 0x75, 0x43, 0x7f,
  618. 0x5e, 0x4d, 0x09, 0x57, 0x8c, 0xaa, 0x7e, 0x0a, 0x83, 0x85, 0x41, 0xed, 0xf3, 0x3a, 0xf2, 0x26,
  619. 0x3b, 0xc0, 0xe5, 0x95, 0x5d, 0xc3, 0x64, 0x97, 0x38, 0x67, 0xc4, 0x1b, 0xef, 0x50, 0x65, 0x3f,
  620. 0xc2, 0x8b, 0x9d, 0xfd, 0xf8, 0x39, 0x1a, 0x53, 0x21, 0xdf, 0x51, 0xe8, 0x67, 0xe9, 0x6b, 0x18,
  621. 0x61, 0x8e, 0x7a, 0x8e, 0x45, 0x52, 0x36, 0xd3, 0x3a, 0xa1, 0xa2, 0x61, 0xb3, 0x51, 0x8f, 0xeb,
  622. 0xf7, 0x70, 0xfa, 0x88, 0x5c, 0x9d, 0xf3, 0x9c, 0x4a, 0x9e, 0x6f, 0x97, 0xd0, 0x21, 0xc1, 0xbf,
  623. 0x2d, 0x18, 0x6d, 0x06, 0xda, 0x3d, 0x06, 0x5f, 0x6c, 0x3c, 0x06, 0x43, 0x7a, 0x0c, 0xd6, 0xc2,
  624. 0xe8, 0xdf, 0x02, 0x36, 0x81, 0xae, 0x95, 0x36, 0xce, 0x28, 0x83, 0x9d, 0xd0, 0x2f, 0x76, 0xa5,
  625. 0xd9, 0x19, 0xeb, 0xfe, 0x46, 0x46, 0x7c, 0x44, 0x0a, 0x5c, 0x37, 0xec, 0x3b, 0xe0, 0x5e, 0x7c,
  626. 0xc4, 0xe0, 0xbf, 0x16, 0x9c, 0xd4, 0xea, 0x3f, 0xf9, 0x24, 0xd4, 0xcf, 0xca, 0x76, 0xe8, 0xd7,
  627. 0xf3, 0x53, 0x2a, 0x1f, 0xfe, 0xee, 0x2a, 0x3f, 0xa5, 0x5a, 0xcf, 0x8f, 0x6b, 0xa0, 0xbf, 0x33,
  628. 0x3f, 0x7b, 0x5b, 0xf9, 0x39, 0x03, 0x10, 0x26, 0x4a, 0x71, 0x89, 0x99, 0x54, 0x94, 0xef, 0x7e,
  629. 0x38, 0x10, 0xe6, 0x9d, 0x07, 0x82, 0x37, 0x30, 0x79, 0xd4, 0x9f, 0x73, 0xe9, 0x0c, 0x40, 0x69,
  630. 0xf9, 0x27, 0x26, 0x36, 0x6a, 0xba, 0x1c, 0x54, 0xc8, 0xfb, 0xf4, 0xe7, 0x57, 0xbf, 0xbf, 0x34,
  631. 0x79, 0xac, 0xed, 0xeb, 0xb9, 0x5c, 0xa2, 0x2e, 0xdc, 0x5c, 0xbf, 0x5e, 0x85, 0xe0, 0x4a, 0xcd,
  632. 0xae, 0x96, 0xd7, 0xb3, 0x1e, 0xfd, 0x6c, 0x7d, 0xfb, 0x29, 0x00, 0x00, 0xff, 0xff, 0x5e, 0xdb,
  633. 0x0f, 0x77, 0xc8, 0x06, 0x00, 0x00,
  634. }