🐛 Fix get chat controller

This commit is contained in:
2025-06-02 12:40:34 +08:00
parent 88f9157ff8
commit 7eabaf6a0d
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
using System.ComponentModel.DataAnnotations;
using Microsoft.EntityFrameworkCore;
namespace DysonNetwork.Sphere.Storage;