using DS.Module.Core; using DS.WMS.Core.Sys.Dtos; namespace DS.WMS.Core.Sys.Interface; public interface IAdminService { /// /// 获取服务器信息 /// /// DataResult GetServerInfo(); }