namespace Pcm.Db.Entities; public class ZlecKomunikat { public decimal KasaId { get; set; } public decimal ZlecId { get; set; } public int Kolejnosc { get; set; } public short Znaczenie { get; set; } public string Tekst { get; set; } public virtual Zlecenie Zlecenie { get; set; } }