打包接口参数修改,工序加工bug修改

This commit is contained in:
liuzhaotian
2024-06-20 16:34:10 +08:00
parent b6a9e13ee0
commit ab1384ccd1
18 changed files with 293 additions and 66 deletions
@@ -0,0 +1,76 @@
PUT imes_order_parts_remark_model
{
"settings": {},
"mappings": {
"properties": {
"id": {
"type": "keyword"
},
"partsId": {
"type": "long"
},
"orderId": {
"type": "long"
},
"remark": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"specExtras": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"doorRemark": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"hingeRemark": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"specialRemark": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
},
"createTime": {
"type": "date",
"format": "strict_date_optional_time||yyyy-MM-dd HH:mm:ss||epoch_millis"
},
"creator": {
"type": "keyword"
},
"updateTime": {
"type": "date",
"format": "strict_date_optional_time||yyyy-MM-dd HH:mm:ss||epoch_millis"
},
"updater": {
"type": "keyword"
}
}
}
}