Dekrety #1
This commit is contained in:
21
Blink.Backoffice.Services.PcmDb/Entities/SklepDokPunkty.cs
Normal file
21
Blink.Backoffice.Services.PcmDb/Entities/SklepDokPunkty.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class SklepDokPunkty
|
||||
{
|
||||
public decimal SklepId { get; set; }
|
||||
|
||||
public decimal SklepDokId { get; set; }
|
||||
|
||||
public short Typ { get; set; }
|
||||
|
||||
public short Gdzie { get; set; }
|
||||
|
||||
public DateTime Kiedy { get; set; }
|
||||
|
||||
public decimal Kwota { get; set; }
|
||||
|
||||
public virtual SklepDok SklepDok { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user