| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "orderaftersalebill": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idOrder": {
- "type": "long"
- },
- "idStore": {
- "type": "long"
- },
- "billCode": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "codefull_analyzer",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "outPlatformStoreId": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "codefull_analyzer",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "idStorePlatform": {
- "type": "long"
- },
- "platformCode": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "codefull_analyzer",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "platformType": {
- "type": "integer"
- },
- "platformName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "outAfterSaleId": {
- "type": "text",
- "index": "analyzed",
- "analyzer": "codefull_analyzer",
- "fields": {
- "raw": {
- "type": "keyword"
- }
- }
- },
- "applySource": {
- "type": "text",
- "index": "not_analyzed"
- },
- "userRefundAmount": {
- "type": "integer"
- },
- "totalUserRefundAmount": {
- "type": "integer"
- },
- "prodCountAfterRefund": {
- "type": "integer"
- },
- "productsRemainDetail": {
- "type": "text",
- "index": "not_analyzed"
- },
- "productsRefundDetail": {
- "type": "text",
- "index": "not_analyzed"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|