storeinfo.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "storeName": {
  8. "type": "text",
  9. "index": "not_analyzed"
  10. },
  11. "idBrand": {
  12. "type": "long"
  13. },
  14. "brandName": {
  15. "type": "text",
  16. "index": "not_analyzed"
  17. },
  18. "idStoreType": {
  19. "type": "long"
  20. },
  21. "deliverSettleKind": {
  22. "type": "integer"
  23. },
  24. "storeCodeInput": {
  25. "type": "text",
  26. "index": "not_analyzed"
  27. },
  28. "storeProvince": {
  29. "type": "text",
  30. "index": "not_analyzed"
  31. },
  32. "storeCity": {
  33. "type": "text",
  34. "index": "not_analyzed"
  35. },
  36. "storeDistrict": {
  37. "type": "text",
  38. "index": "not_analyzed"
  39. },
  40. "storeAddress": {
  41. "type": "text",
  42. "index": "not_analyzed"
  43. },
  44. "contractPhone": {
  45. "type": "text",
  46. "index": "not_analyzed"
  47. },
  48. "storeBossId": {
  49. "type": "long"
  50. },
  51. "companyLicenseNo": {
  52. "type": "text",
  53. "index": "not_analyzed"
  54. },
  55. "companyLicensePicUrl": {
  56. "type": "text",
  57. "index": "not_analyzed"
  58. },
  59. "legalPersonIdNo": {
  60. "type": "text",
  61. "index": "not_analyzed"
  62. },
  63. "legalPersonName": {
  64. "type": "text",
  65. "index": "not_analyzed"
  66. },
  67. "voidFlag": {
  68. "type": "integer"
  69. },
  70. "enableInvoice": {
  71. "type": "integer"
  72. },
  73. "createBy": {
  74. "type": "long"
  75. },
  76. "createTimeLong": {
  77. "type": "long"
  78. },
  79. "updateBy": {
  80. "type": "long"
  81. },
  82. "updateTimeLong": {
  83. "type": "long"
  84. }
  85. }
  86. }
  87. }