curl --location --request GET 'http://localhost:8081/his/medicalPackage/list?id=&name=&packagePrice=&totalNum=&status='
{
"total": 0,
"rows": [
{
"id": 0,
"num": "string",
"name": "string",
"packagePrice": 0,
"prescriptionPrice": 0,
"validityPeriod": "string",
"totalNum": 0,
"purchaseNum": 0,
"status": "string",
"createUser": "string",
"updateUser": "string",
"hisOperateDrugVoList": [
{
"id": 0,
"type": "string",
"dataId": 0,
"drugId": 0,
"drugName": "string",
"singleUsage": 0,
"singleUsageUnit": "string",
"usageQuantity": "string",
"dayNum": 0,
"total": 0,
"totalUnit": "string",
"packagingUnit": "string",
"remark": "string",
"unitPrice": 0,
"createUser": "string",
"updateUser": "string",
"disassemblePrice": 0,
"disassembleUnit": "string",
"retailPrice": 0,
"usageMethod": "string",
"prescriptionPrice": 0,
"disassembleQuantity": 0,
"doseQuantity": 0
}
],
"hisOperateCostVoList": [
{
"id": 0,
"type": "string",
"dataId": 0,
"costId": 0,
"costName": "string",
"costPrice": 0,
"createUser": "string",
"updateUser": "string",
"flag": "string"
}
],
"hisProjectPackageRelatedVoList": [
{
"id": 0,
"medicalPackageId": 0,
"projectId": 0,
"projectName": "string",
"projectType": "string",
"validityPeriod": "string",
"position": "string",
"remark": "string",
"number": 0,
"money": 0,
"createUser": "string",
"updateUser": "string"
}
],
"discountPrice": 0,
"discountNum": 0,
"tenantId": 0,
"canRedemption": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}