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] プロジェクトファイルを追加。
---
Protos/sqlwhere.proto | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Protos/sqlwhere.proto b/Protos/sqlwhere.proto
new file mode 100644
index 0000000..05c8188
--- /dev/null
+++ b/Protos/sqlwhere.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package HotelPms.Data;
+
+message SqlWhere {
+ bytes Data = 1;
+}
--
Gitblit v1.10.0