优化样品管理
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user