namespace DuSoft.PcmDb.Entities; public partial class SklepZasob { public decimal SklepId { get; set; } public short Tabela { get; set; } public decimal Id { get; set; } public string Typ { get; set; } = null!; public string Sciezka { get; set; } = null!; public virtual Sklep Sklep { get; set; } = null!; }