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,26 +1,33 @@
namespace Blink.Backoffice.Services.PcmDb.Entities;
using System;
using System.Collections.Generic;
public partial class PozCennikDok
{
public decimal DokId { get; set; }
namespace Blink.Backoffice.Services.PcmDb.Entities;
public partial class PozCennikDok
{
public decimal DokId { get; set; }
public decimal TowId { get; set; }
public decimal TowId { get; set; }
public decimal SklepId { get; set; }
public decimal SklepId { get; set; }
public short? Przydzial { get; set; }
public short? Przydzial { get; set; }
public short? Rodzaj { get; set; }
public short? Rodzaj { get; set; }
public short? StatusZam { get; set; }
public short? StatusZam { get; set; }
public DateTime? DoKiedyPrzyjecie { get; set; }
public DateTime? DoKiedyPrzyjecie { get; set; }
public short? ZmPrzydzial { get; set; }
public short? ZmPrzydzial { get; set; }
public short? ZmStatusZam { get; set; }
public short? ZmStatusZam { get; set; }
public short? ZmDoKiedyPrzyjecie { get; set; }
public short? ZmDoKiedyPrzyjecie { get; set; }
public virtual Sklep Sklep { get; set; } = null!;
}
public DateTime? DoKiedyZamowienie { get; set; }
public short? ZmDoKiedyZamowienie { get; set; }
public virtual Sklep Sklep { get; set; } = null!;
}