TBaseAgvmileageChart.cs
755 Bytes
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace WebRepository
{
/// <summary>
///
/// </summary>
public partial class TBaseAgvmileageChart
{
public TBaseAgvmileageChart()
{
}
/// <summary>
///
/// </summary>
public int Mileage { get; set; }
/// <summary>
///
/// </summary>
public System.DateTime Starttime { get; set; }
/// <summary>
///
/// </summary>
public System.DateTime Endtime { get; set; }
/// <summary>
///
/// </summary>
public string ChartType { get; set; }
/// <summary>
///
/// </summary>
public string ChartValue { get; set; }
}
}