clientreceiveaddress.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "idClient": {
  8. "type": "long"
  9. },
  10. "receiveMan": {
  11. "type": "text",
  12. "index": "not_analyzed"
  13. },
  14. "receivePhone": {
  15. "type": "text",
  16. "index": "not_analyzed"
  17. },
  18. "idShipArea": {
  19. "type": "long"
  20. },
  21. "shipArea": {
  22. "type": "text",
  23. "index": "not_analyzed"
  24. },
  25. "province": {
  26. "type": "text",
  27. "index": "not_analyzed"
  28. },
  29. "city": {
  30. "type": "text",
  31. "index": "not_analyzed"
  32. },
  33. "area": {
  34. "type": "text",
  35. "index": "not_analyzed"
  36. },
  37. "address": {
  38. "type": "text",
  39. "index": "not_analyzed"
  40. },
  41. "coordinate": {
  42. "type": "text",
  43. "index": "not_analyzed"
  44. },
  45. "defaultFlag": {
  46. "type": "long"
  47. },
  48. "createBy": {
  49. "type": "long"
  50. },
  51. "createTime": {
  52. "type": "long"
  53. },
  54. "createTimeLong": {
  55. "type": "long"
  56. },
  57. "updateBy": {
  58. "type": "long"
  59. },
  60. "updateTime": {
  61. "type": "long"
  62. },
  63. "updateTimeLong": {
  64. "type": "long"
  65. }
  66. }
  67. }
  68. }