GwWuYou
18267e7c14
feat(command): 为命令和查询类添加输入参数支持
- 重构 AbstractCommand 类,添加泛型参数 TInput 并要求实现 ICommandInput 接口
- 修改 AbstractCommand.Execute 方法,传入输入参数到 OnExecute 方法
- 重构 AbstractCommand<TInput, TResult> 类,支持输入参数和返回结果
- 更新 AbstractQuery 类,添加泛型参数 TInput 和 TResult 并要求实现 IQueryInput 接口
- 创建 ICommandInput 接口作为命令输入的标记接口
- 创建 IQueryInput 接口定义查询输入规范
- 为所有抽象方法添加参数文档注释
2026-01-04 22:10:46 +08:00
..
2026-01-03 21:44:22 +08:00
2026-01-04 22:10:46 +08:00
2026-01-01 10:55:13 +08:00
2026-01-02 11:49:12 +08:00
2026-01-03 21:44:22 +08:00
2025-12-28 10:37:18 +08:00
2025-12-31 13:30:27 +08:00
2026-01-01 21:39:08 +08:00
2025-12-31 12:42:06 +08:00
2026-01-01 21:39:08 +08:00
2025-12-28 10:45:07 +08:00
2026-01-04 22:10:46 +08:00
2025-12-29 20:06:25 +08:00
2025-12-31 12:42:06 +08:00
2025-12-28 10:37:18 +08:00
2025-12-28 11:45:24 +08:00
2025-12-28 14:37:30 +08:00