This commit is contained in:
2026-05-19 16:45:53 +02:00
parent e80c8894ea
commit ae32eef32a
735 changed files with 15154 additions and 147132 deletions

View File

@@ -1,18 +1,21 @@
namespace Blink.Backoffice.Services.PcmDb.Entities;
using System;
using System.Collections.Generic;
public partial class SklepParBon
{
public decimal SklepId { get; set; }
namespace Blink.Backoffice.Services.PcmDb.Entities;
public partial class SklepParBon
{
public decimal SklepId { get; set; }
public decimal SklepParId { get; set; }
public decimal SklepParId { get; set; }
public short Kolejnosc { get; set; }
public short Kolejnosc { get; set; }
public decimal Kwota { get; set; }
public decimal Kwota { get; set; }
public string Typ { get; set; } = null!;
public string Typ { get; set; } = null!;
public string Numer { get; set; } = null!;
public string Numer { get; set; } = null!;
public virtual SklepParagon SklepParagon { get; set; } = null!;
}
public virtual SklepParagon SklepParagon { get; set; } = null!;
}