/// <summary> /// 查询日志信息 /// </summary> /// <returns></returns> public List <M_JournalInfo> SelJournal() { return(md.SelJournal()); }