using Volo.Abp.Application.Services; namespace CMS.Plugin.PipeLineLems.Application.Contracts; /// /// 查询应用服务 /// public interface ICMSPluginQueryAppService : IApplicationService { }