Dekrety #1
This commit is contained in:
21
Blink.Backoffice.Services.PcmDb/Entities/RegulaProg.cs
Normal file
21
Blink.Backoffice.Services.PcmDb/Entities/RegulaProg.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class RegulaProg
|
||||
{
|
||||
public decimal RegulaId { get; set; }
|
||||
|
||||
public short Kolejnosc { get; set; }
|
||||
|
||||
public decimal? ProgOd { get; set; }
|
||||
|
||||
public decimal? ProgDo { get; set; }
|
||||
|
||||
public decimal? Wartosc1 { get; set; }
|
||||
|
||||
public decimal? Wartosc2 { get; set; }
|
||||
|
||||
public virtual Regula Regula { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user