inquirecondition.json 943 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "inquirecondition": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idInquire": {
  11. "type": "long"
  12. },
  13. "conditionName": {
  14. "type": "text",
  15. "index": "not_analyzed"
  16. },
  17. "conditionField": {
  18. "type": "text",
  19. "index": "not_analyzed"
  20. },
  21. "dataType": {
  22. "type": "integer"
  23. },
  24. "defaultValue": {
  25. "type": "text",
  26. "index": "not_analyzed"
  27. },
  28. "visible": {
  29. "type": "integer"
  30. },
  31. "selectDicType": {
  32. "type": "text",
  33. "index": "not_analyzed"
  34. },
  35. "sortAsc": {
  36. "type": "integer"
  37. },
  38. "createBy": {
  39. "type": "long"
  40. },
  41. "createTimeLong": {
  42. "type": "long"
  43. },
  44. "updateBy": {
  45. "type": "long"
  46. },
  47. "updateTimeLong": {
  48. "type": "long"
  49. }
  50. }
  51. }
  52. }