using DataPro.Common.Base; namespace DataPro.Common.Interface { public interface IGroupListView : IBaseView { } }