//------------------------------------------------------------------------------
//
// 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 StockManMVC.Models
{
using System;
using System.Collections.Generic;
public partial class vLocationVal
{
public string LocationID { get; set; }
public Nullable TotVal { get; set; }
public Nullable TotCurr { get; set; }
public Nullable TotPend { get; set; }
public Nullable NumArt { get; set; }
public virtual Location Location { get; set; }
}
}