orderTaskFeedbackRecord.json 941 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idTask": {
  8. "type": "long"
  9. },
  10. "idOrder": {
  11. "type": "long"
  12. },
  13. "idProcess": {
  14. "type": "long"
  15. },
  16. "feedbackCount": {
  17. "type": "integer"
  18. },
  19. "feedbackMan": {
  20. "type": "text",
  21. "index": "not_analyzed"
  22. },
  23. "feedbackExplain": {
  24. "type": "text",
  25. "index": "not_analyzed"
  26. },
  27. "feedbackMemo": {
  28. "type": "text",
  29. "index": "not_analyzed"
  30. },
  31. "feedBackState": {
  32. "type": "integer"
  33. },
  34. "processName": {
  35. "type": "text",
  36. "index": "not_analyzed"
  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. }