mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
executor 服务添加ES依赖,添加对小板造型数据入库处理
This commit is contained in:
@@ -0,0 +1,390 @@
|
||||
{
|
||||
"settings": {},
|
||||
"mappings": {
|
||||
"properties": {
|
||||
"contourDetail": {
|
||||
"properties": {
|
||||
"depth": {
|
||||
"type": "short"
|
||||
},
|
||||
"knifeName": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"knifeRadius": {
|
||||
"type": "float"
|
||||
},
|
||||
"lineID": {
|
||||
"type": "long"
|
||||
},
|
||||
"modelId": {
|
||||
"type": "long"
|
||||
},
|
||||
"offSetList": {
|
||||
"properties": {
|
||||
"angle": {
|
||||
"type": "float"
|
||||
},
|
||||
"deep": {
|
||||
"type": "float"
|
||||
},
|
||||
"faceType": {
|
||||
"type": "short"
|
||||
},
|
||||
"name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"radius": {
|
||||
"type": "float"
|
||||
},
|
||||
"value": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"originModeling": {
|
||||
"properties": {
|
||||
"addDepth": {
|
||||
"type": "float"
|
||||
},
|
||||
"addLen": {
|
||||
"type": "float"
|
||||
},
|
||||
"addWidth": {
|
||||
"type": "float"
|
||||
},
|
||||
"dir": {
|
||||
"type": "short"
|
||||
},
|
||||
"holes": {
|
||||
"properties": {
|
||||
"buls": {
|
||||
"type": "float"
|
||||
},
|
||||
"pts": {
|
||||
"properties": {
|
||||
"x": {
|
||||
"type": "float"
|
||||
},
|
||||
"y": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"knifeRadius": {
|
||||
"type": "short"
|
||||
},
|
||||
"outline": {
|
||||
"properties": {
|
||||
"buls": {
|
||||
"type": "float"
|
||||
},
|
||||
"pts": {
|
||||
"properties": {
|
||||
"x": {
|
||||
"type": "float"
|
||||
},
|
||||
"y": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"thickness": {
|
||||
"type": "short"
|
||||
}
|
||||
}
|
||||
},
|
||||
"pointList": {
|
||||
"properties": {
|
||||
"curve": {
|
||||
"type": "long"
|
||||
},
|
||||
"depth": {
|
||||
"type": "long"
|
||||
},
|
||||
"lineId": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointId": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointX": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointY": {
|
||||
"type": "float"
|
||||
},
|
||||
"radius": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typographicFace": {
|
||||
"type": "short"
|
||||
}
|
||||
}
|
||||
},
|
||||
"createTime": {
|
||||
"type": "date"
|
||||
},
|
||||
"creator": {
|
||||
"type": "long"
|
||||
},
|
||||
"holeDetail": {
|
||||
"properties": {
|
||||
"angle": {
|
||||
"type": "float"
|
||||
},
|
||||
"depth": {
|
||||
"type": "float"
|
||||
},
|
||||
"endPoint": {
|
||||
"type": "float"
|
||||
},
|
||||
"faceType": {
|
||||
"type": "short"
|
||||
},
|
||||
"holeId": {
|
||||
"type": "long"
|
||||
},
|
||||
"holeType": {
|
||||
"type": "short"
|
||||
},
|
||||
"pointX": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointX2": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointY": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointY2": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointZ": {
|
||||
"type": "float"
|
||||
},
|
||||
"radius": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"orderId": {
|
||||
"type": "long"
|
||||
},
|
||||
"plateId": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointDetail": {
|
||||
"properties": {
|
||||
"curve": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointId": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointX": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointY": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rawPointDetail": {
|
||||
"properties": {
|
||||
"curve": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointId": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointX": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointY": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sideHoleDetail": {
|
||||
"properties": {
|
||||
"angle": {
|
||||
"type": "float"
|
||||
},
|
||||
"depth": {
|
||||
"type": "float"
|
||||
},
|
||||
"endPoint": {
|
||||
"type": "float"
|
||||
},
|
||||
"faceType": {
|
||||
"type": "short"
|
||||
},
|
||||
"holeId": {
|
||||
"type": "long"
|
||||
},
|
||||
"holeType": {
|
||||
"type": "short"
|
||||
},
|
||||
"pointX": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointX2": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointY": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointY2": {
|
||||
"type": "float"
|
||||
},
|
||||
"pointZ": {
|
||||
"type": "float"
|
||||
},
|
||||
"radius": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sideModelDetail": {
|
||||
"properties": {
|
||||
"depth": {
|
||||
"type": "float"
|
||||
},
|
||||
"knifeName": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"knifeRadius": {
|
||||
"type": "float"
|
||||
},
|
||||
"lineID": {
|
||||
"type": "long"
|
||||
},
|
||||
"modelId": {
|
||||
"type": "long"
|
||||
},
|
||||
"offSetList": {
|
||||
"properties": {
|
||||
"angle": {
|
||||
"type": "float"
|
||||
},
|
||||
"deep": {
|
||||
"type": "float"
|
||||
},
|
||||
"faceType": {
|
||||
"type": "short"
|
||||
},
|
||||
"name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"radius": {
|
||||
"type": "float"
|
||||
},
|
||||
"value": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
},
|
||||
"originModeling": {
|
||||
"properties": {
|
||||
"addDepth": {
|
||||
"type": "long"
|
||||
},
|
||||
"addLen": {
|
||||
"type": "long"
|
||||
},
|
||||
"addWidth": {
|
||||
"type": "long"
|
||||
},
|
||||
"dir": {
|
||||
"type": "long"
|
||||
},
|
||||
"holes": {
|
||||
"properties": {
|
||||
"buls": {
|
||||
"type": "long"
|
||||
},
|
||||
"pts": {
|
||||
"properties": {
|
||||
"x": {
|
||||
"type": "float"
|
||||
},
|
||||
"y": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"knifeRadius": {
|
||||
"type": "long"
|
||||
},
|
||||
"outline": {
|
||||
"properties": {
|
||||
"buls": {
|
||||
"type": "long"
|
||||
},
|
||||
"pts": {
|
||||
"properties": {
|
||||
"x": {
|
||||
"type": "float"
|
||||
},
|
||||
"y": {
|
||||
"type": "float"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"thickness": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"pointList": {
|
||||
"properties": {
|
||||
"curve": {
|
||||
"type": "long"
|
||||
},
|
||||
"depth": {
|
||||
"type": "long"
|
||||
},
|
||||
"lineId": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointId": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointX": {
|
||||
"type": "long"
|
||||
},
|
||||
"pointY": {
|
||||
"type": "long"
|
||||
},
|
||||
"radius": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typographicFace": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updateTime": {
|
||||
"type": "date"
|
||||
},
|
||||
"updater": {
|
||||
"type": "long"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user