Add DRS
This commit is contained in:
@@ -1,26 +1,29 @@
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class KodDod
|
||||
{
|
||||
public decimal TowId { get; set; }
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class KodDod
|
||||
{
|
||||
public decimal TowId { get; set; }
|
||||
|
||||
public short Kolejnosc { get; set; }
|
||||
public short Kolejnosc { get; set; }
|
||||
|
||||
public string Skrot { get; set; } = null!;
|
||||
public string Skrot { get; set; } = null!;
|
||||
|
||||
public string Kod { get; set; } = null!;
|
||||
public string Kod { get; set; } = null!;
|
||||
|
||||
public short PoziomCen { get; set; }
|
||||
public short PoziomCen { get; set; }
|
||||
|
||||
public int PrefPLU { get; set; }
|
||||
public int PrefPLU { get; set; }
|
||||
|
||||
public decimal? IleWKodzie { get; set; }
|
||||
public decimal? IleWKodzie { get; set; }
|
||||
|
||||
public short? TypKodu { get; set; }
|
||||
public short? TypKodu { get; set; }
|
||||
|
||||
public string? SubsysKoduDod { get; set; }
|
||||
public string? SubsysKoduDod { get; set; }
|
||||
|
||||
public short? KodCentralny { get; set; }
|
||||
public short? KodCentralny { get; set; }
|
||||
|
||||
public virtual Towar Tow { get; set; } = null!;
|
||||
}
|
||||
public virtual Towar Tow { get; set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user