Hibok
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

76 wiersze
2.3 KiB

  1. ///
  2. // Generated code. Do not modify.
  3. // source: interpreter.proto
  4. //
  5. // @dart = 2.3
  6. // ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
  7. const InterpreterOrderState$json = const {
  8. '1': 'InterpreterOrderState',
  9. '2': const [
  10. const {'1': 'Distributeing', '2': 1},
  11. const {'1': 'Underway', '2': 2},
  12. const {'1': 'Rescinded', '2': 3},
  13. const {'1': 'Completed', '2': 4},
  14. ],
  15. };
  16. const IssueInterpreterOrderReq$json = const {
  17. '1': 'IssueInterpreterOrderReq',
  18. '2': const [
  19. const {'1': 'TLanguage', '3': 1, '4': 1, '5': 13, '10': 'TLanguage'},
  20. const {'1': 'Scenes', '3': 2, '4': 1, '5': 5, '10': 'Scenes'},
  21. const {'1': 'Desc', '3': 3, '4': 1, '5': 9, '10': 'Desc'},
  22. ],
  23. };
  24. const IssueInterpreterOrderRes$json = const {
  25. '1': 'IssueInterpreterOrderRes',
  26. '2': const [
  27. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  28. const {'1': 'OrderId', '3': 2, '4': 1, '5': 9, '10': 'OrderId'},
  29. const {'1': 'WaitNum', '3': 3, '4': 1, '5': 5, '10': 'WaitNum'},
  30. ],
  31. };
  32. const ReceivingInterpreterOrderReq$json = const {
  33. '1': 'ReceivingInterpreterOrderReq',
  34. '2': const [
  35. const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'},
  36. ],
  37. };
  38. const ReceivingInterpreterOrderRes$json = const {
  39. '1': 'ReceivingInterpreterOrderRes',
  40. '2': const [
  41. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  42. ],
  43. };
  44. const CancellationInterpreterOrderReq$json = const {
  45. '1': 'CancellationInterpreterOrderReq',
  46. '2': const [
  47. const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'},
  48. ],
  49. };
  50. const CancellationInterpreterOrderRes$json = const {
  51. '1': 'CancellationInterpreterOrderRes',
  52. '2': const [
  53. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  54. const {'1': 'OrderId', '3': 2, '4': 1, '5': 9, '10': 'OrderId'},
  55. ],
  56. };
  57. const DeliveryInterpreterOrderPush$json = const {
  58. '1': 'DeliveryInterpreterOrderPush',
  59. '2': const [
  60. const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'},
  61. const {'1': 'CreateTime', '3': 2, '4': 1, '5': 3, '10': 'CreateTime'},
  62. const {'1': 'TLanguage', '3': 3, '4': 1, '5': 13, '10': 'TLanguage'},
  63. const {'1': 'Scenes', '3': 4, '4': 1, '5': 5, '10': 'Scenes'},
  64. const {'1': 'Desc', '3': 5, '4': 1, '5': 9, '10': 'Desc'},
  65. ],
  66. };