using CC.Yi.Model; using System; using System.Collections.Generic; using System.Text; namespace CC.Yi.IDAL { public partial interface IstudentDal:IBaseDal { } }