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/UseDetail.Server.cs | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ProtosExpan/UseInfo/UseDetail.Server.cs b/ProtosExpan/UseInfo/UseDetail.Server.cs
new file mode 100644
index 0000000..e100a20
--- /dev/null
+++ b/ProtosExpan/UseInfo/UseDetail.Server.cs
@@ -0,0 +1,16 @@
+using HotelPms.Data.Common;
+using HotelPms.Share.Util;
+using System.Collections.Generic;
+
+namespace HotelPms.Data.UseInfo;
+
+/// <summary>
+/// 画面中制御時データの加工
+/// </summary>
+public partial class UseDetail
+{
+ /// <summary>
+ /// 予約者
+ /// </summary>
+ public UsePerson ResvPerson { get; set; }
+}
--
Gitblit v1.10.0