Dekrety #1
This commit is contained in:
21
Blink.Backoffice.Services.PcmDb/Entities/RapWartPoczDane.cs
Normal file
21
Blink.Backoffice.Services.PcmDb/Entities/RapWartPoczDane.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class RapWartPoczDane
|
||||
{
|
||||
public decimal RWPId { get; set; }
|
||||
|
||||
public decimal MagId { get; set; }
|
||||
|
||||
public decimal Typ { get; set; }
|
||||
|
||||
public short Numer { get; set; }
|
||||
|
||||
public decimal Wartosc { get; set; }
|
||||
|
||||
public virtual Magazyn Mag { get; set; } = null!;
|
||||
|
||||
public virtual RapWartPocz RWP { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user