orderrefundrequest.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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": "not_analyzed"
  40. },
  41. "requestStatus": {
  42. "type": "integer"
  43. },
  44. "userRefundMemo": {
  45. "type": "text",
  46. "index": "not_analyzed"
  47. },
  48. "refundType": {
  49. "type": "integer"
  50. },
  51. "deliveryFee": {
  52. "type": "integer"
  53. },
  54. "refundFee": {
  55. "type": "integer"
  56. },
  57. "refundProdCount": {
  58. "type": "integer"
  59. },
  60. "refundProductsDetail": {
  61. "type": "text",
  62. "index": "not_analyzed"
  63. },
  64. "createBy": {
  65. "type": "long"
  66. },
  67. "createTimeLong": {
  68. "type": "long"
  69. },
  70. "updateBy": {
  71. "type": "long"
  72. },
  73. "updateTimeLong": {
  74. "type": "long"
  75. }
  76. }
  77. }
  78. }