Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2026-02-26 17:10:27 +08:00
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());
}
/**
* 药房药库列表
*