| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "orderdiscount": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idOrder": {
- "type": "long"
- },
- "discountName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "discountType": {
- "type": "integer"
- },
- "discountAmount": {
- "type": "integer"
- },
- "merchantDiscountAmount": {
- "type": "integer"
- },
- "platformDiscountAmount": {
- "type": "integer"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|