Dekrety #1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class DokWBufPowiazanie
|
||||
{
|
||||
public decimal DokId { get; set; }
|
||||
|
||||
public short JakiePow { get; set; }
|
||||
|
||||
public short KtorePow { get; set; }
|
||||
|
||||
public decimal? Id { get; set; }
|
||||
|
||||
public string? Param { get; set; }
|
||||
|
||||
public virtual Dok Dok { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user