|
|
@@ -33,6 +33,10 @@ public interface DriverStockControllerAPI {
|
|
|
@ResponseBody
|
|
|
public CommonResult getEnergyMonth(Integer type);
|
|
|
|
|
|
+ @RequestMapping(value = "/getEnergyDay")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getEnergyDay(Integer type);
|
|
|
+
|
|
|
@RequestMapping(value = "/getDeviceT")
|
|
|
@ResponseBody
|
|
|
public CommonResult getDeviceT();
|