| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "idTask": {
- "type": "long"
- },
- "idOrder": {
- "type": "long"
- },
- "idProcess": {
- "type": "long"
- },
- "feedbackCount": {
- "type": "integer"
- },
- "feedbackMan": {
- "type": "text",
- "index": "not_analyzed"
- },
- "feedbackExplain": {
- "type": "text",
- "index": "not_analyzed"
- },
- "feedbackMemo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "feedBackState": {
- "type": "integer"
- },
- "processName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|