11 lines
264 B
C#
11 lines
264 B
C#
namespace Pcm.Db.Entities;
|
|
|
|
public class SzczegPrtMag
|
|
{
|
|
public decimal TowId { get; set; }
|
|
public decimal Pmid { get; set; }
|
|
public short TypDanych { get; set; }
|
|
public string Tekst { get; set; }
|
|
|
|
public virtual PrtMag PrtMag { get; set; }
|
|
} |