| | |
| | | import org.springblade.core.mp.support.Condition; |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.modules.userstatistics.service.IUserStatisticsService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | |
| | | @Api(value = "数据统计", tags = "数据统计接口") |
| | | public class UserStatisticsController{ |
| | | |
| | | @Autowired |
| | | private final IUserStatisticsService userStatisticsService; |
| | | |
| | | @PostMapping("/getRepairTask") |