/// <summary> /// 按照TypeID,更新 /// </summary> /// <returns></returns> public bool UpdateRoomType(RoomTypeBean data) { if (rtd.UpdateRoomInfo(data) > 0) { return(true); } return(false); }