common.pb.go 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: common.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 SystemPermissionAddRequest struct {
  20. // 父code,若没有则填空
  21. Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"`
  22. // 方法
  23. Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"`
  24. // 权限名字
  25. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  26. // 该路由是否需要前端控制
  27. Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"`
  28. // 路由
  29. Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"`
  30. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  31. XXX_unrecognized []byte `json:"-"`
  32. XXX_sizecache int32 `json:"-"`
  33. }
  34. func (m *SystemPermissionAddRequest) Reset() { *m = SystemPermissionAddRequest{} }
  35. func (m *SystemPermissionAddRequest) String() string { return proto.CompactTextString(m) }
  36. func (*SystemPermissionAddRequest) ProtoMessage() {}
  37. func (*SystemPermissionAddRequest) Descriptor() ([]byte, []int) {
  38. return fileDescriptor_555bd8c177793206, []int{0}
  39. }
  40. func (m *SystemPermissionAddRequest) XXX_Unmarshal(b []byte) error {
  41. return xxx_messageInfo_SystemPermissionAddRequest.Unmarshal(m, b)
  42. }
  43. func (m *SystemPermissionAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  44. return xxx_messageInfo_SystemPermissionAddRequest.Marshal(b, m, deterministic)
  45. }
  46. func (m *SystemPermissionAddRequest) XXX_Merge(src proto.Message) {
  47. xxx_messageInfo_SystemPermissionAddRequest.Merge(m, src)
  48. }
  49. func (m *SystemPermissionAddRequest) XXX_Size() int {
  50. return xxx_messageInfo_SystemPermissionAddRequest.Size(m)
  51. }
  52. func (m *SystemPermissionAddRequest) XXX_DiscardUnknown() {
  53. xxx_messageInfo_SystemPermissionAddRequest.DiscardUnknown(m)
  54. }
  55. var xxx_messageInfo_SystemPermissionAddRequest proto.InternalMessageInfo
  56. func (m *SystemPermissionAddRequest) GetPcode() string {
  57. if m != nil {
  58. return m.Pcode
  59. }
  60. return ""
  61. }
  62. func (m *SystemPermissionAddRequest) GetMethod() int32 {
  63. if m != nil {
  64. return m.Method
  65. }
  66. return 0
  67. }
  68. func (m *SystemPermissionAddRequest) GetName() string {
  69. if m != nil {
  70. return m.Name
  71. }
  72. return ""
  73. }
  74. func (m *SystemPermissionAddRequest) GetFront() bool {
  75. if m != nil {
  76. return m.Front
  77. }
  78. return false
  79. }
  80. func (m *SystemPermissionAddRequest) GetRouter() string {
  81. if m != nil {
  82. return m.Router
  83. }
  84. return ""
  85. }
  86. type SystemPermissionAddReply struct {
  87. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  88. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  89. XXX_unrecognized []byte `json:"-"`
  90. XXX_sizecache int32 `json:"-"`
  91. }
  92. func (m *SystemPermissionAddReply) Reset() { *m = SystemPermissionAddReply{} }
  93. func (m *SystemPermissionAddReply) String() string { return proto.CompactTextString(m) }
  94. func (*SystemPermissionAddReply) ProtoMessage() {}
  95. func (*SystemPermissionAddReply) Descriptor() ([]byte, []int) {
  96. return fileDescriptor_555bd8c177793206, []int{1}
  97. }
  98. func (m *SystemPermissionAddReply) XXX_Unmarshal(b []byte) error {
  99. return xxx_messageInfo_SystemPermissionAddReply.Unmarshal(m, b)
  100. }
  101. func (m *SystemPermissionAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  102. return xxx_messageInfo_SystemPermissionAddReply.Marshal(b, m, deterministic)
  103. }
  104. func (m *SystemPermissionAddReply) XXX_Merge(src proto.Message) {
  105. xxx_messageInfo_SystemPermissionAddReply.Merge(m, src)
  106. }
  107. func (m *SystemPermissionAddReply) XXX_Size() int {
  108. return xxx_messageInfo_SystemPermissionAddReply.Size(m)
  109. }
  110. func (m *SystemPermissionAddReply) XXX_DiscardUnknown() {
  111. xxx_messageInfo_SystemPermissionAddReply.DiscardUnknown(m)
  112. }
  113. var xxx_messageInfo_SystemPermissionAddReply proto.InternalMessageInfo
  114. func (m *SystemPermissionAddReply) GetCode() string {
  115. if m != nil {
  116. return m.Code
  117. }
  118. return ""
  119. }
  120. type SystemPermissionUpdateRequest struct {
  121. // 方法
  122. Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"`
  123. // 权限名字
  124. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  125. // 该路由是否需要前端控制
  126. Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"`
  127. // 路由
  128. Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"`
  129. Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"`
  130. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  131. XXX_unrecognized []byte `json:"-"`
  132. XXX_sizecache int32 `json:"-"`
  133. }
  134. func (m *SystemPermissionUpdateRequest) Reset() { *m = SystemPermissionUpdateRequest{} }
  135. func (m *SystemPermissionUpdateRequest) String() string { return proto.CompactTextString(m) }
  136. func (*SystemPermissionUpdateRequest) ProtoMessage() {}
  137. func (*SystemPermissionUpdateRequest) Descriptor() ([]byte, []int) {
  138. return fileDescriptor_555bd8c177793206, []int{2}
  139. }
  140. func (m *SystemPermissionUpdateRequest) XXX_Unmarshal(b []byte) error {
  141. return xxx_messageInfo_SystemPermissionUpdateRequest.Unmarshal(m, b)
  142. }
  143. func (m *SystemPermissionUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  144. return xxx_messageInfo_SystemPermissionUpdateRequest.Marshal(b, m, deterministic)
  145. }
  146. func (m *SystemPermissionUpdateRequest) XXX_Merge(src proto.Message) {
  147. xxx_messageInfo_SystemPermissionUpdateRequest.Merge(m, src)
  148. }
  149. func (m *SystemPermissionUpdateRequest) XXX_Size() int {
  150. return xxx_messageInfo_SystemPermissionUpdateRequest.Size(m)
  151. }
  152. func (m *SystemPermissionUpdateRequest) XXX_DiscardUnknown() {
  153. xxx_messageInfo_SystemPermissionUpdateRequest.DiscardUnknown(m)
  154. }
  155. var xxx_messageInfo_SystemPermissionUpdateRequest proto.InternalMessageInfo
  156. func (m *SystemPermissionUpdateRequest) GetMethod() int32 {
  157. if m != nil {
  158. return m.Method
  159. }
  160. return 0
  161. }
  162. func (m *SystemPermissionUpdateRequest) GetName() string {
  163. if m != nil {
  164. return m.Name
  165. }
  166. return ""
  167. }
  168. func (m *SystemPermissionUpdateRequest) GetFront() bool {
  169. if m != nil {
  170. return m.Front
  171. }
  172. return false
  173. }
  174. func (m *SystemPermissionUpdateRequest) GetRouter() string {
  175. if m != nil {
  176. return m.Router
  177. }
  178. return ""
  179. }
  180. func (m *SystemPermissionUpdateRequest) GetCode() string {
  181. if m != nil {
  182. return m.Code
  183. }
  184. return ""
  185. }
  186. type SystemPermissionUpdateReply struct {
  187. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  188. XXX_unrecognized []byte `json:"-"`
  189. XXX_sizecache int32 `json:"-"`
  190. }
  191. func (m *SystemPermissionUpdateReply) Reset() { *m = SystemPermissionUpdateReply{} }
  192. func (m *SystemPermissionUpdateReply) String() string { return proto.CompactTextString(m) }
  193. func (*SystemPermissionUpdateReply) ProtoMessage() {}
  194. func (*SystemPermissionUpdateReply) Descriptor() ([]byte, []int) {
  195. return fileDescriptor_555bd8c177793206, []int{3}
  196. }
  197. func (m *SystemPermissionUpdateReply) XXX_Unmarshal(b []byte) error {
  198. return xxx_messageInfo_SystemPermissionUpdateReply.Unmarshal(m, b)
  199. }
  200. func (m *SystemPermissionUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  201. return xxx_messageInfo_SystemPermissionUpdateReply.Marshal(b, m, deterministic)
  202. }
  203. func (m *SystemPermissionUpdateReply) XXX_Merge(src proto.Message) {
  204. xxx_messageInfo_SystemPermissionUpdateReply.Merge(m, src)
  205. }
  206. func (m *SystemPermissionUpdateReply) XXX_Size() int {
  207. return xxx_messageInfo_SystemPermissionUpdateReply.Size(m)
  208. }
  209. func (m *SystemPermissionUpdateReply) XXX_DiscardUnknown() {
  210. xxx_messageInfo_SystemPermissionUpdateReply.DiscardUnknown(m)
  211. }
  212. var xxx_messageInfo_SystemPermissionUpdateReply proto.InternalMessageInfo
  213. type SystemPermissionDelRequest struct {
  214. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  215. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  216. XXX_unrecognized []byte `json:"-"`
  217. XXX_sizecache int32 `json:"-"`
  218. }
  219. func (m *SystemPermissionDelRequest) Reset() { *m = SystemPermissionDelRequest{} }
  220. func (m *SystemPermissionDelRequest) String() string { return proto.CompactTextString(m) }
  221. func (*SystemPermissionDelRequest) ProtoMessage() {}
  222. func (*SystemPermissionDelRequest) Descriptor() ([]byte, []int) {
  223. return fileDescriptor_555bd8c177793206, []int{4}
  224. }
  225. func (m *SystemPermissionDelRequest) XXX_Unmarshal(b []byte) error {
  226. return xxx_messageInfo_SystemPermissionDelRequest.Unmarshal(m, b)
  227. }
  228. func (m *SystemPermissionDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  229. return xxx_messageInfo_SystemPermissionDelRequest.Marshal(b, m, deterministic)
  230. }
  231. func (m *SystemPermissionDelRequest) XXX_Merge(src proto.Message) {
  232. xxx_messageInfo_SystemPermissionDelRequest.Merge(m, src)
  233. }
  234. func (m *SystemPermissionDelRequest) XXX_Size() int {
  235. return xxx_messageInfo_SystemPermissionDelRequest.Size(m)
  236. }
  237. func (m *SystemPermissionDelRequest) XXX_DiscardUnknown() {
  238. xxx_messageInfo_SystemPermissionDelRequest.DiscardUnknown(m)
  239. }
  240. var xxx_messageInfo_SystemPermissionDelRequest proto.InternalMessageInfo
  241. func (m *SystemPermissionDelRequest) GetCode() string {
  242. if m != nil {
  243. return m.Code
  244. }
  245. return ""
  246. }
  247. type SystemPermissionDelReply struct {
  248. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  249. XXX_unrecognized []byte `json:"-"`
  250. XXX_sizecache int32 `json:"-"`
  251. }
  252. func (m *SystemPermissionDelReply) Reset() { *m = SystemPermissionDelReply{} }
  253. func (m *SystemPermissionDelReply) String() string { return proto.CompactTextString(m) }
  254. func (*SystemPermissionDelReply) ProtoMessage() {}
  255. func (*SystemPermissionDelReply) Descriptor() ([]byte, []int) {
  256. return fileDescriptor_555bd8c177793206, []int{5}
  257. }
  258. func (m *SystemPermissionDelReply) XXX_Unmarshal(b []byte) error {
  259. return xxx_messageInfo_SystemPermissionDelReply.Unmarshal(m, b)
  260. }
  261. func (m *SystemPermissionDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  262. return xxx_messageInfo_SystemPermissionDelReply.Marshal(b, m, deterministic)
  263. }
  264. func (m *SystemPermissionDelReply) XXX_Merge(src proto.Message) {
  265. xxx_messageInfo_SystemPermissionDelReply.Merge(m, src)
  266. }
  267. func (m *SystemPermissionDelReply) XXX_Size() int {
  268. return xxx_messageInfo_SystemPermissionDelReply.Size(m)
  269. }
  270. func (m *SystemPermissionDelReply) XXX_DiscardUnknown() {
  271. xxx_messageInfo_SystemPermissionDelReply.DiscardUnknown(m)
  272. }
  273. var xxx_messageInfo_SystemPermissionDelReply proto.InternalMessageInfo
  274. type SystemPermissionListRequest struct {
  275. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  276. XXX_unrecognized []byte `json:"-"`
  277. XXX_sizecache int32 `json:"-"`
  278. }
  279. func (m *SystemPermissionListRequest) Reset() { *m = SystemPermissionListRequest{} }
  280. func (m *SystemPermissionListRequest) String() string { return proto.CompactTextString(m) }
  281. func (*SystemPermissionListRequest) ProtoMessage() {}
  282. func (*SystemPermissionListRequest) Descriptor() ([]byte, []int) {
  283. return fileDescriptor_555bd8c177793206, []int{6}
  284. }
  285. func (m *SystemPermissionListRequest) XXX_Unmarshal(b []byte) error {
  286. return xxx_messageInfo_SystemPermissionListRequest.Unmarshal(m, b)
  287. }
  288. func (m *SystemPermissionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  289. return xxx_messageInfo_SystemPermissionListRequest.Marshal(b, m, deterministic)
  290. }
  291. func (m *SystemPermissionListRequest) XXX_Merge(src proto.Message) {
  292. xxx_messageInfo_SystemPermissionListRequest.Merge(m, src)
  293. }
  294. func (m *SystemPermissionListRequest) XXX_Size() int {
  295. return xxx_messageInfo_SystemPermissionListRequest.Size(m)
  296. }
  297. func (m *SystemPermissionListRequest) XXX_DiscardUnknown() {
  298. xxx_messageInfo_SystemPermissionListRequest.DiscardUnknown(m)
  299. }
  300. var xxx_messageInfo_SystemPermissionListRequest proto.InternalMessageInfo
  301. type SystemPermissionItem struct {
  302. // 父code,若没有则填空
  303. Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"`
  304. // 方法
  305. Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"`
  306. // 权限名字
  307. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  308. // 该路由是否需要前端控制
  309. Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"`
  310. // 路由
  311. Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"`
  312. Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"`
  313. Childs []*SystemPermissionItem `protobuf:"bytes,7,rep,name=childs,proto3" json:"childs"`
  314. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  315. XXX_unrecognized []byte `json:"-"`
  316. XXX_sizecache int32 `json:"-"`
  317. }
  318. func (m *SystemPermissionItem) Reset() { *m = SystemPermissionItem{} }
  319. func (m *SystemPermissionItem) String() string { return proto.CompactTextString(m) }
  320. func (*SystemPermissionItem) ProtoMessage() {}
  321. func (*SystemPermissionItem) Descriptor() ([]byte, []int) {
  322. return fileDescriptor_555bd8c177793206, []int{7}
  323. }
  324. func (m *SystemPermissionItem) XXX_Unmarshal(b []byte) error {
  325. return xxx_messageInfo_SystemPermissionItem.Unmarshal(m, b)
  326. }
  327. func (m *SystemPermissionItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  328. return xxx_messageInfo_SystemPermissionItem.Marshal(b, m, deterministic)
  329. }
  330. func (m *SystemPermissionItem) XXX_Merge(src proto.Message) {
  331. xxx_messageInfo_SystemPermissionItem.Merge(m, src)
  332. }
  333. func (m *SystemPermissionItem) XXX_Size() int {
  334. return xxx_messageInfo_SystemPermissionItem.Size(m)
  335. }
  336. func (m *SystemPermissionItem) XXX_DiscardUnknown() {
  337. xxx_messageInfo_SystemPermissionItem.DiscardUnknown(m)
  338. }
  339. var xxx_messageInfo_SystemPermissionItem proto.InternalMessageInfo
  340. func (m *SystemPermissionItem) GetPcode() string {
  341. if m != nil {
  342. return m.Pcode
  343. }
  344. return ""
  345. }
  346. func (m *SystemPermissionItem) GetMethod() int32 {
  347. if m != nil {
  348. return m.Method
  349. }
  350. return 0
  351. }
  352. func (m *SystemPermissionItem) GetName() string {
  353. if m != nil {
  354. return m.Name
  355. }
  356. return ""
  357. }
  358. func (m *SystemPermissionItem) GetFront() bool {
  359. if m != nil {
  360. return m.Front
  361. }
  362. return false
  363. }
  364. func (m *SystemPermissionItem) GetRouter() string {
  365. if m != nil {
  366. return m.Router
  367. }
  368. return ""
  369. }
  370. func (m *SystemPermissionItem) GetCode() string {
  371. if m != nil {
  372. return m.Code
  373. }
  374. return ""
  375. }
  376. func (m *SystemPermissionItem) GetChilds() []*SystemPermissionItem {
  377. if m != nil {
  378. return m.Childs
  379. }
  380. return nil
  381. }
  382. type SystemPermissionListReply struct {
  383. List []*SystemPermissionItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  384. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  385. XXX_unrecognized []byte `json:"-"`
  386. XXX_sizecache int32 `json:"-"`
  387. }
  388. func (m *SystemPermissionListReply) Reset() { *m = SystemPermissionListReply{} }
  389. func (m *SystemPermissionListReply) String() string { return proto.CompactTextString(m) }
  390. func (*SystemPermissionListReply) ProtoMessage() {}
  391. func (*SystemPermissionListReply) Descriptor() ([]byte, []int) {
  392. return fileDescriptor_555bd8c177793206, []int{8}
  393. }
  394. func (m *SystemPermissionListReply) XXX_Unmarshal(b []byte) error {
  395. return xxx_messageInfo_SystemPermissionListReply.Unmarshal(m, b)
  396. }
  397. func (m *SystemPermissionListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  398. return xxx_messageInfo_SystemPermissionListReply.Marshal(b, m, deterministic)
  399. }
  400. func (m *SystemPermissionListReply) XXX_Merge(src proto.Message) {
  401. xxx_messageInfo_SystemPermissionListReply.Merge(m, src)
  402. }
  403. func (m *SystemPermissionListReply) XXX_Size() int {
  404. return xxx_messageInfo_SystemPermissionListReply.Size(m)
  405. }
  406. func (m *SystemPermissionListReply) XXX_DiscardUnknown() {
  407. xxx_messageInfo_SystemPermissionListReply.DiscardUnknown(m)
  408. }
  409. var xxx_messageInfo_SystemPermissionListReply proto.InternalMessageInfo
  410. func (m *SystemPermissionListReply) GetList() []*SystemPermissionItem {
  411. if m != nil {
  412. return m.List
  413. }
  414. return nil
  415. }
  416. type SystemPermissionNotTreeItem struct {
  417. // 父code,若没有则填空
  418. Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"`
  419. // 方法
  420. Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"`
  421. // 权限名字
  422. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  423. // 该路由是否需要前端控制
  424. Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"`
  425. // 路由
  426. Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"`
  427. Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"`
  428. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  429. XXX_unrecognized []byte `json:"-"`
  430. XXX_sizecache int32 `json:"-"`
  431. }
  432. func (m *SystemPermissionNotTreeItem) Reset() { *m = SystemPermissionNotTreeItem{} }
  433. func (m *SystemPermissionNotTreeItem) String() string { return proto.CompactTextString(m) }
  434. func (*SystemPermissionNotTreeItem) ProtoMessage() {}
  435. func (*SystemPermissionNotTreeItem) Descriptor() ([]byte, []int) {
  436. return fileDescriptor_555bd8c177793206, []int{9}
  437. }
  438. func (m *SystemPermissionNotTreeItem) XXX_Unmarshal(b []byte) error {
  439. return xxx_messageInfo_SystemPermissionNotTreeItem.Unmarshal(m, b)
  440. }
  441. func (m *SystemPermissionNotTreeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  442. return xxx_messageInfo_SystemPermissionNotTreeItem.Marshal(b, m, deterministic)
  443. }
  444. func (m *SystemPermissionNotTreeItem) XXX_Merge(src proto.Message) {
  445. xxx_messageInfo_SystemPermissionNotTreeItem.Merge(m, src)
  446. }
  447. func (m *SystemPermissionNotTreeItem) XXX_Size() int {
  448. return xxx_messageInfo_SystemPermissionNotTreeItem.Size(m)
  449. }
  450. func (m *SystemPermissionNotTreeItem) XXX_DiscardUnknown() {
  451. xxx_messageInfo_SystemPermissionNotTreeItem.DiscardUnknown(m)
  452. }
  453. var xxx_messageInfo_SystemPermissionNotTreeItem proto.InternalMessageInfo
  454. func (m *SystemPermissionNotTreeItem) GetPcode() string {
  455. if m != nil {
  456. return m.Pcode
  457. }
  458. return ""
  459. }
  460. func (m *SystemPermissionNotTreeItem) GetMethod() int32 {
  461. if m != nil {
  462. return m.Method
  463. }
  464. return 0
  465. }
  466. func (m *SystemPermissionNotTreeItem) GetName() string {
  467. if m != nil {
  468. return m.Name
  469. }
  470. return ""
  471. }
  472. func (m *SystemPermissionNotTreeItem) GetFront() bool {
  473. if m != nil {
  474. return m.Front
  475. }
  476. return false
  477. }
  478. func (m *SystemPermissionNotTreeItem) GetRouter() string {
  479. if m != nil {
  480. return m.Router
  481. }
  482. return ""
  483. }
  484. func (m *SystemPermissionNotTreeItem) GetCode() string {
  485. if m != nil {
  486. return m.Code
  487. }
  488. return ""
  489. }
  490. // 平铺权限列表
  491. type SystemPermissionsNotTreeRequest struct {
  492. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  493. XXX_unrecognized []byte `json:"-"`
  494. XXX_sizecache int32 `json:"-"`
  495. }
  496. func (m *SystemPermissionsNotTreeRequest) Reset() { *m = SystemPermissionsNotTreeRequest{} }
  497. func (m *SystemPermissionsNotTreeRequest) String() string { return proto.CompactTextString(m) }
  498. func (*SystemPermissionsNotTreeRequest) ProtoMessage() {}
  499. func (*SystemPermissionsNotTreeRequest) Descriptor() ([]byte, []int) {
  500. return fileDescriptor_555bd8c177793206, []int{10}
  501. }
  502. func (m *SystemPermissionsNotTreeRequest) XXX_Unmarshal(b []byte) error {
  503. return xxx_messageInfo_SystemPermissionsNotTreeRequest.Unmarshal(m, b)
  504. }
  505. func (m *SystemPermissionsNotTreeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  506. return xxx_messageInfo_SystemPermissionsNotTreeRequest.Marshal(b, m, deterministic)
  507. }
  508. func (m *SystemPermissionsNotTreeRequest) XXX_Merge(src proto.Message) {
  509. xxx_messageInfo_SystemPermissionsNotTreeRequest.Merge(m, src)
  510. }
  511. func (m *SystemPermissionsNotTreeRequest) XXX_Size() int {
  512. return xxx_messageInfo_SystemPermissionsNotTreeRequest.Size(m)
  513. }
  514. func (m *SystemPermissionsNotTreeRequest) XXX_DiscardUnknown() {
  515. xxx_messageInfo_SystemPermissionsNotTreeRequest.DiscardUnknown(m)
  516. }
  517. var xxx_messageInfo_SystemPermissionsNotTreeRequest proto.InternalMessageInfo
  518. type SystemPermissionsNotTreeReply struct {
  519. List []*SystemPermissionNotTreeItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  520. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  521. XXX_unrecognized []byte `json:"-"`
  522. XXX_sizecache int32 `json:"-"`
  523. }
  524. func (m *SystemPermissionsNotTreeReply) Reset() { *m = SystemPermissionsNotTreeReply{} }
  525. func (m *SystemPermissionsNotTreeReply) String() string { return proto.CompactTextString(m) }
  526. func (*SystemPermissionsNotTreeReply) ProtoMessage() {}
  527. func (*SystemPermissionsNotTreeReply) Descriptor() ([]byte, []int) {
  528. return fileDescriptor_555bd8c177793206, []int{11}
  529. }
  530. func (m *SystemPermissionsNotTreeReply) XXX_Unmarshal(b []byte) error {
  531. return xxx_messageInfo_SystemPermissionsNotTreeReply.Unmarshal(m, b)
  532. }
  533. func (m *SystemPermissionsNotTreeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  534. return xxx_messageInfo_SystemPermissionsNotTreeReply.Marshal(b, m, deterministic)
  535. }
  536. func (m *SystemPermissionsNotTreeReply) XXX_Merge(src proto.Message) {
  537. xxx_messageInfo_SystemPermissionsNotTreeReply.Merge(m, src)
  538. }
  539. func (m *SystemPermissionsNotTreeReply) XXX_Size() int {
  540. return xxx_messageInfo_SystemPermissionsNotTreeReply.Size(m)
  541. }
  542. func (m *SystemPermissionsNotTreeReply) XXX_DiscardUnknown() {
  543. xxx_messageInfo_SystemPermissionsNotTreeReply.DiscardUnknown(m)
  544. }
  545. var xxx_messageInfo_SystemPermissionsNotTreeReply proto.InternalMessageInfo
  546. func (m *SystemPermissionsNotTreeReply) GetList() []*SystemPermissionNotTreeItem {
  547. if m != nil {
  548. return m.List
  549. }
  550. return nil
  551. }
  552. type ProvinceCityAreaRequest struct {
  553. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  554. XXX_unrecognized []byte `json:"-"`
  555. XXX_sizecache int32 `json:"-"`
  556. }
  557. func (m *ProvinceCityAreaRequest) Reset() { *m = ProvinceCityAreaRequest{} }
  558. func (m *ProvinceCityAreaRequest) String() string { return proto.CompactTextString(m) }
  559. func (*ProvinceCityAreaRequest) ProtoMessage() {}
  560. func (*ProvinceCityAreaRequest) Descriptor() ([]byte, []int) {
  561. return fileDescriptor_555bd8c177793206, []int{12}
  562. }
  563. func (m *ProvinceCityAreaRequest) XXX_Unmarshal(b []byte) error {
  564. return xxx_messageInfo_ProvinceCityAreaRequest.Unmarshal(m, b)
  565. }
  566. func (m *ProvinceCityAreaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  567. return xxx_messageInfo_ProvinceCityAreaRequest.Marshal(b, m, deterministic)
  568. }
  569. func (m *ProvinceCityAreaRequest) XXX_Merge(src proto.Message) {
  570. xxx_messageInfo_ProvinceCityAreaRequest.Merge(m, src)
  571. }
  572. func (m *ProvinceCityAreaRequest) XXX_Size() int {
  573. return xxx_messageInfo_ProvinceCityAreaRequest.Size(m)
  574. }
  575. func (m *ProvinceCityAreaRequest) XXX_DiscardUnknown() {
  576. xxx_messageInfo_ProvinceCityAreaRequest.DiscardUnknown(m)
  577. }
  578. var xxx_messageInfo_ProvinceCityAreaRequest proto.InternalMessageInfo
  579. type ProvinceData struct {
  580. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  581. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  582. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  583. XXX_unrecognized []byte `json:"-"`
  584. XXX_sizecache int32 `json:"-"`
  585. }
  586. func (m *ProvinceData) Reset() { *m = ProvinceData{} }
  587. func (m *ProvinceData) String() string { return proto.CompactTextString(m) }
  588. func (*ProvinceData) ProtoMessage() {}
  589. func (*ProvinceData) Descriptor() ([]byte, []int) {
  590. return fileDescriptor_555bd8c177793206, []int{13}
  591. }
  592. func (m *ProvinceData) XXX_Unmarshal(b []byte) error {
  593. return xxx_messageInfo_ProvinceData.Unmarshal(m, b)
  594. }
  595. func (m *ProvinceData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  596. return xxx_messageInfo_ProvinceData.Marshal(b, m, deterministic)
  597. }
  598. func (m *ProvinceData) XXX_Merge(src proto.Message) {
  599. xxx_messageInfo_ProvinceData.Merge(m, src)
  600. }
  601. func (m *ProvinceData) XXX_Size() int {
  602. return xxx_messageInfo_ProvinceData.Size(m)
  603. }
  604. func (m *ProvinceData) XXX_DiscardUnknown() {
  605. xxx_messageInfo_ProvinceData.DiscardUnknown(m)
  606. }
  607. var xxx_messageInfo_ProvinceData proto.InternalMessageInfo
  608. func (m *ProvinceData) GetCode() string {
  609. if m != nil {
  610. return m.Code
  611. }
  612. return ""
  613. }
  614. func (m *ProvinceData) GetName() string {
  615. if m != nil {
  616. return m.Name
  617. }
  618. return ""
  619. }
  620. type CityData struct {
  621. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  622. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  623. ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  624. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  625. XXX_unrecognized []byte `json:"-"`
  626. XXX_sizecache int32 `json:"-"`
  627. }
  628. func (m *CityData) Reset() { *m = CityData{} }
  629. func (m *CityData) String() string { return proto.CompactTextString(m) }
  630. func (*CityData) ProtoMessage() {}
  631. func (*CityData) Descriptor() ([]byte, []int) {
  632. return fileDescriptor_555bd8c177793206, []int{14}
  633. }
  634. func (m *CityData) XXX_Unmarshal(b []byte) error {
  635. return xxx_messageInfo_CityData.Unmarshal(m, b)
  636. }
  637. func (m *CityData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  638. return xxx_messageInfo_CityData.Marshal(b, m, deterministic)
  639. }
  640. func (m *CityData) XXX_Merge(src proto.Message) {
  641. xxx_messageInfo_CityData.Merge(m, src)
  642. }
  643. func (m *CityData) XXX_Size() int {
  644. return xxx_messageInfo_CityData.Size(m)
  645. }
  646. func (m *CityData) XXX_DiscardUnknown() {
  647. xxx_messageInfo_CityData.DiscardUnknown(m)
  648. }
  649. var xxx_messageInfo_CityData proto.InternalMessageInfo
  650. func (m *CityData) GetCode() string {
  651. if m != nil {
  652. return m.Code
  653. }
  654. return ""
  655. }
  656. func (m *CityData) GetName() string {
  657. if m != nil {
  658. return m.Name
  659. }
  660. return ""
  661. }
  662. func (m *CityData) GetProvinceCode() string {
  663. if m != nil {
  664. return m.ProvinceCode
  665. }
  666. return ""
  667. }
  668. type AreaData struct {
  669. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  670. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  671. ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  672. CityCode string `protobuf:"bytes,4,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  673. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  674. XXX_unrecognized []byte `json:"-"`
  675. XXX_sizecache int32 `json:"-"`
  676. }
  677. func (m *AreaData) Reset() { *m = AreaData{} }
  678. func (m *AreaData) String() string { return proto.CompactTextString(m) }
  679. func (*AreaData) ProtoMessage() {}
  680. func (*AreaData) Descriptor() ([]byte, []int) {
  681. return fileDescriptor_555bd8c177793206, []int{15}
  682. }
  683. func (m *AreaData) XXX_Unmarshal(b []byte) error {
  684. return xxx_messageInfo_AreaData.Unmarshal(m, b)
  685. }
  686. func (m *AreaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  687. return xxx_messageInfo_AreaData.Marshal(b, m, deterministic)
  688. }
  689. func (m *AreaData) XXX_Merge(src proto.Message) {
  690. xxx_messageInfo_AreaData.Merge(m, src)
  691. }
  692. func (m *AreaData) XXX_Size() int {
  693. return xxx_messageInfo_AreaData.Size(m)
  694. }
  695. func (m *AreaData) XXX_DiscardUnknown() {
  696. xxx_messageInfo_AreaData.DiscardUnknown(m)
  697. }
  698. var xxx_messageInfo_AreaData proto.InternalMessageInfo
  699. func (m *AreaData) GetCode() string {
  700. if m != nil {
  701. return m.Code
  702. }
  703. return ""
  704. }
  705. func (m *AreaData) GetName() string {
  706. if m != nil {
  707. return m.Name
  708. }
  709. return ""
  710. }
  711. func (m *AreaData) GetProvinceCode() string {
  712. if m != nil {
  713. return m.ProvinceCode
  714. }
  715. return ""
  716. }
  717. func (m *AreaData) GetCityCode() string {
  718. if m != nil {
  719. return m.CityCode
  720. }
  721. return ""
  722. }
  723. type ProvinceCityAreaReply struct {
  724. ProvinceList []*ProvinceData `protobuf:"bytes,1,rep,name=province_list,json=provinceList,proto3" json:"province_list"`
  725. CityList []*CityData `protobuf:"bytes,2,rep,name=city_list,json=cityList,proto3" json:"city_list"`
  726. AreaList []*AreaData `protobuf:"bytes,3,rep,name=area_list,json=areaList,proto3" json:"area_list"`
  727. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  728. XXX_unrecognized []byte `json:"-"`
  729. XXX_sizecache int32 `json:"-"`
  730. }
  731. func (m *ProvinceCityAreaReply) Reset() { *m = ProvinceCityAreaReply{} }
  732. func (m *ProvinceCityAreaReply) String() string { return proto.CompactTextString(m) }
  733. func (*ProvinceCityAreaReply) ProtoMessage() {}
  734. func (*ProvinceCityAreaReply) Descriptor() ([]byte, []int) {
  735. return fileDescriptor_555bd8c177793206, []int{16}
  736. }
  737. func (m *ProvinceCityAreaReply) XXX_Unmarshal(b []byte) error {
  738. return xxx_messageInfo_ProvinceCityAreaReply.Unmarshal(m, b)
  739. }
  740. func (m *ProvinceCityAreaReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  741. return xxx_messageInfo_ProvinceCityAreaReply.Marshal(b, m, deterministic)
  742. }
  743. func (m *ProvinceCityAreaReply) XXX_Merge(src proto.Message) {
  744. xxx_messageInfo_ProvinceCityAreaReply.Merge(m, src)
  745. }
  746. func (m *ProvinceCityAreaReply) XXX_Size() int {
  747. return xxx_messageInfo_ProvinceCityAreaReply.Size(m)
  748. }
  749. func (m *ProvinceCityAreaReply) XXX_DiscardUnknown() {
  750. xxx_messageInfo_ProvinceCityAreaReply.DiscardUnknown(m)
  751. }
  752. var xxx_messageInfo_ProvinceCityAreaReply proto.InternalMessageInfo
  753. func (m *ProvinceCityAreaReply) GetProvinceList() []*ProvinceData {
  754. if m != nil {
  755. return m.ProvinceList
  756. }
  757. return nil
  758. }
  759. func (m *ProvinceCityAreaReply) GetCityList() []*CityData {
  760. if m != nil {
  761. return m.CityList
  762. }
  763. return nil
  764. }
  765. func (m *ProvinceCityAreaReply) GetAreaList() []*AreaData {
  766. if m != nil {
  767. return m.AreaList
  768. }
  769. return nil
  770. }
  771. type CityRequest struct {
  772. CityName string `protobuf:"bytes,1,opt,name=city_name,json=cityName,proto3" json:"city_name"`
  773. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  774. XXX_unrecognized []byte `json:"-"`
  775. XXX_sizecache int32 `json:"-"`
  776. }
  777. func (m *CityRequest) Reset() { *m = CityRequest{} }
  778. func (m *CityRequest) String() string { return proto.CompactTextString(m) }
  779. func (*CityRequest) ProtoMessage() {}
  780. func (*CityRequest) Descriptor() ([]byte, []int) {
  781. return fileDescriptor_555bd8c177793206, []int{17}
  782. }
  783. func (m *CityRequest) XXX_Unmarshal(b []byte) error {
  784. return xxx_messageInfo_CityRequest.Unmarshal(m, b)
  785. }
  786. func (m *CityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  787. return xxx_messageInfo_CityRequest.Marshal(b, m, deterministic)
  788. }
  789. func (m *CityRequest) XXX_Merge(src proto.Message) {
  790. xxx_messageInfo_CityRequest.Merge(m, src)
  791. }
  792. func (m *CityRequest) XXX_Size() int {
  793. return xxx_messageInfo_CityRequest.Size(m)
  794. }
  795. func (m *CityRequest) XXX_DiscardUnknown() {
  796. xxx_messageInfo_CityRequest.DiscardUnknown(m)
  797. }
  798. var xxx_messageInfo_CityRequest proto.InternalMessageInfo
  799. func (m *CityRequest) GetCityName() string {
  800. if m != nil {
  801. return m.CityName
  802. }
  803. return ""
  804. }
  805. type CityReply struct {
  806. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  807. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  808. ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  809. ProvinceName string `protobuf:"bytes,4,opt,name=province_name,json=provinceName,proto3" json:"province_name"`
  810. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  811. XXX_unrecognized []byte `json:"-"`
  812. XXX_sizecache int32 `json:"-"`
  813. }
  814. func (m *CityReply) Reset() { *m = CityReply{} }
  815. func (m *CityReply) String() string { return proto.CompactTextString(m) }
  816. func (*CityReply) ProtoMessage() {}
  817. func (*CityReply) Descriptor() ([]byte, []int) {
  818. return fileDescriptor_555bd8c177793206, []int{18}
  819. }
  820. func (m *CityReply) XXX_Unmarshal(b []byte) error {
  821. return xxx_messageInfo_CityReply.Unmarshal(m, b)
  822. }
  823. func (m *CityReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  824. return xxx_messageInfo_CityReply.Marshal(b, m, deterministic)
  825. }
  826. func (m *CityReply) XXX_Merge(src proto.Message) {
  827. xxx_messageInfo_CityReply.Merge(m, src)
  828. }
  829. func (m *CityReply) XXX_Size() int {
  830. return xxx_messageInfo_CityReply.Size(m)
  831. }
  832. func (m *CityReply) XXX_DiscardUnknown() {
  833. xxx_messageInfo_CityReply.DiscardUnknown(m)
  834. }
  835. var xxx_messageInfo_CityReply proto.InternalMessageInfo
  836. func (m *CityReply) GetCode() string {
  837. if m != nil {
  838. return m.Code
  839. }
  840. return ""
  841. }
  842. func (m *CityReply) GetName() string {
  843. if m != nil {
  844. return m.Name
  845. }
  846. return ""
  847. }
  848. func (m *CityReply) GetProvinceCode() string {
  849. if m != nil {
  850. return m.ProvinceCode
  851. }
  852. return ""
  853. }
  854. func (m *CityReply) GetProvinceName() string {
  855. if m != nil {
  856. return m.ProvinceName
  857. }
  858. return ""
  859. }
  860. type StreetCommitteeRequest struct {
  861. AreaCode string `protobuf:"bytes,1,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  862. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  863. XXX_unrecognized []byte `json:"-"`
  864. XXX_sizecache int32 `json:"-"`
  865. }
  866. func (m *StreetCommitteeRequest) Reset() { *m = StreetCommitteeRequest{} }
  867. func (m *StreetCommitteeRequest) String() string { return proto.CompactTextString(m) }
  868. func (*StreetCommitteeRequest) ProtoMessage() {}
  869. func (*StreetCommitteeRequest) Descriptor() ([]byte, []int) {
  870. return fileDescriptor_555bd8c177793206, []int{19}
  871. }
  872. func (m *StreetCommitteeRequest) XXX_Unmarshal(b []byte) error {
  873. return xxx_messageInfo_StreetCommitteeRequest.Unmarshal(m, b)
  874. }
  875. func (m *StreetCommitteeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  876. return xxx_messageInfo_StreetCommitteeRequest.Marshal(b, m, deterministic)
  877. }
  878. func (m *StreetCommitteeRequest) XXX_Merge(src proto.Message) {
  879. xxx_messageInfo_StreetCommitteeRequest.Merge(m, src)
  880. }
  881. func (m *StreetCommitteeRequest) XXX_Size() int {
  882. return xxx_messageInfo_StreetCommitteeRequest.Size(m)
  883. }
  884. func (m *StreetCommitteeRequest) XXX_DiscardUnknown() {
  885. xxx_messageInfo_StreetCommitteeRequest.DiscardUnknown(m)
  886. }
  887. var xxx_messageInfo_StreetCommitteeRequest proto.InternalMessageInfo
  888. func (m *StreetCommitteeRequest) GetAreaCode() string {
  889. if m != nil {
  890. return m.AreaCode
  891. }
  892. return ""
  893. }
  894. type StreetData struct {
  895. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  896. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  897. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  898. XXX_unrecognized []byte `json:"-"`
  899. XXX_sizecache int32 `json:"-"`
  900. }
  901. func (m *StreetData) Reset() { *m = StreetData{} }
  902. func (m *StreetData) String() string { return proto.CompactTextString(m) }
  903. func (*StreetData) ProtoMessage() {}
  904. func (*StreetData) Descriptor() ([]byte, []int) {
  905. return fileDescriptor_555bd8c177793206, []int{20}
  906. }
  907. func (m *StreetData) XXX_Unmarshal(b []byte) error {
  908. return xxx_messageInfo_StreetData.Unmarshal(m, b)
  909. }
  910. func (m *StreetData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  911. return xxx_messageInfo_StreetData.Marshal(b, m, deterministic)
  912. }
  913. func (m *StreetData) XXX_Merge(src proto.Message) {
  914. xxx_messageInfo_StreetData.Merge(m, src)
  915. }
  916. func (m *StreetData) XXX_Size() int {
  917. return xxx_messageInfo_StreetData.Size(m)
  918. }
  919. func (m *StreetData) XXX_DiscardUnknown() {
  920. xxx_messageInfo_StreetData.DiscardUnknown(m)
  921. }
  922. var xxx_messageInfo_StreetData proto.InternalMessageInfo
  923. func (m *StreetData) GetCode() string {
  924. if m != nil {
  925. return m.Code
  926. }
  927. return ""
  928. }
  929. func (m *StreetData) GetName() string {
  930. if m != nil {
  931. return m.Name
  932. }
  933. return ""
  934. }
  935. type CommitteeData struct {
  936. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  937. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  938. StreetCode string `protobuf:"bytes,3,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  939. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  940. XXX_unrecognized []byte `json:"-"`
  941. XXX_sizecache int32 `json:"-"`
  942. }
  943. func (m *CommitteeData) Reset() { *m = CommitteeData{} }
  944. func (m *CommitteeData) String() string { return proto.CompactTextString(m) }
  945. func (*CommitteeData) ProtoMessage() {}
  946. func (*CommitteeData) Descriptor() ([]byte, []int) {
  947. return fileDescriptor_555bd8c177793206, []int{21}
  948. }
  949. func (m *CommitteeData) XXX_Unmarshal(b []byte) error {
  950. return xxx_messageInfo_CommitteeData.Unmarshal(m, b)
  951. }
  952. func (m *CommitteeData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  953. return xxx_messageInfo_CommitteeData.Marshal(b, m, deterministic)
  954. }
  955. func (m *CommitteeData) XXX_Merge(src proto.Message) {
  956. xxx_messageInfo_CommitteeData.Merge(m, src)
  957. }
  958. func (m *CommitteeData) XXX_Size() int {
  959. return xxx_messageInfo_CommitteeData.Size(m)
  960. }
  961. func (m *CommitteeData) XXX_DiscardUnknown() {
  962. xxx_messageInfo_CommitteeData.DiscardUnknown(m)
  963. }
  964. var xxx_messageInfo_CommitteeData proto.InternalMessageInfo
  965. func (m *CommitteeData) GetCode() string {
  966. if m != nil {
  967. return m.Code
  968. }
  969. return ""
  970. }
  971. func (m *CommitteeData) GetName() string {
  972. if m != nil {
  973. return m.Name
  974. }
  975. return ""
  976. }
  977. func (m *CommitteeData) GetStreetCode() string {
  978. if m != nil {
  979. return m.StreetCode
  980. }
  981. return ""
  982. }
  983. type StreetCommitteeReply struct {
  984. StreetList []*StreetData `protobuf:"bytes,1,rep,name=street_list,json=streetList,proto3" json:"street_list"`
  985. CommitteeList []*CommitteeData `protobuf:"bytes,2,rep,name=committee_list,json=committeeList,proto3" json:"committee_list"`
  986. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  987. XXX_unrecognized []byte `json:"-"`
  988. XXX_sizecache int32 `json:"-"`
  989. }
  990. func (m *StreetCommitteeReply) Reset() { *m = StreetCommitteeReply{} }
  991. func (m *StreetCommitteeReply) String() string { return proto.CompactTextString(m) }
  992. func (*StreetCommitteeReply) ProtoMessage() {}
  993. func (*StreetCommitteeReply) Descriptor() ([]byte, []int) {
  994. return fileDescriptor_555bd8c177793206, []int{22}
  995. }
  996. func (m *StreetCommitteeReply) XXX_Unmarshal(b []byte) error {
  997. return xxx_messageInfo_StreetCommitteeReply.Unmarshal(m, b)
  998. }
  999. func (m *StreetCommitteeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1000. return xxx_messageInfo_StreetCommitteeReply.Marshal(b, m, deterministic)
  1001. }
  1002. func (m *StreetCommitteeReply) XXX_Merge(src proto.Message) {
  1003. xxx_messageInfo_StreetCommitteeReply.Merge(m, src)
  1004. }
  1005. func (m *StreetCommitteeReply) XXX_Size() int {
  1006. return xxx_messageInfo_StreetCommitteeReply.Size(m)
  1007. }
  1008. func (m *StreetCommitteeReply) XXX_DiscardUnknown() {
  1009. xxx_messageInfo_StreetCommitteeReply.DiscardUnknown(m)
  1010. }
  1011. var xxx_messageInfo_StreetCommitteeReply proto.InternalMessageInfo
  1012. func (m *StreetCommitteeReply) GetStreetList() []*StreetData {
  1013. if m != nil {
  1014. return m.StreetList
  1015. }
  1016. return nil
  1017. }
  1018. func (m *StreetCommitteeReply) GetCommitteeList() []*CommitteeData {
  1019. if m != nil {
  1020. return m.CommitteeList
  1021. }
  1022. return nil
  1023. }
  1024. type SystemPermissionRouterRequest struct {
  1025. Router string `protobuf:"bytes,1,opt,name=router,proto3" json:"router"`
  1026. Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method"`
  1027. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1028. XXX_unrecognized []byte `json:"-"`
  1029. XXX_sizecache int32 `json:"-"`
  1030. }
  1031. func (m *SystemPermissionRouterRequest) Reset() { *m = SystemPermissionRouterRequest{} }
  1032. func (m *SystemPermissionRouterRequest) String() string { return proto.CompactTextString(m) }
  1033. func (*SystemPermissionRouterRequest) ProtoMessage() {}
  1034. func (*SystemPermissionRouterRequest) Descriptor() ([]byte, []int) {
  1035. return fileDescriptor_555bd8c177793206, []int{23}
  1036. }
  1037. func (m *SystemPermissionRouterRequest) XXX_Unmarshal(b []byte) error {
  1038. return xxx_messageInfo_SystemPermissionRouterRequest.Unmarshal(m, b)
  1039. }
  1040. func (m *SystemPermissionRouterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1041. return xxx_messageInfo_SystemPermissionRouterRequest.Marshal(b, m, deterministic)
  1042. }
  1043. func (m *SystemPermissionRouterRequest) XXX_Merge(src proto.Message) {
  1044. xxx_messageInfo_SystemPermissionRouterRequest.Merge(m, src)
  1045. }
  1046. func (m *SystemPermissionRouterRequest) XXX_Size() int {
  1047. return xxx_messageInfo_SystemPermissionRouterRequest.Size(m)
  1048. }
  1049. func (m *SystemPermissionRouterRequest) XXX_DiscardUnknown() {
  1050. xxx_messageInfo_SystemPermissionRouterRequest.DiscardUnknown(m)
  1051. }
  1052. var xxx_messageInfo_SystemPermissionRouterRequest proto.InternalMessageInfo
  1053. func (m *SystemPermissionRouterRequest) GetRouter() string {
  1054. if m != nil {
  1055. return m.Router
  1056. }
  1057. return ""
  1058. }
  1059. func (m *SystemPermissionRouterRequest) GetMethod() string {
  1060. if m != nil {
  1061. return m.Method
  1062. }
  1063. return ""
  1064. }
  1065. type SystemPermissionRouterReply struct {
  1066. Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"`
  1067. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1068. XXX_unrecognized []byte `json:"-"`
  1069. XXX_sizecache int32 `json:"-"`
  1070. }
  1071. func (m *SystemPermissionRouterReply) Reset() { *m = SystemPermissionRouterReply{} }
  1072. func (m *SystemPermissionRouterReply) String() string { return proto.CompactTextString(m) }
  1073. func (*SystemPermissionRouterReply) ProtoMessage() {}
  1074. func (*SystemPermissionRouterReply) Descriptor() ([]byte, []int) {
  1075. return fileDescriptor_555bd8c177793206, []int{24}
  1076. }
  1077. func (m *SystemPermissionRouterReply) XXX_Unmarshal(b []byte) error {
  1078. return xxx_messageInfo_SystemPermissionRouterReply.Unmarshal(m, b)
  1079. }
  1080. func (m *SystemPermissionRouterReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1081. return xxx_messageInfo_SystemPermissionRouterReply.Marshal(b, m, deterministic)
  1082. }
  1083. func (m *SystemPermissionRouterReply) XXX_Merge(src proto.Message) {
  1084. xxx_messageInfo_SystemPermissionRouterReply.Merge(m, src)
  1085. }
  1086. func (m *SystemPermissionRouterReply) XXX_Size() int {
  1087. return xxx_messageInfo_SystemPermissionRouterReply.Size(m)
  1088. }
  1089. func (m *SystemPermissionRouterReply) XXX_DiscardUnknown() {
  1090. xxx_messageInfo_SystemPermissionRouterReply.DiscardUnknown(m)
  1091. }
  1092. var xxx_messageInfo_SystemPermissionRouterReply proto.InternalMessageInfo
  1093. func (m *SystemPermissionRouterReply) GetCode() string {
  1094. if m != nil {
  1095. return m.Code
  1096. }
  1097. return ""
  1098. }
  1099. type OssObjDelNotExistRequest struct {
  1100. ObjUrl string `protobuf:"bytes,1,opt,name=obj_url,json=objUrl,proto3" json:"obj_url"`
  1101. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1102. XXX_unrecognized []byte `json:"-"`
  1103. XXX_sizecache int32 `json:"-"`
  1104. }
  1105. func (m *OssObjDelNotExistRequest) Reset() { *m = OssObjDelNotExistRequest{} }
  1106. func (m *OssObjDelNotExistRequest) String() string { return proto.CompactTextString(m) }
  1107. func (*OssObjDelNotExistRequest) ProtoMessage() {}
  1108. func (*OssObjDelNotExistRequest) Descriptor() ([]byte, []int) {
  1109. return fileDescriptor_555bd8c177793206, []int{25}
  1110. }
  1111. func (m *OssObjDelNotExistRequest) XXX_Unmarshal(b []byte) error {
  1112. return xxx_messageInfo_OssObjDelNotExistRequest.Unmarshal(m, b)
  1113. }
  1114. func (m *OssObjDelNotExistRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1115. return xxx_messageInfo_OssObjDelNotExistRequest.Marshal(b, m, deterministic)
  1116. }
  1117. func (m *OssObjDelNotExistRequest) XXX_Merge(src proto.Message) {
  1118. xxx_messageInfo_OssObjDelNotExistRequest.Merge(m, src)
  1119. }
  1120. func (m *OssObjDelNotExistRequest) XXX_Size() int {
  1121. return xxx_messageInfo_OssObjDelNotExistRequest.Size(m)
  1122. }
  1123. func (m *OssObjDelNotExistRequest) XXX_DiscardUnknown() {
  1124. xxx_messageInfo_OssObjDelNotExistRequest.DiscardUnknown(m)
  1125. }
  1126. var xxx_messageInfo_OssObjDelNotExistRequest proto.InternalMessageInfo
  1127. func (m *OssObjDelNotExistRequest) GetObjUrl() string {
  1128. if m != nil {
  1129. return m.ObjUrl
  1130. }
  1131. return ""
  1132. }
  1133. type OssObjDelNotExistReply struct {
  1134. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1135. XXX_unrecognized []byte `json:"-"`
  1136. XXX_sizecache int32 `json:"-"`
  1137. }
  1138. func (m *OssObjDelNotExistReply) Reset() { *m = OssObjDelNotExistReply{} }
  1139. func (m *OssObjDelNotExistReply) String() string { return proto.CompactTextString(m) }
  1140. func (*OssObjDelNotExistReply) ProtoMessage() {}
  1141. func (*OssObjDelNotExistReply) Descriptor() ([]byte, []int) {
  1142. return fileDescriptor_555bd8c177793206, []int{26}
  1143. }
  1144. func (m *OssObjDelNotExistReply) XXX_Unmarshal(b []byte) error {
  1145. return xxx_messageInfo_OssObjDelNotExistReply.Unmarshal(m, b)
  1146. }
  1147. func (m *OssObjDelNotExistReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1148. return xxx_messageInfo_OssObjDelNotExistReply.Marshal(b, m, deterministic)
  1149. }
  1150. func (m *OssObjDelNotExistReply) XXX_Merge(src proto.Message) {
  1151. xxx_messageInfo_OssObjDelNotExistReply.Merge(m, src)
  1152. }
  1153. func (m *OssObjDelNotExistReply) XXX_Size() int {
  1154. return xxx_messageInfo_OssObjDelNotExistReply.Size(m)
  1155. }
  1156. func (m *OssObjDelNotExistReply) XXX_DiscardUnknown() {
  1157. xxx_messageInfo_OssObjDelNotExistReply.DiscardUnknown(m)
  1158. }
  1159. var xxx_messageInfo_OssObjDelNotExistReply proto.InternalMessageInfo
  1160. type MaterialInfoRequest struct {
  1161. Mtype int32 `protobuf:"varint,1,opt,name=mtype,proto3" json:"mtype"`
  1162. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1163. XXX_unrecognized []byte `json:"-"`
  1164. XXX_sizecache int32 `json:"-"`
  1165. }
  1166. func (m *MaterialInfoRequest) Reset() { *m = MaterialInfoRequest{} }
  1167. func (m *MaterialInfoRequest) String() string { return proto.CompactTextString(m) }
  1168. func (*MaterialInfoRequest) ProtoMessage() {}
  1169. func (*MaterialInfoRequest) Descriptor() ([]byte, []int) {
  1170. return fileDescriptor_555bd8c177793206, []int{27}
  1171. }
  1172. func (m *MaterialInfoRequest) XXX_Unmarshal(b []byte) error {
  1173. return xxx_messageInfo_MaterialInfoRequest.Unmarshal(m, b)
  1174. }
  1175. func (m *MaterialInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1176. return xxx_messageInfo_MaterialInfoRequest.Marshal(b, m, deterministic)
  1177. }
  1178. func (m *MaterialInfoRequest) XXX_Merge(src proto.Message) {
  1179. xxx_messageInfo_MaterialInfoRequest.Merge(m, src)
  1180. }
  1181. func (m *MaterialInfoRequest) XXX_Size() int {
  1182. return xxx_messageInfo_MaterialInfoRequest.Size(m)
  1183. }
  1184. func (m *MaterialInfoRequest) XXX_DiscardUnknown() {
  1185. xxx_messageInfo_MaterialInfoRequest.DiscardUnknown(m)
  1186. }
  1187. var xxx_messageInfo_MaterialInfoRequest proto.InternalMessageInfo
  1188. func (m *MaterialInfoRequest) GetMtype() int32 {
  1189. if m != nil {
  1190. return m.Mtype
  1191. }
  1192. return 0
  1193. }
  1194. type MaterialInfoReply struct {
  1195. Pic string `protobuf:"bytes,1,opt,name=pic,proto3" json:"pic"`
  1196. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1197. XXX_unrecognized []byte `json:"-"`
  1198. XXX_sizecache int32 `json:"-"`
  1199. }
  1200. func (m *MaterialInfoReply) Reset() { *m = MaterialInfoReply{} }
  1201. func (m *MaterialInfoReply) String() string { return proto.CompactTextString(m) }
  1202. func (*MaterialInfoReply) ProtoMessage() {}
  1203. func (*MaterialInfoReply) Descriptor() ([]byte, []int) {
  1204. return fileDescriptor_555bd8c177793206, []int{28}
  1205. }
  1206. func (m *MaterialInfoReply) XXX_Unmarshal(b []byte) error {
  1207. return xxx_messageInfo_MaterialInfoReply.Unmarshal(m, b)
  1208. }
  1209. func (m *MaterialInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1210. return xxx_messageInfo_MaterialInfoReply.Marshal(b, m, deterministic)
  1211. }
  1212. func (m *MaterialInfoReply) XXX_Merge(src proto.Message) {
  1213. xxx_messageInfo_MaterialInfoReply.Merge(m, src)
  1214. }
  1215. func (m *MaterialInfoReply) XXX_Size() int {
  1216. return xxx_messageInfo_MaterialInfoReply.Size(m)
  1217. }
  1218. func (m *MaterialInfoReply) XXX_DiscardUnknown() {
  1219. xxx_messageInfo_MaterialInfoReply.DiscardUnknown(m)
  1220. }
  1221. var xxx_messageInfo_MaterialInfoReply proto.InternalMessageInfo
  1222. func (m *MaterialInfoReply) GetPic() string {
  1223. if m != nil {
  1224. return m.Pic
  1225. }
  1226. return ""
  1227. }
  1228. type MaterialItem struct {
  1229. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1230. Mtype int32 `protobuf:"varint,2,opt,name=mtype,proto3" json:"mtype"`
  1231. Pic string `protobuf:"bytes,3,opt,name=pic,proto3" json:"pic"`
  1232. CreatedAt int64 `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
  1233. Enable int32 `protobuf:"varint,5,opt,name=enable,proto3" json:"enable"`
  1234. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1235. XXX_unrecognized []byte `json:"-"`
  1236. XXX_sizecache int32 `json:"-"`
  1237. }
  1238. func (m *MaterialItem) Reset() { *m = MaterialItem{} }
  1239. func (m *MaterialItem) String() string { return proto.CompactTextString(m) }
  1240. func (*MaterialItem) ProtoMessage() {}
  1241. func (*MaterialItem) Descriptor() ([]byte, []int) {
  1242. return fileDescriptor_555bd8c177793206, []int{29}
  1243. }
  1244. func (m *MaterialItem) XXX_Unmarshal(b []byte) error {
  1245. return xxx_messageInfo_MaterialItem.Unmarshal(m, b)
  1246. }
  1247. func (m *MaterialItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1248. return xxx_messageInfo_MaterialItem.Marshal(b, m, deterministic)
  1249. }
  1250. func (m *MaterialItem) XXX_Merge(src proto.Message) {
  1251. xxx_messageInfo_MaterialItem.Merge(m, src)
  1252. }
  1253. func (m *MaterialItem) XXX_Size() int {
  1254. return xxx_messageInfo_MaterialItem.Size(m)
  1255. }
  1256. func (m *MaterialItem) XXX_DiscardUnknown() {
  1257. xxx_messageInfo_MaterialItem.DiscardUnknown(m)
  1258. }
  1259. var xxx_messageInfo_MaterialItem proto.InternalMessageInfo
  1260. func (m *MaterialItem) GetId() int64 {
  1261. if m != nil {
  1262. return m.Id
  1263. }
  1264. return 0
  1265. }
  1266. func (m *MaterialItem) GetMtype() int32 {
  1267. if m != nil {
  1268. return m.Mtype
  1269. }
  1270. return 0
  1271. }
  1272. func (m *MaterialItem) GetPic() string {
  1273. if m != nil {
  1274. return m.Pic
  1275. }
  1276. return ""
  1277. }
  1278. func (m *MaterialItem) GetCreatedAt() int64 {
  1279. if m != nil {
  1280. return m.CreatedAt
  1281. }
  1282. return 0
  1283. }
  1284. func (m *MaterialItem) GetEnable() int32 {
  1285. if m != nil {
  1286. return m.Enable
  1287. }
  1288. return 0
  1289. }
  1290. type MaterialListRequest struct {
  1291. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  1292. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  1293. Mtypes []int32 `protobuf:"varint,3,rep,packed,name=mtypes,proto3" json:"mtypes"`
  1294. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1295. XXX_unrecognized []byte `json:"-"`
  1296. XXX_sizecache int32 `json:"-"`
  1297. }
  1298. func (m *MaterialListRequest) Reset() { *m = MaterialListRequest{} }
  1299. func (m *MaterialListRequest) String() string { return proto.CompactTextString(m) }
  1300. func (*MaterialListRequest) ProtoMessage() {}
  1301. func (*MaterialListRequest) Descriptor() ([]byte, []int) {
  1302. return fileDescriptor_555bd8c177793206, []int{30}
  1303. }
  1304. func (m *MaterialListRequest) XXX_Unmarshal(b []byte) error {
  1305. return xxx_messageInfo_MaterialListRequest.Unmarshal(m, b)
  1306. }
  1307. func (m *MaterialListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1308. return xxx_messageInfo_MaterialListRequest.Marshal(b, m, deterministic)
  1309. }
  1310. func (m *MaterialListRequest) XXX_Merge(src proto.Message) {
  1311. xxx_messageInfo_MaterialListRequest.Merge(m, src)
  1312. }
  1313. func (m *MaterialListRequest) XXX_Size() int {
  1314. return xxx_messageInfo_MaterialListRequest.Size(m)
  1315. }
  1316. func (m *MaterialListRequest) XXX_DiscardUnknown() {
  1317. xxx_messageInfo_MaterialListRequest.DiscardUnknown(m)
  1318. }
  1319. var xxx_messageInfo_MaterialListRequest proto.InternalMessageInfo
  1320. func (m *MaterialListRequest) GetPage() int64 {
  1321. if m != nil {
  1322. return m.Page
  1323. }
  1324. return 0
  1325. }
  1326. func (m *MaterialListRequest) GetPageSize() int64 {
  1327. if m != nil {
  1328. return m.PageSize
  1329. }
  1330. return 0
  1331. }
  1332. func (m *MaterialListRequest) GetMtypes() []int32 {
  1333. if m != nil {
  1334. return m.Mtypes
  1335. }
  1336. return nil
  1337. }
  1338. type MaterialListReply struct {
  1339. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  1340. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  1341. List []*MaterialItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  1342. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1343. XXX_unrecognized []byte `json:"-"`
  1344. XXX_sizecache int32 `json:"-"`
  1345. }
  1346. func (m *MaterialListReply) Reset() { *m = MaterialListReply{} }
  1347. func (m *MaterialListReply) String() string { return proto.CompactTextString(m) }
  1348. func (*MaterialListReply) ProtoMessage() {}
  1349. func (*MaterialListReply) Descriptor() ([]byte, []int) {
  1350. return fileDescriptor_555bd8c177793206, []int{31}
  1351. }
  1352. func (m *MaterialListReply) XXX_Unmarshal(b []byte) error {
  1353. return xxx_messageInfo_MaterialListReply.Unmarshal(m, b)
  1354. }
  1355. func (m *MaterialListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1356. return xxx_messageInfo_MaterialListReply.Marshal(b, m, deterministic)
  1357. }
  1358. func (m *MaterialListReply) XXX_Merge(src proto.Message) {
  1359. xxx_messageInfo_MaterialListReply.Merge(m, src)
  1360. }
  1361. func (m *MaterialListReply) XXX_Size() int {
  1362. return xxx_messageInfo_MaterialListReply.Size(m)
  1363. }
  1364. func (m *MaterialListReply) XXX_DiscardUnknown() {
  1365. xxx_messageInfo_MaterialListReply.DiscardUnknown(m)
  1366. }
  1367. var xxx_messageInfo_MaterialListReply proto.InternalMessageInfo
  1368. func (m *MaterialListReply) GetPage() int64 {
  1369. if m != nil {
  1370. return m.Page
  1371. }
  1372. return 0
  1373. }
  1374. func (m *MaterialListReply) GetTotal() int64 {
  1375. if m != nil {
  1376. return m.Total
  1377. }
  1378. return 0
  1379. }
  1380. func (m *MaterialListReply) GetList() []*MaterialItem {
  1381. if m != nil {
  1382. return m.List
  1383. }
  1384. return nil
  1385. }
  1386. func init() {
  1387. proto.RegisterType((*SystemPermissionAddRequest)(nil), "pb_v1.SystemPermissionAddRequest")
  1388. proto.RegisterType((*SystemPermissionAddReply)(nil), "pb_v1.SystemPermissionAddReply")
  1389. proto.RegisterType((*SystemPermissionUpdateRequest)(nil), "pb_v1.SystemPermissionUpdateRequest")
  1390. proto.RegisterType((*SystemPermissionUpdateReply)(nil), "pb_v1.SystemPermissionUpdateReply")
  1391. proto.RegisterType((*SystemPermissionDelRequest)(nil), "pb_v1.SystemPermissionDelRequest")
  1392. proto.RegisterType((*SystemPermissionDelReply)(nil), "pb_v1.SystemPermissionDelReply")
  1393. proto.RegisterType((*SystemPermissionListRequest)(nil), "pb_v1.SystemPermissionListRequest")
  1394. proto.RegisterType((*SystemPermissionItem)(nil), "pb_v1.SystemPermissionItem")
  1395. proto.RegisterType((*SystemPermissionListReply)(nil), "pb_v1.SystemPermissionListReply")
  1396. proto.RegisterType((*SystemPermissionNotTreeItem)(nil), "pb_v1.SystemPermissionNotTreeItem")
  1397. proto.RegisterType((*SystemPermissionsNotTreeRequest)(nil), "pb_v1.SystemPermissionsNotTreeRequest")
  1398. proto.RegisterType((*SystemPermissionsNotTreeReply)(nil), "pb_v1.SystemPermissionsNotTreeReply")
  1399. proto.RegisterType((*ProvinceCityAreaRequest)(nil), "pb_v1.ProvinceCityAreaRequest")
  1400. proto.RegisterType((*ProvinceData)(nil), "pb_v1.ProvinceData")
  1401. proto.RegisterType((*CityData)(nil), "pb_v1.CityData")
  1402. proto.RegisterType((*AreaData)(nil), "pb_v1.AreaData")
  1403. proto.RegisterType((*ProvinceCityAreaReply)(nil), "pb_v1.ProvinceCityAreaReply")
  1404. proto.RegisterType((*CityRequest)(nil), "pb_v1.CityRequest")
  1405. proto.RegisterType((*CityReply)(nil), "pb_v1.CityReply")
  1406. proto.RegisterType((*StreetCommitteeRequest)(nil), "pb_v1.StreetCommitteeRequest")
  1407. proto.RegisterType((*StreetData)(nil), "pb_v1.StreetData")
  1408. proto.RegisterType((*CommitteeData)(nil), "pb_v1.CommitteeData")
  1409. proto.RegisterType((*StreetCommitteeReply)(nil), "pb_v1.StreetCommitteeReply")
  1410. proto.RegisterType((*SystemPermissionRouterRequest)(nil), "pb_v1.SystemPermissionRouterRequest")
  1411. proto.RegisterType((*SystemPermissionRouterReply)(nil), "pb_v1.SystemPermissionRouterReply")
  1412. proto.RegisterType((*OssObjDelNotExistRequest)(nil), "pb_v1.OssObjDelNotExistRequest")
  1413. proto.RegisterType((*OssObjDelNotExistReply)(nil), "pb_v1.OssObjDelNotExistReply")
  1414. proto.RegisterType((*MaterialInfoRequest)(nil), "pb_v1.MaterialInfoRequest")
  1415. proto.RegisterType((*MaterialInfoReply)(nil), "pb_v1.MaterialInfoReply")
  1416. proto.RegisterType((*MaterialItem)(nil), "pb_v1.MaterialItem")
  1417. proto.RegisterType((*MaterialListRequest)(nil), "pb_v1.MaterialListRequest")
  1418. proto.RegisterType((*MaterialListReply)(nil), "pb_v1.MaterialListReply")
  1419. }
  1420. func init() {
  1421. proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206)
  1422. }
  1423. var fileDescriptor_555bd8c177793206 = []byte{
  1424. // 883 bytes of a gzipped FileDescriptorProto
  1425. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xd1, 0x6e, 0xeb, 0x44,
  1426. 0x10, 0x95, 0xe3, 0x24, 0x37, 0x99, 0xa6, 0x17, 0xae, 0x6f, 0xe8, 0x75, 0x5b, 0x55, 0x0d, 0x8b,
  1427. 0x10, 0x11, 0xd0, 0x94, 0xb6, 0x50, 0x21, 0xf1, 0x54, 0x5a, 0x1e, 0x2a, 0x95, 0xb6, 0x72, 0xa9,
  1428. 0x8a, 0x78, 0x20, 0xda, 0xd8, 0xdb, 0xc6, 0x95, 0x9d, 0x35, 0xeb, 0x4d, 0xc1, 0x95, 0xfa, 0xcc,
  1429. 0x0b, 0x7c, 0x04, 0x1f, 0xc0, 0xb7, 0xf0, 0x4b, 0x68, 0xd7, 0xbb, 0xf6, 0x26, 0x71, 0x84, 0x8a,
  1430. 0x00, 0xf1, 0x54, 0xaf, 0x7b, 0xe6, 0xcc, 0x99, 0xb3, 0xe3, 0x99, 0x40, 0xc7, 0xa7, 0x71, 0x4c,
  1431. 0x27, 0x83, 0x84, 0x51, 0x4e, 0x9d, 0x46, 0x32, 0x1a, 0x3e, 0xec, 0xa1, 0x5f, 0x2c, 0xd8, 0xb8,
  1432. 0xca, 0x52, 0x4e, 0xe2, 0x4b, 0xc2, 0xe2, 0x30, 0x4d, 0x43, 0x3a, 0x39, 0x0a, 0x02, 0x8f, 0xfc,
  1433. 0x30, 0x25, 0x29, 0x77, 0xba, 0xd0, 0x48, 0x7c, 0x1a, 0x10, 0xd7, 0xea, 0x59, 0xfd, 0xb6, 0x97,
  1434. 0x1f, 0x9c, 0x35, 0x68, 0xc6, 0x84, 0x8f, 0x69, 0xe0, 0xd6, 0x7a, 0x56, 0xbf, 0xe1, 0xa9, 0x93,
  1435. 0xe3, 0x40, 0x7d, 0x82, 0x63, 0xe2, 0xda, 0x12, 0x2c, 0x9f, 0x05, 0xc3, 0x2d, 0xa3, 0x13, 0xee,
  1436. 0xd6, 0x7b, 0x56, 0xbf, 0xe5, 0xe5, 0x07, 0xc1, 0xc0, 0xe8, 0x94, 0x13, 0xe6, 0x36, 0x24, 0x56,
  1437. 0x9d, 0xd0, 0x00, 0xdc, 0x4a, 0x35, 0x49, 0x94, 0x09, 0x76, 0x43, 0x8a, 0x7c, 0x46, 0xbf, 0x5a,
  1438. 0xb0, 0x35, 0x1f, 0x70, 0x9d, 0x04, 0x98, 0x13, 0x5d, 0xc1, 0xbf, 0xa6, 0xb5, 0xd0, 0xd3, 0x34,
  1439. 0xf4, 0x6c, 0xc1, 0xe6, 0x32, 0x39, 0x49, 0x94, 0xa1, 0x4f, 0x16, 0xcd, 0x3e, 0x21, 0x91, 0x96,
  1440. 0x5a, 0x55, 0xe0, 0xc6, 0xa2, 0x21, 0x32, 0x42, 0xb0, 0x55, 0x24, 0x3b, 0x0b, 0x53, 0xae, 0xe8,
  1441. 0xd0, 0x1f, 0x16, 0x74, 0xe7, 0xff, 0x7f, 0xca, 0x49, 0xfc, 0x5f, 0x5f, 0x6a, 0x95, 0x51, 0xce,
  1442. 0x01, 0x34, 0xfd, 0x71, 0x18, 0x05, 0xa9, 0xfb, 0xa2, 0x67, 0xf7, 0x57, 0xf6, 0x37, 0x07, 0xb2,
  1443. 0x1f, 0x07, 0x55, 0x82, 0x3d, 0x05, 0x45, 0x67, 0xb0, 0x5e, 0x5d, 0xb0, 0x68, 0x8f, 0x5d, 0xa8,
  1444. 0x47, 0x61, 0xca, 0x5d, 0xeb, 0xaf, 0xf9, 0x24, 0x10, 0xfd, 0x66, 0x2d, 0xfa, 0x77, 0x4e, 0xf9,
  1445. 0x37, 0x8c, 0x90, 0xff, 0x8b, 0x4d, 0xe8, 0x5d, 0xd8, 0x9e, 0x97, 0x98, 0x2a, 0x8d, 0xfa, 0x9a,
  1446. 0x6f, 0x16, 0xbf, 0x80, 0x12, 0x22, 0x8c, 0x39, 0x9c, 0x31, 0x06, 0x2d, 0x31, 0xc6, 0xa8, 0x5c,
  1447. 0xf9, 0xb3, 0x0e, 0x6f, 0x2e, 0x19, 0x7d, 0x08, 0x27, 0x3e, 0x39, 0x0e, 0x79, 0x76, 0xc4, 0x08,
  1448. 0xd6, 0x39, 0x0f, 0xa1, 0xa3, 0xff, 0x75, 0x82, 0x39, 0xae, 0xea, 0xdc, 0xc2, 0x90, 0x5a, 0x69,
  1449. 0x08, 0xba, 0x81, 0x96, 0xa0, 0x7a, 0x4e, 0x8c, 0xf3, 0x1e, 0xac, 0x26, 0x2a, 0xd7, 0x50, 0x06,
  1450. 0xe4, 0x0e, 0x77, 0xf4, 0xcb, 0x63, 0xe1, 0x13, 0x87, 0x96, 0xd0, 0xf7, 0x8f, 0x13, 0x3b, 0x9b,
  1451. 0xd0, 0xf6, 0x43, 0x9e, 0xe5, 0x80, 0xba, 0x04, 0xb4, 0xc4, 0x0b, 0x99, 0xf5, 0x77, 0x0b, 0xde,
  1452. 0x59, 0xb4, 0x48, 0x78, 0xfe, 0xb9, 0xc1, 0x6d, 0x98, 0xff, 0x5a, 0x99, 0x6f, 0x9a, 0x57, 0x26,
  1453. 0x14, 0xbd, 0xec, 0x7c, 0xac, 0x12, 0xca, 0xa8, 0x9a, 0x8c, 0x7a, 0x4b, 0x45, 0x69, 0xeb, 0x72,
  1454. 0x05, 0x1a, 0x8d, 0x19, 0xc1, 0x39, 0xda, 0x9e, 0x41, 0x6b, 0x3f, 0xbc, 0x96, 0x40, 0x08, 0x34,
  1455. 0xfa, 0x10, 0x56, 0x04, 0x87, 0x9e, 0x37, 0xba, 0x36, 0xe9, 0x8c, 0x55, 0xd6, 0x76, 0x2e, 0xae,
  1456. 0xea, 0x09, 0xda, 0x39, 0x76, 0xc9, 0xe8, 0xfd, 0xfb, 0x96, 0x9a, 0x20, 0xc9, 0x50, 0x9f, 0x05,
  1457. 0xc9, 0xf4, 0x9f, 0xc1, 0xda, 0x15, 0x67, 0x84, 0xf0, 0x63, 0x1a, 0xc7, 0x21, 0xe7, 0x45, 0xbf,
  1458. 0x0b, 0xd5, 0xb2, 0x64, 0x43, 0x90, 0xac, 0x50, 0xde, 0xc8, 0xa7, 0x00, 0x79, 0xd8, 0xb3, 0xda,
  1459. 0xf2, 0x5b, 0x58, 0x2d, 0xd2, 0x3c, 0xab, 0x85, 0xb6, 0x61, 0x25, 0x95, 0xe9, 0xcc, 0x6a, 0x21,
  1460. 0x55, 0xc2, 0x03, 0x82, 0x7e, 0x16, 0x33, 0x78, 0xbe, 0x0e, 0xe1, 0xe8, 0x7e, 0x11, 0x69, 0xb4,
  1461. 0xc7, 0x2b, 0xfd, 0x6d, 0x16, 0x25, 0x68, 0x32, 0x79, 0xd9, 0x5f, 0xc0, 0x4b, 0x5f, 0xb3, 0x98,
  1462. 0xfd, 0xd1, 0xd5, 0xfd, 0x61, 0xd6, 0xe0, 0xad, 0x16, 0x58, 0x79, 0xf7, 0x17, 0x8b, 0x63, 0xc2,
  1463. 0x93, 0x73, 0xc7, 0x58, 0x94, 0x6a, 0x2c, 0x59, 0x33, 0x63, 0x69, 0x76, 0xe0, 0xb5, 0xf5, 0xc0,
  1464. 0x43, 0x7b, 0x8b, 0xd3, 0x53, 0x13, 0x2e, 0xdb, 0xd6, 0x07, 0xe0, 0x5e, 0xa4, 0xe9, 0xc5, 0xe8,
  1465. 0xfe, 0x84, 0x44, 0xe7, 0x94, 0x7f, 0xf5, 0x53, 0xb9, 0xad, 0x9c, 0x37, 0xf0, 0x82, 0x8e, 0xee,
  1466. 0x87, 0x53, 0x16, 0xe9, 0xfc, 0x74, 0x74, 0x7f, 0xcd, 0x22, 0xe4, 0xc2, 0x5a, 0x45, 0x90, 0xd8,
  1467. 0x7f, 0x1f, 0xc1, 0xeb, 0xaf, 0x31, 0x27, 0x2c, 0xc4, 0xd1, 0xe9, 0xe4, 0x96, 0x1a, 0xbf, 0x59,
  1468. 0x62, 0x9e, 0x25, 0x79, 0xea, 0x86, 0x97, 0x1f, 0xd0, 0xfb, 0xf0, 0x6a, 0x16, 0x2c, 0x44, 0xbe,
  1469. 0x0d, 0x76, 0x12, 0xfa, 0x2a, 0xa1, 0x78, 0x44, 0x4f, 0xd0, 0x29, 0x60, 0x62, 0x09, 0xbc, 0x84,
  1470. 0x5a, 0x18, 0x48, 0x80, 0xed, 0xd5, 0xc2, 0xa0, 0x24, 0xaf, 0x19, 0xe4, 0x9a, 0xc7, 0x2e, 0x78,
  1471. 0x9c, 0x2d, 0x00, 0x9f, 0x11, 0xcc, 0x49, 0x30, 0xc4, 0xf9, 0xfc, 0xb7, 0xbd, 0xb6, 0x7a, 0x73,
  1472. 0x24, 0xcd, 0x26, 0x13, 0x3c, 0x8a, 0x88, 0xdc, 0x01, 0x0d, 0x4f, 0x9d, 0xd0, 0xf7, 0x65, 0x49,
  1473. 0xc6, 0x2a, 0x17, 0x66, 0x26, 0xf8, 0x8e, 0x28, 0x1d, 0xf2, 0x59, 0x7c, 0x07, 0xe2, 0xef, 0x30,
  1474. 0x0d, 0x1f, 0x73, 0x35, 0xb6, 0xd7, 0x12, 0x2f, 0xae, 0xc2, 0xc7, 0x7c, 0x4b, 0x09, 0x65, 0xa9,
  1475. 0x1c, 0x0a, 0x62, 0x4b, 0xc9, 0x13, 0xba, 0x2d, 0x5d, 0x28, 0x37, 0x67, 0x15, 0x7b, 0x17, 0x1a,
  1476. 0x9c, 0x72, 0x1c, 0x29, 0xe6, 0xfc, 0xe0, 0x7c, 0xa0, 0x56, 0x89, 0x3d, 0x33, 0xcd, 0x4c, 0xc3,
  1477. 0xf2, 0xdd, 0xf1, 0x25, 0xfa, 0xae, 0x97, 0x30, 0x9a, 0x10, 0xc6, 0xb3, 0x9d, 0x31, 0x9d, 0xa6,
  1478. 0x64, 0x4c, 0xa3, 0x60, 0xe7, 0x0e, 0x73, 0xf2, 0x23, 0xce, 0x76, 0x93, 0xd1, 0xee, 0xc3, 0xde,
  1479. 0xa8, 0x29, 0x7f, 0x88, 0x1e, 0xfc, 0x19, 0x00, 0x00, 0xff, 0xff, 0x91, 0x70, 0xf8, 0x19, 0x98,
  1480. 0x0a, 0x00, 0x00,
  1481. }