ordermachinetaskbookpage.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "taskbookpage": {
  3. "_parent": {
  4. "type": "taskitem"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idBill": {
  11. "type": "long"
  12. },
  13. "idTask": {
  14. "type": "long"
  15. },
  16. "idTaskItem": {
  17. "type": "long"
  18. },
  19. "idOrder": {
  20. "type": "long"
  21. },
  22. "idOrderPart": {
  23. "type": "long"
  24. },
  25. "cropRect": {
  26. "type": "text",
  27. "index": "not_analyzed"
  28. },
  29. "pdfPageNoPos": {
  30. "type": "integer"
  31. },
  32. "pdfNoteCol": {
  33. "type": "integer"
  34. },
  35. "pdfNoteRow": {
  36. "type": "integer"
  37. },
  38. "subLeft": {
  39. "type": "double"
  40. },
  41. "subTop": {
  42. "type": "double"
  43. },
  44. "pdfPageIndexDesc": {
  45. "type": "text",
  46. "index": "not_analyzed"
  47. },
  48. "pdfPageIndex": {
  49. "type": "integer"
  50. },
  51. "createBy": {
  52. "type": "long"
  53. },
  54. "createTimeLong": {
  55. "type": "long"
  56. },
  57. "updateBy": {
  58. "type": "long"
  59. },
  60. "updateTimeLong": {
  61. "type": "long"
  62. }
  63. }
  64. }
  65. }