{
"id": 0,
"botanyId": 0,
"botanicalName": "string",
"direction": "string",
"growTime": "string",
"plantTime": "string",
"healthStatus": "string",
"remark": "string",
"number": 0,
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"province": "string",
"year": 0,
"place": 0
}
curl --location --request PUT 'https://www.nmgjgsw.cn//vegetationBotanyList' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"botanyId": 0,
"botanicalName": "string",
"direction": "string",
"growTime": "string",
"plantTime": "string",
"healthStatus": "string",
"remark": "string",
"number": 0,
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"province": "string",
"year": 0,
"place": 0
}'
{
"success": false,
"data": {},
"message": "",
"code": 0
}