{
"id": 0,
"tenantId": 0,
"deptId": 0,
"companyName": "string",
"creditCode": "string",
"customsCode": "string",
"sealFileKey": "string",
"sealFileName": "string",
"remark": "string"
}curl --location '/basic/ent/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"tenantId": 0,
"deptId": 0,
"companyName": "string",
"creditCode": "string",
"customsCode": "string",
"sealFileKey": "string",
"sealFileName": "string",
"remark": "string"
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}