repair.pb.go 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: repair.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 RepairOrderAddRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. // 分类id
  22. ClassId int64 `protobuf:"varint,2,opt,name=class_id,json=classId,proto3" json:"class_id"`
  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. Appointment int64 `protobuf:"varint,5,opt,name=appointment,proto3" json:"appointment"`
  29. // 房屋id
  30. HouseId int64 `protobuf:"varint,6,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  31. // 上级处理人
  32. LastUid int64 `protobuf:"varint,7,opt,name=last_uid,json=lastUid,proto3" json:"last_uid"`
  33. // 报修内容
  34. ApplyContent string `protobuf:"bytes,8,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
  35. // 报修图片
  36. ApplyPic []string `protobuf:"bytes,9,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
  37. ByCompany bool `protobuf:"varint,10,opt,name=by_company,json=byCompany,proto3" json:"by_company"`
  38. HouseholdUid int64 `protobuf:"varint,11,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  39. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  40. XXX_unrecognized []byte `json:"-"`
  41. XXX_sizecache int32 `json:"-"`
  42. }
  43. func (m *RepairOrderAddRequest) Reset() { *m = RepairOrderAddRequest{} }
  44. func (m *RepairOrderAddRequest) String() string { return proto.CompactTextString(m) }
  45. func (*RepairOrderAddRequest) ProtoMessage() {}
  46. func (*RepairOrderAddRequest) Descriptor() ([]byte, []int) {
  47. return fileDescriptor_ed467f9ce737def7, []int{0}
  48. }
  49. func (m *RepairOrderAddRequest) XXX_Unmarshal(b []byte) error {
  50. return xxx_messageInfo_RepairOrderAddRequest.Unmarshal(m, b)
  51. }
  52. func (m *RepairOrderAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  53. return xxx_messageInfo_RepairOrderAddRequest.Marshal(b, m, deterministic)
  54. }
  55. func (m *RepairOrderAddRequest) XXX_Merge(src proto.Message) {
  56. xxx_messageInfo_RepairOrderAddRequest.Merge(m, src)
  57. }
  58. func (m *RepairOrderAddRequest) XXX_Size() int {
  59. return xxx_messageInfo_RepairOrderAddRequest.Size(m)
  60. }
  61. func (m *RepairOrderAddRequest) XXX_DiscardUnknown() {
  62. xxx_messageInfo_RepairOrderAddRequest.DiscardUnknown(m)
  63. }
  64. var xxx_messageInfo_RepairOrderAddRequest proto.InternalMessageInfo
  65. func (m *RepairOrderAddRequest) GetGardenId() int64 {
  66. if m != nil {
  67. return m.GardenId
  68. }
  69. return 0
  70. }
  71. func (m *RepairOrderAddRequest) GetClassId() int64 {
  72. if m != nil {
  73. return m.ClassId
  74. }
  75. return 0
  76. }
  77. func (m *RepairOrderAddRequest) GetApplyPeople() string {
  78. if m != nil {
  79. return m.ApplyPeople
  80. }
  81. return ""
  82. }
  83. func (m *RepairOrderAddRequest) GetApplyPeoplePhone() string {
  84. if m != nil {
  85. return m.ApplyPeoplePhone
  86. }
  87. return ""
  88. }
  89. func (m *RepairOrderAddRequest) GetAppointment() int64 {
  90. if m != nil {
  91. return m.Appointment
  92. }
  93. return 0
  94. }
  95. func (m *RepairOrderAddRequest) GetHouseId() int64 {
  96. if m != nil {
  97. return m.HouseId
  98. }
  99. return 0
  100. }
  101. func (m *RepairOrderAddRequest) GetLastUid() int64 {
  102. if m != nil {
  103. return m.LastUid
  104. }
  105. return 0
  106. }
  107. func (m *RepairOrderAddRequest) GetApplyContent() string {
  108. if m != nil {
  109. return m.ApplyContent
  110. }
  111. return ""
  112. }
  113. func (m *RepairOrderAddRequest) GetApplyPic() []string {
  114. if m != nil {
  115. return m.ApplyPic
  116. }
  117. return nil
  118. }
  119. func (m *RepairOrderAddRequest) GetByCompany() bool {
  120. if m != nil {
  121. return m.ByCompany
  122. }
  123. return false
  124. }
  125. func (m *RepairOrderAddRequest) GetHouseholdUid() int64 {
  126. if m != nil {
  127. return m.HouseholdUid
  128. }
  129. return 0
  130. }
  131. type RepairOrderAddReply struct {
  132. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  133. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  134. XXX_unrecognized []byte `json:"-"`
  135. XXX_sizecache int32 `json:"-"`
  136. }
  137. func (m *RepairOrderAddReply) Reset() { *m = RepairOrderAddReply{} }
  138. func (m *RepairOrderAddReply) String() string { return proto.CompactTextString(m) }
  139. func (*RepairOrderAddReply) ProtoMessage() {}
  140. func (*RepairOrderAddReply) Descriptor() ([]byte, []int) {
  141. return fileDescriptor_ed467f9ce737def7, []int{1}
  142. }
  143. func (m *RepairOrderAddReply) XXX_Unmarshal(b []byte) error {
  144. return xxx_messageInfo_RepairOrderAddReply.Unmarshal(m, b)
  145. }
  146. func (m *RepairOrderAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  147. return xxx_messageInfo_RepairOrderAddReply.Marshal(b, m, deterministic)
  148. }
  149. func (m *RepairOrderAddReply) XXX_Merge(src proto.Message) {
  150. xxx_messageInfo_RepairOrderAddReply.Merge(m, src)
  151. }
  152. func (m *RepairOrderAddReply) XXX_Size() int {
  153. return xxx_messageInfo_RepairOrderAddReply.Size(m)
  154. }
  155. func (m *RepairOrderAddReply) XXX_DiscardUnknown() {
  156. xxx_messageInfo_RepairOrderAddReply.DiscardUnknown(m)
  157. }
  158. var xxx_messageInfo_RepairOrderAddReply proto.InternalMessageInfo
  159. func (m *RepairOrderAddReply) GetId() int64 {
  160. if m != nil {
  161. return m.Id
  162. }
  163. return 0
  164. }
  165. type RepairOrderUpdateRequest struct {
  166. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  167. // 分类id
  168. ClassId int64 `protobuf:"varint,2,opt,name=class_id,json=classId,proto3" json:"class_id"`
  169. // 报修人
  170. ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
  171. // 报修人电话
  172. ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
  173. // 预约时间
  174. Appointment int64 `protobuf:"varint,5,opt,name=appointment,proto3" json:"appointment"`
  175. // 房屋id
  176. HouseId int64 `protobuf:"varint,6,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  177. // 报修内容
  178. ApplyContent string `protobuf:"bytes,7,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
  179. // 报修图片
  180. ApplyPic []string `protobuf:"bytes,8,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
  181. Id int64 `protobuf:"varint,9,opt,name=id,proto3" json:"id"`
  182. HouseholdUid int64 `protobuf:"varint,10,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  183. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  184. XXX_unrecognized []byte `json:"-"`
  185. XXX_sizecache int32 `json:"-"`
  186. }
  187. func (m *RepairOrderUpdateRequest) Reset() { *m = RepairOrderUpdateRequest{} }
  188. func (m *RepairOrderUpdateRequest) String() string { return proto.CompactTextString(m) }
  189. func (*RepairOrderUpdateRequest) ProtoMessage() {}
  190. func (*RepairOrderUpdateRequest) Descriptor() ([]byte, []int) {
  191. return fileDescriptor_ed467f9ce737def7, []int{2}
  192. }
  193. func (m *RepairOrderUpdateRequest) XXX_Unmarshal(b []byte) error {
  194. return xxx_messageInfo_RepairOrderUpdateRequest.Unmarshal(m, b)
  195. }
  196. func (m *RepairOrderUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  197. return xxx_messageInfo_RepairOrderUpdateRequest.Marshal(b, m, deterministic)
  198. }
  199. func (m *RepairOrderUpdateRequest) XXX_Merge(src proto.Message) {
  200. xxx_messageInfo_RepairOrderUpdateRequest.Merge(m, src)
  201. }
  202. func (m *RepairOrderUpdateRequest) XXX_Size() int {
  203. return xxx_messageInfo_RepairOrderUpdateRequest.Size(m)
  204. }
  205. func (m *RepairOrderUpdateRequest) XXX_DiscardUnknown() {
  206. xxx_messageInfo_RepairOrderUpdateRequest.DiscardUnknown(m)
  207. }
  208. var xxx_messageInfo_RepairOrderUpdateRequest proto.InternalMessageInfo
  209. func (m *RepairOrderUpdateRequest) GetGardenId() int64 {
  210. if m != nil {
  211. return m.GardenId
  212. }
  213. return 0
  214. }
  215. func (m *RepairOrderUpdateRequest) GetClassId() int64 {
  216. if m != nil {
  217. return m.ClassId
  218. }
  219. return 0
  220. }
  221. func (m *RepairOrderUpdateRequest) GetApplyPeople() string {
  222. if m != nil {
  223. return m.ApplyPeople
  224. }
  225. return ""
  226. }
  227. func (m *RepairOrderUpdateRequest) GetApplyPeoplePhone() string {
  228. if m != nil {
  229. return m.ApplyPeoplePhone
  230. }
  231. return ""
  232. }
  233. func (m *RepairOrderUpdateRequest) GetAppointment() int64 {
  234. if m != nil {
  235. return m.Appointment
  236. }
  237. return 0
  238. }
  239. func (m *RepairOrderUpdateRequest) GetHouseId() int64 {
  240. if m != nil {
  241. return m.HouseId
  242. }
  243. return 0
  244. }
  245. func (m *RepairOrderUpdateRequest) GetApplyContent() string {
  246. if m != nil {
  247. return m.ApplyContent
  248. }
  249. return ""
  250. }
  251. func (m *RepairOrderUpdateRequest) GetApplyPic() []string {
  252. if m != nil {
  253. return m.ApplyPic
  254. }
  255. return nil
  256. }
  257. func (m *RepairOrderUpdateRequest) GetId() int64 {
  258. if m != nil {
  259. return m.Id
  260. }
  261. return 0
  262. }
  263. func (m *RepairOrderUpdateRequest) GetHouseholdUid() int64 {
  264. if m != nil {
  265. return m.HouseholdUid
  266. }
  267. return 0
  268. }
  269. type RepairOrderUpdateReply struct {
  270. Origin *RepairOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  271. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  272. XXX_unrecognized []byte `json:"-"`
  273. XXX_sizecache int32 `json:"-"`
  274. }
  275. func (m *RepairOrderUpdateReply) Reset() { *m = RepairOrderUpdateReply{} }
  276. func (m *RepairOrderUpdateReply) String() string { return proto.CompactTextString(m) }
  277. func (*RepairOrderUpdateReply) ProtoMessage() {}
  278. func (*RepairOrderUpdateReply) Descriptor() ([]byte, []int) {
  279. return fileDescriptor_ed467f9ce737def7, []int{3}
  280. }
  281. func (m *RepairOrderUpdateReply) XXX_Unmarshal(b []byte) error {
  282. return xxx_messageInfo_RepairOrderUpdateReply.Unmarshal(m, b)
  283. }
  284. func (m *RepairOrderUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  285. return xxx_messageInfo_RepairOrderUpdateReply.Marshal(b, m, deterministic)
  286. }
  287. func (m *RepairOrderUpdateReply) XXX_Merge(src proto.Message) {
  288. xxx_messageInfo_RepairOrderUpdateReply.Merge(m, src)
  289. }
  290. func (m *RepairOrderUpdateReply) XXX_Size() int {
  291. return xxx_messageInfo_RepairOrderUpdateReply.Size(m)
  292. }
  293. func (m *RepairOrderUpdateReply) XXX_DiscardUnknown() {
  294. xxx_messageInfo_RepairOrderUpdateReply.DiscardUnknown(m)
  295. }
  296. var xxx_messageInfo_RepairOrderUpdateReply proto.InternalMessageInfo
  297. func (m *RepairOrderUpdateReply) GetOrigin() *RepairOrderUpdateRequest {
  298. if m != nil {
  299. return m.Origin
  300. }
  301. return nil
  302. }
  303. type RepairOrderDelRequest struct {
  304. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  305. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  306. HouseholdUid int64 `protobuf:"varint,11,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  307. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  308. XXX_unrecognized []byte `json:"-"`
  309. XXX_sizecache int32 `json:"-"`
  310. }
  311. func (m *RepairOrderDelRequest) Reset() { *m = RepairOrderDelRequest{} }
  312. func (m *RepairOrderDelRequest) String() string { return proto.CompactTextString(m) }
  313. func (*RepairOrderDelRequest) ProtoMessage() {}
  314. func (*RepairOrderDelRequest) Descriptor() ([]byte, []int) {
  315. return fileDescriptor_ed467f9ce737def7, []int{4}
  316. }
  317. func (m *RepairOrderDelRequest) XXX_Unmarshal(b []byte) error {
  318. return xxx_messageInfo_RepairOrderDelRequest.Unmarshal(m, b)
  319. }
  320. func (m *RepairOrderDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  321. return xxx_messageInfo_RepairOrderDelRequest.Marshal(b, m, deterministic)
  322. }
  323. func (m *RepairOrderDelRequest) XXX_Merge(src proto.Message) {
  324. xxx_messageInfo_RepairOrderDelRequest.Merge(m, src)
  325. }
  326. func (m *RepairOrderDelRequest) XXX_Size() int {
  327. return xxx_messageInfo_RepairOrderDelRequest.Size(m)
  328. }
  329. func (m *RepairOrderDelRequest) XXX_DiscardUnknown() {
  330. xxx_messageInfo_RepairOrderDelRequest.DiscardUnknown(m)
  331. }
  332. var xxx_messageInfo_RepairOrderDelRequest proto.InternalMessageInfo
  333. func (m *RepairOrderDelRequest) GetGardenId() int64 {
  334. if m != nil {
  335. return m.GardenId
  336. }
  337. return 0
  338. }
  339. func (m *RepairOrderDelRequest) GetId() int64 {
  340. if m != nil {
  341. return m.Id
  342. }
  343. return 0
  344. }
  345. func (m *RepairOrderDelRequest) GetHouseholdUid() int64 {
  346. if m != nil {
  347. return m.HouseholdUid
  348. }
  349. return 0
  350. }
  351. type RepairOrderDelReply struct {
  352. Origin *RepairOrderUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"`
  353. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  354. XXX_unrecognized []byte `json:"-"`
  355. XXX_sizecache int32 `json:"-"`
  356. }
  357. func (m *RepairOrderDelReply) Reset() { *m = RepairOrderDelReply{} }
  358. func (m *RepairOrderDelReply) String() string { return proto.CompactTextString(m) }
  359. func (*RepairOrderDelReply) ProtoMessage() {}
  360. func (*RepairOrderDelReply) Descriptor() ([]byte, []int) {
  361. return fileDescriptor_ed467f9ce737def7, []int{5}
  362. }
  363. func (m *RepairOrderDelReply) XXX_Unmarshal(b []byte) error {
  364. return xxx_messageInfo_RepairOrderDelReply.Unmarshal(m, b)
  365. }
  366. func (m *RepairOrderDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  367. return xxx_messageInfo_RepairOrderDelReply.Marshal(b, m, deterministic)
  368. }
  369. func (m *RepairOrderDelReply) XXX_Merge(src proto.Message) {
  370. xxx_messageInfo_RepairOrderDelReply.Merge(m, src)
  371. }
  372. func (m *RepairOrderDelReply) XXX_Size() int {
  373. return xxx_messageInfo_RepairOrderDelReply.Size(m)
  374. }
  375. func (m *RepairOrderDelReply) XXX_DiscardUnknown() {
  376. xxx_messageInfo_RepairOrderDelReply.DiscardUnknown(m)
  377. }
  378. var xxx_messageInfo_RepairOrderDelReply proto.InternalMessageInfo
  379. func (m *RepairOrderDelReply) GetOrigin() *RepairOrderUpdateRequest {
  380. if m != nil {
  381. return m.Origin
  382. }
  383. return nil
  384. }
  385. type RepairOrderReturnVisitRequest struct {
  386. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  387. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  388. // 1 满意 2 不满意
  389. ReturnVisitLevel int32 `protobuf:"varint,3,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"`
  390. // 回访内容
  391. ReturnVisitContent string `protobuf:"bytes,4,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"`
  392. HouseholdUid int64 `protobuf:"varint,5,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  393. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  394. XXX_unrecognized []byte `json:"-"`
  395. XXX_sizecache int32 `json:"-"`
  396. }
  397. func (m *RepairOrderReturnVisitRequest) Reset() { *m = RepairOrderReturnVisitRequest{} }
  398. func (m *RepairOrderReturnVisitRequest) String() string { return proto.CompactTextString(m) }
  399. func (*RepairOrderReturnVisitRequest) ProtoMessage() {}
  400. func (*RepairOrderReturnVisitRequest) Descriptor() ([]byte, []int) {
  401. return fileDescriptor_ed467f9ce737def7, []int{6}
  402. }
  403. func (m *RepairOrderReturnVisitRequest) XXX_Unmarshal(b []byte) error {
  404. return xxx_messageInfo_RepairOrderReturnVisitRequest.Unmarshal(m, b)
  405. }
  406. func (m *RepairOrderReturnVisitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  407. return xxx_messageInfo_RepairOrderReturnVisitRequest.Marshal(b, m, deterministic)
  408. }
  409. func (m *RepairOrderReturnVisitRequest) XXX_Merge(src proto.Message) {
  410. xxx_messageInfo_RepairOrderReturnVisitRequest.Merge(m, src)
  411. }
  412. func (m *RepairOrderReturnVisitRequest) XXX_Size() int {
  413. return xxx_messageInfo_RepairOrderReturnVisitRequest.Size(m)
  414. }
  415. func (m *RepairOrderReturnVisitRequest) XXX_DiscardUnknown() {
  416. xxx_messageInfo_RepairOrderReturnVisitRequest.DiscardUnknown(m)
  417. }
  418. var xxx_messageInfo_RepairOrderReturnVisitRequest proto.InternalMessageInfo
  419. func (m *RepairOrderReturnVisitRequest) GetGardenId() int64 {
  420. if m != nil {
  421. return m.GardenId
  422. }
  423. return 0
  424. }
  425. func (m *RepairOrderReturnVisitRequest) GetId() int64 {
  426. if m != nil {
  427. return m.Id
  428. }
  429. return 0
  430. }
  431. func (m *RepairOrderReturnVisitRequest) GetReturnVisitLevel() int32 {
  432. if m != nil {
  433. return m.ReturnVisitLevel
  434. }
  435. return 0
  436. }
  437. func (m *RepairOrderReturnVisitRequest) GetReturnVisitContent() string {
  438. if m != nil {
  439. return m.ReturnVisitContent
  440. }
  441. return ""
  442. }
  443. func (m *RepairOrderReturnVisitRequest) GetHouseholdUid() int64 {
  444. if m != nil {
  445. return m.HouseholdUid
  446. }
  447. return 0
  448. }
  449. type RepairOrderReturnVisitReply struct {
  450. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  451. XXX_unrecognized []byte `json:"-"`
  452. XXX_sizecache int32 `json:"-"`
  453. }
  454. func (m *RepairOrderReturnVisitReply) Reset() { *m = RepairOrderReturnVisitReply{} }
  455. func (m *RepairOrderReturnVisitReply) String() string { return proto.CompactTextString(m) }
  456. func (*RepairOrderReturnVisitReply) ProtoMessage() {}
  457. func (*RepairOrderReturnVisitReply) Descriptor() ([]byte, []int) {
  458. return fileDescriptor_ed467f9ce737def7, []int{7}
  459. }
  460. func (m *RepairOrderReturnVisitReply) XXX_Unmarshal(b []byte) error {
  461. return xxx_messageInfo_RepairOrderReturnVisitReply.Unmarshal(m, b)
  462. }
  463. func (m *RepairOrderReturnVisitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  464. return xxx_messageInfo_RepairOrderReturnVisitReply.Marshal(b, m, deterministic)
  465. }
  466. func (m *RepairOrderReturnVisitReply) XXX_Merge(src proto.Message) {
  467. xxx_messageInfo_RepairOrderReturnVisitReply.Merge(m, src)
  468. }
  469. func (m *RepairOrderReturnVisitReply) XXX_Size() int {
  470. return xxx_messageInfo_RepairOrderReturnVisitReply.Size(m)
  471. }
  472. func (m *RepairOrderReturnVisitReply) XXX_DiscardUnknown() {
  473. xxx_messageInfo_RepairOrderReturnVisitReply.DiscardUnknown(m)
  474. }
  475. var xxx_messageInfo_RepairOrderReturnVisitReply proto.InternalMessageInfo
  476. type RepairOrderPipelineData struct {
  477. // 处理人
  478. User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user"`
  479. // 处理意见
  480. Feedback string `protobuf:"bytes,2,opt,name=feedback,proto3" json:"feedback"`
  481. // 处理时间
  482. HandleTime string `protobuf:"bytes,3,opt,name=handle_time,json=handleTime,proto3" json:"handle_time"`
  483. Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status"`
  484. Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
  485. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  486. XXX_unrecognized []byte `json:"-"`
  487. XXX_sizecache int32 `json:"-"`
  488. }
  489. func (m *RepairOrderPipelineData) Reset() { *m = RepairOrderPipelineData{} }
  490. func (m *RepairOrderPipelineData) String() string { return proto.CompactTextString(m) }
  491. func (*RepairOrderPipelineData) ProtoMessage() {}
  492. func (*RepairOrderPipelineData) Descriptor() ([]byte, []int) {
  493. return fileDescriptor_ed467f9ce737def7, []int{8}
  494. }
  495. func (m *RepairOrderPipelineData) XXX_Unmarshal(b []byte) error {
  496. return xxx_messageInfo_RepairOrderPipelineData.Unmarshal(m, b)
  497. }
  498. func (m *RepairOrderPipelineData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  499. return xxx_messageInfo_RepairOrderPipelineData.Marshal(b, m, deterministic)
  500. }
  501. func (m *RepairOrderPipelineData) XXX_Merge(src proto.Message) {
  502. xxx_messageInfo_RepairOrderPipelineData.Merge(m, src)
  503. }
  504. func (m *RepairOrderPipelineData) XXX_Size() int {
  505. return xxx_messageInfo_RepairOrderPipelineData.Size(m)
  506. }
  507. func (m *RepairOrderPipelineData) XXX_DiscardUnknown() {
  508. xxx_messageInfo_RepairOrderPipelineData.DiscardUnknown(m)
  509. }
  510. var xxx_messageInfo_RepairOrderPipelineData proto.InternalMessageInfo
  511. func (m *RepairOrderPipelineData) GetUser() string {
  512. if m != nil {
  513. return m.User
  514. }
  515. return ""
  516. }
  517. func (m *RepairOrderPipelineData) GetFeedback() string {
  518. if m != nil {
  519. return m.Feedback
  520. }
  521. return ""
  522. }
  523. func (m *RepairOrderPipelineData) GetHandleTime() string {
  524. if m != nil {
  525. return m.HandleTime
  526. }
  527. return ""
  528. }
  529. func (m *RepairOrderPipelineData) GetStatus() string {
  530. if m != nil {
  531. return m.Status
  532. }
  533. return ""
  534. }
  535. func (m *RepairOrderPipelineData) GetPhone() string {
  536. if m != nil {
  537. return m.Phone
  538. }
  539. return ""
  540. }
  541. type RepairOrderItem struct {
  542. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  543. // 分类id
  544. ClassId int64 `protobuf:"varint,2,opt,name=class_id,json=classId,proto3" json:"class_id"`
  545. // 报修人
  546. ApplyPeople string `protobuf:"bytes,3,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
  547. // 报修人电话
  548. ApplyPeoplePhone string `protobuf:"bytes,4,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
  549. // 预约时间
  550. Appointment string `protobuf:"bytes,5,opt,name=appointment,proto3" json:"appointment"`
  551. // 房屋id
  552. HouseId int64 `protobuf:"varint,6,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  553. // 当前状态处理人
  554. CurrentUser string `protobuf:"bytes,7,opt,name=current_user,json=currentUser,proto3" json:"current_user"`
  555. // 报修内容
  556. ApplyContent string `protobuf:"bytes,8,opt,name=apply_content,json=applyContent,proto3" json:"apply_content"`
  557. // 报修图片
  558. ApplyPic []string `protobuf:"bytes,9,rep,name=apply_pic,json=applyPic,proto3" json:"apply_pic"`
  559. // 回访内容
  560. ReturnVisitContent string `protobuf:"bytes,10,opt,name=return_visit_content,json=returnVisitContent,proto3" json:"return_visit_content"`
  561. // 回访满意度
  562. ReturnVisitLevel int32 `protobuf:"varint,11,opt,name=return_visit_level,json=returnVisitLevel,proto3" json:"return_visit_level"`
  563. // 楼栋id
  564. BuildingId int64 `protobuf:"varint,12,opt,name=building_id,json=buildingId,proto3" json:"building_id"`
  565. // 单元id
  566. UnitId int64 `protobuf:"varint,13,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
  567. // 房屋全称
  568. HouseName string `protobuf:"bytes,14,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  569. // 报修时间
  570. CreatedAt string `protobuf:"bytes,15,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
  571. // 维修时间
  572. RepairTime string `protobuf:"bytes,16,opt,name=repair_time,json=repairTime,proto3" json:"repair_time"`
  573. // 分类名称
  574. ClassName string `protobuf:"bytes,17,opt,name=class_name,json=className,proto3" json:"class_name"`
  575. Status int32 `protobuf:"varint,18,opt,name=status,proto3" json:"status"`
  576. // 上级处理人
  577. LastUser string `protobuf:"bytes,19,opt,name=last_user,json=lastUser,proto3" json:"last_user"`
  578. // 1 公共区域 2 室内
  579. Area int32 `protobuf:"varint,20,opt,name=area,proto3" json:"area"`
  580. RepairPic []string `protobuf:"bytes,21,rep,name=repair_pic,json=repairPic,proto3" json:"repair_pic"`
  581. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  582. XXX_unrecognized []byte `json:"-"`
  583. XXX_sizecache int32 `json:"-"`
  584. }
  585. func (m *RepairOrderItem) Reset() { *m = RepairOrderItem{} }
  586. func (m *RepairOrderItem) String() string { return proto.CompactTextString(m) }
  587. func (*RepairOrderItem) ProtoMessage() {}
  588. func (*RepairOrderItem) Descriptor() ([]byte, []int) {
  589. return fileDescriptor_ed467f9ce737def7, []int{9}
  590. }
  591. func (m *RepairOrderItem) XXX_Unmarshal(b []byte) error {
  592. return xxx_messageInfo_RepairOrderItem.Unmarshal(m, b)
  593. }
  594. func (m *RepairOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  595. return xxx_messageInfo_RepairOrderItem.Marshal(b, m, deterministic)
  596. }
  597. func (m *RepairOrderItem) XXX_Merge(src proto.Message) {
  598. xxx_messageInfo_RepairOrderItem.Merge(m, src)
  599. }
  600. func (m *RepairOrderItem) XXX_Size() int {
  601. return xxx_messageInfo_RepairOrderItem.Size(m)
  602. }
  603. func (m *RepairOrderItem) XXX_DiscardUnknown() {
  604. xxx_messageInfo_RepairOrderItem.DiscardUnknown(m)
  605. }
  606. var xxx_messageInfo_RepairOrderItem proto.InternalMessageInfo
  607. func (m *RepairOrderItem) GetId() int64 {
  608. if m != nil {
  609. return m.Id
  610. }
  611. return 0
  612. }
  613. func (m *RepairOrderItem) GetClassId() int64 {
  614. if m != nil {
  615. return m.ClassId
  616. }
  617. return 0
  618. }
  619. func (m *RepairOrderItem) GetApplyPeople() string {
  620. if m != nil {
  621. return m.ApplyPeople
  622. }
  623. return ""
  624. }
  625. func (m *RepairOrderItem) GetApplyPeoplePhone() string {
  626. if m != nil {
  627. return m.ApplyPeoplePhone
  628. }
  629. return ""
  630. }
  631. func (m *RepairOrderItem) GetAppointment() string {
  632. if m != nil {
  633. return m.Appointment
  634. }
  635. return ""
  636. }
  637. func (m *RepairOrderItem) GetHouseId() int64 {
  638. if m != nil {
  639. return m.HouseId
  640. }
  641. return 0
  642. }
  643. func (m *RepairOrderItem) GetCurrentUser() string {
  644. if m != nil {
  645. return m.CurrentUser
  646. }
  647. return ""
  648. }
  649. func (m *RepairOrderItem) GetApplyContent() string {
  650. if m != nil {
  651. return m.ApplyContent
  652. }
  653. return ""
  654. }
  655. func (m *RepairOrderItem) GetApplyPic() []string {
  656. if m != nil {
  657. return m.ApplyPic
  658. }
  659. return nil
  660. }
  661. func (m *RepairOrderItem) GetReturnVisitContent() string {
  662. if m != nil {
  663. return m.ReturnVisitContent
  664. }
  665. return ""
  666. }
  667. func (m *RepairOrderItem) GetReturnVisitLevel() int32 {
  668. if m != nil {
  669. return m.ReturnVisitLevel
  670. }
  671. return 0
  672. }
  673. func (m *RepairOrderItem) GetBuildingId() int64 {
  674. if m != nil {
  675. return m.BuildingId
  676. }
  677. return 0
  678. }
  679. func (m *RepairOrderItem) GetUnitId() int64 {
  680. if m != nil {
  681. return m.UnitId
  682. }
  683. return 0
  684. }
  685. func (m *RepairOrderItem) GetHouseName() string {
  686. if m != nil {
  687. return m.HouseName
  688. }
  689. return ""
  690. }
  691. func (m *RepairOrderItem) GetCreatedAt() string {
  692. if m != nil {
  693. return m.CreatedAt
  694. }
  695. return ""
  696. }
  697. func (m *RepairOrderItem) GetRepairTime() string {
  698. if m != nil {
  699. return m.RepairTime
  700. }
  701. return ""
  702. }
  703. func (m *RepairOrderItem) GetClassName() string {
  704. if m != nil {
  705. return m.ClassName
  706. }
  707. return ""
  708. }
  709. func (m *RepairOrderItem) GetStatus() int32 {
  710. if m != nil {
  711. return m.Status
  712. }
  713. return 0
  714. }
  715. func (m *RepairOrderItem) GetLastUser() string {
  716. if m != nil {
  717. return m.LastUser
  718. }
  719. return ""
  720. }
  721. func (m *RepairOrderItem) GetArea() int32 {
  722. if m != nil {
  723. return m.Area
  724. }
  725. return 0
  726. }
  727. func (m *RepairOrderItem) GetRepairPic() []string {
  728. if m != nil {
  729. return m.RepairPic
  730. }
  731. return nil
  732. }
  733. type RepairOrderInfoRequest struct {
  734. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  735. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  736. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  737. XXX_unrecognized []byte `json:"-"`
  738. XXX_sizecache int32 `json:"-"`
  739. }
  740. func (m *RepairOrderInfoRequest) Reset() { *m = RepairOrderInfoRequest{} }
  741. func (m *RepairOrderInfoRequest) String() string { return proto.CompactTextString(m) }
  742. func (*RepairOrderInfoRequest) ProtoMessage() {}
  743. func (*RepairOrderInfoRequest) Descriptor() ([]byte, []int) {
  744. return fileDescriptor_ed467f9ce737def7, []int{10}
  745. }
  746. func (m *RepairOrderInfoRequest) XXX_Unmarshal(b []byte) error {
  747. return xxx_messageInfo_RepairOrderInfoRequest.Unmarshal(m, b)
  748. }
  749. func (m *RepairOrderInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  750. return xxx_messageInfo_RepairOrderInfoRequest.Marshal(b, m, deterministic)
  751. }
  752. func (m *RepairOrderInfoRequest) XXX_Merge(src proto.Message) {
  753. xxx_messageInfo_RepairOrderInfoRequest.Merge(m, src)
  754. }
  755. func (m *RepairOrderInfoRequest) XXX_Size() int {
  756. return xxx_messageInfo_RepairOrderInfoRequest.Size(m)
  757. }
  758. func (m *RepairOrderInfoRequest) XXX_DiscardUnknown() {
  759. xxx_messageInfo_RepairOrderInfoRequest.DiscardUnknown(m)
  760. }
  761. var xxx_messageInfo_RepairOrderInfoRequest proto.InternalMessageInfo
  762. func (m *RepairOrderInfoRequest) GetGardenId() int64 {
  763. if m != nil {
  764. return m.GardenId
  765. }
  766. return 0
  767. }
  768. func (m *RepairOrderInfoRequest) GetId() int64 {
  769. if m != nil {
  770. return m.Id
  771. }
  772. return 0
  773. }
  774. type RepairOrderInfoReply struct {
  775. // 基本信息
  776. BaseInfo *RepairOrderItem `protobuf:"bytes,1,opt,name=base_info,json=baseInfo,proto3" json:"base_info"`
  777. // 工单流水线
  778. List []*RepairOrderPipelineData `protobuf:"bytes,2,rep,name=list,proto3" json:"list"`
  779. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  780. XXX_unrecognized []byte `json:"-"`
  781. XXX_sizecache int32 `json:"-"`
  782. }
  783. func (m *RepairOrderInfoReply) Reset() { *m = RepairOrderInfoReply{} }
  784. func (m *RepairOrderInfoReply) String() string { return proto.CompactTextString(m) }
  785. func (*RepairOrderInfoReply) ProtoMessage() {}
  786. func (*RepairOrderInfoReply) Descriptor() ([]byte, []int) {
  787. return fileDescriptor_ed467f9ce737def7, []int{11}
  788. }
  789. func (m *RepairOrderInfoReply) XXX_Unmarshal(b []byte) error {
  790. return xxx_messageInfo_RepairOrderInfoReply.Unmarshal(m, b)
  791. }
  792. func (m *RepairOrderInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  793. return xxx_messageInfo_RepairOrderInfoReply.Marshal(b, m, deterministic)
  794. }
  795. func (m *RepairOrderInfoReply) XXX_Merge(src proto.Message) {
  796. xxx_messageInfo_RepairOrderInfoReply.Merge(m, src)
  797. }
  798. func (m *RepairOrderInfoReply) XXX_Size() int {
  799. return xxx_messageInfo_RepairOrderInfoReply.Size(m)
  800. }
  801. func (m *RepairOrderInfoReply) XXX_DiscardUnknown() {
  802. xxx_messageInfo_RepairOrderInfoReply.DiscardUnknown(m)
  803. }
  804. var xxx_messageInfo_RepairOrderInfoReply proto.InternalMessageInfo
  805. func (m *RepairOrderInfoReply) GetBaseInfo() *RepairOrderItem {
  806. if m != nil {
  807. return m.BaseInfo
  808. }
  809. return nil
  810. }
  811. func (m *RepairOrderInfoReply) GetList() []*RepairOrderPipelineData {
  812. if m != nil {
  813. return m.List
  814. }
  815. return nil
  816. }
  817. type RepairOrderListRequest struct {
  818. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  819. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  820. Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
  821. ApplyPeople string `protobuf:"bytes,4,opt,name=apply_people,json=applyPeople,proto3" json:"apply_people"`
  822. ApplyPeoplePhone string `protobuf:"bytes,5,opt,name=apply_people_phone,json=applyPeoplePhone,proto3" json:"apply_people_phone"`
  823. CurrentUid int64 `protobuf:"varint,6,opt,name=current_uid,json=currentUid,proto3" json:"current_uid"`
  824. GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  825. ClassId int64 `protobuf:"varint,8,opt,name=class_id,json=classId,proto3" json:"class_id"`
  826. HouseholdUid int64 `protobuf:"varint,9,opt,name=household_uid,json=householdUid,proto3" json:"household_uid"`
  827. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  828. XXX_unrecognized []byte `json:"-"`
  829. XXX_sizecache int32 `json:"-"`
  830. }
  831. func (m *RepairOrderListRequest) Reset() { *m = RepairOrderListRequest{} }
  832. func (m *RepairOrderListRequest) String() string { return proto.CompactTextString(m) }
  833. func (*RepairOrderListRequest) ProtoMessage() {}
  834. func (*RepairOrderListRequest) Descriptor() ([]byte, []int) {
  835. return fileDescriptor_ed467f9ce737def7, []int{12}
  836. }
  837. func (m *RepairOrderListRequest) XXX_Unmarshal(b []byte) error {
  838. return xxx_messageInfo_RepairOrderListRequest.Unmarshal(m, b)
  839. }
  840. func (m *RepairOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  841. return xxx_messageInfo_RepairOrderListRequest.Marshal(b, m, deterministic)
  842. }
  843. func (m *RepairOrderListRequest) XXX_Merge(src proto.Message) {
  844. xxx_messageInfo_RepairOrderListRequest.Merge(m, src)
  845. }
  846. func (m *RepairOrderListRequest) XXX_Size() int {
  847. return xxx_messageInfo_RepairOrderListRequest.Size(m)
  848. }
  849. func (m *RepairOrderListRequest) XXX_DiscardUnknown() {
  850. xxx_messageInfo_RepairOrderListRequest.DiscardUnknown(m)
  851. }
  852. var xxx_messageInfo_RepairOrderListRequest proto.InternalMessageInfo
  853. func (m *RepairOrderListRequest) GetPage() int64 {
  854. if m != nil {
  855. return m.Page
  856. }
  857. return 0
  858. }
  859. func (m *RepairOrderListRequest) GetPageSize() int64 {
  860. if m != nil {
  861. return m.PageSize
  862. }
  863. return 0
  864. }
  865. func (m *RepairOrderListRequest) GetStatus() int32 {
  866. if m != nil {
  867. return m.Status
  868. }
  869. return 0
  870. }
  871. func (m *RepairOrderListRequest) GetApplyPeople() string {
  872. if m != nil {
  873. return m.ApplyPeople
  874. }
  875. return ""
  876. }
  877. func (m *RepairOrderListRequest) GetApplyPeoplePhone() string {
  878. if m != nil {
  879. return m.ApplyPeoplePhone
  880. }
  881. return ""
  882. }
  883. func (m *RepairOrderListRequest) GetCurrentUid() int64 {
  884. if m != nil {
  885. return m.CurrentUid
  886. }
  887. return 0
  888. }
  889. func (m *RepairOrderListRequest) GetGardenId() int64 {
  890. if m != nil {
  891. return m.GardenId
  892. }
  893. return 0
  894. }
  895. func (m *RepairOrderListRequest) GetClassId() int64 {
  896. if m != nil {
  897. return m.ClassId
  898. }
  899. return 0
  900. }
  901. func (m *RepairOrderListRequest) GetHouseholdUid() int64 {
  902. if m != nil {
  903. return m.HouseholdUid
  904. }
  905. return 0
  906. }
  907. type RepairOrderListReply struct {
  908. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  909. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  910. List []*RepairOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  911. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  912. XXX_unrecognized []byte `json:"-"`
  913. XXX_sizecache int32 `json:"-"`
  914. }
  915. func (m *RepairOrderListReply) Reset() { *m = RepairOrderListReply{} }
  916. func (m *RepairOrderListReply) String() string { return proto.CompactTextString(m) }
  917. func (*RepairOrderListReply) ProtoMessage() {}
  918. func (*RepairOrderListReply) Descriptor() ([]byte, []int) {
  919. return fileDescriptor_ed467f9ce737def7, []int{13}
  920. }
  921. func (m *RepairOrderListReply) XXX_Unmarshal(b []byte) error {
  922. return xxx_messageInfo_RepairOrderListReply.Unmarshal(m, b)
  923. }
  924. func (m *RepairOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  925. return xxx_messageInfo_RepairOrderListReply.Marshal(b, m, deterministic)
  926. }
  927. func (m *RepairOrderListReply) XXX_Merge(src proto.Message) {
  928. xxx_messageInfo_RepairOrderListReply.Merge(m, src)
  929. }
  930. func (m *RepairOrderListReply) XXX_Size() int {
  931. return xxx_messageInfo_RepairOrderListReply.Size(m)
  932. }
  933. func (m *RepairOrderListReply) XXX_DiscardUnknown() {
  934. xxx_messageInfo_RepairOrderListReply.DiscardUnknown(m)
  935. }
  936. var xxx_messageInfo_RepairOrderListReply proto.InternalMessageInfo
  937. func (m *RepairOrderListReply) GetPage() int64 {
  938. if m != nil {
  939. return m.Page
  940. }
  941. return 0
  942. }
  943. func (m *RepairOrderListReply) GetTotal() int64 {
  944. if m != nil {
  945. return m.Total
  946. }
  947. return 0
  948. }
  949. func (m *RepairOrderListReply) GetList() []*RepairOrderItem {
  950. if m != nil {
  951. return m.List
  952. }
  953. return nil
  954. }
  955. type RepairClassListRequest struct {
  956. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  957. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  958. GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  959. Area int32 `protobuf:"varint,4,opt,name=area,proto3" json:"area"`
  960. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  961. XXX_unrecognized []byte `json:"-"`
  962. XXX_sizecache int32 `json:"-"`
  963. }
  964. func (m *RepairClassListRequest) Reset() { *m = RepairClassListRequest{} }
  965. func (m *RepairClassListRequest) String() string { return proto.CompactTextString(m) }
  966. func (*RepairClassListRequest) ProtoMessage() {}
  967. func (*RepairClassListRequest) Descriptor() ([]byte, []int) {
  968. return fileDescriptor_ed467f9ce737def7, []int{14}
  969. }
  970. func (m *RepairClassListRequest) XXX_Unmarshal(b []byte) error {
  971. return xxx_messageInfo_RepairClassListRequest.Unmarshal(m, b)
  972. }
  973. func (m *RepairClassListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  974. return xxx_messageInfo_RepairClassListRequest.Marshal(b, m, deterministic)
  975. }
  976. func (m *RepairClassListRequest) XXX_Merge(src proto.Message) {
  977. xxx_messageInfo_RepairClassListRequest.Merge(m, src)
  978. }
  979. func (m *RepairClassListRequest) XXX_Size() int {
  980. return xxx_messageInfo_RepairClassListRequest.Size(m)
  981. }
  982. func (m *RepairClassListRequest) XXX_DiscardUnknown() {
  983. xxx_messageInfo_RepairClassListRequest.DiscardUnknown(m)
  984. }
  985. var xxx_messageInfo_RepairClassListRequest proto.InternalMessageInfo
  986. func (m *RepairClassListRequest) GetPage() int64 {
  987. if m != nil {
  988. return m.Page
  989. }
  990. return 0
  991. }
  992. func (m *RepairClassListRequest) GetPageSize() int64 {
  993. if m != nil {
  994. return m.PageSize
  995. }
  996. return 0
  997. }
  998. func (m *RepairClassListRequest) GetGardenId() int64 {
  999. if m != nil {
  1000. return m.GardenId
  1001. }
  1002. return 0
  1003. }
  1004. func (m *RepairClassListRequest) GetArea() int32 {
  1005. if m != nil {
  1006. return m.Area
  1007. }
  1008. return 0
  1009. }
  1010. type RepairClassItem struct {
  1011. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  1012. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  1013. Enable bool `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"`
  1014. Area int32 `protobuf:"varint,4,opt,name=area,proto3" json:"area"`
  1015. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1016. XXX_unrecognized []byte `json:"-"`
  1017. XXX_sizecache int32 `json:"-"`
  1018. }
  1019. func (m *RepairClassItem) Reset() { *m = RepairClassItem{} }
  1020. func (m *RepairClassItem) String() string { return proto.CompactTextString(m) }
  1021. func (*RepairClassItem) ProtoMessage() {}
  1022. func (*RepairClassItem) Descriptor() ([]byte, []int) {
  1023. return fileDescriptor_ed467f9ce737def7, []int{15}
  1024. }
  1025. func (m *RepairClassItem) XXX_Unmarshal(b []byte) error {
  1026. return xxx_messageInfo_RepairClassItem.Unmarshal(m, b)
  1027. }
  1028. func (m *RepairClassItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1029. return xxx_messageInfo_RepairClassItem.Marshal(b, m, deterministic)
  1030. }
  1031. func (m *RepairClassItem) XXX_Merge(src proto.Message) {
  1032. xxx_messageInfo_RepairClassItem.Merge(m, src)
  1033. }
  1034. func (m *RepairClassItem) XXX_Size() int {
  1035. return xxx_messageInfo_RepairClassItem.Size(m)
  1036. }
  1037. func (m *RepairClassItem) XXX_DiscardUnknown() {
  1038. xxx_messageInfo_RepairClassItem.DiscardUnknown(m)
  1039. }
  1040. var xxx_messageInfo_RepairClassItem proto.InternalMessageInfo
  1041. func (m *RepairClassItem) GetId() int64 {
  1042. if m != nil {
  1043. return m.Id
  1044. }
  1045. return 0
  1046. }
  1047. func (m *RepairClassItem) GetName() string {
  1048. if m != nil {
  1049. return m.Name
  1050. }
  1051. return ""
  1052. }
  1053. func (m *RepairClassItem) GetEnable() bool {
  1054. if m != nil {
  1055. return m.Enable
  1056. }
  1057. return false
  1058. }
  1059. func (m *RepairClassItem) GetArea() int32 {
  1060. if m != nil {
  1061. return m.Area
  1062. }
  1063. return 0
  1064. }
  1065. type RepairClassListReply struct {
  1066. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  1067. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  1068. List []*RepairClassItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  1069. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1070. XXX_unrecognized []byte `json:"-"`
  1071. XXX_sizecache int32 `json:"-"`
  1072. }
  1073. func (m *RepairClassListReply) Reset() { *m = RepairClassListReply{} }
  1074. func (m *RepairClassListReply) String() string { return proto.CompactTextString(m) }
  1075. func (*RepairClassListReply) ProtoMessage() {}
  1076. func (*RepairClassListReply) Descriptor() ([]byte, []int) {
  1077. return fileDescriptor_ed467f9ce737def7, []int{16}
  1078. }
  1079. func (m *RepairClassListReply) XXX_Unmarshal(b []byte) error {
  1080. return xxx_messageInfo_RepairClassListReply.Unmarshal(m, b)
  1081. }
  1082. func (m *RepairClassListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1083. return xxx_messageInfo_RepairClassListReply.Marshal(b, m, deterministic)
  1084. }
  1085. func (m *RepairClassListReply) XXX_Merge(src proto.Message) {
  1086. xxx_messageInfo_RepairClassListReply.Merge(m, src)
  1087. }
  1088. func (m *RepairClassListReply) XXX_Size() int {
  1089. return xxx_messageInfo_RepairClassListReply.Size(m)
  1090. }
  1091. func (m *RepairClassListReply) XXX_DiscardUnknown() {
  1092. xxx_messageInfo_RepairClassListReply.DiscardUnknown(m)
  1093. }
  1094. var xxx_messageInfo_RepairClassListReply proto.InternalMessageInfo
  1095. func (m *RepairClassListReply) GetPage() int64 {
  1096. if m != nil {
  1097. return m.Page
  1098. }
  1099. return 0
  1100. }
  1101. func (m *RepairClassListReply) GetTotal() int64 {
  1102. if m != nil {
  1103. return m.Total
  1104. }
  1105. return 0
  1106. }
  1107. func (m *RepairClassListReply) GetList() []*RepairClassItem {
  1108. if m != nil {
  1109. return m.List
  1110. }
  1111. return nil
  1112. }
  1113. func init() {
  1114. proto.RegisterType((*RepairOrderAddRequest)(nil), "pb_v1.RepairOrderAddRequest")
  1115. proto.RegisterType((*RepairOrderAddReply)(nil), "pb_v1.RepairOrderAddReply")
  1116. proto.RegisterType((*RepairOrderUpdateRequest)(nil), "pb_v1.RepairOrderUpdateRequest")
  1117. proto.RegisterType((*RepairOrderUpdateReply)(nil), "pb_v1.RepairOrderUpdateReply")
  1118. proto.RegisterType((*RepairOrderDelRequest)(nil), "pb_v1.RepairOrderDelRequest")
  1119. proto.RegisterType((*RepairOrderDelReply)(nil), "pb_v1.RepairOrderDelReply")
  1120. proto.RegisterType((*RepairOrderReturnVisitRequest)(nil), "pb_v1.RepairOrderReturnVisitRequest")
  1121. proto.RegisterType((*RepairOrderReturnVisitReply)(nil), "pb_v1.RepairOrderReturnVisitReply")
  1122. proto.RegisterType((*RepairOrderPipelineData)(nil), "pb_v1.RepairOrderPipelineData")
  1123. proto.RegisterType((*RepairOrderItem)(nil), "pb_v1.RepairOrderItem")
  1124. proto.RegisterType((*RepairOrderInfoRequest)(nil), "pb_v1.RepairOrderInfoRequest")
  1125. proto.RegisterType((*RepairOrderInfoReply)(nil), "pb_v1.RepairOrderInfoReply")
  1126. proto.RegisterType((*RepairOrderListRequest)(nil), "pb_v1.RepairOrderListRequest")
  1127. proto.RegisterType((*RepairOrderListReply)(nil), "pb_v1.RepairOrderListReply")
  1128. proto.RegisterType((*RepairClassListRequest)(nil), "pb_v1.RepairClassListRequest")
  1129. proto.RegisterType((*RepairClassItem)(nil), "pb_v1.RepairClassItem")
  1130. proto.RegisterType((*RepairClassListReply)(nil), "pb_v1.RepairClassListReply")
  1131. }
  1132. func init() {
  1133. proto.RegisterFile("repair.proto", fileDescriptor_ed467f9ce737def7)
  1134. }
  1135. var fileDescriptor_ed467f9ce737def7 = []byte{
  1136. // 992 bytes of a gzipped FileDescriptorProto
  1137. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x57, 0xdd, 0x6e, 0xdc, 0x44,
  1138. 0x14, 0xd6, 0xfe, 0xdb, 0x67, 0xb7, 0x6d, 0x98, 0x6e, 0x53, 0x43, 0x14, 0xb2, 0x35, 0x42, 0x5a,
  1139. 0xa1, 0x36, 0xa5, 0xe9, 0x05, 0xd7, 0x25, 0xe5, 0x62, 0xa5, 0xaa, 0x04, 0x43, 0xb8, 0xe0, 0xc6,
  1140. 0x9a, 0xdd, 0x99, 0x6c, 0x46, 0x78, 0x6d, 0x63, 0x8f, 0x83, 0x36, 0x37, 0xbc, 0x06, 0x6f, 0x01,
  1141. 0xaf, 0xc2, 0x15, 0x6f, 0x83, 0xd0, 0x39, 0x63, 0x3b, 0xf6, 0xae, 0x17, 0xa2, 0x06, 0x09, 0xa9,
  1142. 0x57, 0xf1, 0x7c, 0x73, 0x3c, 0xf3, 0x9d, 0xef, 0x3b, 0xe7, 0x38, 0x0b, 0xa3, 0x44, 0xc6, 0x5c,
  1143. 0x25, 0xc7, 0x71, 0x12, 0xe9, 0x88, 0xf5, 0xe2, 0xb9, 0x7f, 0xf5, 0xc2, 0xfd, 0xab, 0x0d, 0x8f,
  1144. 0x3c, 0xc2, 0xbf, 0x4e, 0x84, 0x4c, 0x5e, 0x09, 0xe1, 0xc9, 0x9f, 0x32, 0x99, 0x6a, 0x76, 0x00,
  1145. 0xf6, 0x92, 0x27, 0x42, 0x86, 0xbe, 0x12, 0x4e, 0x6b, 0xd2, 0x9a, 0x76, 0x3c, 0xcb, 0x00, 0x33,
  1146. 0xc1, 0x3e, 0x04, 0x6b, 0x11, 0xf0, 0x34, 0xc5, 0xbd, 0x36, 0xed, 0x0d, 0x68, 0x3d, 0x13, 0xec,
  1147. 0x09, 0x8c, 0x78, 0x1c, 0x07, 0x6b, 0x3f, 0x96, 0x51, 0x1c, 0x48, 0xa7, 0x33, 0x69, 0x4d, 0x6d,
  1148. 0x6f, 0x48, 0xd8, 0x19, 0x41, 0xec, 0x29, 0xb0, 0x6a, 0x88, 0x1f, 0x5f, 0x46, 0xa1, 0x74, 0xba,
  1149. 0x14, 0xb8, 0x57, 0x09, 0x3c, 0x43, 0x9c, 0x4d, 0x00, 0x5f, 0x8e, 0x54, 0xa8, 0x57, 0x32, 0xd4,
  1150. 0x4e, 0x8f, 0xae, 0xab, 0x42, 0xc8, 0xe6, 0x32, 0xca, 0x52, 0x89, 0x6c, 0xfa, 0x86, 0x0d, 0xad,
  1151. 0x0d, 0xd1, 0x80, 0xa7, 0xda, 0xcf, 0x94, 0x70, 0x06, 0x66, 0x0b, 0xd7, 0xe7, 0x4a, 0xb0, 0x4f,
  1152. 0xe0, 0x9e, 0x61, 0xb1, 0x88, 0x42, 0x8d, 0x27, 0x5b, 0x44, 0xc0, 0xb0, 0x3f, 0x35, 0x18, 0xaa,
  1153. 0x90, 0x53, 0x55, 0x0b, 0xc7, 0x9e, 0x74, 0xa6, 0xb6, 0x67, 0x19, 0x86, 0x6a, 0xc1, 0x0e, 0x01,
  1154. 0xe6, 0xf8, 0xfa, 0x2a, 0xe6, 0xe1, 0xda, 0x81, 0x49, 0x6b, 0x6a, 0x79, 0xf6, 0x7c, 0x7d, 0x6a,
  1155. 0x00, 0xbc, 0x80, 0x68, 0x5c, 0x46, 0x81, 0x20, 0x02, 0x43, 0x22, 0x30, 0x2a, 0xc1, 0x73, 0x25,
  1156. 0xdc, 0x4f, 0xe1, 0xe1, 0xa6, 0xfe, 0x71, 0xb0, 0x66, 0xf7, 0xa1, 0x5d, 0xca, 0xde, 0x56, 0xc2,
  1157. 0xfd, 0xb3, 0x0d, 0x4e, 0x25, 0xee, 0x3c, 0x16, 0x5c, 0xcb, 0xf7, 0xcb, 0xaa, 0x2d, 0x3f, 0x06,
  1158. 0xff, 0xe6, 0x87, 0xb5, 0xe1, 0x87, 0x11, 0xcd, 0x2e, 0x44, 0xdb, 0x36, 0x00, 0x1a, 0x0c, 0xf8,
  1159. 0x06, 0xf6, 0x1b, 0x84, 0x45, 0x0f, 0xbe, 0x80, 0x7e, 0x94, 0xa8, 0xa5, 0x0a, 0x49, 0xd3, 0xe1,
  1160. 0xc9, 0xd1, 0x31, 0xf5, 0xcc, 0xf1, 0x2e, 0x1f, 0xbc, 0x3c, 0xdc, 0x55, 0xb5, 0x9e, 0x7a, 0x2d,
  1161. 0x83, 0x5b, 0x19, 0x65, 0xd8, 0xb7, 0x77, 0xb3, 0x6f, 0x2a, 0x9f, 0xb7, 0xb5, 0xf2, 0xa1, 0xab,
  1162. 0xee, 0x44, 0xfd, 0x8f, 0x16, 0x1c, 0x56, 0x82, 0x3c, 0xa9, 0xb3, 0x24, 0xfc, 0x5e, 0xa5, 0x4a,
  1163. 0xbf, 0x53, 0x0e, 0x4f, 0x81, 0x25, 0x74, 0x84, 0x7f, 0x85, 0x67, 0xf8, 0x81, 0xbc, 0x92, 0x01,
  1164. 0xd5, 0x59, 0xcf, 0xdb, 0x4b, 0x6e, 0x0e, 0x7f, 0x83, 0x38, 0xfb, 0x1c, 0xc6, 0xb5, 0xe8, 0xa2,
  1165. 0x10, 0x4c, 0xb9, 0xb1, 0x4a, 0x7c, 0x51, 0x0e, 0x5b, 0x1a, 0xf5, 0x1a, 0x34, 0x3a, 0x84, 0x83,
  1166. 0x5d, 0x29, 0xc5, 0xc1, 0xda, 0xfd, 0xb5, 0x05, 0x8f, 0x2b, 0xfb, 0x67, 0x2a, 0x96, 0x81, 0x0a,
  1167. 0xe5, 0x6b, 0xae, 0x39, 0x63, 0xd0, 0xcd, 0x52, 0x99, 0x50, 0x9e, 0xb6, 0x47, 0xcf, 0xec, 0x23,
  1168. 0xb0, 0x2e, 0xa4, 0x14, 0x73, 0xbe, 0xf8, 0x91, 0x32, 0xb5, 0xbd, 0x72, 0xcd, 0x8e, 0x60, 0x78,
  1169. 0xc9, 0x43, 0x11, 0x48, 0x5f, 0xab, 0x55, 0xd1, 0x50, 0x60, 0xa0, 0xef, 0xd4, 0x4a, 0xb2, 0x7d,
  1170. 0xe8, 0xa7, 0x9a, 0xeb, 0x2c, 0xcd, 0x93, 0xca, 0x57, 0x6c, 0x0c, 0x3d, 0xd3, 0x5a, 0x3d, 0x82,
  1171. 0xcd, 0xc2, 0xfd, 0xad, 0x07, 0x0f, 0x2a, 0xd4, 0x66, 0x5a, 0xae, 0x36, 0x27, 0xc3, 0xff, 0xdd,
  1172. 0xdf, 0xf6, 0xad, 0xfb, 0xfb, 0x09, 0x8c, 0x16, 0x59, 0x92, 0xc8, 0x50, 0xfb, 0xa4, 0xa9, 0x69,
  1173. 0xef, 0x61, 0x8e, 0x9d, 0xa3, 0xb4, 0x77, 0x1f, 0xc9, 0xbb, 0x4a, 0x08, 0x76, 0x96, 0x50, 0x73,
  1174. 0x89, 0x0e, 0x77, 0x94, 0xe8, 0x11, 0x0c, 0xe7, 0x99, 0x0a, 0x84, 0x0a, 0x97, 0x98, 0xe2, 0x88,
  1175. 0x52, 0x84, 0x02, 0x9a, 0x09, 0xf6, 0x18, 0x06, 0x59, 0xa8, 0x34, 0x6e, 0xde, 0xa3, 0xcd, 0x3e,
  1176. 0x2e, 0x67, 0x02, 0x3f, 0x16, 0x46, 0x99, 0x90, 0xaf, 0xa4, 0x73, 0x9f, 0xf8, 0xd8, 0x84, 0xbc,
  1177. 0xe5, 0x2b, 0x89, 0xdb, 0x8b, 0x44, 0x72, 0x2d, 0x85, 0xcf, 0xb5, 0xf3, 0xc0, 0x6c, 0xe7, 0xc8,
  1178. 0x2b, 0x8d, 0xf7, 0x9a, 0xcf, 0xb7, 0x29, 0xac, 0x3d, 0x53, 0x58, 0x06, 0xa2, 0xc2, 0xc2, 0xf7,
  1179. 0xa9, 0x0c, 0xe8, 0xf8, 0x0f, 0xf2, 0xf7, 0x11, 0xa1, 0xe3, 0x6f, 0xea, 0x8e, 0x51, 0x66, 0x45,
  1180. 0xdd, 0x1d, 0x80, 0x6d, 0xbe, 0x8f, 0xe8, 0xc8, 0x43, 0x53, 0xcd, 0xf4, 0x81, 0x44, 0x3b, 0x18,
  1181. 0x74, 0x79, 0x22, 0xb9, 0x33, 0xa6, 0x57, 0xe8, 0x19, 0xef, 0xc9, 0x89, 0xa0, 0xfc, 0x8f, 0x48,
  1182. 0x7e, 0xdb, 0x20, 0x67, 0x6a, 0xe1, 0x7e, 0x55, 0x9b, 0xa6, 0xb3, 0xf0, 0x22, 0x7a, 0x97, 0xb9,
  1183. 0xe1, 0xfe, 0x02, 0xe3, 0xad, 0x63, 0x70, 0xae, 0xbd, 0x04, 0x7b, 0xce, 0xb1, 0xba, 0xc2, 0x8b,
  1184. 0x28, 0x1f, 0x6d, 0xfb, 0xdb, 0xa3, 0x0d, 0xfb, 0xc4, 0xb3, 0x30, 0x10, 0xdf, 0x64, 0x27, 0xd0,
  1185. 0x0d, 0x54, 0xaa, 0x9d, 0xf6, 0xa4, 0x33, 0x1d, 0x9e, 0x7c, 0xbc, 0x1d, 0x5f, 0x6d, 0x79, 0x8f,
  1186. 0x62, 0xdd, 0xdf, 0xdb, 0xb5, 0x44, 0xde, 0xa8, 0xb4, 0x1c, 0x80, 0x0c, 0xba, 0x31, 0x5f, 0xca,
  1187. 0x3c, 0x07, 0x7a, 0xc6, 0xe4, 0xf0, 0xaf, 0x9f, 0xaa, 0x6b, 0x99, 0xa7, 0x61, 0x21, 0xf0, 0xad,
  1188. 0xba, 0xae, 0x6a, 0xdf, 0xa9, 0x69, 0xbf, 0xd9, 0x9e, 0xdd, 0xdb, 0xb6, 0x67, 0x6f, 0x47, 0x7b,
  1189. 0x1e, 0xc1, 0xb0, 0xec, 0xb0, 0xb2, 0xff, 0xa0, 0x68, 0x30, 0x25, 0xea, 0x1e, 0x0c, 0xfe, 0xe1,
  1190. 0x1f, 0x05, 0xab, 0x3e, 0x48, 0xb6, 0xc6, 0xac, 0xdd, 0x30, 0x66, 0x83, 0x9a, 0x67, 0x46, 0x31,
  1191. 0xf4, 0xac, 0x49, 0xaf, 0x31, 0xf4, 0x74, 0xa4, 0x79, 0x90, 0x6b, 0x65, 0x16, 0xec, 0xb3, 0xdc,
  1192. 0xa8, 0x0e, 0x19, 0xb5, 0xcb, 0x58, 0x63, 0xd0, 0x75, 0xe1, 0xcf, 0x29, 0x72, 0xbc, 0x93, 0x3f,
  1193. 0x35, 0x55, 0x3a, 0x1b, 0xaa, 0x14, 0x3d, 0xd0, 0xbd, 0xe9, 0x01, 0x97, 0x17, 0x53, 0x99, 0xee,
  1194. 0x6e, 0x9c, 0xca, 0x0c, 0xba, 0xd4, 0x88, 0xe6, 0x03, 0x41, 0xcf, 0x58, 0x07, 0x32, 0xe4, 0xf3,
  1195. 0x7c, 0x10, 0x5b, 0x5e, 0xbe, 0x6a, 0xbc, 0xa2, 0x14, 0xb3, 0x92, 0xde, 0x7f, 0x27, 0x66, 0xc9,
  1196. 0xdb, 0x88, 0xf9, 0xa5, 0xfb, 0xc3, 0x24, 0x4e, 0xa2, 0x58, 0x26, 0x7a, 0xfd, 0xac, 0xf4, 0xf4,
  1197. 0xd9, 0x92, 0x6b, 0xf9, 0x33, 0x5f, 0x3f, 0x8f, 0xe7, 0xcf, 0xaf, 0x5e, 0xcc, 0xfb, 0xf4, 0xbb,
  1198. 0xe1, 0xe5, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x74, 0x29, 0xef, 0x5b, 0x47, 0x0c, 0x00, 0x00,
  1199. }