{
"dept_belong_id": "string",
"dictName": "string",
"dictType": "string",
"status": "string",
"remark": "string"
}
curl --location --request PATCH '/admin/system/dict/type//' \
--header 'Content-Type: application/json' \
--data-raw '{
"dept_belong_id": "string",
"dictName": "string",
"dictType": "string",
"status": "string",
"remark": "string"
}'
{
"id": 0,
"create_datetime": "2019-08-24T14:15:22Z",
"update_datetime": "2019-08-24T14:15:22Z",
"creator_name": "string",
"dept_belong_id": "string",
"dictName": "string",
"dictType": "string",
"status": "string",
"remark": "string"
}