using CZFW.Framework.Model.Entity; namespace CZFW.Framework.Interface { public interface IPrivilegeGroup:ILogicBase, IPrivilegeGroupApi { } }