using NetAdmin.Application.Services; using NetAdmin.SysComponent.Application.Modules.Sys; namespace NetAdmin.SysComponent.Application.Services.Sys.Dependency; /// /// 常量服务 /// public interface IConstantService : IService, IConstantModule { }