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