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 Sale
{
#region ★★★★★ Property ★★★★★
#endregion
#region ★★★★★ Function ★★★★★
///
/// ①領収書発行済
/// ②締めた
///
///
public bool IsReadOnly()
{
return false;
}
public bool AddChild()
{
return true;
}
#endregion
}