优化样品管理

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

@@ -51,9 +51,9 @@ namespace SamplePreSystem.UI.ViewModel.QueryManager
}
}
private List<tube_input> _sampleList = new List<tube_input>();
private List<sample_input> _sampleList = new List<sample_input>();
public List<tube_input> SampleList
public List<sample_input> SampleList
{
get { return _sampleList; }
set {