XiaoRuby
2023-08-30 730443b70de88d328ffa275f51f69280fda979e4
inspection-server/src/main/java/com/yuanchu/limslaboratory/controller/LinkDetectionController.java
@@ -49,6 +49,8 @@
    @Resource
    ProductService productService;
    @ApiOperation("链接-->获取样品名称")
    @GetMapping("/material")
    public Result<?> getMaterialIdAndName(@RequestHeader("link") String link) {