using CC.Yi.Model; using System; using System.Collections.Generic; using System.Text; namespace CC.Yi.IBLL { public partial interface IstudentBll : IBaseBll { } }