优化样品管理

This commit is contained in:
2026-05-08 15:08:20 +08:00
parent a28bfb9198
commit 06a5f9707d
9 changed files with 215 additions and 72 deletions

View File

@@ -175,7 +175,7 @@ namespace SamplePreSystem.UI.ViewModel.Child
[RelayCommand]
public void ImportClick()
{
List<tube_input> samples = new List<tube_input>();
List<sample_input> samples = new List<sample_input>();
foreach (var tube in SampleList)
{