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 PowKontLoj
|
||||
{
|
||||
public decimal NoweKontoId { get; set; }
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class PowKontLoj
|
||||
{
|
||||
public decimal NoweKontoId { get; set; }
|
||||
|
||||
public short RodzajPow { get; set; }
|
||||
public short RodzajPow { get; set; }
|
||||
|
||||
public decimal StareKontoId { get; set; }
|
||||
public decimal StareKontoId { get; set; }
|
||||
|
||||
public virtual KontoLoj NoweKonto { get; set; } = null!;
|
||||
public virtual KontoLoj NoweKonto { get; set; } = null!;
|
||||
|
||||
public virtual KontoLoj StareKonto { get; set; } = null!;
|
||||
}
|
||||
public virtual KontoLoj StareKonto { get; set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user