{
"id": 0,
"createUser": 0,
"createDept": 0,
"createTime": "string",
"updateUser": 0,
"updateTime": "string",
"status": 0,
"isDeleted": 0,
"companyCode": "string",
"companyName": "string",
"orderType": "string",
"factory": "string"
}curl --location --request POST '/auto-edit/scope-config-submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"createUser": 0,
"createDept": 0,
"createTime": "string",
"updateUser": 0,
"updateTime": "string",
"status": 0,
"isDeleted": 0,
"companyCode": "string",
"companyName": "string",
"orderType": "string",
"factory": "string"
}'{
"code": 0,
"success": false,
"data": {
"id": 0,
"createUser": 0,
"createDept": 0,
"createTime": "",
"updateUser": 0,
"updateTime": "",
"status": 0,
"isDeleted": 0,
"companyCode": "",
"companyName": "",
"orderType": "",
"factory": ""
},
"msg": ""
}