进出口单证详情 物料详情查询

This commit is contained in:
zhaoqing
2026-05-14 19:20:25 +08:00
parent a8fbcf58fc
commit 563601c2b9
4 changed files with 42 additions and 0 deletions
@@ -144,4 +144,11 @@ public class MaterialBaseInfoApi extends BaseController {
@ApiOperation("根据物料ID列表批量查询物料")
@GetMapping("/getBatchByIds")
public TableDataInfo getBatchByIds(@RequestParam("materialBaseInfoIds") List<Long> materialBaseInfoIds) {
return materialBaseInfoApplicationService.getBatchByIds(materialBaseInfoIds);
}
}