LIN 调度表配置初版,初步可以运行

This commit is contained in:
2025-10-14 20:31:40 +08:00
parent 5849d0cb5d
commit db6acc2741
4 changed files with 152 additions and 65 deletions

View File

@@ -1028,6 +1028,7 @@ namespace CapMachine.Wpf.ViewModels
.Set(a => a.LdfPath, SelectedLINConfigExdDto.LdfPath)
.Set(a => a.Cycle, SelectedLINConfigExdDto.Cycle)
.Set(a => a.BaudRate, SelectedLINConfigExdDto.BaudRate)
.Set(a => a.SchEnable, SelectedLINConfigExdDto.SchEnable)
.Where(a => a.Id == SelectedLINConfigExdDto.Id)
.ExecuteUpdated();
}