| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "storeplatformrequire": {
- "_parent": {
- "type": "info"
- },
- "properties": {
- "id": {
- "type": "long"
- },
- "idStore": {
- "type": "long"
- },
- "idStorePlatform": {
- "type": "long"
- },
- "idPlatformRequire": {
- "type": "long"
- },
- "platformRequireCode": {
- "type": "text",
- "index": "not_analyzed"
- },
- "platformRequireName": {
- "type": "text",
- "index": "not_analyzed"
- },
- "itemValue": {
- "type": "text",
- "index": "not_analyzed"
- },
- "createBy": {
- "type": "long"
- },
- "createTimeLong": {
- "type": "long"
- },
- "updateBy": {
- "type": "long"
- },
- "updateTimeLong": {
- "type": "long"
- }
- }
- }
- }
|