suggestion.pb.go 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: suggestion.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 SuggestionOrderAddRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. // 投诉类型 1 投诉 2 建议
  22. SuggestionType int32 `protobuf:"varint,2,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"`
  23. // 投诉人
  24. ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
  25. // 投诉人电话
  26. ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
  27. // 上级处理人
  28. LastUid int64 `protobuf:"varint,5,opt,name=last_uid,json=lastUid,proto3" json:"last_uid"`
  29. // 投诉内容
  30. ApplyContent string `protobuf:"bytes,6,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
  31. // 投诉图片
  32. ApplyPic []string `protobuf:"bytes,7,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
  33. ByCompany bool `protobuf:"varint,8,opt,name=by_company,json=byCompany,proto3" json:"by_company"`
  34. HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  35. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  36. XXX_unrecognized []byte `json:"-"`
  37. XXX_sizecache int32 `json:"-"`
  38. }
  39. func (m *SuggestionOrderAddRequest) Reset() { *m = SuggestionOrderAddRequest{} }
  40. func (m *SuggestionOrderAddRequest) String() string { return proto.CompactTextString(m) }
  41. func (*SuggestionOrderAddRequest) ProtoMessage() {}
  42. func (*SuggestionOrderAddRequest) Descriptor() ([]byte, []int) {
  43. return fileDescriptor_ef76f964fb1cde52, []int{0}
  44. }
  45. func (m *SuggestionOrderAddRequest) XXX_Unmarshal(b []byte) error {
  46. return xxx_messageInfo_SuggestionOrderAddRequest.Unmarshal(m, b)
  47. }
  48. func (m *SuggestionOrderAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  49. return xxx_messageInfo_SuggestionOrderAddRequest.Marshal(b, m, deterministic)
  50. }
  51. func (m *SuggestionOrderAddRequest) XXX_Merge(src proto.Message) {
  52. xxx_messageInfo_SuggestionOrderAddRequest.Merge(m, src)
  53. }
  54. func (m *SuggestionOrderAddRequest) XXX_Size() int {
  55. return xxx_messageInfo_SuggestionOrderAddRequest.Size(m)
  56. }
  57. func (m *SuggestionOrderAddRequest) XXX_DiscardUnknown() {
  58. xxx_messageInfo_SuggestionOrderAddRequest.DiscardUnknown(m)
  59. }
  60. var xxx_messageInfo_SuggestionOrderAddRequest proto.InternalMessageInfo
  61. func (m *SuggestionOrderAddRequest) GetGardenId() int64 {
  62. if m != nil {
  63. return m.GardenId
  64. }
  65. return 0
  66. }
  67. func (m *SuggestionOrderAddRequest) GetSuggestionType() int32 {
  68. if m != nil {
  69. return m.SuggestionType
  70. }
  71. return 0
  72. }
  73. func (m *SuggestionOrderAddRequest) GetApplyPeople() string {
  74. if m != nil {
  75. return m.ApplyPeople
  76. }
  77. return ""
  78. }
  79. func (m *SuggestionOrderAddRequest) GetApplyPeoplePhone() string {
  80. if m != nil {
  81. return m.ApplyPeoplePhone
  82. }
  83. return ""
  84. }
  85. func (m *SuggestionOrderAddRequest) GetLastUid() int64 {
  86. if m != nil {
  87. return m.LastUid
  88. }
  89. return 0
  90. }
  91. func (m *SuggestionOrderAddRequest) GetApplyContent() string {
  92. if m != nil {
  93. return m.ApplyContent
  94. }
  95. return ""
  96. }
  97. func (m *SuggestionOrderAddRequest) GetApplyPic() []string {
  98. if m != nil {
  99. return m.ApplyPic
  100. }
  101. return nil
  102. }
  103. func (m *SuggestionOrderAddRequest) GetByCompany() bool {
  104. if m != nil {
  105. return m.ByCompany
  106. }
  107. return false
  108. }
  109. func (m *SuggestionOrderAddRequest) GetHouseholdUid() int64 {
  110. if m != nil {
  111. return m.HouseholdUid
  112. }
  113. return 0
  114. }
  115. type SuggestionOrderAddReply struct {
  116. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  117. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  118. XXX_unrecognized []byte `json:"-"`
  119. XXX_sizecache int32 `json:"-"`
  120. }
  121. func (m *SuggestionOrderAddReply) Reset() { *m = SuggestionOrderAddReply{} }
  122. func (m *SuggestionOrderAddReply) String() string { return proto.CompactTextString(m) }
  123. func (*SuggestionOrderAddReply) ProtoMessage() {}
  124. func (*SuggestionOrderAddReply) Descriptor() ([]byte, []int) {
  125. return fileDescriptor_ef76f964fb1cde52, []int{1}
  126. }
  127. func (m *SuggestionOrderAddReply) XXX_Unmarshal(b []byte) error {
  128. return xxx_messageInfo_SuggestionOrderAddReply.Unmarshal(m, b)
  129. }
  130. func (m *SuggestionOrderAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  131. return xxx_messageInfo_SuggestionOrderAddReply.Marshal(b, m, deterministic)
  132. }
  133. func (m *SuggestionOrderAddReply) XXX_Merge(src proto.Message) {
  134. xxx_messageInfo_SuggestionOrderAddReply.Merge(m, src)
  135. }
  136. func (m *SuggestionOrderAddReply) XXX_Size() int {
  137. return xxx_messageInfo_SuggestionOrderAddReply.Size(m)
  138. }
  139. func (m *SuggestionOrderAddReply) XXX_DiscardUnknown() {
  140. xxx_messageInfo_SuggestionOrderAddReply.DiscardUnknown(m)
  141. }
  142. var xxx_messageInfo_SuggestionOrderAddReply proto.InternalMessageInfo
  143. func (m *SuggestionOrderAddReply) GetId() int64 {
  144. if m != nil {
  145. return m.Id
  146. }
  147. return 0
  148. }
  149. type SuggestionOrderUpdateRequest struct {
  150. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  151. // 投诉类型 1 投诉 2 建议
  152. SuggestionType int32 `protobuf:"varint,2,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"`
  153. // 投诉人
  154. ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
  155. // 投诉人电话
  156. ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
  157. // 投诉内容
  158. ApplyContent string `protobuf:"bytes,5,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
  159. // 投诉图片
  160. ApplyPic []string `protobuf:"bytes,6,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
  161. Id int64 `protobuf:"varint,7,opt,name=id,proto3" json:"id"`
  162. HouseholdUid int64 `protobuf:"varint,8,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  163. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  164. XXX_unrecognized []byte `json:"-"`
  165. XXX_sizecache int32 `json:"-"`
  166. }
  167. func (m *SuggestionOrderUpdateRequest) Reset() { *m = SuggestionOrderUpdateRequest{} }
  168. func (m *SuggestionOrderUpdateRequest) String() string { return proto.CompactTextString(m) }
  169. func (*SuggestionOrderUpdateRequest) ProtoMessage() {}
  170. func (*SuggestionOrderUpdateRequest) Descriptor() ([]byte, []int) {
  171. return fileDescriptor_ef76f964fb1cde52, []int{2}
  172. }
  173. func (m *SuggestionOrderUpdateRequest) XXX_Unmarshal(b []byte) error {
  174. return xxx_messageInfo_SuggestionOrderUpdateRequest.Unmarshal(m, b)
  175. }
  176. func (m *SuggestionOrderUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  177. return xxx_messageInfo_SuggestionOrderUpdateRequest.Marshal(b, m, deterministic)
  178. }
  179. func (m *SuggestionOrderUpdateRequest) XXX_Merge(src proto.Message) {
  180. xxx_messageInfo_SuggestionOrderUpdateRequest.Merge(m, src)
  181. }
  182. func (m *SuggestionOrderUpdateRequest) XXX_Size() int {
  183. return xxx_messageInfo_SuggestionOrderUpdateRequest.Size(m)
  184. }
  185. func (m *SuggestionOrderUpdateRequest) XXX_DiscardUnknown() {
  186. xxx_messageInfo_SuggestionOrderUpdateRequest.DiscardUnknown(m)
  187. }
  188. var xxx_messageInfo_SuggestionOrderUpdateRequest proto.InternalMessageInfo
  189. func (m *SuggestionOrderUpdateRequest) GetGardenId() int64 {
  190. if m != nil {
  191. return m.GardenId
  192. }
  193. return 0
  194. }
  195. func (m *SuggestionOrderUpdateRequest) GetSuggestionType() int32 {
  196. if m != nil {
  197. return m.SuggestionType
  198. }
  199. return 0
  200. }
  201. func (m *SuggestionOrderUpdateRequest) GetApplyPeople() string {
  202. if m != nil {
  203. return m.ApplyPeople
  204. }
  205. return ""
  206. }
  207. func (m *SuggestionOrderUpdateRequest) GetApplyPeoplePhone() string {
  208. if m != nil {
  209. return m.ApplyPeoplePhone
  210. }
  211. return ""
  212. }
  213. func (m *SuggestionOrderUpdateRequest) GetApplyContent() string {
  214. if m != nil {
  215. return m.ApplyContent
  216. }
  217. return ""
  218. }
  219. func (m *SuggestionOrderUpdateRequest) GetApplyPic() []string {
  220. if m != nil {
  221. return m.ApplyPic
  222. }
  223. return nil
  224. }
  225. func (m *SuggestionOrderUpdateRequest) GetId() int64 {
  226. if m != nil {
  227. return m.Id
  228. }
  229. return 0
  230. }
  231. func (m *SuggestionOrderUpdateRequest) GetHouseholdUid() int64 {
  232. if m != nil {
  233. return m.HouseholdUid
  234. }
  235. return 0
  236. }
  237. type SuggestionOrderUpdateReply struct {
  238. Origin *SuggestionOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  239. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  240. XXX_unrecognized []byte `json:"-"`
  241. XXX_sizecache int32 `json:"-"`
  242. }
  243. func (m *SuggestionOrderUpdateReply) Reset() { *m = SuggestionOrderUpdateReply{} }
  244. func (m *SuggestionOrderUpdateReply) String() string { return proto.CompactTextString(m) }
  245. func (*SuggestionOrderUpdateReply) ProtoMessage() {}
  246. func (*SuggestionOrderUpdateReply) Descriptor() ([]byte, []int) {
  247. return fileDescriptor_ef76f964fb1cde52, []int{3}
  248. }
  249. func (m *SuggestionOrderUpdateReply) XXX_Unmarshal(b []byte) error {
  250. return xxx_messageInfo_SuggestionOrderUpdateReply.Unmarshal(m, b)
  251. }
  252. func (m *SuggestionOrderUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  253. return xxx_messageInfo_SuggestionOrderUpdateReply.Marshal(b, m, deterministic)
  254. }
  255. func (m *SuggestionOrderUpdateReply) XXX_Merge(src proto.Message) {
  256. xxx_messageInfo_SuggestionOrderUpdateReply.Merge(m, src)
  257. }
  258. func (m *SuggestionOrderUpdateReply) XXX_Size() int {
  259. return xxx_messageInfo_SuggestionOrderUpdateReply.Size(m)
  260. }
  261. func (m *SuggestionOrderUpdateReply) XXX_DiscardUnknown() {
  262. xxx_messageInfo_SuggestionOrderUpdateReply.DiscardUnknown(m)
  263. }
  264. var xxx_messageInfo_SuggestionOrderUpdateReply proto.InternalMessageInfo
  265. func (m *SuggestionOrderUpdateReply) GetOrigin() *SuggestionOrderUpdateRequest {
  266. if m != nil {
  267. return m.Origin
  268. }
  269. return nil
  270. }
  271. type SuggestionOrderDelRequest struct {
  272. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  273. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  274. HouseholdUid int64 `protobuf:"varint,11,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  275. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  276. XXX_unrecognized []byte `json:"-"`
  277. XXX_sizecache int32 `json:"-"`
  278. }
  279. func (m *SuggestionOrderDelRequest) Reset() { *m = SuggestionOrderDelRequest{} }
  280. func (m *SuggestionOrderDelRequest) String() string { return proto.CompactTextString(m) }
  281. func (*SuggestionOrderDelRequest) ProtoMessage() {}
  282. func (*SuggestionOrderDelRequest) Descriptor() ([]byte, []int) {
  283. return fileDescriptor_ef76f964fb1cde52, []int{4}
  284. }
  285. func (m *SuggestionOrderDelRequest) XXX_Unmarshal(b []byte) error {
  286. return xxx_messageInfo_SuggestionOrderDelRequest.Unmarshal(m, b)
  287. }
  288. func (m *SuggestionOrderDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  289. return xxx_messageInfo_SuggestionOrderDelRequest.Marshal(b, m, deterministic)
  290. }
  291. func (m *SuggestionOrderDelRequest) XXX_Merge(src proto.Message) {
  292. xxx_messageInfo_SuggestionOrderDelRequest.Merge(m, src)
  293. }
  294. func (m *SuggestionOrderDelRequest) XXX_Size() int {
  295. return xxx_messageInfo_SuggestionOrderDelRequest.Size(m)
  296. }
  297. func (m *SuggestionOrderDelRequest) XXX_DiscardUnknown() {
  298. xxx_messageInfo_SuggestionOrderDelRequest.DiscardUnknown(m)
  299. }
  300. var xxx_messageInfo_SuggestionOrderDelRequest proto.InternalMessageInfo
  301. func (m *SuggestionOrderDelRequest) GetGardenId() int64 {
  302. if m != nil {
  303. return m.GardenId
  304. }
  305. return 0
  306. }
  307. func (m *SuggestionOrderDelRequest) GetId() int64 {
  308. if m != nil {
  309. return m.Id
  310. }
  311. return 0
  312. }
  313. func (m *SuggestionOrderDelRequest) GetHouseholdUid() int64 {
  314. if m != nil {
  315. return m.HouseholdUid
  316. }
  317. return 0
  318. }
  319. type SuggestionOrderDelReply struct {
  320. Origin *SuggestionOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  321. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  322. XXX_unrecognized []byte `json:"-"`
  323. XXX_sizecache int32 `json:"-"`
  324. }
  325. func (m *SuggestionOrderDelReply) Reset() { *m = SuggestionOrderDelReply{} }
  326. func (m *SuggestionOrderDelReply) String() string { return proto.CompactTextString(m) }
  327. func (*SuggestionOrderDelReply) ProtoMessage() {}
  328. func (*SuggestionOrderDelReply) Descriptor() ([]byte, []int) {
  329. return fileDescriptor_ef76f964fb1cde52, []int{5}
  330. }
  331. func (m *SuggestionOrderDelReply) XXX_Unmarshal(b []byte) error {
  332. return xxx_messageInfo_SuggestionOrderDelReply.Unmarshal(m, b)
  333. }
  334. func (m *SuggestionOrderDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  335. return xxx_messageInfo_SuggestionOrderDelReply.Marshal(b, m, deterministic)
  336. }
  337. func (m *SuggestionOrderDelReply) XXX_Merge(src proto.Message) {
  338. xxx_messageInfo_SuggestionOrderDelReply.Merge(m, src)
  339. }
  340. func (m *SuggestionOrderDelReply) XXX_Size() int {
  341. return xxx_messageInfo_SuggestionOrderDelReply.Size(m)
  342. }
  343. func (m *SuggestionOrderDelReply) XXX_DiscardUnknown() {
  344. xxx_messageInfo_SuggestionOrderDelReply.DiscardUnknown(m)
  345. }
  346. var xxx_messageInfo_SuggestionOrderDelReply proto.InternalMessageInfo
  347. func (m *SuggestionOrderDelReply) GetOrigin() *SuggestionOrderUpdateRequest {
  348. if m != nil {
  349. return m.Origin
  350. }
  351. return nil
  352. }
  353. type SuggestionOrderReturnVisitRequest struct {
  354. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  355. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  356. // 1 满意 2 不满意
  357. ReturnVisitLevel int32 `protobuf:"varint,3,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"`
  358. // 回访内容
  359. ReturnVisitContent string `protobuf:"bytes,4,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"`
  360. HouseholdUid int64 `protobuf:"varint,5,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  361. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  362. XXX_unrecognized []byte `json:"-"`
  363. XXX_sizecache int32 `json:"-"`
  364. }
  365. func (m *SuggestionOrderReturnVisitRequest) Reset() { *m = SuggestionOrderReturnVisitRequest{} }
  366. func (m *SuggestionOrderReturnVisitRequest) String() string { return proto.CompactTextString(m) }
  367. func (*SuggestionOrderReturnVisitRequest) ProtoMessage() {}
  368. func (*SuggestionOrderReturnVisitRequest) Descriptor() ([]byte, []int) {
  369. return fileDescriptor_ef76f964fb1cde52, []int{6}
  370. }
  371. func (m *SuggestionOrderReturnVisitRequest) XXX_Unmarshal(b []byte) error {
  372. return xxx_messageInfo_SuggestionOrderReturnVisitRequest.Unmarshal(m, b)
  373. }
  374. func (m *SuggestionOrderReturnVisitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  375. return xxx_messageInfo_SuggestionOrderReturnVisitRequest.Marshal(b, m, deterministic)
  376. }
  377. func (m *SuggestionOrderReturnVisitRequest) XXX_Merge(src proto.Message) {
  378. xxx_messageInfo_SuggestionOrderReturnVisitRequest.Merge(m, src)
  379. }
  380. func (m *SuggestionOrderReturnVisitRequest) XXX_Size() int {
  381. return xxx_messageInfo_SuggestionOrderReturnVisitRequest.Size(m)
  382. }
  383. func (m *SuggestionOrderReturnVisitRequest) XXX_DiscardUnknown() {
  384. xxx_messageInfo_SuggestionOrderReturnVisitRequest.DiscardUnknown(m)
  385. }
  386. var xxx_messageInfo_SuggestionOrderReturnVisitRequest proto.InternalMessageInfo
  387. func (m *SuggestionOrderReturnVisitRequest) GetGardenId() int64 {
  388. if m != nil {
  389. return m.GardenId
  390. }
  391. return 0
  392. }
  393. func (m *SuggestionOrderReturnVisitRequest) GetId() int64 {
  394. if m != nil {
  395. return m.Id
  396. }
  397. return 0
  398. }
  399. func (m *SuggestionOrderReturnVisitRequest) GetReturnVisitLevel() int32 {
  400. if m != nil {
  401. return m.ReturnVisitLevel
  402. }
  403. return 0
  404. }
  405. func (m *SuggestionOrderReturnVisitRequest) GetReturnVisitContent() string {
  406. if m != nil {
  407. return m.ReturnVisitContent
  408. }
  409. return ""
  410. }
  411. func (m *SuggestionOrderReturnVisitRequest) GetHouseholdUid() int64 {
  412. if m != nil {
  413. return m.HouseholdUid
  414. }
  415. return 0
  416. }
  417. type SuggestionOrderReturnVisitReply struct {
  418. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  419. XXX_unrecognized []byte `json:"-"`
  420. XXX_sizecache int32 `json:"-"`
  421. }
  422. func (m *SuggestionOrderReturnVisitReply) Reset() { *m = SuggestionOrderReturnVisitReply{} }
  423. func (m *SuggestionOrderReturnVisitReply) String() string { return proto.CompactTextString(m) }
  424. func (*SuggestionOrderReturnVisitReply) ProtoMessage() {}
  425. func (*SuggestionOrderReturnVisitReply) Descriptor() ([]byte, []int) {
  426. return fileDescriptor_ef76f964fb1cde52, []int{7}
  427. }
  428. func (m *SuggestionOrderReturnVisitReply) XXX_Unmarshal(b []byte) error {
  429. return xxx_messageInfo_SuggestionOrderReturnVisitReply.Unmarshal(m, b)
  430. }
  431. func (m *SuggestionOrderReturnVisitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  432. return xxx_messageInfo_SuggestionOrderReturnVisitReply.Marshal(b, m, deterministic)
  433. }
  434. func (m *SuggestionOrderReturnVisitReply) XXX_Merge(src proto.Message) {
  435. xxx_messageInfo_SuggestionOrderReturnVisitReply.Merge(m, src)
  436. }
  437. func (m *SuggestionOrderReturnVisitReply) XXX_Size() int {
  438. return xxx_messageInfo_SuggestionOrderReturnVisitReply.Size(m)
  439. }
  440. func (m *SuggestionOrderReturnVisitReply) XXX_DiscardUnknown() {
  441. xxx_messageInfo_SuggestionOrderReturnVisitReply.DiscardUnknown(m)
  442. }
  443. var xxx_messageInfo_SuggestionOrderReturnVisitReply proto.InternalMessageInfo
  444. type SuggestionOrderPipelineData struct {
  445. // 处理人
  446. User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"`
  447. // 处理意见
  448. Feedback string `protobuf:"bytes,2,opt,name=feedback,proto3" json:"feedback"`
  449. // 处理时间
  450. HandleTime string `protobuf:"bytes,3,opt,name=handle_time,json=handleTime,proto3" json:"handle_time"`
  451. Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status"`
  452. Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
  453. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  454. XXX_unrecognized []byte `json:"-"`
  455. XXX_sizecache int32 `json:"-"`
  456. }
  457. func (m *SuggestionOrderPipelineData) Reset() { *m = SuggestionOrderPipelineData{} }
  458. func (m *SuggestionOrderPipelineData) String() string { return proto.CompactTextString(m) }
  459. func (*SuggestionOrderPipelineData) ProtoMessage() {}
  460. func (*SuggestionOrderPipelineData) Descriptor() ([]byte, []int) {
  461. return fileDescriptor_ef76f964fb1cde52, []int{8}
  462. }
  463. func (m *SuggestionOrderPipelineData) XXX_Unmarshal(b []byte) error {
  464. return xxx_messageInfo_SuggestionOrderPipelineData.Unmarshal(m, b)
  465. }
  466. func (m *SuggestionOrderPipelineData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  467. return xxx_messageInfo_SuggestionOrderPipelineData.Marshal(b, m, deterministic)
  468. }
  469. func (m *SuggestionOrderPipelineData) XXX_Merge(src proto.Message) {
  470. xxx_messageInfo_SuggestionOrderPipelineData.Merge(m, src)
  471. }
  472. func (m *SuggestionOrderPipelineData) XXX_Size() int {
  473. return xxx_messageInfo_SuggestionOrderPipelineData.Size(m)
  474. }
  475. func (m *SuggestionOrderPipelineData) XXX_DiscardUnknown() {
  476. xxx_messageInfo_SuggestionOrderPipelineData.DiscardUnknown(m)
  477. }
  478. var xxx_messageInfo_SuggestionOrderPipelineData proto.InternalMessageInfo
  479. func (m *SuggestionOrderPipelineData) GetUser() string {
  480. if m != nil {
  481. return m.User
  482. }
  483. return ""
  484. }
  485. func (m *SuggestionOrderPipelineData) GetFeedback() string {
  486. if m != nil {
  487. return m.Feedback
  488. }
  489. return ""
  490. }
  491. func (m *SuggestionOrderPipelineData) GetHandleTime() string {
  492. if m != nil {
  493. return m.HandleTime
  494. }
  495. return ""
  496. }
  497. func (m *SuggestionOrderPipelineData) GetStatus() string {
  498. if m != nil {
  499. return m.Status
  500. }
  501. return ""
  502. }
  503. func (m *SuggestionOrderPipelineData) GetPhone() string {
  504. if m != nil {
  505. return m.Phone
  506. }
  507. return ""
  508. }
  509. type SuggestionOrderItem struct {
  510. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  511. // 投诉类型 1 投诉 2 建议
  512. SuggestionType int32 `protobuf:"varint,2,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"`
  513. // 投诉人
  514. ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
  515. // 投诉人电话
  516. ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
  517. // 当前状态处理人
  518. CurrentUser string `protobuf:"bytes,5,opt,name=current_user,json=currentUser,proto3" json:"current_user"`
  519. // 投诉内容
  520. ApplyContent string `protobuf:"bytes,6,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
  521. // 投诉图片
  522. ApplyPic []string `protobuf:"bytes,7,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
  523. // 回访内容
  524. ReturnVisitContent string `protobuf:"bytes,8,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"`
  525. // 回访满意度
  526. ReturnVisitLevel int32 `protobuf:"varint,9,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"`
  527. // 投诉时间
  528. CreatedAt string `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
  529. Status int32 `protobuf:"varint,11,opt,name=status,proto3" json:"status"`
  530. // 上级处理人
  531. LastUser string `protobuf:"bytes,12,opt,name=last_user,json=lastUser,proto3" json:"last_user"`
  532. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  533. XXX_unrecognized []byte `json:"-"`
  534. XXX_sizecache int32 `json:"-"`
  535. }
  536. func (m *SuggestionOrderItem) Reset() { *m = SuggestionOrderItem{} }
  537. func (m *SuggestionOrderItem) String() string { return proto.CompactTextString(m) }
  538. func (*SuggestionOrderItem) ProtoMessage() {}
  539. func (*SuggestionOrderItem) Descriptor() ([]byte, []int) {
  540. return fileDescriptor_ef76f964fb1cde52, []int{9}
  541. }
  542. func (m *SuggestionOrderItem) XXX_Unmarshal(b []byte) error {
  543. return xxx_messageInfo_SuggestionOrderItem.Unmarshal(m, b)
  544. }
  545. func (m *SuggestionOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  546. return xxx_messageInfo_SuggestionOrderItem.Marshal(b, m, deterministic)
  547. }
  548. func (m *SuggestionOrderItem) XXX_Merge(src proto.Message) {
  549. xxx_messageInfo_SuggestionOrderItem.Merge(m, src)
  550. }
  551. func (m *SuggestionOrderItem) XXX_Size() int {
  552. return xxx_messageInfo_SuggestionOrderItem.Size(m)
  553. }
  554. func (m *SuggestionOrderItem) XXX_DiscardUnknown() {
  555. xxx_messageInfo_SuggestionOrderItem.DiscardUnknown(m)
  556. }
  557. var xxx_messageInfo_SuggestionOrderItem proto.InternalMessageInfo
  558. func (m *SuggestionOrderItem) GetId() int64 {
  559. if m != nil {
  560. return m.Id
  561. }
  562. return 0
  563. }
  564. func (m *SuggestionOrderItem) GetSuggestionType() int32 {
  565. if m != nil {
  566. return m.SuggestionType
  567. }
  568. return 0
  569. }
  570. func (m *SuggestionOrderItem) GetApplyPeople() string {
  571. if m != nil {
  572. return m.ApplyPeople
  573. }
  574. return ""
  575. }
  576. func (m *SuggestionOrderItem) GetApplyPeoplePhone() string {
  577. if m != nil {
  578. return m.ApplyPeoplePhone
  579. }
  580. return ""
  581. }
  582. func (m *SuggestionOrderItem) GetCurrentUser() string {
  583. if m != nil {
  584. return m.CurrentUser
  585. }
  586. return ""
  587. }
  588. func (m *SuggestionOrderItem) GetApplyContent() string {
  589. if m != nil {
  590. return m.ApplyContent
  591. }
  592. return ""
  593. }
  594. func (m *SuggestionOrderItem) GetApplyPic() []string {
  595. if m != nil {
  596. return m.ApplyPic
  597. }
  598. return nil
  599. }
  600. func (m *SuggestionOrderItem) GetReturnVisitContent() string {
  601. if m != nil {
  602. return m.ReturnVisitContent
  603. }
  604. return ""
  605. }
  606. func (m *SuggestionOrderItem) GetReturnVisitLevel() int32 {
  607. if m != nil {
  608. return m.ReturnVisitLevel
  609. }
  610. return 0
  611. }
  612. func (m *SuggestionOrderItem) GetCreatedAt() string {
  613. if m != nil {
  614. return m.CreatedAt
  615. }
  616. return ""
  617. }
  618. func (m *SuggestionOrderItem) GetStatus() int32 {
  619. if m != nil {
  620. return m.Status
  621. }
  622. return 0
  623. }
  624. func (m *SuggestionOrderItem) GetLastUser() string {
  625. if m != nil {
  626. return m.LastUser
  627. }
  628. return ""
  629. }
  630. type SuggestionOrderInfoRequest struct {
  631. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  632. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  633. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  634. XXX_unrecognized []byte `json:"-"`
  635. XXX_sizecache int32 `json:"-"`
  636. }
  637. func (m *SuggestionOrderInfoRequest) Reset() { *m = SuggestionOrderInfoRequest{} }
  638. func (m *SuggestionOrderInfoRequest) String() string { return proto.CompactTextString(m) }
  639. func (*SuggestionOrderInfoRequest) ProtoMessage() {}
  640. func (*SuggestionOrderInfoRequest) Descriptor() ([]byte, []int) {
  641. return fileDescriptor_ef76f964fb1cde52, []int{10}
  642. }
  643. func (m *SuggestionOrderInfoRequest) XXX_Unmarshal(b []byte) error {
  644. return xxx_messageInfo_SuggestionOrderInfoRequest.Unmarshal(m, b)
  645. }
  646. func (m *SuggestionOrderInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  647. return xxx_messageInfo_SuggestionOrderInfoRequest.Marshal(b, m, deterministic)
  648. }
  649. func (m *SuggestionOrderInfoRequest) XXX_Merge(src proto.Message) {
  650. xxx_messageInfo_SuggestionOrderInfoRequest.Merge(m, src)
  651. }
  652. func (m *SuggestionOrderInfoRequest) XXX_Size() int {
  653. return xxx_messageInfo_SuggestionOrderInfoRequest.Size(m)
  654. }
  655. func (m *SuggestionOrderInfoRequest) XXX_DiscardUnknown() {
  656. xxx_messageInfo_SuggestionOrderInfoRequest.DiscardUnknown(m)
  657. }
  658. var xxx_messageInfo_SuggestionOrderInfoRequest proto.InternalMessageInfo
  659. func (m *SuggestionOrderInfoRequest) GetGardenId() int64 {
  660. if m != nil {
  661. return m.GardenId
  662. }
  663. return 0
  664. }
  665. func (m *SuggestionOrderInfoRequest) GetId() int64 {
  666. if m != nil {
  667. return m.Id
  668. }
  669. return 0
  670. }
  671. type SuggestionOrderInfoReply struct {
  672. // 基本信息
  673. BaseInfo *SuggestionOrderItem `protobuf:"bytes,1,opt,name=base_info,json=baseInfo,proto3" json:"base_info"`
  674. // 工单流水线
  675. List []*SuggestionOrderPipelineData `protobuf:"bytes,2,rep,name=list,proto3" json:"list"`
  676. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  677. XXX_unrecognized []byte `json:"-"`
  678. XXX_sizecache int32 `json:"-"`
  679. }
  680. func (m *SuggestionOrderInfoReply) Reset() { *m = SuggestionOrderInfoReply{} }
  681. func (m *SuggestionOrderInfoReply) String() string { return proto.CompactTextString(m) }
  682. func (*SuggestionOrderInfoReply) ProtoMessage() {}
  683. func (*SuggestionOrderInfoReply) Descriptor() ([]byte, []int) {
  684. return fileDescriptor_ef76f964fb1cde52, []int{11}
  685. }
  686. func (m *SuggestionOrderInfoReply) XXX_Unmarshal(b []byte) error {
  687. return xxx_messageInfo_SuggestionOrderInfoReply.Unmarshal(m, b)
  688. }
  689. func (m *SuggestionOrderInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  690. return xxx_messageInfo_SuggestionOrderInfoReply.Marshal(b, m, deterministic)
  691. }
  692. func (m *SuggestionOrderInfoReply) XXX_Merge(src proto.Message) {
  693. xxx_messageInfo_SuggestionOrderInfoReply.Merge(m, src)
  694. }
  695. func (m *SuggestionOrderInfoReply) XXX_Size() int {
  696. return xxx_messageInfo_SuggestionOrderInfoReply.Size(m)
  697. }
  698. func (m *SuggestionOrderInfoReply) XXX_DiscardUnknown() {
  699. xxx_messageInfo_SuggestionOrderInfoReply.DiscardUnknown(m)
  700. }
  701. var xxx_messageInfo_SuggestionOrderInfoReply proto.InternalMessageInfo
  702. func (m *SuggestionOrderInfoReply) GetBaseInfo() *SuggestionOrderItem {
  703. if m != nil {
  704. return m.BaseInfo
  705. }
  706. return nil
  707. }
  708. func (m *SuggestionOrderInfoReply) GetList() []*SuggestionOrderPipelineData {
  709. if m != nil {
  710. return m.List
  711. }
  712. return nil
  713. }
  714. type SuggestionOrderListRequest struct {
  715. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  716. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  717. Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
  718. ApplyPeople string `protobuf:"bytes,4,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
  719. ApplyPeoplePhone string `protobuf:"bytes,5,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
  720. CurrentUid int64 `protobuf:"varint,6,opt,name=current_uid,json=currentUid,proto3" json:"current_uid"`
  721. GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  722. SuggestionType int32 `protobuf:"varint,8,opt,name=suggestion_type,json=suggestionType,proto3" json:"suggestion_type"`
  723. HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  724. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  725. XXX_unrecognized []byte `json:"-"`
  726. XXX_sizecache int32 `json:"-"`
  727. }
  728. func (m *SuggestionOrderListRequest) Reset() { *m = SuggestionOrderListRequest{} }
  729. func (m *SuggestionOrderListRequest) String() string { return proto.CompactTextString(m) }
  730. func (*SuggestionOrderListRequest) ProtoMessage() {}
  731. func (*SuggestionOrderListRequest) Descriptor() ([]byte, []int) {
  732. return fileDescriptor_ef76f964fb1cde52, []int{12}
  733. }
  734. func (m *SuggestionOrderListRequest) XXX_Unmarshal(b []byte) error {
  735. return xxx_messageInfo_SuggestionOrderListRequest.Unmarshal(m, b)
  736. }
  737. func (m *SuggestionOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  738. return xxx_messageInfo_SuggestionOrderListRequest.Marshal(b, m, deterministic)
  739. }
  740. func (m *SuggestionOrderListRequest) XXX_Merge(src proto.Message) {
  741. xxx_messageInfo_SuggestionOrderListRequest.Merge(m, src)
  742. }
  743. func (m *SuggestionOrderListRequest) XXX_Size() int {
  744. return xxx_messageInfo_SuggestionOrderListRequest.Size(m)
  745. }
  746. func (m *SuggestionOrderListRequest) XXX_DiscardUnknown() {
  747. xxx_messageInfo_SuggestionOrderListRequest.DiscardUnknown(m)
  748. }
  749. var xxx_messageInfo_SuggestionOrderListRequest proto.InternalMessageInfo
  750. func (m *SuggestionOrderListRequest) GetPage() int64 {
  751. if m != nil {
  752. return m.Page
  753. }
  754. return 0
  755. }
  756. func (m *SuggestionOrderListRequest) GetPageSize() int64 {
  757. if m != nil {
  758. return m.PageSize
  759. }
  760. return 0
  761. }
  762. func (m *SuggestionOrderListRequest) GetStatus() int32 {
  763. if m != nil {
  764. return m.Status
  765. }
  766. return 0
  767. }
  768. func (m *SuggestionOrderListRequest) GetApplyPeople() string {
  769. if m != nil {
  770. return m.ApplyPeople
  771. }
  772. return ""
  773. }
  774. func (m *SuggestionOrderListRequest) GetApplyPeoplePhone() string {
  775. if m != nil {
  776. return m.ApplyPeoplePhone
  777. }
  778. return ""
  779. }
  780. func (m *SuggestionOrderListRequest) GetCurrentUid() int64 {
  781. if m != nil {
  782. return m.CurrentUid
  783. }
  784. return 0
  785. }
  786. func (m *SuggestionOrderListRequest) GetGardenId() int64 {
  787. if m != nil {
  788. return m.GardenId
  789. }
  790. return 0
  791. }
  792. func (m *SuggestionOrderListRequest) GetSuggestionType() int32 {
  793. if m != nil {
  794. return m.SuggestionType
  795. }
  796. return 0
  797. }
  798. func (m *SuggestionOrderListRequest) GetHouseholdUid() int64 {
  799. if m != nil {
  800. return m.HouseholdUid
  801. }
  802. return 0
  803. }
  804. type SuggestionOrderListReply struct {
  805. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  806. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  807. List []*SuggestionOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  808. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  809. XXX_unrecognized []byte `json:"-"`
  810. XXX_sizecache int32 `json:"-"`
  811. }
  812. func (m *SuggestionOrderListReply) Reset() { *m = SuggestionOrderListReply{} }
  813. func (m *SuggestionOrderListReply) String() string { return proto.CompactTextString(m) }
  814. func (*SuggestionOrderListReply) ProtoMessage() {}
  815. func (*SuggestionOrderListReply) Descriptor() ([]byte, []int) {
  816. return fileDescriptor_ef76f964fb1cde52, []int{13}
  817. }
  818. func (m *SuggestionOrderListReply) XXX_Unmarshal(b []byte) error {
  819. return xxx_messageInfo_SuggestionOrderListReply.Unmarshal(m, b)
  820. }
  821. func (m *SuggestionOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  822. return xxx_messageInfo_SuggestionOrderListReply.Marshal(b, m, deterministic)
  823. }
  824. func (m *SuggestionOrderListReply) XXX_Merge(src proto.Message) {
  825. xxx_messageInfo_SuggestionOrderListReply.Merge(m, src)
  826. }
  827. func (m *SuggestionOrderListReply) XXX_Size() int {
  828. return xxx_messageInfo_SuggestionOrderListReply.Size(m)
  829. }
  830. func (m *SuggestionOrderListReply) XXX_DiscardUnknown() {
  831. xxx_messageInfo_SuggestionOrderListReply.DiscardUnknown(m)
  832. }
  833. var xxx_messageInfo_SuggestionOrderListReply proto.InternalMessageInfo
  834. func (m *SuggestionOrderListReply) GetPage() int64 {
  835. if m != nil {
  836. return m.Page
  837. }
  838. return 0
  839. }
  840. func (m *SuggestionOrderListReply) GetTotal() int64 {
  841. if m != nil {
  842. return m.Total
  843. }
  844. return 0
  845. }
  846. func (m *SuggestionOrderListReply) GetList() []*SuggestionOrderItem {
  847. if m != nil {
  848. return m.List
  849. }
  850. return nil
  851. }
  852. func init() {
  853. proto.RegisterType((*SuggestionOrderAddRequest)(nil), "pb_v1.SuggestionOrderAddRequest")
  854. proto.RegisterType((*SuggestionOrderAddReply)(nil), "pb_v1.SuggestionOrderAddReply")
  855. proto.RegisterType((*SuggestionOrderUpdateRequest)(nil), "pb_v1.SuggestionOrderUpdateRequest")
  856. proto.RegisterType((*SuggestionOrderUpdateReply)(nil), "pb_v1.SuggestionOrderUpdateReply")
  857. proto.RegisterType((*SuggestionOrderDelRequest)(nil), "pb_v1.SuggestionOrderDelRequest")
  858. proto.RegisterType((*SuggestionOrderDelReply)(nil), "pb_v1.SuggestionOrderDelReply")
  859. proto.RegisterType((*SuggestionOrderReturnVisitRequest)(nil), "pb_v1.SuggestionOrderReturnVisitRequest")
  860. proto.RegisterType((*SuggestionOrderReturnVisitReply)(nil), "pb_v1.SuggestionOrderReturnVisitReply")
  861. proto.RegisterType((*SuggestionOrderPipelineData)(nil), "pb_v1.SuggestionOrderPipelineData")
  862. proto.RegisterType((*SuggestionOrderItem)(nil), "pb_v1.SuggestionOrderItem")
  863. proto.RegisterType((*SuggestionOrderInfoRequest)(nil), "pb_v1.SuggestionOrderInfoRequest")
  864. proto.RegisterType((*SuggestionOrderInfoReply)(nil), "pb_v1.SuggestionOrderInfoReply")
  865. proto.RegisterType((*SuggestionOrderListRequest)(nil), "pb_v1.SuggestionOrderListRequest")
  866. proto.RegisterType((*SuggestionOrderListReply)(nil), "pb_v1.SuggestionOrderListReply")
  867. }
  868. func init() {
  869. proto.RegisterFile("suggestion.proto", fileDescriptor_ef76f964fb1cde52)
  870. }
  871. var fileDescriptor_ef76f964fb1cde52 = []byte{
  872. // 827 bytes of a gzipped FileDescriptorProto
  873. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xc1, 0x6e, 0xdb, 0x46,
  874. 0x10, 0x05, 0x49, 0x51, 0x26, 0x87, 0x6e, 0x6a, 0x6c, 0x8d, 0x96, 0xb1, 0x1b, 0x58, 0x66, 0x0e,
  875. 0x55, 0x81, 0x44, 0x69, 0x52, 0xa0, 0x3d, 0xf4, 0x94, 0x26, 0x17, 0x01, 0x01, 0x6a, 0x30, 0x51,
  876. 0x80, 0xf6, 0x42, 0xac, 0xb4, 0x63, 0x69, 0x51, 0x8a, 0xdc, 0x92, 0x4b, 0x15, 0xcc, 0x2f, 0xf4,
  877. 0x17, 0xfa, 0x09, 0xfd, 0x80, 0x9e, 0xfb, 0x0b, 0x45, 0xff, 0xa7, 0xd8, 0x5d, 0x4a, 0x96, 0x45,
  878. 0xca, 0x31, 0xe2, 0x43, 0x7b, 0x32, 0xf7, 0x79, 0x76, 0x76, 0xde, 0x9b, 0x37, 0xbb, 0x82, 0xa3,
  879. 0xb2, 0x9a, 0xcf, 0xb1, 0x94, 0x3c, 0xcf, 0x46, 0xa2, 0xc8, 0x65, 0x4e, 0x5c, 0x31, 0x4d, 0x56,
  880. 0x4f, 0xa3, 0xbf, 0x6d, 0xb8, 0xff, 0x7a, 0xf3, 0xbf, 0x1f, 0x0a, 0x86, 0xc5, 0x73, 0xc6, 0x62,
  881. 0xfc, 0xa5, 0xc2, 0x52, 0x92, 0x53, 0xf0, 0xe7, 0xb4, 0x60, 0x98, 0x25, 0x9c, 0x85, 0xd6, 0xc0,
  882. 0x1a, 0x3a, 0xb1, 0x67, 0x80, 0x31, 0x23, 0x5f, 0xc0, 0xc7, 0x57, 0x59, 0x13, 0x59, 0x0b, 0x0c,
  883. 0xed, 0x81, 0x35, 0x74, 0xe3, 0x7b, 0x57, 0xf0, 0x9b, 0x5a, 0x20, 0x39, 0x87, 0x43, 0x2a, 0x44,
  884. 0x5a, 0x27, 0x02, 0x73, 0x91, 0x62, 0xe8, 0x0c, 0xac, 0xa1, 0x1f, 0x07, 0x1a, 0xbb, 0xd0, 0x10,
  885. 0x79, 0x04, 0x64, 0x3b, 0x24, 0x11, 0x8b, 0x3c, 0xc3, 0xb0, 0xa7, 0x03, 0x8f, 0xb6, 0x02, 0x2f,
  886. 0x14, 0x4e, 0xee, 0x83, 0x97, 0xd2, 0x52, 0x26, 0x15, 0x67, 0xa1, 0xab, 0xab, 0x3a, 0x50, 0xeb,
  887. 0x09, 0x67, 0xe4, 0x21, 0x7c, 0x64, 0x12, 0xcd, 0xf2, 0x4c, 0x62, 0x26, 0xc3, 0xbe, 0xce, 0x61,
  888. 0x0a, 0x78, 0x61, 0x30, 0x45, 0xab, 0x39, 0x8d, 0xcf, 0xc2, 0x83, 0x81, 0x33, 0xf4, 0x63, 0xcf,
  889. 0x1c, 0xc2, 0x67, 0xe4, 0x01, 0xc0, 0x54, 0x6d, 0x5f, 0x0a, 0x9a, 0xd5, 0xa1, 0x37, 0xb0, 0x86,
  890. 0x5e, 0xec, 0x4f, 0xeb, 0x17, 0x06, 0x50, 0x07, 0x2c, 0xf2, 0xaa, 0xc4, 0x45, 0x9e, 0x32, 0x5d,
  891. 0x80, 0xaf, 0x0b, 0x38, 0xdc, 0x80, 0x13, 0xce, 0xa2, 0x2f, 0xe1, 0xb3, 0x2e, 0x51, 0x45, 0x5a,
  892. 0x93, 0x7b, 0x60, 0x6f, 0xb4, 0xb4, 0x39, 0x8b, 0xfe, 0xb0, 0xe1, 0xf3, 0x9d, 0xd8, 0x89, 0x60,
  893. 0x54, 0xe2, 0xff, 0xbc, 0x07, 0x2d, 0xa1, 0xdd, 0xf7, 0x09, 0xdd, 0xdf, 0x11, 0xda, 0x28, 0x71,
  894. 0xb0, 0x56, 0xa2, 0xad, 0xac, 0xd7, 0xa1, 0xec, 0x8f, 0x70, 0xb2, 0x47, 0x2d, 0x25, 0xee, 0x77,
  895. 0xd0, 0xcf, 0x0b, 0x3e, 0xe7, 0x99, 0x16, 0x2a, 0x78, 0xf6, 0x70, 0xa4, 0x5d, 0x3e, 0xba, 0x49,
  896. 0xe0, 0xb8, 0xd9, 0x12, 0x2d, 0x5b, 0x93, 0xf0, 0x12, 0xd3, 0x5b, 0x75, 0xc1, 0x30, 0xb1, 0xf7,
  897. 0x33, 0x09, 0x3a, 0x98, 0xbc, 0x6d, 0x79, 0x44, 0x1f, 0x77, 0x67, 0x1a, 0xff, 0x58, 0x70, 0xbe,
  898. 0x13, 0x18, 0xa3, 0xac, 0x8a, 0xec, 0x2d, 0x2f, 0xb9, 0xfc, 0x20, 0x3e, 0x8f, 0x80, 0x14, 0x3a,
  899. 0x45, 0xb2, 0x52, 0x39, 0x92, 0x14, 0x57, 0x98, 0x6a, 0x0b, 0xb9, 0xf1, 0x51, 0x71, 0x95, 0xfc,
  900. 0x95, 0xc2, 0xc9, 0x57, 0x70, 0x7c, 0x2d, 0x7a, 0x6d, 0x10, 0xe3, 0x24, 0xb2, 0x15, 0xbf, 0xb6,
  901. 0x49, 0x4b, 0x2f, 0xb7, 0x43, 0xaf, 0x73, 0x38, 0xbb, 0x89, 0x96, 0x48, 0xeb, 0xe8, 0x77, 0x0b,
  902. 0x4e, 0x77, 0x62, 0x2e, 0xb8, 0xc0, 0x94, 0x67, 0xf8, 0x92, 0x4a, 0x4a, 0x08, 0xf4, 0xaa, 0x12,
  903. 0x0b, 0xcd, 0xd7, 0x8f, 0xf5, 0x37, 0x39, 0x01, 0xef, 0x12, 0x91, 0x4d, 0xe9, 0xec, 0x67, 0xcd,
  904. 0xd8, 0x8f, 0x37, 0x6b, 0x72, 0x06, 0xc1, 0x82, 0x66, 0x2c, 0xc5, 0x44, 0xf2, 0xe5, 0x7a, 0x66,
  905. 0xc0, 0x40, 0x6f, 0xf8, 0x12, 0xc9, 0xa7, 0xd0, 0x2f, 0x25, 0x95, 0x55, 0xd9, 0x90, 0x6b, 0x56,
  906. 0xe4, 0x18, 0x5c, 0x33, 0x3d, 0x66, 0x28, 0xcc, 0x22, 0xfa, 0xd3, 0x81, 0x4f, 0x76, 0xca, 0x1b,
  907. 0x4b, 0x5c, 0xee, 0x5e, 0x09, 0xff, 0xe1, 0x50, 0x9f, 0xc3, 0xe1, 0xac, 0x2a, 0x0a, 0xcc, 0x64,
  908. 0xa2, 0x85, 0x32, 0xe5, 0x07, 0x0d, 0x36, 0x51, 0x7a, 0xdd, 0xfd, 0x82, 0xdd, 0xe7, 0x0f, 0x6f,
  909. 0xaf, 0x3f, 0xba, 0xfd, 0xe7, 0xef, 0xf1, 0xdf, 0x03, 0x80, 0x59, 0x81, 0x54, 0x22, 0x4b, 0xa8,
  910. 0x0c, 0x41, 0x67, 0xf5, 0x1b, 0xe4, 0xb9, 0xdc, 0xea, 0x59, 0xa0, 0x13, 0xac, 0x7b, 0x76, 0x0a,
  911. 0xbe, 0x79, 0x54, 0x14, 0xf1, 0x43, 0xe3, 0x04, 0xfd, 0xaa, 0x94, 0x58, 0x44, 0xe3, 0xd6, 0xb5,
  912. 0x33, 0xce, 0x2e, 0xf3, 0x0f, 0x19, 0xa6, 0xe8, 0x37, 0x0b, 0xc2, 0xce, 0x5c, 0x6a, 0xf2, 0xbf,
  913. 0x05, 0x7f, 0x4a, 0x4b, 0x4c, 0x78, 0x76, 0x99, 0x37, 0xc3, 0x7f, 0xd2, 0x3d, 0xfc, 0xca, 0x39,
  914. 0xb1, 0xa7, 0x82, 0xd5, 0x6e, 0xf2, 0x0d, 0xf4, 0x52, 0x5e, 0xca, 0xd0, 0x1e, 0x38, 0xc3, 0xe0,
  915. 0x59, 0xd4, 0xbd, 0x67, 0x7b, 0x18, 0x62, 0x1d, 0x1f, 0xfd, 0x65, 0xb7, 0x98, 0xbd, 0xe2, 0xe5,
  916. 0xe6, 0x9a, 0x20, 0xd0, 0x13, 0x74, 0x8e, 0x0d, 0x29, 0xfd, 0xad, 0xd8, 0xaa, 0xbf, 0x49, 0xc9,
  917. 0xdf, 0x61, 0xc3, 0xcb, 0x53, 0xc0, 0x6b, 0xfe, 0x6e, 0x7b, 0x22, 0x9c, 0x6b, 0xea, 0xee, 0x5a,
  918. 0xb5, 0x77, 0x5b, 0xab, 0xba, 0x7b, 0xac, 0x7a, 0x06, 0xc1, 0xc6, 0xaa, 0x9c, 0x69, 0x17, 0x3a,
  919. 0x31, 0xac, 0x9d, 0xca, 0xd9, 0xf5, 0xa6, 0x1c, 0xbc, 0xff, 0xdd, 0xf4, 0x3a, 0x47, 0xec, 0x56,
  920. 0xcf, 0xbd, 0x6c, 0x75, 0xd4, 0x68, 0xa8, 0x3a, 0xda, 0xa5, 0xe0, 0x31, 0xb8, 0x32, 0x97, 0x34,
  921. 0x6d, 0xd4, 0x33, 0x0b, 0x32, 0x6a, 0x5a, 0xe8, 0xe8, 0x16, 0xde, 0xd4, 0x76, 0x1d, 0xf7, 0x7d,
  922. 0xf4, 0xd3, 0x40, 0x14, 0xb9, 0xc0, 0x42, 0xd6, 0x8f, 0x37, 0xe5, 0x3c, 0x9e, 0x53, 0x89, 0xbf,
  923. 0xd2, 0xfa, 0x89, 0x98, 0x3e, 0x59, 0x3d, 0x9d, 0xf6, 0xf5, 0x8f, 0xbd, 0xaf, 0xff, 0x0d, 0x00,
  924. 0x00, 0xff, 0xff, 0xad, 0x09, 0x5e, 0x63, 0x00, 0x0a, 0x00, 0x00,
  925. }