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