Add DRS
This commit is contained in:
@@ -1,32 +1,35 @@
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class RegulaPozDokSzczeg
|
||||
{
|
||||
public decimal DokId { get; set; }
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class RegulaPozDokSzczeg
|
||||
{
|
||||
public decimal DokId { get; set; }
|
||||
|
||||
public int Kolejnosc { get; set; }
|
||||
public int Kolejnosc { get; set; }
|
||||
|
||||
public decimal RegulaId { get; set; }
|
||||
public decimal RegulaId { get; set; }
|
||||
|
||||
public short Typ { get; set; }
|
||||
public short Typ { get; set; }
|
||||
|
||||
public int KolejnoscRegulaDok { get; set; }
|
||||
public int KolejnoscRegulaDok { get; set; }
|
||||
|
||||
public decimal? Wartosc1 { get; set; }
|
||||
public decimal? Wartosc1 { get; set; }
|
||||
|
||||
public decimal? Wartosc2 { get; set; }
|
||||
public decimal? Wartosc2 { get; set; }
|
||||
|
||||
public decimal? Wartosc3 { get; set; }
|
||||
public decimal? Wartosc3 { get; set; }
|
||||
|
||||
public decimal? Wartosc4 { get; set; }
|
||||
public decimal? Wartosc4 { get; set; }
|
||||
|
||||
public string? Tekst { get; set; }
|
||||
public string? Tekst { get; set; }
|
||||
|
||||
public short? Opcja1 { get; set; }
|
||||
public short? Opcja1 { get; set; }
|
||||
|
||||
public short? Opcja2 { get; set; }
|
||||
public short? Opcja2 { get; set; }
|
||||
|
||||
public virtual PozDok PozDok { get; set; } = null!;
|
||||
public virtual PozDok PozDok { get; set; } = null!;
|
||||
|
||||
public virtual Regula Regula { get; set; } = null!;
|
||||
}
|
||||
public virtual Regula Regula { get; set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user