Commit 64622f9a authored by 周健威's avatar 周健威

添加统计接口

parent 5a0e7300
......@@ -50,6 +50,7 @@ public class BgStatisticsController extends BaseController<OrderStatisticsBiz, O
indexOrderVO.setCurrDayOrderNum(2L);
indexOrderVO.setCurrDayToLiftVehicleNum(3L);
indexOrderVO.setCurrDayToReturnVehicleNum(4L);
indexOrderVO.setCurrDayToDealTrafficCheck(5L);
//获取会员订单统计信息
return ObjectRestResponse.succ(indexOrderVO);
}
......@@ -60,5 +61,6 @@ public class BgStatisticsController extends BaseController<OrderStatisticsBiz, O
private Long currDayOrderNum;
private Long currDayToLiftVehicleNum;
private Long currDayToReturnVehicleNum;
private Long currDayToDealTrafficCheck;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment