using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Rooms { public class RoomIdInputDto { /// /// 房间ID /// public Guid RoomId { get; set; } } }