businessorder.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "orderName": {
  8. "type": "text",
  9. "index": "not_analyzed"
  10. },
  11. "orderCode": {
  12. "type": "text",
  13. "index": "not_analyzed"
  14. },
  15. "orderStatus": {
  16. "type": "integer"
  17. },
  18. "incomePlatformId": {
  19. "type": "long"
  20. },
  21. "incomePlatformName": {
  22. "type": "text",
  23. "index": "not_analyzed"
  24. },
  25. "incomePlatformOrderCode": {
  26. "type": "text",
  27. "index": "not_analyzed"
  28. },
  29. "incomePlatformOrderTimeLong": {
  30. "type": "long"
  31. },
  32. "suggestDeliverTimeLong": {
  33. "type": "long"
  34. },
  35. "idStore": {
  36. "type": "long"
  37. },
  38. "storeName": {
  39. "type": "text",
  40. "index": "not_analyzed"
  41. },
  42. "deliverFee": {
  43. "type": "double"
  44. },
  45. "deliverDistance": {
  46. "type": "double"
  47. },
  48. "deliverAddressAll": {
  49. "type": "text",
  50. "index": "not_analyzed"
  51. },
  52. "outGoingPlatformId": {
  53. "type": "long"
  54. },
  55. "outGoingPlatformName": {
  56. "type": "text",
  57. "index": "not_analyzed"
  58. },
  59. "voidFlag": {
  60. "type": "integer"
  61. },
  62. "createBy": {
  63. "type": "long"
  64. },
  65. "createTimeLong": {
  66. "type": "long"
  67. },
  68. "updateBy": {
  69. "type": "long"
  70. },
  71. "updateTimeLong": {
  72. "type": "long"
  73. }
  74. }
  75. }
  76. }