namespace ProductionSystem.ViewModel
{
public class DeviceInfo
/// <summary>
/// 转速
/// </summary>
public string Speed { get; set; }
}