Files
Yi.Framework/Yi.Furion.Rbac/Yi.Furion.Rbac.Application/System/Services/ISystemService.cs
2023-04-12 22:30:42 +08:00

7 lines
107 B
C#

namespace Yi.Furion.Rbac.Application;
public interface ISystemService
{
string GetDescription();
}