|
@@ -61,4 +61,15 @@ public class StatisticsController {
|
|
|
{
|
|
|
return statisticsService.vehicleControl();
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * todo PC车辆进出统计
|
|
|
+ */
|
|
|
+ @PreAuthorize("@ss.hasPermi('wuYe:statistics:num:car')")
|
|
|
+ @GetMapping("/num/car")
|
|
|
+ public AjaxResult numCar()
|
|
|
+ {
|
|
|
+ return statisticsService.numCar();
|
|
|
+ }
|
|
|
}
|