Authorization: Bearer ********************
{
"deptId": 0,
"stationId": 0,
"stationName": "string",
"uploadBy": "string",
"uploadById": 0,
"energyProdNum": "string",
"faultAddr": "string",
"faultDesc": "string",
"faultImages": "string",
"workType": 0,
"workTimeType": 0,
"workTimeValue": "string",
"workSource": 0,
"workName": "string",
"userId": 0,
"userName": "string"
}
curl --location --request POST 'http://localhost:8080/work/fault-work/create-fault-work' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": 0,
"stationId": 0,
"stationName": "string",
"uploadBy": "string",
"uploadById": 0,
"energyProdNum": "string",
"faultAddr": "string",
"faultDesc": "string",
"faultImages": "string",
"workType": 0,
"workTimeType": 0,
"workTimeValue": "string",
"workSource": 0,
"workName": "string",
"userId": 0,
"userName": "string"
}'
{
"code": 0,
"msg": "",
"data": ""
}