/// <summary> /// 得到一个对象实体 /// </summary> public Comment GetModel(long Id) { return(dal.GetModel(Id)); }