storeplatformrequire.json 820 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "storeplatformrequire": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idStore": {
  11. "type": "long"
  12. },
  13. "idStorePlatform": {
  14. "type": "long"
  15. },
  16. "idPlatformRequire": {
  17. "type": "long"
  18. },
  19. "platformRequireCode": {
  20. "type": "text",
  21. "index": "not_analyzed"
  22. },
  23. "platformRequireName": {
  24. "type": "text",
  25. "index": "not_analyzed"
  26. },
  27. "itemValue": {
  28. "type": "text",
  29. "index": "not_analyzed"
  30. },
  31. "createBy": {
  32. "type": "long"
  33. },
  34. "createTimeLong": {
  35. "type": "long"
  36. },
  37. "updateBy": {
  38. "type": "long"
  39. },
  40. "updateTimeLong": {
  41. "type": "long"
  42. }
  43. }
  44. }
  45. }