namespace DuSoft.PcmDb.Entities; public partial class SklepTowar { public decimal SklepId { get; set; } public decimal SklepTowId { get; set; } public decimal? TowId { get; set; } public short TypTowaru { get; set; } public short Aktywny { get; set; } public string Nazwa { get; set; } = null!; public string Indeks1 { get; set; } = null!; public string Indeks2 { get; set; } = null!; public short Stawka { get; set; } public decimal CenaEw { get; set; } public decimal CenaDet { get; set; } public decimal CenaHurt { get; set; } public decimal CenaNoc { get; set; } public decimal CenaDod { get; set; } public short CenaOtwarta { get; set; } public decimal Marza { get; set; } public short OpcjaMarzy { get; set; } public decimal HurtRabat { get; set; } public short OpcjaRabatu { get; set; } public decimal NocNarzut { get; set; } public short OpcjaNarzutu { get; set; } public string Opis1 { get; set; } = null!; public string Opis2 { get; set; } = null!; public string Opis3 { get; set; } = null!; public string Opis4 { get; set; } = null!; public decimal IleWZgrzewce { get; set; } public decimal IleWCalosci { get; set; } public short TermWazn { get; set; } public int Waga { get; set; } public int Wysokosc { get; set; } public int Szerokosc { get; set; } public int Glebokosc { get; set; } public decimal? SklepOpakId { get; set; } public decimal? IleWOpak { get; set; } public short? Tandem { get; set; } public string Asortyment { get; set; } = null!; public string JM { get; set; } = null!; public short Precyzja { get; set; } public string? Kategoria { get; set; } public string CKU { get; set; } = null!; public decimal? SklepProducent { get; set; } public string Rezerwa1 { get; set; } = null!; public string Rezerwa2 { get; set; } = null!; public decimal? CentrTowId { get; set; } public DateTime Zmiana { get; set; } public decimal? SklepArtId { get; set; } public short? Akcyzowy { get; set; } public short? SledzPartii { get; set; } public decimal? MaxCenaZak { get; set; } public string? PrzeliczJM { get; set; } public short? NrDrukarki { get; set; } public decimal? Cena5 { get; set; } public decimal? Cena6 { get; set; } public decimal? ProgPromocji { get; set; } public short? Przeznaczenie { get; set; } public short? ObslugaPartii { get; set; } public short? UkrycNaKasie { get; set; } public string? KodCN { get; set; } public decimal? MinCenaSp { get; set; } public short? StatusZam { get; set; } public DateTime? NowoscOd { get; set; } public short? NowoscPrzez { get; set; } public short? WysylacNaSklepInternetowy { get; set; } public string? GrupaGTU { get; set; } public string? KodKrajuPochodzenia { get; set; } public short? Zywnosc { get; set; } public string? KodSklepu { get; set; } public virtual Sklep Sklep { get; set; } = null!; public virtual ICollection SklepArtykul { get; set; } = new List(); public virtual SklepArtykul? SklepArtykulNavigation { get; set; } public virtual ICollection SklepDost { get; set; } = new List(); public virtual ICollection SklepIstw { get; set; } = new List(); public virtual SklepKontr? SklepKontr { get; set; } public virtual ICollection SklepNotatki { get; set; } = new List(); public virtual ICollection SklepPartia { get; set; } = new List(); public virtual ICollection SklepPozDok { get; set; } = new List(); public virtual ICollection SklepPozPar { get; set; } = new List(); public virtual ICollection SklepPrtMag { get; set; } = new List(); public virtual ICollection SklepRegulaTowar { get; set; } = new List(); public virtual ICollection SklepSkladnikWzorca { get; set; } = new List(); public virtual ICollection SklepTowAkcyza { get; set; } = new List(); public virtual ICollection SklepTowDodatekSklepTowar { get; set; } = new List(); public virtual ICollection SklepTowDodatekSklepTowarNavigation { get; set; } = new List(); public virtual ICollection SklepTowIntParam { get; set; } = new List(); public virtual ICollection SklepTowKod { get; set; } = new List(); public virtual ICollection SklepTowParWiseBase { get; set; } = new List(); public virtual ICollection SklepTowPowiazanieSklepTowar { get; set; } = new List(); public virtual ICollection SklepTowPowiazanieSklepTowarNavigation { get; set; } = new List(); public virtual ICollection SklepTowStraty { get; set; } = new List(); public virtual SklepTowZamiennik? SklepTowZamiennik { get; set; } public virtual ICollection SklepTowZdjecia { get; set; } = new List(); public virtual ICollection SklepTowarSkladnika { get; set; } = new List(); public virtual Towar? Tow { get; set; } }