orderdetailitem.json 755 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "orderdetailitem": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "itemName": {
  14. "type": "text",
  15. "index": "not_analyzed"
  16. },
  17. "itemPrice": {
  18. "type": "double"
  19. },
  20. "itemCount": {
  21. "type": "integer"
  22. },
  23. "itemMoney": {
  24. "type": "double"
  25. },
  26. "itemDetail": {
  27. "type": "text",
  28. "index": "not_analyzed"
  29. },
  30. "createBy": {
  31. "type": "long"
  32. },
  33. "createTimeLong": {
  34. "type": "long"
  35. },
  36. "updateBy": {
  37. "type": "long"
  38. },
  39. "updateTimeLong": {
  40. "type": "long"
  41. }
  42. }
  43. }
  44. }