/// <summary> /// 查询全部 ///</summary> public static List <Room> AllData(string NewWHere) { return(RoomDAL.AllData(NewWHere)); }