能耗定时上传
This commit is contained in:
@@ -89,5 +89,14 @@ namespace JY.Inspection.ViewModel
|
||||
get { return productType; }
|
||||
set { productType = value; OnPropertyChanged(); }
|
||||
}
|
||||
|
||||
private int taskInterval;
|
||||
|
||||
public int TaskInterval
|
||||
{
|
||||
get { return taskInterval; }
|
||||
set { taskInterval = value; OnPropertyChanged(); }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user