using System; using System.Collections.Generic; using System.Text; using WMS.Entity.SysEntity; namespace WMS.IDAL.ISysInterface { public interface ICustomerRepository:IBaseRepository { } }