entManageApplication.pb.go 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.27.1
  4. // protoc v3.20.0--rc2
  5. // source: entManageApplication.proto
  6. package pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type BuyProductListReq struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"`
  24. }
  25. func (x *BuyProductListReq) Reset() {
  26. *x = BuyProductListReq{}
  27. if protoimpl.UnsafeEnabled {
  28. mi := &file_entManageApplication_proto_msgTypes[0]
  29. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  30. ms.StoreMessageInfo(mi)
  31. }
  32. }
  33. func (x *BuyProductListReq) String() string {
  34. return protoimpl.X.MessageStringOf(x)
  35. }
  36. func (*BuyProductListReq) ProtoMessage() {}
  37. func (x *BuyProductListReq) ProtoReflect() protoreflect.Message {
  38. mi := &file_entManageApplication_proto_msgTypes[0]
  39. if protoimpl.UnsafeEnabled && x != nil {
  40. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  41. if ms.LoadMessageInfo() == nil {
  42. ms.StoreMessageInfo(mi)
  43. }
  44. return ms
  45. }
  46. return mi.MessageOf(x)
  47. }
  48. // Deprecated: Use BuyProductListReq.ProtoReflect.Descriptor instead.
  49. func (*BuyProductListReq) Descriptor() ([]byte, []int) {
  50. return file_entManageApplication_proto_rawDescGZIP(), []int{0}
  51. }
  52. func (x *BuyProductListReq) GetEntId() int64 {
  53. if x != nil {
  54. return x.EntId
  55. }
  56. return 0
  57. }
  58. type BuyProductListResp struct {
  59. state protoimpl.MessageState
  60. sizeCache protoimpl.SizeCache
  61. unknownFields protoimpl.UnknownFields
  62. ErrorCode int64 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
  63. ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
  64. Data []*BuyProductList `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
  65. }
  66. func (x *BuyProductListResp) Reset() {
  67. *x = BuyProductListResp{}
  68. if protoimpl.UnsafeEnabled {
  69. mi := &file_entManageApplication_proto_msgTypes[1]
  70. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  71. ms.StoreMessageInfo(mi)
  72. }
  73. }
  74. func (x *BuyProductListResp) String() string {
  75. return protoimpl.X.MessageStringOf(x)
  76. }
  77. func (*BuyProductListResp) ProtoMessage() {}
  78. func (x *BuyProductListResp) ProtoReflect() protoreflect.Message {
  79. mi := &file_entManageApplication_proto_msgTypes[1]
  80. if protoimpl.UnsafeEnabled && x != nil {
  81. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  82. if ms.LoadMessageInfo() == nil {
  83. ms.StoreMessageInfo(mi)
  84. }
  85. return ms
  86. }
  87. return mi.MessageOf(x)
  88. }
  89. // Deprecated: Use BuyProductListResp.ProtoReflect.Descriptor instead.
  90. func (*BuyProductListResp) Descriptor() ([]byte, []int) {
  91. return file_entManageApplication_proto_rawDescGZIP(), []int{1}
  92. }
  93. func (x *BuyProductListResp) GetErrorCode() int64 {
  94. if x != nil {
  95. return x.ErrorCode
  96. }
  97. return 0
  98. }
  99. func (x *BuyProductListResp) GetErrorMsg() string {
  100. if x != nil {
  101. return x.ErrorMsg
  102. }
  103. return ""
  104. }
  105. func (x *BuyProductListResp) GetData() []*BuyProductList {
  106. if x != nil {
  107. return x.Data
  108. }
  109. return nil
  110. }
  111. type BuyProductList struct {
  112. state protoimpl.MessageState
  113. sizeCache protoimpl.SizeCache
  114. unknownFields protoimpl.UnknownFields
  115. WaitEmpowerId int64 `protobuf:"varint,1,opt,name=wait_empower_id,json=waitEmpowerId,proto3" json:"wait_empower_id,omitempty"`
  116. ProductType string `protobuf:"bytes,2,opt,name=product_type,json=productType,proto3" json:"product_type,omitempty"`
  117. UseCount int64 `protobuf:"varint,3,opt,name=use_count,json=useCount,proto3" json:"use_count,omitempty"`
  118. EmpowerCount int64 `protobuf:"varint,4,opt,name=empower_count,json=empowerCount,proto3" json:"empower_count,omitempty"`
  119. ProvinceCount int64 `protobuf:"varint,5,opt,name=province_count,json=provinceCount,proto3" json:"province_count,omitempty"`
  120. EndTime string `protobuf:"bytes,6,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
  121. }
  122. func (x *BuyProductList) Reset() {
  123. *x = BuyProductList{}
  124. if protoimpl.UnsafeEnabled {
  125. mi := &file_entManageApplication_proto_msgTypes[2]
  126. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  127. ms.StoreMessageInfo(mi)
  128. }
  129. }
  130. func (x *BuyProductList) String() string {
  131. return protoimpl.X.MessageStringOf(x)
  132. }
  133. func (*BuyProductList) ProtoMessage() {}
  134. func (x *BuyProductList) ProtoReflect() protoreflect.Message {
  135. mi := &file_entManageApplication_proto_msgTypes[2]
  136. if protoimpl.UnsafeEnabled && x != nil {
  137. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  138. if ms.LoadMessageInfo() == nil {
  139. ms.StoreMessageInfo(mi)
  140. }
  141. return ms
  142. }
  143. return mi.MessageOf(x)
  144. }
  145. // Deprecated: Use BuyProductList.ProtoReflect.Descriptor instead.
  146. func (*BuyProductList) Descriptor() ([]byte, []int) {
  147. return file_entManageApplication_proto_rawDescGZIP(), []int{2}
  148. }
  149. func (x *BuyProductList) GetWaitEmpowerId() int64 {
  150. if x != nil {
  151. return x.WaitEmpowerId
  152. }
  153. return 0
  154. }
  155. func (x *BuyProductList) GetProductType() string {
  156. if x != nil {
  157. return x.ProductType
  158. }
  159. return ""
  160. }
  161. func (x *BuyProductList) GetUseCount() int64 {
  162. if x != nil {
  163. return x.UseCount
  164. }
  165. return 0
  166. }
  167. func (x *BuyProductList) GetEmpowerCount() int64 {
  168. if x != nil {
  169. return x.EmpowerCount
  170. }
  171. return 0
  172. }
  173. func (x *BuyProductList) GetProvinceCount() int64 {
  174. if x != nil {
  175. return x.ProvinceCount
  176. }
  177. return 0
  178. }
  179. func (x *BuyProductList) GetEndTime() string {
  180. if x != nil {
  181. return x.EndTime
  182. }
  183. return ""
  184. }
  185. type UsePersonListReq struct {
  186. state protoimpl.MessageState
  187. sizeCache protoimpl.SizeCache
  188. unknownFields protoimpl.UnknownFields
  189. EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"`
  190. WaitEmpowerId int64 `protobuf:"varint,2,opt,name=wait_empower_id,json=waitEmpowerId,proto3" json:"wait_empower_id,omitempty"`
  191. }
  192. func (x *UsePersonListReq) Reset() {
  193. *x = UsePersonListReq{}
  194. if protoimpl.UnsafeEnabled {
  195. mi := &file_entManageApplication_proto_msgTypes[3]
  196. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  197. ms.StoreMessageInfo(mi)
  198. }
  199. }
  200. func (x *UsePersonListReq) String() string {
  201. return protoimpl.X.MessageStringOf(x)
  202. }
  203. func (*UsePersonListReq) ProtoMessage() {}
  204. func (x *UsePersonListReq) ProtoReflect() protoreflect.Message {
  205. mi := &file_entManageApplication_proto_msgTypes[3]
  206. if protoimpl.UnsafeEnabled && x != nil {
  207. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  208. if ms.LoadMessageInfo() == nil {
  209. ms.StoreMessageInfo(mi)
  210. }
  211. return ms
  212. }
  213. return mi.MessageOf(x)
  214. }
  215. // Deprecated: Use UsePersonListReq.ProtoReflect.Descriptor instead.
  216. func (*UsePersonListReq) Descriptor() ([]byte, []int) {
  217. return file_entManageApplication_proto_rawDescGZIP(), []int{3}
  218. }
  219. func (x *UsePersonListReq) GetEntId() int64 {
  220. if x != nil {
  221. return x.EntId
  222. }
  223. return 0
  224. }
  225. func (x *UsePersonListReq) GetWaitEmpowerId() int64 {
  226. if x != nil {
  227. return x.WaitEmpowerId
  228. }
  229. return 0
  230. }
  231. type UsePersonListResp struct {
  232. state protoimpl.MessageState
  233. sizeCache protoimpl.SizeCache
  234. unknownFields protoimpl.UnknownFields
  235. ErrorCode int64 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
  236. ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
  237. Data []*UsePersonList `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
  238. }
  239. func (x *UsePersonListResp) Reset() {
  240. *x = UsePersonListResp{}
  241. if protoimpl.UnsafeEnabled {
  242. mi := &file_entManageApplication_proto_msgTypes[4]
  243. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  244. ms.StoreMessageInfo(mi)
  245. }
  246. }
  247. func (x *UsePersonListResp) String() string {
  248. return protoimpl.X.MessageStringOf(x)
  249. }
  250. func (*UsePersonListResp) ProtoMessage() {}
  251. func (x *UsePersonListResp) ProtoReflect() protoreflect.Message {
  252. mi := &file_entManageApplication_proto_msgTypes[4]
  253. if protoimpl.UnsafeEnabled && x != nil {
  254. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  255. if ms.LoadMessageInfo() == nil {
  256. ms.StoreMessageInfo(mi)
  257. }
  258. return ms
  259. }
  260. return mi.MessageOf(x)
  261. }
  262. // Deprecated: Use UsePersonListResp.ProtoReflect.Descriptor instead.
  263. func (*UsePersonListResp) Descriptor() ([]byte, []int) {
  264. return file_entManageApplication_proto_rawDescGZIP(), []int{4}
  265. }
  266. func (x *UsePersonListResp) GetErrorCode() int64 {
  267. if x != nil {
  268. return x.ErrorCode
  269. }
  270. return 0
  271. }
  272. func (x *UsePersonListResp) GetErrorMsg() string {
  273. if x != nil {
  274. return x.ErrorMsg
  275. }
  276. return ""
  277. }
  278. func (x *UsePersonListResp) GetData() []*UsePersonList {
  279. if x != nil {
  280. return x.Data
  281. }
  282. return nil
  283. }
  284. type UsePersonList struct {
  285. state protoimpl.MessageState
  286. sizeCache protoimpl.SizeCache
  287. unknownFields protoimpl.UnknownFields
  288. EntnichePowerId int64 `protobuf:"varint,1,opt,name=entniche_power_id,json=entnichePowerId,proto3" json:"entniche_power_id,omitempty"`
  289. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
  290. Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
  291. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
  292. Department string `protobuf:"bytes,5,opt,name=department,proto3" json:"department,omitempty"`
  293. Role string `protobuf:"bytes,6,opt,name=role,proto3" json:"role,omitempty"`
  294. Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
  295. }
  296. func (x *UsePersonList) Reset() {
  297. *x = UsePersonList{}
  298. if protoimpl.UnsafeEnabled {
  299. mi := &file_entManageApplication_proto_msgTypes[5]
  300. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  301. ms.StoreMessageInfo(mi)
  302. }
  303. }
  304. func (x *UsePersonList) String() string {
  305. return protoimpl.X.MessageStringOf(x)
  306. }
  307. func (*UsePersonList) ProtoMessage() {}
  308. func (x *UsePersonList) ProtoReflect() protoreflect.Message {
  309. mi := &file_entManageApplication_proto_msgTypes[5]
  310. if protoimpl.UnsafeEnabled && x != nil {
  311. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  312. if ms.LoadMessageInfo() == nil {
  313. ms.StoreMessageInfo(mi)
  314. }
  315. return ms
  316. }
  317. return mi.MessageOf(x)
  318. }
  319. // Deprecated: Use UsePersonList.ProtoReflect.Descriptor instead.
  320. func (*UsePersonList) Descriptor() ([]byte, []int) {
  321. return file_entManageApplication_proto_rawDescGZIP(), []int{5}
  322. }
  323. func (x *UsePersonList) GetEntnichePowerId() int64 {
  324. if x != nil {
  325. return x.EntnichePowerId
  326. }
  327. return 0
  328. }
  329. func (x *UsePersonList) GetName() string {
  330. if x != nil {
  331. return x.Name
  332. }
  333. return ""
  334. }
  335. func (x *UsePersonList) GetEmail() string {
  336. if x != nil {
  337. return x.Email
  338. }
  339. return ""
  340. }
  341. func (x *UsePersonList) GetPhone() string {
  342. if x != nil {
  343. return x.Phone
  344. }
  345. return ""
  346. }
  347. func (x *UsePersonList) GetDepartment() string {
  348. if x != nil {
  349. return x.Department
  350. }
  351. return ""
  352. }
  353. func (x *UsePersonList) GetRole() string {
  354. if x != nil {
  355. return x.Role
  356. }
  357. return ""
  358. }
  359. func (x *UsePersonList) GetStatus() int64 {
  360. if x != nil {
  361. return x.Status
  362. }
  363. return 0
  364. }
  365. type AddUsePersonReq struct {
  366. state protoimpl.MessageState
  367. sizeCache protoimpl.SizeCache
  368. unknownFields protoimpl.UnknownFields
  369. WaitEmpowerId int64 `protobuf:"varint,1,opt,name=wait_empower_id,json=waitEmpowerId,proto3" json:"wait_empower_id,omitempty"`
  370. EntUserId string `protobuf:"bytes,2,opt,name=ent_user_id,json=entUserId,proto3" json:"ent_user_id,omitempty"`
  371. EntId int64 `protobuf:"varint,3,opt,name=entId,proto3" json:"entId,omitempty"`
  372. }
  373. func (x *AddUsePersonReq) Reset() {
  374. *x = AddUsePersonReq{}
  375. if protoimpl.UnsafeEnabled {
  376. mi := &file_entManageApplication_proto_msgTypes[6]
  377. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  378. ms.StoreMessageInfo(mi)
  379. }
  380. }
  381. func (x *AddUsePersonReq) String() string {
  382. return protoimpl.X.MessageStringOf(x)
  383. }
  384. func (*AddUsePersonReq) ProtoMessage() {}
  385. func (x *AddUsePersonReq) ProtoReflect() protoreflect.Message {
  386. mi := &file_entManageApplication_proto_msgTypes[6]
  387. if protoimpl.UnsafeEnabled && x != nil {
  388. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  389. if ms.LoadMessageInfo() == nil {
  390. ms.StoreMessageInfo(mi)
  391. }
  392. return ms
  393. }
  394. return mi.MessageOf(x)
  395. }
  396. // Deprecated: Use AddUsePersonReq.ProtoReflect.Descriptor instead.
  397. func (*AddUsePersonReq) Descriptor() ([]byte, []int) {
  398. return file_entManageApplication_proto_rawDescGZIP(), []int{6}
  399. }
  400. func (x *AddUsePersonReq) GetWaitEmpowerId() int64 {
  401. if x != nil {
  402. return x.WaitEmpowerId
  403. }
  404. return 0
  405. }
  406. func (x *AddUsePersonReq) GetEntUserId() string {
  407. if x != nil {
  408. return x.EntUserId
  409. }
  410. return ""
  411. }
  412. func (x *AddUsePersonReq) GetEntId() int64 {
  413. if x != nil {
  414. return x.EntId
  415. }
  416. return 0
  417. }
  418. type AddUsePersonResp struct {
  419. state protoimpl.MessageState
  420. sizeCache protoimpl.SizeCache
  421. unknownFields protoimpl.UnknownFields
  422. ErrorCode int64 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
  423. ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
  424. Data *AddUsePerson `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
  425. }
  426. func (x *AddUsePersonResp) Reset() {
  427. *x = AddUsePersonResp{}
  428. if protoimpl.UnsafeEnabled {
  429. mi := &file_entManageApplication_proto_msgTypes[7]
  430. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  431. ms.StoreMessageInfo(mi)
  432. }
  433. }
  434. func (x *AddUsePersonResp) String() string {
  435. return protoimpl.X.MessageStringOf(x)
  436. }
  437. func (*AddUsePersonResp) ProtoMessage() {}
  438. func (x *AddUsePersonResp) ProtoReflect() protoreflect.Message {
  439. mi := &file_entManageApplication_proto_msgTypes[7]
  440. if protoimpl.UnsafeEnabled && x != nil {
  441. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  442. if ms.LoadMessageInfo() == nil {
  443. ms.StoreMessageInfo(mi)
  444. }
  445. return ms
  446. }
  447. return mi.MessageOf(x)
  448. }
  449. // Deprecated: Use AddUsePersonResp.ProtoReflect.Descriptor instead.
  450. func (*AddUsePersonResp) Descriptor() ([]byte, []int) {
  451. return file_entManageApplication_proto_rawDescGZIP(), []int{7}
  452. }
  453. func (x *AddUsePersonResp) GetErrorCode() int64 {
  454. if x != nil {
  455. return x.ErrorCode
  456. }
  457. return 0
  458. }
  459. func (x *AddUsePersonResp) GetErrorMsg() string {
  460. if x != nil {
  461. return x.ErrorMsg
  462. }
  463. return ""
  464. }
  465. func (x *AddUsePersonResp) GetData() *AddUsePerson {
  466. if x != nil {
  467. return x.Data
  468. }
  469. return nil
  470. }
  471. type AddUsePerson struct {
  472. state protoimpl.MessageState
  473. sizeCache protoimpl.SizeCache
  474. unknownFields protoimpl.UnknownFields
  475. Status int64 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
  476. }
  477. func (x *AddUsePerson) Reset() {
  478. *x = AddUsePerson{}
  479. if protoimpl.UnsafeEnabled {
  480. mi := &file_entManageApplication_proto_msgTypes[8]
  481. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  482. ms.StoreMessageInfo(mi)
  483. }
  484. }
  485. func (x *AddUsePerson) String() string {
  486. return protoimpl.X.MessageStringOf(x)
  487. }
  488. func (*AddUsePerson) ProtoMessage() {}
  489. func (x *AddUsePerson) ProtoReflect() protoreflect.Message {
  490. mi := &file_entManageApplication_proto_msgTypes[8]
  491. if protoimpl.UnsafeEnabled && x != nil {
  492. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  493. if ms.LoadMessageInfo() == nil {
  494. ms.StoreMessageInfo(mi)
  495. }
  496. return ms
  497. }
  498. return mi.MessageOf(x)
  499. }
  500. // Deprecated: Use AddUsePerson.ProtoReflect.Descriptor instead.
  501. func (*AddUsePerson) Descriptor() ([]byte, []int) {
  502. return file_entManageApplication_proto_rawDescGZIP(), []int{8}
  503. }
  504. func (x *AddUsePerson) GetStatus() int64 {
  505. if x != nil {
  506. return x.Status
  507. }
  508. return 0
  509. }
  510. type DelUsePersonReq struct {
  511. state protoimpl.MessageState
  512. sizeCache protoimpl.SizeCache
  513. unknownFields protoimpl.UnknownFields
  514. EntnichePowerId int64 `protobuf:"varint,1,opt,name=entniche_power_id,json=entnichePowerId,proto3" json:"entniche_power_id,omitempty"`
  515. }
  516. func (x *DelUsePersonReq) Reset() {
  517. *x = DelUsePersonReq{}
  518. if protoimpl.UnsafeEnabled {
  519. mi := &file_entManageApplication_proto_msgTypes[9]
  520. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  521. ms.StoreMessageInfo(mi)
  522. }
  523. }
  524. func (x *DelUsePersonReq) String() string {
  525. return protoimpl.X.MessageStringOf(x)
  526. }
  527. func (*DelUsePersonReq) ProtoMessage() {}
  528. func (x *DelUsePersonReq) ProtoReflect() protoreflect.Message {
  529. mi := &file_entManageApplication_proto_msgTypes[9]
  530. if protoimpl.UnsafeEnabled && x != nil {
  531. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  532. if ms.LoadMessageInfo() == nil {
  533. ms.StoreMessageInfo(mi)
  534. }
  535. return ms
  536. }
  537. return mi.MessageOf(x)
  538. }
  539. // Deprecated: Use DelUsePersonReq.ProtoReflect.Descriptor instead.
  540. func (*DelUsePersonReq) Descriptor() ([]byte, []int) {
  541. return file_entManageApplication_proto_rawDescGZIP(), []int{9}
  542. }
  543. func (x *DelUsePersonReq) GetEntnichePowerId() int64 {
  544. if x != nil {
  545. return x.EntnichePowerId
  546. }
  547. return 0
  548. }
  549. type EmpowerUserIds struct {
  550. state protoimpl.MessageState
  551. sizeCache protoimpl.SizeCache
  552. unknownFields protoimpl.UnknownFields
  553. Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
  554. }
  555. func (x *EmpowerUserIds) Reset() {
  556. *x = EmpowerUserIds{}
  557. if protoimpl.UnsafeEnabled {
  558. mi := &file_entManageApplication_proto_msgTypes[10]
  559. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  560. ms.StoreMessageInfo(mi)
  561. }
  562. }
  563. func (x *EmpowerUserIds) String() string {
  564. return protoimpl.X.MessageStringOf(x)
  565. }
  566. func (*EmpowerUserIds) ProtoMessage() {}
  567. func (x *EmpowerUserIds) ProtoReflect() protoreflect.Message {
  568. mi := &file_entManageApplication_proto_msgTypes[10]
  569. if protoimpl.UnsafeEnabled && x != nil {
  570. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  571. if ms.LoadMessageInfo() == nil {
  572. ms.StoreMessageInfo(mi)
  573. }
  574. return ms
  575. }
  576. return mi.MessageOf(x)
  577. }
  578. // Deprecated: Use EmpowerUserIds.ProtoReflect.Descriptor instead.
  579. func (*EmpowerUserIds) Descriptor() ([]byte, []int) {
  580. return file_entManageApplication_proto_rawDescGZIP(), []int{10}
  581. }
  582. func (x *EmpowerUserIds) GetIds() []int64 {
  583. if x != nil {
  584. return x.Ids
  585. }
  586. return nil
  587. }
  588. var File_entManageApplication_proto protoreflect.FileDescriptor
  589. var file_entManageApplication_proto_rawDesc = []byte{
  590. 0x0a, 0x1a, 0x65, 0x6e, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x41, 0x70, 0x70, 0x6c, 0x69,
  591. 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x29, 0x0a, 0x11,
  592. 0x42, 0x75, 0x79, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  593. 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
  594. 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x75, 0x0a, 0x12, 0x42, 0x75, 0x79, 0x50, 0x72,
  595. 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a,
  596. 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  597. 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09,
  598. 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  599. 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x61, 0x74,
  600. 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x42, 0x75, 0x79, 0x50, 0x72, 0x6f,
  601. 0x64, 0x75, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xdf,
  602. 0x01, 0x0a, 0x0e, 0x42, 0x75, 0x79, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4c, 0x69, 0x73,
  603. 0x74, 0x12, 0x26, 0x0a, 0x0f, 0x77, 0x61, 0x69, 0x74, 0x5f, 0x65, 0x6d, 0x70, 0x6f, 0x77, 0x65,
  604. 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x77, 0x61, 0x69, 0x74,
  605. 0x45, 0x6d, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x72, 0x6f,
  606. 0x64, 0x75, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  607. 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09,
  608. 0x75, 0x73, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
  609. 0x08, 0x75, 0x73, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x70,
  610. 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
  611. 0x52, 0x0c, 0x65, 0x6d, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x25,
  612. 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  613. 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65,
  614. 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d,
  615. 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65,
  616. 0x22, 0x50, 0x0a, 0x10, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73,
  617. 0x74, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20,
  618. 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x77, 0x61,
  619. 0x69, 0x74, 0x5f, 0x65, 0x6d, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
  620. 0x01, 0x28, 0x03, 0x52, 0x0d, 0x77, 0x61, 0x69, 0x74, 0x45, 0x6d, 0x70, 0x6f, 0x77, 0x65, 0x72,
  621. 0x49, 0x64, 0x22, 0x73, 0x0a, 0x11, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c,
  622. 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72,
  623. 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72,
  624. 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f,
  625. 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72,
  626. 0x4d, 0x73, 0x67, 0x12, 0x22, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28,
  627. 0x0b, 0x32, 0x0e, 0x2e, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73,
  628. 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xc7, 0x01, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x50,
  629. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2a, 0x0a, 0x11, 0x65, 0x6e, 0x74,
  630. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x5f, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01,
  631. 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x50, 0x6f,
  632. 0x77, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
  633. 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6d, 0x61,
  634. 0x69, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12,
  635. 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
  636. 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d,
  637. 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72,
  638. 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x18, 0x06, 0x20,
  639. 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61,
  640. 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
  641. 0x73, 0x22, 0x6f, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
  642. 0x6e, 0x52, 0x65, 0x71, 0x12, 0x26, 0x0a, 0x0f, 0x77, 0x61, 0x69, 0x74, 0x5f, 0x65, 0x6d, 0x70,
  643. 0x6f, 0x77, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x77,
  644. 0x61, 0x69, 0x74, 0x45, 0x6d, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0b,
  645. 0x65, 0x6e, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
  646. 0x09, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05,
  647. 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74,
  648. 0x49, 0x64, 0x22, 0x71, 0x0a, 0x10, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73,
  649. 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f,
  650. 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f,
  651. 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d,
  652. 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d,
  653. 0x73, 0x67, 0x12, 0x21, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
  654. 0x32, 0x0d, 0x2e, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52,
  655. 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x26, 0x0a, 0x0c, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x50,
  656. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
  657. 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x3d, 0x0a,
  658. 0x0f, 0x44, 0x65, 0x6c, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71,
  659. 0x12, 0x2a, 0x0a, 0x11, 0x65, 0x6e, 0x74, 0x6e, 0x69, 0x63, 0x68, 0x65, 0x5f, 0x70, 0x6f, 0x77,
  660. 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x65, 0x6e, 0x74,
  661. 0x6e, 0x69, 0x63, 0x68, 0x65, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x49, 0x64, 0x22, 0x22, 0x0a, 0x0e,
  662. 0x45, 0x6d, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x10,
  663. 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73,
  664. 0x32, 0xa7, 0x02, 0x0a, 0x14, 0x45, 0x6e, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x41, 0x70,
  665. 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x0e, 0x62, 0x75, 0x79,
  666. 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x2e, 0x42, 0x75,
  667. 0x79, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a,
  668. 0x13, 0x2e, 0x42, 0x75, 0x79, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x4c, 0x69, 0x73, 0x74,
  669. 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, 0x0a, 0x0d, 0x75, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
  670. 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x11, 0x2e, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
  671. 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x55, 0x73, 0x65, 0x50, 0x65,
  672. 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x0c,
  673. 0x61, 0x64, 0x64, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x10, 0x2e, 0x41,
  674. 0x64, 0x64, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x11,
  675. 0x2e, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x73,
  676. 0x70, 0x12, 0x33, 0x0a, 0x0c, 0x64, 0x65, 0x6c, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
  677. 0x6e, 0x12, 0x10, 0x2e, 0x44, 0x65, 0x6c, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  678. 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x41, 0x64, 0x64, 0x55, 0x73, 0x65, 0x50, 0x65, 0x72, 0x73,
  679. 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x32, 0x0a, 0x0e, 0x65, 0x6d, 0x70, 0x6f, 0x77, 0x65,
  680. 0x72, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x0f, 0x2e, 0x45, 0x6d, 0x70, 0x6f, 0x77,
  681. 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x1a, 0x0f, 0x2e, 0x45, 0x6d, 0x70, 0x6f,
  682. 0x77, 0x65, 0x72, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f,
  683. 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  684. }
  685. var (
  686. file_entManageApplication_proto_rawDescOnce sync.Once
  687. file_entManageApplication_proto_rawDescData = file_entManageApplication_proto_rawDesc
  688. )
  689. func file_entManageApplication_proto_rawDescGZIP() []byte {
  690. file_entManageApplication_proto_rawDescOnce.Do(func() {
  691. file_entManageApplication_proto_rawDescData = protoimpl.X.CompressGZIP(file_entManageApplication_proto_rawDescData)
  692. })
  693. return file_entManageApplication_proto_rawDescData
  694. }
  695. var file_entManageApplication_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  696. var file_entManageApplication_proto_goTypes = []interface{}{
  697. (*BuyProductListReq)(nil), // 0: BuyProductListReq
  698. (*BuyProductListResp)(nil), // 1: BuyProductListResp
  699. (*BuyProductList)(nil), // 2: BuyProductList
  700. (*UsePersonListReq)(nil), // 3: UsePersonListReq
  701. (*UsePersonListResp)(nil), // 4: UsePersonListResp
  702. (*UsePersonList)(nil), // 5: UsePersonList
  703. (*AddUsePersonReq)(nil), // 6: AddUsePersonReq
  704. (*AddUsePersonResp)(nil), // 7: AddUsePersonResp
  705. (*AddUsePerson)(nil), // 8: AddUsePerson
  706. (*DelUsePersonReq)(nil), // 9: DelUsePersonReq
  707. (*EmpowerUserIds)(nil), // 10: EmpowerUserIds
  708. }
  709. var file_entManageApplication_proto_depIdxs = []int32{
  710. 2, // 0: BuyProductListResp.data:type_name -> BuyProductList
  711. 5, // 1: UsePersonListResp.data:type_name -> UsePersonList
  712. 8, // 2: AddUsePersonResp.data:type_name -> AddUsePerson
  713. 0, // 3: EntManageApplication.buyProductList:input_type -> BuyProductListReq
  714. 3, // 4: EntManageApplication.usePersonList:input_type -> UsePersonListReq
  715. 6, // 5: EntManageApplication.addUsePerson:input_type -> AddUsePersonReq
  716. 9, // 6: EntManageApplication.delUsePerson:input_type -> DelUsePersonReq
  717. 10, // 7: EntManageApplication.empowerUserIds:input_type -> EmpowerUserIds
  718. 1, // 8: EntManageApplication.buyProductList:output_type -> BuyProductListResp
  719. 4, // 9: EntManageApplication.usePersonList:output_type -> UsePersonListResp
  720. 7, // 10: EntManageApplication.addUsePerson:output_type -> AddUsePersonResp
  721. 7, // 11: EntManageApplication.delUsePerson:output_type -> AddUsePersonResp
  722. 10, // 12: EntManageApplication.empowerUserIds:output_type -> EmpowerUserIds
  723. 8, // [8:13] is the sub-list for method output_type
  724. 3, // [3:8] is the sub-list for method input_type
  725. 3, // [3:3] is the sub-list for extension type_name
  726. 3, // [3:3] is the sub-list for extension extendee
  727. 0, // [0:3] is the sub-list for field type_name
  728. }
  729. func init() { file_entManageApplication_proto_init() }
  730. func file_entManageApplication_proto_init() {
  731. if File_entManageApplication_proto != nil {
  732. return
  733. }
  734. if !protoimpl.UnsafeEnabled {
  735. file_entManageApplication_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  736. switch v := v.(*BuyProductListReq); i {
  737. case 0:
  738. return &v.state
  739. case 1:
  740. return &v.sizeCache
  741. case 2:
  742. return &v.unknownFields
  743. default:
  744. return nil
  745. }
  746. }
  747. file_entManageApplication_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  748. switch v := v.(*BuyProductListResp); i {
  749. case 0:
  750. return &v.state
  751. case 1:
  752. return &v.sizeCache
  753. case 2:
  754. return &v.unknownFields
  755. default:
  756. return nil
  757. }
  758. }
  759. file_entManageApplication_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  760. switch v := v.(*BuyProductList); i {
  761. case 0:
  762. return &v.state
  763. case 1:
  764. return &v.sizeCache
  765. case 2:
  766. return &v.unknownFields
  767. default:
  768. return nil
  769. }
  770. }
  771. file_entManageApplication_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  772. switch v := v.(*UsePersonListReq); i {
  773. case 0:
  774. return &v.state
  775. case 1:
  776. return &v.sizeCache
  777. case 2:
  778. return &v.unknownFields
  779. default:
  780. return nil
  781. }
  782. }
  783. file_entManageApplication_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  784. switch v := v.(*UsePersonListResp); i {
  785. case 0:
  786. return &v.state
  787. case 1:
  788. return &v.sizeCache
  789. case 2:
  790. return &v.unknownFields
  791. default:
  792. return nil
  793. }
  794. }
  795. file_entManageApplication_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  796. switch v := v.(*UsePersonList); i {
  797. case 0:
  798. return &v.state
  799. case 1:
  800. return &v.sizeCache
  801. case 2:
  802. return &v.unknownFields
  803. default:
  804. return nil
  805. }
  806. }
  807. file_entManageApplication_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  808. switch v := v.(*AddUsePersonReq); i {
  809. case 0:
  810. return &v.state
  811. case 1:
  812. return &v.sizeCache
  813. case 2:
  814. return &v.unknownFields
  815. default:
  816. return nil
  817. }
  818. }
  819. file_entManageApplication_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  820. switch v := v.(*AddUsePersonResp); i {
  821. case 0:
  822. return &v.state
  823. case 1:
  824. return &v.sizeCache
  825. case 2:
  826. return &v.unknownFields
  827. default:
  828. return nil
  829. }
  830. }
  831. file_entManageApplication_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  832. switch v := v.(*AddUsePerson); i {
  833. case 0:
  834. return &v.state
  835. case 1:
  836. return &v.sizeCache
  837. case 2:
  838. return &v.unknownFields
  839. default:
  840. return nil
  841. }
  842. }
  843. file_entManageApplication_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  844. switch v := v.(*DelUsePersonReq); i {
  845. case 0:
  846. return &v.state
  847. case 1:
  848. return &v.sizeCache
  849. case 2:
  850. return &v.unknownFields
  851. default:
  852. return nil
  853. }
  854. }
  855. file_entManageApplication_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  856. switch v := v.(*EmpowerUserIds); i {
  857. case 0:
  858. return &v.state
  859. case 1:
  860. return &v.sizeCache
  861. case 2:
  862. return &v.unknownFields
  863. default:
  864. return nil
  865. }
  866. }
  867. }
  868. type x struct{}
  869. out := protoimpl.TypeBuilder{
  870. File: protoimpl.DescBuilder{
  871. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  872. RawDescriptor: file_entManageApplication_proto_rawDesc,
  873. NumEnums: 0,
  874. NumMessages: 11,
  875. NumExtensions: 0,
  876. NumServices: 1,
  877. },
  878. GoTypes: file_entManageApplication_proto_goTypes,
  879. DependencyIndexes: file_entManageApplication_proto_depIdxs,
  880. MessageInfos: file_entManageApplication_proto_msgTypes,
  881. }.Build()
  882. File_entManageApplication_proto = out.File
  883. file_entManageApplication_proto_rawDesc = nil
  884. file_entManageApplication_proto_goTypes = nil
  885. file_entManageApplication_proto_depIdxs = nil
  886. }