using System; using System.Collections.Generic; using System.Text; namespace Txgy.EWS.Server.IService { public interface IReportService : IBaseService { } }