|
|
@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
|
|
|
|
|
|
@RestController
|
|
|
|
@RestController
|
|
|
|
@RequestMapping("/REPORT")
|
|
|
|
@RequestMapping("/REPORT")
|
|
|
|
public class Report {
|
|
|
|
public class ReportController {
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
public ReportService reportService;
|
|
|
|
public ReportService reportService;
|