/// <summary> /// 向数据库增加记录 /// </summary> public static void InsertExamMod(string dbname, Exam_Mod mod) { DBEngine.InsertMod(dbname, table, mod); }