storeplatform.json 626 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idStore": {
  8. "type": "long"
  9. },
  10. "idPlatformInfo": {
  11. "type": "long"
  12. },
  13. "platformName": {
  14. "type": "text",
  15. "index": "not_analyzed"
  16. },
  17. "platformType": {
  18. "type": "integer"
  19. },
  20. "enableStatue": {
  21. "type": "integer"
  22. },
  23. "createBy": {
  24. "type": "long"
  25. },
  26. "createTimeLong": {
  27. "type": "long"
  28. },
  29. "updateBy": {
  30. "type": "long"
  31. },
  32. "updateTimeLong": {
  33. "type": "long"
  34. }
  35. }
  36. }
  37. }