/// <summary> /// 得到一个对象实体 /// </summary> public BookShop.Model.Room GetModel(int RoomNum) { return(dal.GetModel(RoomNum)); }