Dekrety #1
This commit is contained in:
21
Blink.Backoffice.Services.PcmDb/Entities/SklepStanPrtMag.cs
Normal file
21
Blink.Backoffice.Services.PcmDb/Entities/SklepStanPrtMag.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class SklepStanPrtMag
|
||||
{
|
||||
public decimal SklepId { get; set; }
|
||||
|
||||
public DateTime Dzien { get; set; }
|
||||
|
||||
public decimal SklepTowId { get; set; }
|
||||
|
||||
public decimal PMId { get; set; }
|
||||
|
||||
public decimal StanPrt { get; set; }
|
||||
|
||||
public virtual SklepDzienRozl SklepDzienRozl { get; set; } = null!;
|
||||
|
||||
public virtual SklepPrtMag SklepPrtMag { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user