system.pb.go 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: system.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 GardenIdInfo struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  22. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  23. XXX_unrecognized []byte `json:"-"`
  24. XXX_sizecache int32 `json:"-"`
  25. }
  26. func (m *GardenIdInfo) Reset() { *m = GardenIdInfo{} }
  27. func (m *GardenIdInfo) String() string { return proto.CompactTextString(m) }
  28. func (*GardenIdInfo) ProtoMessage() {}
  29. func (*GardenIdInfo) Descriptor() ([]byte, []int) {
  30. return fileDescriptor_86a7260ebdc12f47, []int{0}
  31. }
  32. func (m *GardenIdInfo) XXX_Unmarshal(b []byte) error {
  33. return xxx_messageInfo_GardenIdInfo.Unmarshal(m, b)
  34. }
  35. func (m *GardenIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  36. return xxx_messageInfo_GardenIdInfo.Marshal(b, m, deterministic)
  37. }
  38. func (m *GardenIdInfo) XXX_Merge(src proto.Message) {
  39. xxx_messageInfo_GardenIdInfo.Merge(m, src)
  40. }
  41. func (m *GardenIdInfo) XXX_Size() int {
  42. return xxx_messageInfo_GardenIdInfo.Size(m)
  43. }
  44. func (m *GardenIdInfo) XXX_DiscardUnknown() {
  45. xxx_messageInfo_GardenIdInfo.DiscardUnknown(m)
  46. }
  47. var xxx_messageInfo_GardenIdInfo proto.InternalMessageInfo
  48. func (m *GardenIdInfo) GetGardenId() int64 {
  49. if m != nil {
  50. return m.GardenId
  51. }
  52. return 0
  53. }
  54. func (m *GardenIdInfo) GetGardenName() string {
  55. if m != nil {
  56. return m.GardenName
  57. }
  58. return ""
  59. }
  60. type GardenIdsRequest struct {
  61. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  62. XXX_unrecognized []byte `json:"-"`
  63. XXX_sizecache int32 `json:"-"`
  64. }
  65. func (m *GardenIdsRequest) Reset() { *m = GardenIdsRequest{} }
  66. func (m *GardenIdsRequest) String() string { return proto.CompactTextString(m) }
  67. func (*GardenIdsRequest) ProtoMessage() {}
  68. func (*GardenIdsRequest) Descriptor() ([]byte, []int) {
  69. return fileDescriptor_86a7260ebdc12f47, []int{1}
  70. }
  71. func (m *GardenIdsRequest) XXX_Unmarshal(b []byte) error {
  72. return xxx_messageInfo_GardenIdsRequest.Unmarshal(m, b)
  73. }
  74. func (m *GardenIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  75. return xxx_messageInfo_GardenIdsRequest.Marshal(b, m, deterministic)
  76. }
  77. func (m *GardenIdsRequest) XXX_Merge(src proto.Message) {
  78. xxx_messageInfo_GardenIdsRequest.Merge(m, src)
  79. }
  80. func (m *GardenIdsRequest) XXX_Size() int {
  81. return xxx_messageInfo_GardenIdsRequest.Size(m)
  82. }
  83. func (m *GardenIdsRequest) XXX_DiscardUnknown() {
  84. xxx_messageInfo_GardenIdsRequest.DiscardUnknown(m)
  85. }
  86. var xxx_messageInfo_GardenIdsRequest proto.InternalMessageInfo
  87. type GardenIdsReply struct {
  88. GardenIds []*GardenIdInfo `protobuf:"bytes,1,rep,name=garden_ids,json=gardenIds,proto3" json:"garden_ids"`
  89. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  90. XXX_unrecognized []byte `json:"-"`
  91. XXX_sizecache int32 `json:"-"`
  92. }
  93. func (m *GardenIdsReply) Reset() { *m = GardenIdsReply{} }
  94. func (m *GardenIdsReply) String() string { return proto.CompactTextString(m) }
  95. func (*GardenIdsReply) ProtoMessage() {}
  96. func (*GardenIdsReply) Descriptor() ([]byte, []int) {
  97. return fileDescriptor_86a7260ebdc12f47, []int{2}
  98. }
  99. func (m *GardenIdsReply) XXX_Unmarshal(b []byte) error {
  100. return xxx_messageInfo_GardenIdsReply.Unmarshal(m, b)
  101. }
  102. func (m *GardenIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  103. return xxx_messageInfo_GardenIdsReply.Marshal(b, m, deterministic)
  104. }
  105. func (m *GardenIdsReply) XXX_Merge(src proto.Message) {
  106. xxx_messageInfo_GardenIdsReply.Merge(m, src)
  107. }
  108. func (m *GardenIdsReply) XXX_Size() int {
  109. return xxx_messageInfo_GardenIdsReply.Size(m)
  110. }
  111. func (m *GardenIdsReply) XXX_DiscardUnknown() {
  112. xxx_messageInfo_GardenIdsReply.DiscardUnknown(m)
  113. }
  114. var xxx_messageInfo_GardenIdsReply proto.InternalMessageInfo
  115. func (m *GardenIdsReply) GetGardenIds() []*GardenIdInfo {
  116. if m != nil {
  117. return m.GardenIds
  118. }
  119. return nil
  120. }
  121. // 短信套餐相关
  122. type MsgPackageOrderListRequest struct {
  123. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  124. Management bool `protobuf:"varint,2,opt,name=management,proto3" json:"management"`
  125. Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  126. PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  127. Available bool `protobuf:"varint,5,opt,name=available,proto3" json:"available"`
  128. Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status"`
  129. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  130. XXX_unrecognized []byte `json:"-"`
  131. XXX_sizecache int32 `json:"-"`
  132. }
  133. func (m *MsgPackageOrderListRequest) Reset() { *m = MsgPackageOrderListRequest{} }
  134. func (m *MsgPackageOrderListRequest) String() string { return proto.CompactTextString(m) }
  135. func (*MsgPackageOrderListRequest) ProtoMessage() {}
  136. func (*MsgPackageOrderListRequest) Descriptor() ([]byte, []int) {
  137. return fileDescriptor_86a7260ebdc12f47, []int{3}
  138. }
  139. func (m *MsgPackageOrderListRequest) XXX_Unmarshal(b []byte) error {
  140. return xxx_messageInfo_MsgPackageOrderListRequest.Unmarshal(m, b)
  141. }
  142. func (m *MsgPackageOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  143. return xxx_messageInfo_MsgPackageOrderListRequest.Marshal(b, m, deterministic)
  144. }
  145. func (m *MsgPackageOrderListRequest) XXX_Merge(src proto.Message) {
  146. xxx_messageInfo_MsgPackageOrderListRequest.Merge(m, src)
  147. }
  148. func (m *MsgPackageOrderListRequest) XXX_Size() int {
  149. return xxx_messageInfo_MsgPackageOrderListRequest.Size(m)
  150. }
  151. func (m *MsgPackageOrderListRequest) XXX_DiscardUnknown() {
  152. xxx_messageInfo_MsgPackageOrderListRequest.DiscardUnknown(m)
  153. }
  154. var xxx_messageInfo_MsgPackageOrderListRequest proto.InternalMessageInfo
  155. func (m *MsgPackageOrderListRequest) GetGardenId() int64 {
  156. if m != nil {
  157. return m.GardenId
  158. }
  159. return 0
  160. }
  161. func (m *MsgPackageOrderListRequest) GetManagement() bool {
  162. if m != nil {
  163. return m.Management
  164. }
  165. return false
  166. }
  167. func (m *MsgPackageOrderListRequest) GetPage() int64 {
  168. if m != nil {
  169. return m.Page
  170. }
  171. return 0
  172. }
  173. func (m *MsgPackageOrderListRequest) GetPageSize() int64 {
  174. if m != nil {
  175. return m.PageSize
  176. }
  177. return 0
  178. }
  179. func (m *MsgPackageOrderListRequest) GetAvailable() bool {
  180. if m != nil {
  181. return m.Available
  182. }
  183. return false
  184. }
  185. func (m *MsgPackageOrderListRequest) GetStatus() int64 {
  186. if m != nil {
  187. return m.Status
  188. }
  189. return 0
  190. }
  191. type MsgPackageOrderItem struct {
  192. OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"`
  193. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  194. Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment"`
  195. // 套餐短信条数
  196. MsgCount int64 `protobuf:"varint,4,opt,name=msg_count,json=msgCount,proto3" json:"msg_count"`
  197. // 订单套餐短信总条数
  198. MsgTotalCount int64 `protobuf:"varint,5,opt,name=msg_total_count,json=msgTotalCount,proto3" json:"msg_total_count"`
  199. // 订单套餐短信剩余条数
  200. MsgAvailableCount int64 `protobuf:"varint,6,opt,name=msg_available_count,json=msgAvailableCount,proto3" json:"msg_available_count"`
  201. PackageId int64 `protobuf:"varint,7,opt,name=package_id,json=packageId,proto3" json:"package_id"`
  202. // 订单包含的套餐个数
  203. PackageCount int64 `protobuf:"varint,8,opt,name=package_count,json=packageCount,proto3" json:"package_count"`
  204. CreatedAt int64 `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
  205. // 套餐单价
  206. Price int64 `protobuf:"varint,10,opt,name=price,proto3" json:"price"`
  207. // 订单总价
  208. Amount int64 `protobuf:"varint,11,opt,name=amount,proto3" json:"amount"`
  209. // 1 待审核 2 通过 3 未通过
  210. Status int32 `protobuf:"varint,12,opt,name=status,proto3" json:"status"`
  211. GardenName string `protobuf:"bytes,13,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  212. GardenId int64 `protobuf:"varint,14,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  213. Feedback string `protobuf:"bytes,15,opt,name=feedback,proto3" json:"feedback"`
  214. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  215. XXX_unrecognized []byte `json:"-"`
  216. XXX_sizecache int32 `json:"-"`
  217. }
  218. func (m *MsgPackageOrderItem) Reset() { *m = MsgPackageOrderItem{} }
  219. func (m *MsgPackageOrderItem) String() string { return proto.CompactTextString(m) }
  220. func (*MsgPackageOrderItem) ProtoMessage() {}
  221. func (*MsgPackageOrderItem) Descriptor() ([]byte, []int) {
  222. return fileDescriptor_86a7260ebdc12f47, []int{4}
  223. }
  224. func (m *MsgPackageOrderItem) XXX_Unmarshal(b []byte) error {
  225. return xxx_messageInfo_MsgPackageOrderItem.Unmarshal(m, b)
  226. }
  227. func (m *MsgPackageOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  228. return xxx_messageInfo_MsgPackageOrderItem.Marshal(b, m, deterministic)
  229. }
  230. func (m *MsgPackageOrderItem) XXX_Merge(src proto.Message) {
  231. xxx_messageInfo_MsgPackageOrderItem.Merge(m, src)
  232. }
  233. func (m *MsgPackageOrderItem) XXX_Size() int {
  234. return xxx_messageInfo_MsgPackageOrderItem.Size(m)
  235. }
  236. func (m *MsgPackageOrderItem) XXX_DiscardUnknown() {
  237. xxx_messageInfo_MsgPackageOrderItem.DiscardUnknown(m)
  238. }
  239. var xxx_messageInfo_MsgPackageOrderItem proto.InternalMessageInfo
  240. func (m *MsgPackageOrderItem) GetOrderId() int64 {
  241. if m != nil {
  242. return m.OrderId
  243. }
  244. return 0
  245. }
  246. func (m *MsgPackageOrderItem) GetName() string {
  247. if m != nil {
  248. return m.Name
  249. }
  250. return ""
  251. }
  252. func (m *MsgPackageOrderItem) GetComment() string {
  253. if m != nil {
  254. return m.Comment
  255. }
  256. return ""
  257. }
  258. func (m *MsgPackageOrderItem) GetMsgCount() int64 {
  259. if m != nil {
  260. return m.MsgCount
  261. }
  262. return 0
  263. }
  264. func (m *MsgPackageOrderItem) GetMsgTotalCount() int64 {
  265. if m != nil {
  266. return m.MsgTotalCount
  267. }
  268. return 0
  269. }
  270. func (m *MsgPackageOrderItem) GetMsgAvailableCount() int64 {
  271. if m != nil {
  272. return m.MsgAvailableCount
  273. }
  274. return 0
  275. }
  276. func (m *MsgPackageOrderItem) GetPackageId() int64 {
  277. if m != nil {
  278. return m.PackageId
  279. }
  280. return 0
  281. }
  282. func (m *MsgPackageOrderItem) GetPackageCount() int64 {
  283. if m != nil {
  284. return m.PackageCount
  285. }
  286. return 0
  287. }
  288. func (m *MsgPackageOrderItem) GetCreatedAt() int64 {
  289. if m != nil {
  290. return m.CreatedAt
  291. }
  292. return 0
  293. }
  294. func (m *MsgPackageOrderItem) GetPrice() int64 {
  295. if m != nil {
  296. return m.Price
  297. }
  298. return 0
  299. }
  300. func (m *MsgPackageOrderItem) GetAmount() int64 {
  301. if m != nil {
  302. return m.Amount
  303. }
  304. return 0
  305. }
  306. func (m *MsgPackageOrderItem) GetStatus() int32 {
  307. if m != nil {
  308. return m.Status
  309. }
  310. return 0
  311. }
  312. func (m *MsgPackageOrderItem) GetGardenName() string {
  313. if m != nil {
  314. return m.GardenName
  315. }
  316. return ""
  317. }
  318. func (m *MsgPackageOrderItem) GetGardenId() int64 {
  319. if m != nil {
  320. return m.GardenId
  321. }
  322. return 0
  323. }
  324. func (m *MsgPackageOrderItem) GetFeedback() string {
  325. if m != nil {
  326. return m.Feedback
  327. }
  328. return ""
  329. }
  330. type MsgPackageOrderListReply struct {
  331. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  332. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  333. List []*MsgPackageOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  334. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  335. XXX_unrecognized []byte `json:"-"`
  336. XXX_sizecache int32 `json:"-"`
  337. }
  338. func (m *MsgPackageOrderListReply) Reset() { *m = MsgPackageOrderListReply{} }
  339. func (m *MsgPackageOrderListReply) String() string { return proto.CompactTextString(m) }
  340. func (*MsgPackageOrderListReply) ProtoMessage() {}
  341. func (*MsgPackageOrderListReply) Descriptor() ([]byte, []int) {
  342. return fileDescriptor_86a7260ebdc12f47, []int{5}
  343. }
  344. func (m *MsgPackageOrderListReply) XXX_Unmarshal(b []byte) error {
  345. return xxx_messageInfo_MsgPackageOrderListReply.Unmarshal(m, b)
  346. }
  347. func (m *MsgPackageOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  348. return xxx_messageInfo_MsgPackageOrderListReply.Marshal(b, m, deterministic)
  349. }
  350. func (m *MsgPackageOrderListReply) XXX_Merge(src proto.Message) {
  351. xxx_messageInfo_MsgPackageOrderListReply.Merge(m, src)
  352. }
  353. func (m *MsgPackageOrderListReply) XXX_Size() int {
  354. return xxx_messageInfo_MsgPackageOrderListReply.Size(m)
  355. }
  356. func (m *MsgPackageOrderListReply) XXX_DiscardUnknown() {
  357. xxx_messageInfo_MsgPackageOrderListReply.DiscardUnknown(m)
  358. }
  359. var xxx_messageInfo_MsgPackageOrderListReply proto.InternalMessageInfo
  360. func (m *MsgPackageOrderListReply) GetPage() int64 {
  361. if m != nil {
  362. return m.Page
  363. }
  364. return 0
  365. }
  366. func (m *MsgPackageOrderListReply) GetTotal() int64 {
  367. if m != nil {
  368. return m.Total
  369. }
  370. return 0
  371. }
  372. func (m *MsgPackageOrderListReply) GetList() []*MsgPackageOrderItem {
  373. if m != nil {
  374. return m.List
  375. }
  376. return nil
  377. }
  378. type MsgPackageOrderDecreaseRequest struct {
  379. OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"`
  380. GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  381. Count int64 `protobuf:"varint,3,opt,name=count,proto3" json:"count"`
  382. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  383. XXX_unrecognized []byte `json:"-"`
  384. XXX_sizecache int32 `json:"-"`
  385. }
  386. func (m *MsgPackageOrderDecreaseRequest) Reset() { *m = MsgPackageOrderDecreaseRequest{} }
  387. func (m *MsgPackageOrderDecreaseRequest) String() string { return proto.CompactTextString(m) }
  388. func (*MsgPackageOrderDecreaseRequest) ProtoMessage() {}
  389. func (*MsgPackageOrderDecreaseRequest) Descriptor() ([]byte, []int) {
  390. return fileDescriptor_86a7260ebdc12f47, []int{6}
  391. }
  392. func (m *MsgPackageOrderDecreaseRequest) XXX_Unmarshal(b []byte) error {
  393. return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Unmarshal(m, b)
  394. }
  395. func (m *MsgPackageOrderDecreaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  396. return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Marshal(b, m, deterministic)
  397. }
  398. func (m *MsgPackageOrderDecreaseRequest) XXX_Merge(src proto.Message) {
  399. xxx_messageInfo_MsgPackageOrderDecreaseRequest.Merge(m, src)
  400. }
  401. func (m *MsgPackageOrderDecreaseRequest) XXX_Size() int {
  402. return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Size(m)
  403. }
  404. func (m *MsgPackageOrderDecreaseRequest) XXX_DiscardUnknown() {
  405. xxx_messageInfo_MsgPackageOrderDecreaseRequest.DiscardUnknown(m)
  406. }
  407. var xxx_messageInfo_MsgPackageOrderDecreaseRequest proto.InternalMessageInfo
  408. func (m *MsgPackageOrderDecreaseRequest) GetOrderId() int64 {
  409. if m != nil {
  410. return m.OrderId
  411. }
  412. return 0
  413. }
  414. func (m *MsgPackageOrderDecreaseRequest) GetGardenId() int64 {
  415. if m != nil {
  416. return m.GardenId
  417. }
  418. return 0
  419. }
  420. func (m *MsgPackageOrderDecreaseRequest) GetCount() int64 {
  421. if m != nil {
  422. return m.Count
  423. }
  424. return 0
  425. }
  426. type MsgPackageOrderDecreaseReply struct {
  427. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  428. XXX_unrecognized []byte `json:"-"`
  429. XXX_sizecache int32 `json:"-"`
  430. }
  431. func (m *MsgPackageOrderDecreaseReply) Reset() { *m = MsgPackageOrderDecreaseReply{} }
  432. func (m *MsgPackageOrderDecreaseReply) String() string { return proto.CompactTextString(m) }
  433. func (*MsgPackageOrderDecreaseReply) ProtoMessage() {}
  434. func (*MsgPackageOrderDecreaseReply) Descriptor() ([]byte, []int) {
  435. return fileDescriptor_86a7260ebdc12f47, []int{7}
  436. }
  437. func (m *MsgPackageOrderDecreaseReply) XXX_Unmarshal(b []byte) error {
  438. return xxx_messageInfo_MsgPackageOrderDecreaseReply.Unmarshal(m, b)
  439. }
  440. func (m *MsgPackageOrderDecreaseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  441. return xxx_messageInfo_MsgPackageOrderDecreaseReply.Marshal(b, m, deterministic)
  442. }
  443. func (m *MsgPackageOrderDecreaseReply) XXX_Merge(src proto.Message) {
  444. xxx_messageInfo_MsgPackageOrderDecreaseReply.Merge(m, src)
  445. }
  446. func (m *MsgPackageOrderDecreaseReply) XXX_Size() int {
  447. return xxx_messageInfo_MsgPackageOrderDecreaseReply.Size(m)
  448. }
  449. func (m *MsgPackageOrderDecreaseReply) XXX_DiscardUnknown() {
  450. xxx_messageInfo_MsgPackageOrderDecreaseReply.DiscardUnknown(m)
  451. }
  452. var xxx_messageInfo_MsgPackageOrderDecreaseReply proto.InternalMessageInfo
  453. func init() {
  454. proto.RegisterType((*GardenIdInfo)(nil), "pb_v1.GardenIdInfo")
  455. proto.RegisterType((*GardenIdsRequest)(nil), "pb_v1.GardenIdsRequest")
  456. proto.RegisterType((*GardenIdsReply)(nil), "pb_v1.GardenIdsReply")
  457. proto.RegisterType((*MsgPackageOrderListRequest)(nil), "pb_v1.MsgPackageOrderListRequest")
  458. proto.RegisterType((*MsgPackageOrderItem)(nil), "pb_v1.MsgPackageOrderItem")
  459. proto.RegisterType((*MsgPackageOrderListReply)(nil), "pb_v1.MsgPackageOrderListReply")
  460. proto.RegisterType((*MsgPackageOrderDecreaseRequest)(nil), "pb_v1.MsgPackageOrderDecreaseRequest")
  461. proto.RegisterType((*MsgPackageOrderDecreaseReply)(nil), "pb_v1.MsgPackageOrderDecreaseReply")
  462. }
  463. func init() {
  464. proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47)
  465. }
  466. var fileDescriptor_86a7260ebdc12f47 = []byte{
  467. // 555 bytes of a gzipped FileDescriptorProto
  468. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xdb, 0x6e, 0xd3, 0x40,
  469. 0x10, 0x95, 0xeb, 0x38, 0x89, 0x27, 0x49, 0x0b, 0x9b, 0x80, 0x96, 0x50, 0x42, 0x64, 0x24, 0x94,
  470. 0x17, 0x52, 0xb5, 0x7c, 0x41, 0xa1, 0x12, 0x8a, 0x54, 0x2e, 0x32, 0x3c, 0xf1, 0x12, 0xad, 0xed,
  471. 0xa9, 0x65, 0xc5, 0x6b, 0x1b, 0xef, 0x26, 0x52, 0xfa, 0x75, 0x7c, 0x05, 0xdf, 0x83, 0x76, 0xd7,
  472. 0x4e, 0x5d, 0xab, 0xed, 0x53, 0x7c, 0xce, 0x9c, 0x9d, 0x9d, 0x99, 0x3d, 0x13, 0x18, 0x8a, 0xbd,
  473. 0x90, 0xc8, 0x97, 0x45, 0x99, 0xcb, 0x9c, 0x38, 0x45, 0xb0, 0xde, 0x9d, 0x7b, 0xd7, 0x30, 0xfc,
  474. 0xc2, 0xca, 0x08, 0xb3, 0x55, 0xb4, 0xca, 0x6e, 0x72, 0xf2, 0x1a, 0xdc, 0x58, 0xe3, 0x75, 0x12,
  475. 0x51, 0x6b, 0x6e, 0x2d, 0x6c, 0xbf, 0x1f, 0x57, 0x02, 0xf2, 0x16, 0x06, 0x55, 0x30, 0x63, 0x1c,
  476. 0xe9, 0xd1, 0xdc, 0x5a, 0xb8, 0x3e, 0x18, 0xea, 0x1b, 0xe3, 0xe8, 0x11, 0x78, 0x56, 0x67, 0x13,
  477. 0x3e, 0xfe, 0xd9, 0xa2, 0x90, 0xde, 0x15, 0x1c, 0x37, 0xb8, 0x22, 0xdd, 0x93, 0x0b, 0x80, 0xc3,
  478. 0x1d, 0x82, 0x5a, 0x73, 0x7b, 0x31, 0xb8, 0x18, 0x2f, 0x75, 0x3d, 0xcb, 0x66, 0x31, 0xbe, 0x5b,
  479. 0xdf, 0x2c, 0xbc, 0xbf, 0x16, 0x4c, 0xbf, 0x8a, 0xf8, 0x07, 0x0b, 0x37, 0x2c, 0xc6, 0xef, 0x65,
  480. 0x84, 0xe5, 0x75, 0x22, 0x64, 0x75, 0xc9, 0xd3, 0x65, 0xcf, 0x00, 0x38, 0xcb, 0x58, 0x8c, 0x1c,
  481. 0x33, 0xa9, 0xab, 0xee, 0xfb, 0x0d, 0x86, 0x10, 0xe8, 0x14, 0x2c, 0x46, 0x6a, 0xeb, 0x73, 0xfa,
  482. 0x5b, 0x25, 0x54, 0xbf, 0x6b, 0x91, 0xdc, 0x22, 0xed, 0x98, 0x84, 0x8a, 0xf8, 0x99, 0xdc, 0x22,
  483. 0x39, 0x05, 0x97, 0xed, 0x58, 0x92, 0xb2, 0x20, 0x45, 0xea, 0xe8, 0x7c, 0x77, 0x04, 0x79, 0x09,
  484. 0x5d, 0x21, 0x99, 0xdc, 0x0a, 0xda, 0xd5, 0xe7, 0x2a, 0xe4, 0xfd, 0xb3, 0x61, 0xdc, 0x6a, 0x61,
  485. 0x25, 0x91, 0x93, 0x57, 0xd0, 0xcf, 0x15, 0xb8, 0x2b, 0xbd, 0xa7, 0xf1, 0x2a, 0x52, 0x95, 0x35,
  486. 0x26, 0xad, 0xbf, 0x09, 0x85, 0x5e, 0x98, 0x73, 0xdd, 0x8a, 0xad, 0xe9, 0x1a, 0xaa, 0x9a, 0xb9,
  487. 0x88, 0xd7, 0x61, 0xbe, 0xcd, 0x64, 0x5d, 0x33, 0x17, 0xf1, 0x67, 0x85, 0xc9, 0x7b, 0x38, 0x51,
  488. 0x41, 0x99, 0x4b, 0x96, 0x56, 0x12, 0x47, 0x4b, 0x46, 0x5c, 0xc4, 0xbf, 0x14, 0x6b, 0x74, 0x4b,
  489. 0x18, 0x2b, 0xdd, 0xa1, 0x9d, 0x4a, 0x6b, 0x5a, 0x79, 0xce, 0x45, 0x7c, 0x59, 0x47, 0x8c, 0xfe,
  490. 0x0d, 0x40, 0x61, 0x3a, 0x52, 0xf5, 0xf7, 0xb4, 0xcc, 0xad, 0x98, 0x55, 0x44, 0xde, 0xc1, 0xa8,
  491. 0x0e, 0x9b, 0x44, 0x7d, 0xad, 0x18, 0x56, 0xe4, 0x21, 0x47, 0x58, 0x22, 0x93, 0x18, 0xad, 0x99,
  492. 0xa4, 0xae, 0xc9, 0x51, 0x31, 0x97, 0x92, 0x4c, 0xc0, 0x29, 0xca, 0x24, 0x44, 0x0a, 0x3a, 0x62,
  493. 0x80, 0x1a, 0x33, 0xe3, 0x3a, 0xe5, 0xc0, 0x8c, 0xd9, 0xa0, 0xc6, 0xf8, 0x87, 0x73, 0x6b, 0xe1,
  494. 0xd4, 0xe3, 0x6f, 0x9b, 0x77, 0xd4, 0x36, 0xef, 0x7d, 0x0f, 0x1d, 0xb7, 0x3c, 0x34, 0x85, 0xfe,
  495. 0x0d, 0x62, 0x14, 0xb0, 0x70, 0x43, 0x4f, 0xf4, 0xd1, 0x03, 0xf6, 0x24, 0xd0, 0x07, 0xad, 0xa9,
  496. 0xbc, 0x5e, 0x7b, 0xcb, 0x6a, 0x78, 0x6b, 0x02, 0x8e, 0x7e, 0x06, 0xfd, 0xac, 0xb6, 0x6f, 0x00,
  497. 0x59, 0x42, 0x27, 0x4d, 0x84, 0x7a, 0x54, 0xb5, 0x0f, 0xd3, 0x6a, 0x1f, 0x1e, 0x30, 0x8c, 0xaf,
  498. 0x75, 0x5e, 0x06, 0xb3, 0x56, 0xf0, 0x0a, 0xd5, 0xcc, 0x04, 0xd6, 0x4b, 0xf1, 0x84, 0xb1, 0xee,
  499. 0xf5, 0x7a, 0xd4, 0xea, 0x75, 0x02, 0x8e, 0x79, 0x2b, 0xb3, 0x10, 0x06, 0x78, 0x33, 0x38, 0x7d,
  500. 0xf4, 0xbe, 0x22, 0xdd, 0x7f, 0x7a, 0xf1, 0x7b, 0x5c, 0x94, 0x79, 0x81, 0xa5, 0xdc, 0x7f, 0x90,
  501. 0x4c, 0x6c, 0xce, 0x8a, 0xe0, 0x6c, 0x77, 0x1e, 0x74, 0xf5, 0xdf, 0xcd, 0xc7, 0xff, 0x01, 0x00,
  502. 0x00, 0xff, 0xff, 0x96, 0x50, 0xbd, 0x19, 0x7e, 0x04, 0x00, 0x00,
  503. }