| | |
| | | @Resource |
| | | ProductService productService; |
| | | |
| | | |
| | | |
| | | @ApiOperation("链接-->获取样品名称") |
| | | @GetMapping("/material") |
| | | public Result<?> getMaterialIdAndName(@RequestHeader("link") String link) { |
| | |
| | | public Result<?> isIfViewUUID(String viewId){ |
| | | return Result.success("查询成功",linkBasicInformationService.isIfViewUUID(viewId)); |
| | | } |
| | | |
| | | |
| | | @ApiOperation("获取样品信息以及委托信息") |
| | | @GetMapping("/getContractsSampleInfo") |
| | | public Result<?> getContractsSampleInfo(String viewId){ |
| | | return Result.success(linkBasicInformationService.getContractsSampleInfo(viewId)); |
| | | } |
| | | |
| | | } |