227 lines
9.7 KiB
C#
227 lines
9.7 KiB
C#
namespace SytelineSaAppEfDataModel.Dtos;
|
|
|
|
public class ItemDto
|
|
{
|
|
public string ItemCode { get; set; }
|
|
public string Description { get; set; }
|
|
public decimal? QtyAllocjob { get; set; }
|
|
public string UM { get; set; }
|
|
public int LeadTime { get; set; }
|
|
public decimal? LotSize { get; set; }
|
|
public decimal? QtyUsedYtd { get; set; }
|
|
public decimal? QtyMfgYtd { get; set; }
|
|
public string AbcCode { get; set; }
|
|
public string DrawingNbr { get; set; }
|
|
public string ProductCode { get; set; }
|
|
public string PMTCode { get; set; }
|
|
public string CostMethod { get; set; }
|
|
public decimal? LstLotSize { get; set; }
|
|
public decimal? UnitCost { get; set; }
|
|
public decimal? LstUCost { get; set; }
|
|
public decimal? AvgUCost { get; set; }
|
|
public string Job { get; set; }
|
|
public int? Suffix { get; set; }
|
|
public bool Stocked { get; set; }
|
|
public string MatlType { get; set; }
|
|
public string FamilyCode { get; set; }
|
|
public int? LowLevel { get; set; }
|
|
public DateTime? LastInv { get; set; }
|
|
public int? DaysSupply { get; set; }
|
|
public decimal? OrderMin { get; set; }
|
|
public decimal? OrderMult { get; set; }
|
|
public string PlanCode { get; set; }
|
|
public bool MpsFlag { get; set; }
|
|
public bool AcceptReq { get; set; }
|
|
public DateTime? ChangeDate { get; set; }
|
|
public string Revision { get; set; }
|
|
public bool PhantomFlag { get; set; }
|
|
public bool PlanFlag { get; set; }
|
|
public int PaperTime { get; set; }
|
|
public int DockTime { get; set; }
|
|
public decimal? AsmSetup { get; set; }
|
|
public decimal? AsmRun { get; set; }
|
|
public decimal? AsmMatl { get; set; }
|
|
public decimal? AsmTool { get; set; }
|
|
public decimal? AsmFixture { get; set; }
|
|
public decimal? AsmOther { get; set; }
|
|
public decimal? AsmFixed { get; set; }
|
|
public decimal? AsmVar { get; set; }
|
|
public decimal? AsmOutside { get; set; }
|
|
public decimal? CompSetup { get; set; }
|
|
public decimal? CompRun { get; set; }
|
|
public decimal? CompMatl { get; set; }
|
|
public decimal? CompTool { get; set; }
|
|
public decimal? CompFixture { get; set; }
|
|
public decimal? CompOther { get; set; }
|
|
public decimal? CompFixed { get; set; }
|
|
public decimal? CompVar { get; set; }
|
|
public decimal? CompOutside { get; set; }
|
|
public decimal? SubMatl { get; set; }
|
|
public decimal? ShrinkFact { get; set; }
|
|
public string AltItem { get; set; }
|
|
public decimal? UnitWeight { get; set; }
|
|
public string WeightUnits { get; set; }
|
|
public string Charfld4 { get; set; }
|
|
public decimal? CurUCost { get; set; }
|
|
public string FeatType { get; set; }
|
|
public int? VarLead { get; set; }
|
|
public string FeatStr { get; set; }
|
|
public int? NextConfig { get; set; }
|
|
public string FeatTempl { get; set; }
|
|
public bool Backflush { get; set; }
|
|
public string Charfld1 { get; set; }
|
|
public string Charfld2 { get; set; }
|
|
public string Charfld3 { get; set; }
|
|
public decimal? Decifld1 { get; set; }
|
|
public decimal? Decifld2 { get; set; }
|
|
public decimal? Decifld3 { get; set; }
|
|
public bool Logifld { get; set; }
|
|
public DateTime? Datefld { get; set; }
|
|
public bool TrackEcn { get; set; }
|
|
public string CommCode { get; set; }
|
|
public string Origin { get; set; }
|
|
public decimal? UnitMatCost { get; set; }
|
|
public decimal? UnitDutyCost { get; set; }
|
|
public decimal? UnitFreightCost { get; set; }
|
|
public decimal? UnitBrokerageCost { get; set; }
|
|
public decimal? CurMatCost { get; set; }
|
|
public decimal? CurDutyCost { get; set; }
|
|
public decimal? CurFreightCost { get; set; }
|
|
public decimal? CurBrokerageCost { get; set; }
|
|
public string TaxCode1 { get; set; }
|
|
public string TaxCode2 { get; set; }
|
|
public string BflushLoc { get; set; }
|
|
public bool Reservable { get; set; }
|
|
public int? ShelfLife { get; set; }
|
|
public string LotPrefix { get; set; }
|
|
public string SerialPrefix { get; set; }
|
|
public int? SerialLength { get; set; }
|
|
public string IssueBy { get; set; }
|
|
public bool SerialTracked { get; set; }
|
|
public bool LotTracked { get; set; }
|
|
public string CostType { get; set; }
|
|
public decimal? MatlCost { get; set; }
|
|
public decimal? LbrCost { get; set; }
|
|
public decimal? FovhdCost { get; set; }
|
|
public decimal? VovhdCost { get; set; }
|
|
public decimal? OutCost { get; set; }
|
|
public decimal? CurMatlCost { get; set; }
|
|
public decimal? CurLbrCost { get; set; }
|
|
public decimal? CurFovhdCost { get; set; }
|
|
public decimal? CurVovhdCost { get; set; }
|
|
public decimal? CurOutCost { get; set; }
|
|
public decimal? AvgMatlCost { get; set; }
|
|
public decimal? AvgLbrCost { get; set; }
|
|
public decimal? AvgFovhdCost { get; set; }
|
|
public decimal? AvgVovhdCost { get; set; }
|
|
public decimal? AvgOutCost { get; set; }
|
|
public string ProdType { get; set; }
|
|
public decimal? RatePerDay { get; set; }
|
|
public int? MpsPlanFence { get; set; }
|
|
public bool PassReq { get; set; }
|
|
public bool LotGenExp { get; set; }
|
|
public string SupplySite { get; set; }
|
|
public string ProdMix { get; set; }
|
|
public string Stat { get; set; }
|
|
public string StatusChgUserCode { get; set; }
|
|
public DateTime? ChgDate { get; set; }
|
|
public string ReasonCode { get; set; }
|
|
public string SupplyWhse { get; set; }
|
|
public int? DuePeriod { get; set; }
|
|
public decimal? OrderMax { get; set; }
|
|
public bool MrpPart { get; set; }
|
|
public bool InfinitePart { get; set; }
|
|
public bool NoteExistsFlag { get; set; }
|
|
public DateTime RecordDate { get; set; }
|
|
public Guid RowPointer { get; set; }
|
|
public int? SupplyToleranceHrs { get; set; }
|
|
public int ExpLeadTime { get; set; }
|
|
public int? VarExpLead { get; set; }
|
|
public string Buyer { get; set; }
|
|
public bool OrderConfigurable { get; set; }
|
|
public bool JobConfigurable { get; set; }
|
|
public string CfgModel { get; set; }
|
|
public string CoPostConfig { get; set; }
|
|
public string JobPostConfig { get; set; }
|
|
public string AutoJob { get; set; }
|
|
public string AutoPost { get; set; }
|
|
public string Setupgroup { get; set; }
|
|
public string CreatedBy { get; set; }
|
|
public string UpdatedBy { get; set; }
|
|
public DateTime CreateDate { get; set; }
|
|
public bool InWorkflow { get; set; }
|
|
public bool MfgSupplySwitchingActive { get; set; }
|
|
public int? TimeFenceRule { get; set; }
|
|
public decimal? TimeFenceValue { get; set; }
|
|
public DateTime? EarliestPlannedPoReceipt { get; set; }
|
|
public bool UseReorderPoint { get; set; }
|
|
public decimal? ReorderPoint { get; set; }
|
|
public decimal? FixedOrderQty { get; set; }
|
|
public decimal? UnitInsuranceCost { get; set; }
|
|
public decimal? UnitLocFrtCost { get; set; }
|
|
public decimal? CurInsuranceCost { get; set; }
|
|
public decimal? CurLocFrtCost { get; set; }
|
|
public bool TaxFreeMatl { get; set; }
|
|
public int? TaxFreeDays { get; set; }
|
|
public decimal? SafetyStockPercent { get; set; }
|
|
public string TariffClassification { get; set; }
|
|
public DateTime Lowdate { get; set; }
|
|
public string RcptRqmt { get; set; }
|
|
public bool ActiveForDataIntegration { get; set; }
|
|
public decimal? RcvdOverPoQtyTolerance { get; set; }
|
|
public decimal? RcvdUnderPoQtyTolerance { get; set; }
|
|
public bool IncludeInNetChangePlanning { get; set; }
|
|
public bool Kit { get; set; }
|
|
public bool PrintKitComponents { get; set; }
|
|
public int? SafetyStockRule { get; set; }
|
|
public bool ShowInDropDownList { get; set; }
|
|
public bool ControlledByExternalIcs { get; set; }
|
|
public decimal? InventoryUclTolerance { get; set; }
|
|
public decimal? InventoryLclTolerance { get; set; }
|
|
public string SeparationAttribute { get; set; }
|
|
public decimal? BatchReleaseAttribute1 { get; set; }
|
|
public decimal? BatchReleaseAttribute2 { get; set; }
|
|
public decimal? BatchReleaseAttribute3 { get; set; }
|
|
public byte[] Picture { get; set; }
|
|
public bool ActiveForCustomerPortal { get; set; }
|
|
public bool Featured { get; set; }
|
|
public bool TopSeller { get; set; }
|
|
public string Overview { get; set; }
|
|
public bool PreassignLots { get; set; }
|
|
public bool PreassignSerials { get; set; }
|
|
public string AttrGroup { get; set; }
|
|
public string DimensionGroup { get; set; }
|
|
public string LotAttrGroup { get; set; }
|
|
public bool TrackPieces { get; set; }
|
|
public DateTime? BomLastImportDate { get; set; }
|
|
public bool SaveCurrentRevUponBomImport { get; set; }
|
|
public string NaftaPrefCrit { get; set; }
|
|
public bool SubjectToNaftaRvc { get; set; }
|
|
public bool Producer { get; set; }
|
|
public string NaftaCountryOfOrigin { get; set; }
|
|
public bool MustUseFutureRcptsBeforePln { get; set; }
|
|
public bool SubjectToExciseTax { get; set; }
|
|
public decimal? ExciseTaxPercent { get; set; }
|
|
public string Uf_PLT_AddItemDesc { get; set; }
|
|
public string Uf_PLT_Class { get; set; }
|
|
public string Uf_PLT_CNCode { get; set; }
|
|
public string Uf_PLT_Norm { get; set; }
|
|
public string Uf_PLT_OldItemID { get; set; }
|
|
public decimal? Uf_PLT_Volume { get; set; }
|
|
public string Uf_PLT_VolumeUnit { get; set; }
|
|
public bool Uf_INT_Replicate { get; set; }
|
|
public string BoxId { get; set; }
|
|
public decimal? ItemLength { get; set; }
|
|
public decimal? ItemFi { get; set; }
|
|
public int? BoxItemsCnt { get; set; }
|
|
public string Klient { get; set; }
|
|
public string Uf_FKR_FA_RodzajPozycji { get; set; }
|
|
public string Uf_Nr_Klienta { get; set; }
|
|
public int? Uf_FKR_FA_Items_Nr_Zmiany { get; set; }
|
|
public string Uf_FKR_FA_item_core { get; set; }
|
|
public string Uf_FKR_GTU { get; set; }
|
|
public int? Uf_FKR_FA_Ilosc_Na_Jedn_Pak { get; set; }
|
|
public int? Uf_Element_Ilosc_W_Palecie { get; set; }
|
|
public bool? Uf_PUDELKO { get; set; }
|
|
public string Uf_IMP_OrginalItem { get; set; }
|
|
} |