entManageApplication.pb.go 34 KB

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