{
"id": 0,
"code": "string",
"name": "string",
"workshopCode": "string",
"factoryCode": "string",
"sbu": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"factoryName": "string",
"lineCategoryRuleList": [
{
"id": 0,
"lineCategoryCode": "string",
"customerCode": "string",
"productId": "string",
"remark": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
],
"capacityList": [
{
"id": 0,
"lineUuid": "string",
"olEquipmentId": "string",
"configType": 0,
"configCode": "string",
"dayType": 0,
"scheduleDate": "string",
"productHours": 0,
"loadPercent": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"processName": "string",
"processNo": "string"
}
],
"uphList": [
{
"id": 0,
"lineUuid": "string",
"configCode": "string",
"productId": "string",
"uph": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
]
}curl --location --request PATCH '/basedata/lineCategory/edit/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"code": "string",
"name": "string",
"workshopCode": "string",
"factoryCode": "string",
"sbu": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"factoryName": "string",
"lineCategoryRuleList": [
{
"id": 0,
"lineCategoryCode": "string",
"customerCode": "string",
"productId": "string",
"remark": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
],
"capacityList": [
{
"id": 0,
"lineUuid": "string",
"olEquipmentId": "string",
"configType": 0,
"configCode": "string",
"dayType": 0,
"scheduleDate": "string",
"productHours": 0,
"loadPercent": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"processName": "string",
"processNo": "string"
}
],
"uphList": [
{
"id": 0,
"lineUuid": "string",
"configCode": "string",
"productId": "string",
"uph": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
]
}'0