Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"rangeCode": "string",
"attendanceRange": 0,
"status": "string"
}
curl --location --request POST '/system/range/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"rangeCode": "string",
"attendanceRange": 0,
"status": "string"
}'
{
"empty": true,
"property1": {},
"property2": {}
}