能耗定时上传

This commit is contained in:
liming 蔡
2026-08-26 16:43:53 +08:00
parent c06bb2704e
commit 8b7829bc1b
11 changed files with 231 additions and 110 deletions
@@ -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(); }
}
}
}