{
"id": 0,
"createTime": "string",
"updateTime": "string",
"updateVersion": "1",
"createUserId": "1",
"updateUserId": "1",
"tenantId": 0,
"userId": 0,
"productId": 0,
"title": "string",
"intro": "string",
"status": "newlyBuild",
"priority": "low",
"createTimeStamp": 0,
"updateTimeStamp": 0,
"closingDate": "string",
"assignUserId": 0,
"classId": 0,
"responseTime": "string",
"technicalContact": "string",
"technicalContactPhoneNumber": "string",
"image": "string"
}
curl --location --request PUT 'http://gateway249.kiwismart.top/app/paas/workSheet/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"createTime": "string",
"updateTime": "string",
"updateVersion": "1",
"createUserId": "1",
"updateUserId": "1",
"tenantId": 0,
"userId": 0,
"productId": 0,
"title": "string",
"intro": "string",
"status": "newlyBuild",
"priority": "low",
"createTimeStamp": 0,
"updateTimeStamp": 0,
"closingDate": "string",
"assignUserId": 0,
"classId": 0,
"responseTime": "string",
"technicalContact": "string",
"technicalContactPhoneNumber": "string",
"image": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"createTime": "",
"updateTime": "",
"updateVersion": 0,
"createUserId": 0,
"updateUserId": 0,
"tenantId": 0,
"userId": 0,
"productId": 0,
"title": "",
"intro": "",
"status": "",
"priority": "",
"createTimeStamp": 0,
"updateTimeStamp": 0,
"closingDate": "",
"assignUserId": 0,
"classId": 0,
"responseTime": "",
"technicalContact": "",
"technicalContactPhoneNumber": "",
"image": ""
}
}