orderrefundrequest.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idOrder": {
  8. "type": "long"
  9. },
  10. "idStore": {
  11. "type": "long"
  12. },
  13. "outPlatformStoreId": {
  14. "type": "text",
  15. "index": "not_analyzed"
  16. },
  17. "idStorePlatform": {
  18. "type": "long"
  19. },
  20. "platformCode": {
  21. "type": "text",
  22. "index": "analyzed",
  23. "analyzer": "codefull_analyzer",
  24. "fields": {
  25. "raw": {
  26. "type": "keyword"
  27. }
  28. }
  29. },
  30. "platformType": {
  31. "type": "integer"
  32. },
  33. "platformName": {
  34. "type": "text",
  35. "index": "not_analyzed"
  36. },
  37. "outAfterSaleId": {
  38. "type": "text",
  39. "index": "analyzed",
  40. "analyzer": "codefull_analyzer",
  41. "fields": {
  42. "raw": {
  43. "type": "keyword"
  44. }
  45. }
  46. },
  47. "requestStatus": {
  48. "type": "integer"
  49. },
  50. "userRefundMemo": {
  51. "type": "text",
  52. "index": "not_analyzed"
  53. },
  54. "refundType": {
  55. "type": "integer"
  56. },
  57. "deliveryFee": {
  58. "type": "integer"
  59. },
  60. "refundFee": {
  61. "type": "integer"
  62. },
  63. "refundProdCount": {
  64. "type": "integer"
  65. },
  66. "refundReasonCodes": {
  67. "type": "text",
  68. "index": "not_analyzed"
  69. },
  70. "refundProductsDetail": {
  71. "type": "text",
  72. "index": "not_analyzed"
  73. },
  74. "createBy": {
  75. "type": "long"
  76. },
  77. "createTimeLong": {
  78. "type": "long"
  79. },
  80. "updateBy": {
  81. "type": "long"
  82. },
  83. "updateTimeLong": {
  84. "type": "long"
  85. }
  86. }
  87. }
  88. }