executor 服务添加ES依赖,添加对小板造型数据入库处理

This commit is contained in:
yangsb
2024-04-11 16:49:13 +08:00
parent d540216721
commit 35fee5454d
13 changed files with 582 additions and 53 deletions
+390
View File
@@ -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"
}
}
}
}