| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "info": {
- "properties": {
- "id": {
- "type": "long"
- },
- "idStore": {
- "type": "long"
- },
- "idPlatformInfo": {
- "type": "long"
- },
- "platformName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "platformType": {
- "type": "integer"
- },
- "enableStatue": {
- "type": "integer"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|