Files
2023-12-11 09:55:12 +08:00

7 lines
122 B
C#

namespace Yi.Framework.Rbac.Application.Contracts.IServices
{
public interface IMonitorServerService
{
}
}