苍穹外卖--用户统计功能实现
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.sky.service;
|
||||
|
||||
import com.sky.vo.TurnoverReportVO;
|
||||
import com.sky.vo.UserReportVO;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
@@ -12,4 +13,12 @@ public interface ReportService {
|
||||
* @return
|
||||
*/
|
||||
TurnoverReportVO getTurnoverStatistics(LocalDate begin, LocalDate end);
|
||||
|
||||
/**
|
||||
* 用户统计
|
||||
* @param begin
|
||||
* @param end
|
||||
* @return
|
||||
*/
|
||||
UserReportVO getUserStatistics(LocalDate begin, LocalDate end);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user