using CZFW.Framework.Interface.Api; using CZFW.Framework.Interface.Base; using CZFW.Framework.Model.Entity; using System; using System.Collections.Generic; using System.Text; namespace CZFW.Framework.Interface { public interface ICustomerUserPrivilege:ILogicBase, ICustomerUserPrivilegeApi, IValidate { } }