printBillStep.json 619 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "billYear": {
  8. "type": "integer"
  9. },
  10. "idPrintBill": {
  11. "type": "long"
  12. },
  13. "idWorkMan": {
  14. "type": "long"
  15. },
  16. "workMan": {
  17. "type": "text",
  18. "index": "not_analyzed"
  19. },
  20. "workTime": {
  21. "type": "long"
  22. },
  23. "workTimeLong": {
  24. "type": "long"
  25. },
  26. "workMemo": {
  27. "type": "text",
  28. "index": "not_analyzed"
  29. },
  30. "workExplain": {
  31. "type": "text",
  32. "index": "not_analyzed"
  33. }
  34. }
  35. }
  36. }