aggiunta pagina invio
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MP.Data.DatabaseModels
|
||||
{
|
||||
[Keyless]
|
||||
public partial class InveSessTotLotModel
|
||||
{
|
||||
public int InveSessID { get; set; }
|
||||
public int MagID { get; set; }
|
||||
public string CodMag { get; set; }
|
||||
public string DescMag { get; set; }
|
||||
public string Lotto { get; set; }
|
||||
public string CodArticolo { get; set; }
|
||||
public string DescrArt { get; set; }
|
||||
public int NumColli { get; set; }
|
||||
public decimal TotLotto { get; set; }
|
||||
public bool IsForced { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user