文档
测试

列表(分页)

GET
{{url_logic}}/pharmacy/medicine/lack/page

响应数据

```json /** * 药房id */ private Integer pharmacyId; /** * 药材id,price表中的medicineId */ private Integer medicineId; /** * 药材名字,我们平台的 */ private String medicineName; /** * 药房名 */ private String pharmacyName; ```