curl --location --request GET 'http://localhost:8081/his/projectPackageRelated/list?id=&medicalPackageId=&projectId=&remark=&number=&money='
{
"total": 0,
"rows": [
{
"id": 0,
"medicalPackageId": 0,
"projectId": 0,
"projectName": "string",
"projectType": "string",
"validityPeriod": "string",
"position": "string",
"remark": "string",
"number": 0,
"money": 0,
"createUser": "string",
"updateUser": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}