orderaftersalebill.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "orderaftersalebill": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "idStore": {
  14. "type": "long"
  15. },
  16. "billCode": {
  17. "type": "text",
  18. "index": "analyzed",
  19. "analyzer": "codefull_analyzer",
  20. "fields": {
  21. "raw": {
  22. "type": "keyword"
  23. }
  24. }
  25. },
  26. "outPlatformStoreId": {
  27. "type": "text",
  28. "index": "analyzed",
  29. "analyzer": "codefull_analyzer",
  30. "fields": {
  31. "raw": {
  32. "type": "keyword"
  33. }
  34. }
  35. },
  36. "idStorePlatform": {
  37. "type": "long"
  38. },
  39. "platformCode": {
  40. "type": "text",
  41. "index": "analyzed",
  42. "analyzer": "codefull_analyzer",
  43. "fields": {
  44. "raw": {
  45. "type": "keyword"
  46. }
  47. }
  48. },
  49. "platformType": {
  50. "type": "integer"
  51. },
  52. "platformName": {
  53. "type": "text",
  54. "index": "not_analyzed"
  55. },
  56. "outAfterSaleId": {
  57. "type": "text",
  58. "index": "analyzed",
  59. "analyzer": "codefull_analyzer",
  60. "fields": {
  61. "raw": {
  62. "type": "keyword"
  63. }
  64. }
  65. },
  66. "idRefundRequest": {
  67. "type": "long"
  68. },
  69. "applySource": {
  70. "type": "text",
  71. "index": "not_analyzed"
  72. },
  73. "userRefundAmount": {
  74. "type": "integer"
  75. },
  76. "totalUserRefundAmount": {
  77. "type": "integer"
  78. },
  79. "prodCountAfterRefund": {
  80. "type": "integer"
  81. },
  82. "productsRemainDetail": {
  83. "type": "text",
  84. "index": "not_analyzed"
  85. },
  86. "refundReasonCodes": {
  87. "type": "text",
  88. "index": "not_analyzed"
  89. },
  90. "productsRefundDetail": {
  91. "type": "text",
  92. "index": "not_analyzed"
  93. },
  94. "createBy": {
  95. "type": "long"
  96. },
  97. "createTimeLong": {
  98. "type": "long"
  99. },
  100. "updateBy": {
  101. "type": "long"
  102. },
  103. "updateTimeLong": {
  104. "type": "long"
  105. }
  106. }
  107. }
  108. }