| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "orderdetailitem": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idOrder": {
- "type": "long"
- },
- "itemName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "itemPrice": {
- "type": "double"
- },
- "itemCount": {
- "type": "integer"
- },
- "itemMoney": {
- "type": "double"
- },
- "itemDetail": {
- "type": "text",
- "index": "not_analyzed"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|