using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data.SqlClient; using System.Text; using HotelPms.Share.Data; using HotelPms.Share.Util; using Google.Protobuf.WellKnownTypes; using customTypes; using System.Data.Common; namespace HotelPms.Data.UseInfo; /// ****************************** Description ******************************* /// ◇システム名称 ///  ホテルPMS /// ◇概要 ///   /// ◇履歴 ///  2021/05/14 コード作成ツール 自動作成 /// ****************************** Declarations ****************************** public partial class UseAllo { #region ★★★★★ Property ★★★★★ /// /// 利用明細(連泊部屋) /// public UseDetail Detail { get; set; } /// /// 利用者 /// public UsePerson Person { get; set; } #endregion #region ★★★★★ Function ★★★★★ #endregion }