whycxzp
2024-01-02 e81753cda58b5a597fb0a46e652eda0ad1ce808b
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);
    }
}