| | |
| | | import cn.lili.modules.statistics.service.PlatformViewService; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import lombok.AllArgsConstructor; |
| | | import lombok.RequiredArgsConstructor; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | |
| | | * @date : 2025-09-16 16:36 |
| | | **/ |
| | | @RestController |
| | | @AllArgsConstructor |
| | | @RequiredArgsConstructor |
| | | @RequestMapping("/manager/lmk/statistics") |
| | | public class StatisticsController { |
| | | private final OrderService orderService; |