进出口单证详情 物料详情查询
This commit is contained in:
+7
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user