outassistpackmaterial.json 742 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "outassistpackmaterial": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idOutAssistBill": {
  11. "type": "long"
  12. },
  13. "idMaterial": {
  14. "type": "long"
  15. },
  16. "materialName": {
  17. "type": "text",
  18. "index": "not_analyzed"
  19. },
  20. "materialCount": {
  21. "type": "integer"
  22. },
  23. "price": {
  24. "type": "double"
  25. },
  26. "totalMoney": {
  27. "type": "double"
  28. },
  29. "createBy": {
  30. "type": "long"
  31. },
  32. "createTimeLong": {
  33. "type": "long"
  34. },
  35. "updateBy": {
  36. "type": "long"
  37. },
  38. "updateTimeLong": {
  39. "type": "long"
  40. }
  41. }
  42. }
  43. }