Dekrety #1
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class SklepPozParSzczeg
|
||||
{
|
||||
public decimal SklepId { get; set; }
|
||||
|
||||
public decimal SklepParId { get; set; }
|
||||
|
||||
public int Kolejnosc { get; set; }
|
||||
|
||||
public string DodInfo { get; set; } = null!;
|
||||
|
||||
public virtual SklepPozPar SklepPozPar { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user