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] プロジェクトファイルを追加。
---
HotelPms.SourceFactory/Util/TestBean.cs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/HotelPms.SourceFactory/Util/TestBean.cs b/HotelPms.SourceFactory/Util/TestBean.cs
new file mode 100644
index 0000000..65c141f
--- /dev/null
+++ b/HotelPms.SourceFactory/Util/TestBean.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace HotelPms.SourceFactory.Util
+{
+ public class TestBean
+ {
+ public int ID { get; set; }
+ public string Name { get; set; }
+ }
+}
--
Gitblit v1.10.0