{
"id": 0,
"userId": "string",
"currentStep": 0,
"userNeeds": "string",
"understandNeeds": "string",
"interfaceContent": "string",
"tableContent": "string",
"logicContent": "string",
"deleted": 0,
"status": 0,
"errMsg": "string",
"createTime": "string",
"updateTime": "string"
}curl --location --request POST 'http://172.20.238.8:48806/fs-generate/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": "string",
"currentStep": 0,
"userNeeds": "string",
"understandNeeds": "string",
"interfaceContent": "string",
"tableContent": "string",
"logicContent": "string",
"deleted": 0,
"status": 0,
"errMsg": "string",
"createTime": "string",
"updateTime": "string"
}'{
"count": 0,
"data": {
"id": 0,
"userId": "",
"currentStep": 0,
"userNeeds": "",
"understandNeeds": "",
"interfaceContent": "",
"tableContent": "",
"logicContent": "",
"deleted": 0,
"status": 0,
"errMsg": "",
"createTime": "",
"updateTime": ""
},
"code": 0,
"message": "",
"errorMessage": "",
"systemError": ""
}