lxw
2022-09-09 04b38e5512e0e2995f066766c1de3fdbca98f807
src/main/java/com/whyc/controller/MaterialController.java
@@ -62,6 +62,7 @@
        return service.getAttachByMaterialId(materialId);
    }
    @ApiOperation(value = "根据物料型号('-','_'之前的部分)查询物料的历史版本",notes = "9.3修改后使用")
    @GetMapping("getMaterialVersion")
    public Response getMaterialVersion(@RequestParam String subModel){