David P.G
cdfb906112
feat(处理器): 增强变量处理链并实现批量更新
- 新增 UpdateDbVariableProcessor 处理器,通过队列和定时器实现数据库的批量更新,以降低负载。
- 重构 ValueConvertProcessor 处理器,使其能够解析 ConversionFormula 公式,计算出最终的 DisplayValue。
- 扩展 IVariableRepository 仓储接口,添加 UpdateBatchAsync 方法,并使用SqlSugar实现高效的批量更新。
- 优化 VariableContext 模型,将 NewValue 类型统一为 string,简化了数据流并提升了类型安全。
2025-10-02 17:35:35 +08:00
..
2025-09-04 21:04:27 +08:00
2025-10-02 12:35:42 +08:00
2025-07-21 23:04:28 +08:00
2025-09-22 22:58:51 +08:00
2025-09-16 14:42:23 +08:00
2025-09-05 20:24:27 +08:00
2025-09-16 14:42:23 +08:00
2025-09-22 22:58:51 +08:00
2025-09-02 16:45:24 +08:00
2025-09-22 22:58:51 +08:00
2025-10-02 17:35:35 +08:00
2025-10-02 17:35:35 +08:00
2025-09-13 19:08:43 +08:00