curl --location --request GET 'http://localhost:8081/his/retailPrescriptionCostDetail/'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"prescriptionId": 0,
"costName": "string",
"costPrice": 0,
"totalType": 0,
"createdPrice": 0,
"status": "string",
"projectId": 0
}
}