namespace Pcm.Db.Entities; public class Sklep { public Sklep() { PowiazanieSkleps = new HashSet(); RegulaSkleps = new HashSet(); SklepArtykuls = new HashSet(); SklepDefinicjaKodus = new HashSet(); SklepDoks = new HashSet(); SklepDzienRozls = new HashSet(); SklepFlagis = new HashSet(); SklepFormaPlatnPos7s = new HashSet(); SklepGrupaAkcyzowas = new HashSet(); SklepKartaLojs = new HashSet(); SklepKasas = new HashSet(); SklepKontoLojs = new HashSet(); SklepKontrs = new HashSet(); SklepKthPrzydzials = new HashSet(); SklepMagazyns = new HashSet(); SklepOplata = new HashSet(); SklepParagons = new HashSet(); SklepProfils = new HashSet(); SklepPrzydzials = new HashSet(); SklepRapWartPoczs = new HashSet(); SklepRegulaParams = new HashSet(); SklepRegulas = new HashSet(); SklepRolas = new HashSet(); SklepSklepCentralas = new HashSet(); SklepSklepSkleps = new HashSet(); SklepTowars = new HashSet(); SklepTypOs = new HashSet(); SklepUzytkowniks = new HashSet(); SklepWaluta = new HashSet(); SklepZasobs = new HashSet(); SklepZgoda = new HashSet(); TowStratyDlaSklepus = new HashSet(); UzNaSkleps = new HashSet(); } public decimal SklepId { get; set; } public decimal? MagId { get; set; } public short NrSklepu { get; set; } public string NrSeryjny { get; set; } public DateTime? OstImport { get; set; } public DateTime? WymImport { get; set; } public DateTime? DataBo { get; set; } public int? KolejnyWdniuBo { get; set; } public short? PelnyImport { get; set; } public DateTime? OstEksport { get; set; } public DateTime? PotwEksport { get; set; } public short? Rola { get; set; } public decimal? KrajId { get; set; } public DateTime? OkrZamkniety { get; set; } public virtual Kraj Kraj { get; set; } public virtual Magazyn Mag { get; set; } public virtual Kontrahent SklepNavigation { get; set; } public virtual ICollection PowiazanieSkleps { get; set; } public virtual ICollection RegulaSkleps { get; set; } public virtual ICollection SklepArtykuls { get; set; } public virtual ICollection SklepDefinicjaKodus { get; set; } public virtual ICollection SklepDoks { get; set; } public virtual ICollection SklepDzienRozls { get; set; } public virtual ICollection SklepFlagis { get; set; } public virtual ICollection SklepFormaPlatnPos7s { get; set; } public virtual ICollection SklepGrupaAkcyzowas { get; set; } public virtual ICollection SklepKartaLojs { get; set; } public virtual ICollection SklepKasas { get; set; } public virtual ICollection SklepKontoLojs { get; set; } public virtual ICollection SklepKontrs { get; set; } public virtual ICollection SklepKthPrzydzials { get; set; } public virtual ICollection SklepMagazyns { get; set; } public virtual ICollection SklepOplata { get; set; } public virtual ICollection SklepParagons { get; set; } public virtual ICollection SklepProfils { get; set; } public virtual ICollection SklepPrzydzials { get; set; } public virtual ICollection SklepRapWartPoczs { get; set; } public virtual ICollection SklepRegulaParams { get; set; } public virtual ICollection SklepRegulas { get; set; } public virtual ICollection SklepRolas { get; set; } public virtual ICollection SklepSklepCentralas { get; set; } public virtual ICollection SklepSklepSkleps { get; set; } public virtual ICollection SklepTowars { get; set; } public virtual ICollection SklepTypOs { get; set; } public virtual ICollection SklepUzytkowniks { get; set; } public virtual ICollection SklepWaluta { get; set; } public virtual ICollection SklepZasobs { get; set; } public virtual ICollection SklepZgoda { get; set; } public virtual ICollection TowStratyDlaSklepus { get; set; } public virtual ICollection UzNaSkleps { get; set; } }