/// <summary> /// 获取所有房间类型 /// </summary> /// <returns></returns> public static List <RoomType> SelectRoomTypesAll() { return(RoomTypeDao.SelectRoomTypesAll()); }