| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "inquireresultcolumn": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idInquire": {
- "type": "long"
- },
- "idParentColumn": {
- "type": "long"
- },
- "columnName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "columnField": {
- "type": "text",
- "index": "not_analyzed"
- },
- "columnWidth": {
- "type": "integer"
- },
- "visible": {
- "type": "integer"
- },
- "hasStatistics": {
- "type": "integer"
- },
- "statisticsFormat": {
- "type": "text",
- "index": "not_analyzed"
- },
- "linkUrl": {
- "type": "text",
- "index": "not_analyzed"
- },
- "sortAsc": {
- "type": "integer"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|