namespace Pcm.Db.Entities; public class SklepNotatki { public decimal SklepId { get; set; } public decimal SklepTowId { get; set; } public short Kolejnosc { get; set; } public string Tekst { get; set; } public short KoniecLinii { get; set; } public virtual SklepTowar Sklep { get; set; } }