|
@RequestMapping(value = "/getPrescriptionFilter", method = RequestMethod.GET)
|
|
@RequestMapping(value = "/getPrescriptionFilter", method = RequestMethod.GET)
|
|
return write(200, "查询成功!", "data",prescriptionInfoService.getPrescriptionFilter());
|
|
return write(200, "查询成功!", "data",prescriptionInfoService.getPrescriptionFilter());
|