|
|
@@ -29,4 +29,36 @@ public interface DriverStockControllerAPI {
|
|
|
@ResponseBody
|
|
|
public CommonResult getEnergyTjAvg();
|
|
|
|
|
|
+ @RequestMapping(value = "/getEnergyMonth")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getEnergyMonth(Integer type);
|
|
|
+
|
|
|
+ @RequestMapping(value = "/getDeviceT")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getDeviceT();
|
|
|
+
|
|
|
+ @RequestMapping(value = "/getMeterPage")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getMeterPage(int currentPage, int pageCount,Integer meterType);
|
|
|
+
|
|
|
+ @RequestMapping(value = "/getUserComp")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getUserComp();
|
|
|
+
|
|
|
+ @RequestMapping(value = "/getUserPage")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getUserPage(int currentPage, int pageCount,String key,Integer identityId);
|
|
|
+
|
|
|
+ @RequestMapping(value = "/getScorePer")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getScorePer(String examName,String updateUser);
|
|
|
+
|
|
|
+ @RequestMapping(value = "/getExamName")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getExamName();
|
|
|
+
|
|
|
+ @RequestMapping(value = "/getTeacherExam")
|
|
|
+ @ResponseBody
|
|
|
+ public CommonResult getTeacherExam(String cardNo);
|
|
|
+
|
|
|
}
|