using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Exam
{
public interface IEXAM_PAPERSUBJECT : IRepository<EXAM_PAPERSUBJECT>
}