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 SklepPowiazanieUz
|
||||
{
|
||||
public decimal SklepId { get; set; }
|
||||
|
||||
public decimal SklepUzId { get; set; }
|
||||
|
||||
public short RodzajPow { get; set; }
|
||||
|
||||
public decimal Id { get; set; }
|
||||
|
||||
public virtual SklepUzytkownik SklepUzytkownik { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user