{
"body": {
"code": "WC-SMT-03",
"name": "5G芯片高速贴装中心",
"lotCarFlowType": "AUTO_FLOW",
"bottleneckResourceType": "GROUP",
"warehouseCode": "WH-SMT-ADVANCED",
"warehouseBinCode": "BIN-03-05",
"enabled": true,
"enableOutsource": false,
"coreWorkCenter": true,
"monitor": 1,
"enableDivision": false,
"resourceParams": [
{
"code": "WS-ASSY-004",
"type": "GROUP",
"defaultDistribute": true
},
{
"code": "AGV-03",
"type": "STAFF",
"defaultDistribute": false
}
],
"workCenterCalendarCode": "SHIFT-3X8",
"availableShiftQty": 3,
"overloadRatio": 15,
"useRatio": 92,
"efficiency": 85,
"enableMatchingLotConsumeWip": true,
"enableLimitMaxLotProductiveQty": 1,
"comment": "配备双轨高速贴片机(CPH=1500)| OEE目标≥85% | AGV联动上料"
}
}
curl --location --request POST '/api/open/v3/workCenter/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "WC-SMT-03",
"name": "5G芯片高速贴装中心",
"lotCarFlowType": "AUTO_FLOW",
"bottleneckResourceType": "GROUP",
"warehouseCode": "WH-SMT-ADVANCED",
"warehouseBinCode": "BIN-03-05",
"enabled": true,
"enableOutsource": false,
"coreWorkCenter": true,
"monitor": 1,
"enableDivision": false,
"resourceParams": [
{
"code": "WS-ASSY-004",
"type": "GROUP",
"defaultDistribute": true
},
{
"code": "AGV-03",
"type": "STAFF",
"defaultDistribute": false
}
],
"workCenterCalendarCode": "SHIFT-3X8",
"availableShiftQty": 3,
"overloadRatio": 15,
"useRatio": 92,
"efficiency": 85,
"enableMatchingLotConsumeWip": true,
"enableLimitMaxLotProductiveQty": 1,
"comment": "配备双轨高速贴片机(CPH=1500)| OEE目标≥85% | AGV联动上料"
}
}'
{
"code": 0,
"message": ""
}