whyclxw
2025-06-16 f3ca021ef7f962ea8e30a7bd71276decb8b8545c
src/main/java/com/whyc/controller/MaterialController.java
@@ -105,4 +105,9 @@
        service.checkNaming(file.getInputStream(),response);
    }
    @ApiOperation("物料推送弹窗使用")
    @GetMapping("getMaterialDialog")
    public Response getMaterialDialog(@RequestParam String subCode,@RequestParam String subName,@RequestParam String subModel)  {
        return service.getMaterialDialog(subCode,subName,subModel);
    }
}