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/UseAllo.Server.cs | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/ProtosExpan/UseInfo/UseAllo.Server.cs b/ProtosExpan/UseInfo/UseAllo.Server.cs
new file mode 100644
index 0000000..4e9614e
--- /dev/null
+++ b/ProtosExpan/UseInfo/UseAllo.Server.cs
@@ -0,0 +1,40 @@
+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 ★★★★★
+
+ /// <summary>
+ /// 利用明細(連泊部屋)
+ /// </summary>
+ public UseDetail Detail { get; set; }
+
+ /// <summary>
+ /// 利用者
+ /// </summary>
+ public UsePerson Person { get; set; }
+
+ #endregion
+
+ #region ★★★★★ Function ★★★★★
+ #endregion
+}
\ No newline at end of file
--
Gitblit v1.10.0