curl --location --request GET '/score/student-score/page?page=&limit=&deptId='
{
"msg": "string",
"code": 0,
"data": {
"totalCount": 0,
"list": [
{
"id": 0,
"name": "string",
"semester": "string",
"crtTime": "string",
"crtUserName": "string",
"crtUserId": 0,
"fileUrl": "string"
}
]
}
}