11 lines
211 B
C#
11 lines
211 B
C#
namespace Service.Interface
|
|
{
|
|
/// <summary>
|
|
/// 统计报表 服务接口
|
|
/// </summary>
|
|
public interface IStatisticsReportService
|
|
{
|
|
// TODO: 定义 统计报表 相关方法
|
|
}
|
|
}
|