From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。
---
ProtosExpan/UseInfo/Sale.Client.cs | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/ProtosExpan/UseInfo/Sale.Client.cs b/ProtosExpan/UseInfo/Sale.Client.cs
new file mode 100644
index 0000000..9078bc3
--- /dev/null
+++ b/ProtosExpan/UseInfo/Sale.Client.cs
@@ -0,0 +1,46 @@
+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 ★★★★★
+
+ /// <summary>
+ /// ①領収書発行済
+ /// ②締めた
+ /// </summary>
+ /// <returns></returns>
+ public bool IsReadOnly()
+ {
+ return false;
+ }
+
+ public bool AddChild()
+ {
+ return true;
+ }
+
+ #endregion
+}
\ No newline at end of file
--
Gitblit v1.10.0