Dekrety #1
This commit is contained in:
39
Blink.Backoffice.Services.PcmDb/Entities/SklepKontrSklep.cs
Normal file
39
Blink.Backoffice.Services.PcmDb/Entities/SklepKontrSklep.cs
Normal file
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class SklepKontrSklep
|
||||
{
|
||||
public decimal SklepId { get; set; }
|
||||
|
||||
public decimal SklepKontrId { get; set; }
|
||||
|
||||
public decimal? SklepMagId { get; set; }
|
||||
|
||||
public short NrSklepu { get; set; }
|
||||
|
||||
public string NrSeryjny { get; set; } = null!;
|
||||
|
||||
public DateTime? OstImport { get; set; }
|
||||
|
||||
public DateTime? WymImport { get; set; }
|
||||
|
||||
public DateTime? DataBO { get; set; }
|
||||
|
||||
public int? KolejnyWDniuBO { get; set; }
|
||||
|
||||
public short? PelnyImport { get; set; }
|
||||
|
||||
public DateTime? OstEksport { get; set; }
|
||||
|
||||
public DateTime? PotwEksport { get; set; }
|
||||
|
||||
public string? KodKraju { get; set; }
|
||||
|
||||
public short? Rola { get; set; }
|
||||
|
||||
public DateTime? OkrZamkniety { get; set; }
|
||||
|
||||
public virtual Kontrahent Sklep { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user