Add DRS
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class SzczegPrtMag
|
||||
{
|
||||
public decimal TowId { get; set; }
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class SzczegPrtMag
|
||||
{
|
||||
public decimal TowId { get; set; }
|
||||
|
||||
public decimal PMId { get; set; }
|
||||
public decimal PMId { get; set; }
|
||||
|
||||
public short TypDanych { get; set; }
|
||||
public short TypDanych { get; set; }
|
||||
|
||||
public string Tekst { get; set; } = null!;
|
||||
public string Tekst { get; set; } = null!;
|
||||
|
||||
public virtual PrtMag PrtMag { get; set; } = null!;
|
||||
}
|
||||
public virtual PrtMag PrtMag { get; set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user