using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Rooms { public class CreateRoomDetailsInutDto { /// /// 房间ID /// public Guid RoomId { get; set; } /// /// 项目ID集合 /// public List AsbitemIds { get; set;]} } }