namespace Admin.NET.Core.Service; public interface ICommonService { Task> GetEntityInfos(); string GetHost(); string GetFileUrl(SysFile sysFile); }