|
@@ -300,6 +300,8 @@ namespace PLCTool.ViewModels.BusinessManageViewModel
|
|
DeviceName = string.Empty;
|
|
DeviceName = string.Empty;
|
|
TestName = string.Empty;
|
|
TestName = string.Empty;
|
|
SelectTest = string.Empty;
|
|
SelectTest = string.Empty;
|
|
|
|
+ StartTime = DateTime.MinValue;
|
|
|
|
+ EndTime = DateTime.MinValue;
|
|
}
|
|
}
|
|
|
|
|
|
private void Query(object obj)
|
|
private void Query(object obj)
|