using HotelPms.Data.Common; using HotelPms.Share.Util; using System.Collections.Generic; namespace HotelPms.Data.UseInfo; /// /// 画面中制御時データの加工 /// public partial class UseDetail { /// /// 予約者 /// public UsePerson ResvPerson { get; set; } }