耗材入口采购不显示耗材库
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
/**
|
||||
* 药房药库列表
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user