Dekrety #1
This commit is contained in:
21
Blink.Backoffice.Services.PcmDb/Entities/SklepPozAkcyza.cs
Normal file
21
Blink.Backoffice.Services.PcmDb/Entities/SklepPozAkcyza.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class SklepPozAkcyza
|
||||
{
|
||||
public decimal SklepId { get; set; }
|
||||
|
||||
public decimal SklepDokId { get; set; }
|
||||
|
||||
public int Kolejnosc { get; set; }
|
||||
|
||||
public decimal SklepGrAkcId { get; set; }
|
||||
|
||||
public decimal Wartosc { get; set; }
|
||||
|
||||
public virtual SklepGrupaAkcyzowa SklepGrupaAkcyzowa { get; set; } = null!;
|
||||
|
||||
public virtual SklepPozDok SklepPozDok { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user