orderaftersalebill.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. "applySource": {
  67. "type": "text",
  68. "index": "not_analyzed"
  69. },
  70. "userRefundAmount": {
  71. "type": "integer"
  72. },
  73. "totalUserRefundAmount": {
  74. "type": "integer"
  75. },
  76. "prodCountAfterRefund": {
  77. "type": "integer"
  78. },
  79. "productsRemainDetail": {
  80. "type": "text",
  81. "index": "not_analyzed"
  82. },
  83. "productsRefundDetail": {
  84. "type": "text",
  85. "index": "not_analyzed"
  86. },
  87. "createBy": {
  88. "type": "long"
  89. },
  90. "createTimeLong": {
  91. "type": "long"
  92. },
  93. "updateBy": {
  94. "type": "long"
  95. },
  96. "updateTimeLong": {
  97. "type": "long"
  98. }
  99. }
  100. }
  101. }