using System;
using System.Collections.Generic;
using System.Text;
namespace DllEapEntity.OFILM
{
public class ForecastDto
{
///
///
///
public int ID { get; set; }
///
/// 设备型号
///
public string Equipmentmodel { get; set; }
///
/// 园区
///
public string Park { get; set; }
public string Floor { get; set; }
///
/// 现有数量
///
public string Score { get; set; }
///
/// 预测数量
///
public string Number { get; set; }
public string NumberOne { get; set; }
public string NumberTwo { get; set; }
public string NumberThree { get; set; }
///
/// 利用率
///
public string UtilizationRate { get; set; }
public string UtilizationRateOne { get; set; }
public string UtilizationRateTwo { get; set; }
public string UtilizationRateThree { get; set; }
///
/// 预警
///
public string Warning { get; set; }
public int Count { get; set; }
public string PlanTime { get; set; }
}
}