inquiremaininfo.json 718 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "inquireName": {
  8. "type": "text",
  9. "index": "not_analyzed"
  10. },
  11. "inquireFuncName": {
  12. "type": "text",
  13. "index": "not_analyzed"
  14. },
  15. "inquireType": {
  16. "type": "integer"
  17. },
  18. "canExport": {
  19. "type": "integer"
  20. },
  21. "queryInPage": {
  22. "type": "integer"
  23. },
  24. "voidFlag": {
  25. "type": "integer"
  26. },
  27. "createBy": {
  28. "type": "long"
  29. },
  30. "createTimeLong": {
  31. "type": "long"
  32. },
  33. "updateBy": {
  34. "type": "long"
  35. },
  36. "updateTimeLong": {
  37. "type": "long"
  38. }
  39. }
  40. }
  41. }