salescategorysearchlabel.json
559 Bytes
{
"salescategorysearchlabel": {
"_all": {
"enabled": false
},
"_source": {
"enabled": true
},
"properties": {
"id": {
"type": "integer"
},
"categoryId": {
"type": "integer"
},
"orderBy": {
"type": "integer"
},
"status": {
"type": "integer"
},
"createTime": {
"type": "integer"
},
"updateTime": {
"type": "integer"
},
"editUser": {
"type": "keyword",
"index": "no"
}
}
}
}