#0055:修改说明文档Comet 160kv与滨松 160kv

This commit is contained in:
TianSong
2026-04-15 10:59:21 +08:00
parent 6314cc74bd
commit 6ec4c3ddaa
@@ -1,4 +1,4 @@
# RaySourceOperateView 集成技术路线 # RaySourceOperateView 集成技术路线
## 整体架构 ## 整体架构
@@ -21,7 +21,7 @@ DLL 内部包含:
| UserControl | `RaySourceOperateView` | 射线源操作界面 | | UserControl | `RaySourceOperateView` | 射线源操作界面 |
| ViewModel | `RaySourceOperateViewModel` | 对应 ViewModel | | ViewModel | `RaySourceOperateViewModel` | 对应 ViewModel |
| 服务接口/实现 | `IRaySourceService` / `RaySourceService` | 射线源业务逻辑 | | 服务接口/实现 | `IRaySourceService` / `RaySourceService` | 射线源业务逻辑 |
| 工厂 | `IRaySourceFactory` / `RaySourceFactory` | 策略工厂,支持 Comet225/320、Spellman225 | | 工厂 | `IRaySourceFactory` / `RaySourceFactory` | 策略工厂,支持 Comet 160kv、Hamamatsu160kv |
| 服务 | `IFilamentLifetimeService` | 灯丝寿命管理 | | 服务 | `IFilamentLifetimeService` | 灯丝寿命管理 |
| 配置模型 | `RaySourceConfig` | 从 App.config 加载的配置 | | 配置模型 | `RaySourceConfig` | 从 App.config 加载的配置 |