Files
StockMan/StockManMVC/Models/vItemFlux2Save.cs
T
Samuele E. Locatelli 487828a697 aggiunto num ordini forn in movimenti aperti
refresh su IIS01/IIS02
2016-10-24 10:33:04 +02:00

27 lines
925 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace StockManMVC.Models
{
using System;
using System.Collections.Generic;
public partial class vItemFlux2Save
{
public int ItemID { get; set; }
public Nullable<int> NumMov { get; set; }
public Nullable<int> TotQta { get; set; }
public Nullable<decimal> TotValCar { get; set; }
public Nullable<int> TotQtaCar { get; set; }
public Nullable<int> TotQtaOrd { get; set; }
public virtual Item Item { get; set; }
}
}