初始化前端窗口组件框架

This commit is contained in:
2025-10-19 14:56:05 +08:00
parent d85e906b39
commit 4ca191b930
5 changed files with 668 additions and 6 deletions
@@ -0,0 +1,6 @@
namespace IM_API.Interface.Services
{
public interface IAuthService
{
}
}