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.Client.Blazor/Models/ChatUser.cs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/HotelPms.Client.Blazor/Models/ChatUser.cs b/HotelPms.Client.Blazor/Models/ChatUser.cs
new file mode 100644
index 0000000..074fe51
--- /dev/null
+++ b/HotelPms.Client.Blazor/Models/ChatUser.cs
@@ -0,0 +1,14 @@
+using MudBlazor;
+
+namespace HotelPms.Client.Blazor.Shared
+{
+ public class ChatUser
+ {
+ public string UserName { get; set; }
+ public string UserRoleColor { get; set; }
+ public Color OnlineStatus { get; set; }
+ public bool Spotify { get; set; }
+ public string AvatarUrl { get; set; }
+ public Color AvatarColor { get; set; }
+ }
+}
--
Gitblit v1.10.0