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