whycxzp
2022-09-05 f826c3a057cb892c020de5694fee0854b16675e4
src/main/java/com/whyc/controller/MaterialController.java
@@ -65,4 +65,10 @@
    public Response getMaterialVersion(@RequestParam String subModel){
        return service.getMaterialVersion(subModel);
    }
    @ApiOperation(value = "根据物料id查询物料信息",notes = "9.3修改后使用")
    @GetMapping("getMaterialById")
    public Response getMaterialById(@RequestParam int materialId){
        return service.getMaterialById(materialId);
    }
}