Dekrety #1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class UprawnienieNaSklep
|
||||
{
|
||||
public decimal UzNSId { get; set; }
|
||||
|
||||
public short Rodzaj { get; set; }
|
||||
|
||||
public short? Jest { get; set; }
|
||||
|
||||
public virtual UzNaSklep UzNS { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user