| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "orderdeliveryinfo": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idOrder": {
- "type": "long"
- },
- "deliverProvince": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverCity": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverDistract": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverAddress": {
- "type": "text",
- "index": "not_analyzed"
- },
- "receiveMan": {
- "type": "text",
- "index": "not_analyzed"
- },
- "contractPhone": {
- "type": "text",
- "index": "not_analyzed"
- },
- "deliverTimeliness": {
- "type": "integer"
- },
- "customerInvoiceInfo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "customerMemo": {
- "type": "text",
- "index": "not_analyzed"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|