mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 18:52:08 +08:00
- 移除ICommand类型的using别名,直接使用完整命名空间 - 将SendCommand方法参数类型从ICommand改为command.ICommand - 添加Mediator模式的同步命令处理方法兼容性接口 - 添加Mediator模式的异步命令处理方法支持取消令牌 - 添加Mediator模式的同步查询处理方法兼容性接口 - 添加Mediator模式的异步查询处理方法支持取消令牌 - 移除重复的Mediator相关方法声明,优化接口结构