| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "orderName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "orderCode": {
- "type": "text",
- "index": "not_analyzed"
- },
- "orderStatus": {
- "type": "integer"
- },
- "incomePlatformId": {
- "type": "long"
- },
- "incomePlatformName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "incomePlatformOrderCode": {
- "type": "text",
- "index": "not_analyzed"
- },
- "incomePlatformOrderTimeLong": {
- "type": "long"
- },
- "suggestDeliverTimeLong": {
- "type": "long"
- },
- "idStore": {
- "type": "long"
- },
- "storeName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverFee": {
- "type": "double"
- },
- "deliverDistance": {
- "type": "double"
- },
- "deliverAddressAll": {
- "type": "text",
- "index": "not_analyzed"
- },
- "outGoingPlatformId": {
- "type": "long"
- },
- "outGoingPlatformName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "voidFlag": {
- "type": "integer"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|