namespace GFramework.Core.Abstractions.Cqrs.Query; /// /// 查询输入接口,定义了查询操作的输入规范 /// public interface IQueryInput : IInput;