inquireresultcolumn.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "inquireresultcolumn": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idInquire": {
  11. "type": "long"
  12. },
  13. "idParentColumn": {
  14. "type": "long"
  15. },
  16. "columnName": {
  17. "type": "text",
  18. "index": "not_analyzed"
  19. },
  20. "columnField": {
  21. "type": "text",
  22. "index": "not_analyzed"
  23. },
  24. "columnWidth": {
  25. "type": "integer"
  26. },
  27. "visible": {
  28. "type": "integer"
  29. },
  30. "hasStatistics": {
  31. "type": "integer"
  32. },
  33. "statisticsFormat": {
  34. "type": "text",
  35. "index": "not_analyzed"
  36. },
  37. "linkUrl": {
  38. "type": "text",
  39. "index": "not_analyzed"
  40. },
  41. "sortAsc": {
  42. "type": "integer"
  43. },
  44. "createBy": {
  45. "type": "long"
  46. },
  47. "createTimeLong": {
  48. "type": "long"
  49. },
  50. "updateBy": {
  51. "type": "long"
  52. },
  53. "updateTimeLong": {
  54. "type": "long"
  55. }
  56. }
  57. }
  58. }