耗材入口采购不显示耗材库

This commit is contained in:
HuangXinQuan
2026-02-25 14:52:43 +08:00
parent 3e09b4cc10
commit 753bd8bb4b
4 changed files with 43 additions and 23 deletions

View File

@@ -73,6 +73,16 @@ public class CommonAppController {
return R.ok(commonService.getInventoryCabinetList());
}
/**
* 耗材库列表
*
* @return 耗材库列表
*/
@GetMapping(value = "/warehouse-list")
public R<?> getWarehouseList() {
return R.ok(commonService.getWarehouseList());
}
/**
* 药房药库列表
*