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.Data.Common/GrpcEnum.cs | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/HotelPms.Data.Common/GrpcEnum.cs b/HotelPms.Data.Common/GrpcEnum.cs
new file mode 100644
index 0000000..f2699a9
--- /dev/null
+++ b/HotelPms.Data.Common/GrpcEnum.cs
@@ -0,0 +1,60 @@
+using System;
+
+namespace HotelPms.Data.Common;
+
+/// <summary>
+///
+/// </summary>
+public enum ETableActionType : int
+{
+ CustomSql = 0,
+ RoomTypeMasterGrid = 1,
+ BuildingMasterGrid = 2,
+ Pagination = 3,
+ ReportMaster = 4,
+ DemoMasterGrid = 5,
+ RoomViewTabMasterGrid = 6,
+ RoomViewLayoutGrid = 7,
+ RoomViewState = 8,
+ RoomStatusMasterGrid = 9,
+ UpdateRoomStatus = 10,
+ HotelMasterGrid = 11,
+
+ PostNoSearch = 1000,
+ AddressSearch = 1001,
+
+ MasterName = 2000,
+ RoomTypeBase = 2001,
+ RoomTypeList = 2002,
+ SalesLoginList = 2003,
+ SalesLoginName = 2004,
+
+ HotelDate = 9000,
+ Sequence = 9001,
+ TaxRate = 9002,
+}
+
+public enum ESeqType : int
+{
+ Use = 0,
+ UseDetail,
+ UsePerson,
+ ReceiptID,
+ ReceiptNo,
+ Sale,
+ Pay,
+}
+
+public enum ESetActionType : int
+{
+ CustomSql = 0,
+ ColSetting = 1,
+ /// <summary>
+ /// 客室状況画面の日別表示データ
+ /// </summary>
+ RoomView = 2,
+}
+
+public class GrpcEnum
+{
+}
--
Gitblit v1.10.0