| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "storeName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "idBrand": {
- "type": "long"
- },
- "brandName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "idStoreType": {
- "type": "long"
- },
- "deliverSettleKind": {
- "type": "integer"
- },
- "storeCodeInput": {
- "type": "text",
- "index": "not_analyzed"
- },
- "storeProvince": {
- "type": "text",
- "index": "not_analyzed"
- },
- "storeCity": {
- "type": "text",
- "index": "not_analyzed"
- },
- "storeDistrict": {
- "type": "text",
- "index": "not_analyzed"
- },
- "storeAddress": {
- "type": "text",
- "index": "not_analyzed"
- },
- "contractPhone": {
- "type": "text",
- "index": "not_analyzed"
- },
- "storeBossId": {
- "type": "long"
- },
- "companyLicenseNo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "companyLicensePicUrl": {
- "type": "text",
- "index": "not_analyzed"
- },
- "legalPersonIdNo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "legalPersonName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "voidFlag": {
- "type": "integer"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|