//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Neo.LegitimateLicences.Data.Models
{
using System.Web.Script.Serialization;
using System;
using System.Collections.Generic;
public partial class Vw_VehicleModels
{
public short VehicleModelID { get; set; }
public Nullable VehicleMakeID { get; set; }
public string VehicleMake { get; set; }
public string Description { get; set; }
public Nullable SeatedCapacityExcludingDriver { get; set; }
public Nullable StandingCapacity { get; set; }
public bool IsCancelled { get; set; }
public long GrossWeight { get; set; }
public long TareWeight { get; set; }
public short VehicleTypeID { get; set; }
public string VehicleType { get; set; }
public short CarryingCapacityID { get; set; }
public string CarryingCapacity { get; set; }
public bool IsValidModel { get; set; }
public string WorkflowReference { get; set; }
public string WorkflowStatus { get; set; }
}
}