Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"effectiveTime": "string",
"aPrice": "string",
"bPrice": "string",
"cPrice": "string",
"dPrice": "string",
"reserved1": "string",
"reserved2": "string"
}
curl --location --request POST 'http://localhost:8080/ess/time-record' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"stationId": 0,
"effectiveTime": "string",
"aPrice": "string",
"bPrice": "string",
"cPrice": "string",
"dPrice": "string",
"reserved1": "string",
"reserved2": "string"
}'
{
"": {}
}