{
"start": 0,
"limit": 0,
"projectNo": "string",
"projectName": "string",
"busiType": "string",
"belongDepart": "string",
"belongBranch": "string",
"meetingCategory": "string"
}curl --location --request POST '/api/meetingNotice/queryMeetProjectPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": 0,
"limit": 0,
"projectNo": "string",
"projectName": "string",
"busiType": "string",
"belongDepart": "string",
"belongBranch": "string",
"meetingCategory": "string"
}'{
"code": "string",
"message": "string",
"total": 0,
"timestamp": 0,
"data": [
{
"projectId": "string",
"projectNo": "string",
"busiType": "string",
"projectName": "string",
"source": "string",
"pmAName": "string",
"pmBName": "string",
"meetingCategory": "string"
}
],
"success": true
}