mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-08 02:06:41 +08:00
7 lines
107 B
C#
7 lines
107 B
C#
namespace Yi.Furion.Rbac.Application;
|
|
|
|
public interface ISystemService
|
|
{
|
|
string GetDescription();
|
|
}
|