storeinvoiceinfo.json 833 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "storeinvoiceinfo": {
  3. "_parent": {
  4. "type": "info"
  5. },
  6. "properties": {
  7. "id": {
  8. "type": "long"
  9. },
  10. "idStore": {
  11. "type": "long"
  12. },
  13. "taxIdNo": {
  14. "type": "text",
  15. "index": "not_analyzed"
  16. },
  17. "companyName": {
  18. "type": "text",
  19. "index": "not_analyzed"
  20. },
  21. "defaultTaxItemName": {
  22. "type": "text",
  23. "index": "not_analyzed"
  24. },
  25. "defaultTaxItemCode": {
  26. "type": "text",
  27. "index": "not_analyzed"
  28. },
  29. "taxRate": {
  30. "type": "double"
  31. },
  32. "createBy": {
  33. "type": "long"
  34. },
  35. "createTimeLong": {
  36. "type": "long"
  37. },
  38. "updateBy": {
  39. "type": "long"
  40. },
  41. "updateTimeLong": {
  42. "type": "long"
  43. }
  44. }
  45. }
  46. }