* Further improvements to generate PackList
This commit is contained in:
30
SytelineSaAppEfDataModel/Entities/ItemCust.cs
Normal file
30
SytelineSaAppEfDataModel/Entities/ItemCust.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
namespace SytelineSaAppEfDataModel.Entities;
|
||||
|
||||
public class ItemCust
|
||||
{
|
||||
public string Item { get; set; }
|
||||
public string CustNum { get; set; }
|
||||
public int CustItemSeq { get; set; }
|
||||
public string CustItem { get; set; }
|
||||
public int? PurchYtd { get; set; }
|
||||
public decimal? OrderYtd { get; set; }
|
||||
public decimal? ShipYtd { get; set; }
|
||||
public decimal? OrderPtd { get; set; }
|
||||
public string UM { get; set; }
|
||||
public int? DuePeriod { get; set; }
|
||||
public byte NoteExistsFlag { get; set; }
|
||||
public DateTime RecordDate { get; set; }
|
||||
public Guid RowPointer { get; set; }
|
||||
public string CreatedBy { get; set; }
|
||||
public string UpdatedBy { get; set; }
|
||||
public DateTime CreateDate { get; set; }
|
||||
public byte InWorkflow { get; set; }
|
||||
public int? Rank { get; set; }
|
||||
public string EndUser { get; set; }
|
||||
public string Uf_FKR_CustItem2 { get; set; }
|
||||
public string Uf_KOD_EAN13 { get; set; }
|
||||
public string Uf_Paleta_BROSE { get; set; }
|
||||
public string Uf_Pojemnik_BROSE { get; set; }
|
||||
public string Uf_Paleta_BROSE_Pokrywa { get; set; }
|
||||
public string Uf_RewizjaRysunku { get; set; }
|
||||
}
|
||||
@@ -9,7 +9,7 @@ public class WzRowMeyle
|
||||
public int? Quantity { get; set; }
|
||||
public int? PalletNumber { get; set; }
|
||||
public string WzNumber { get; set; }
|
||||
public string PartNumber { get; set; }
|
||||
public string? PartNumber { get; set; }
|
||||
|
||||
// Navigation property
|
||||
public WzHeader Header { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user