Dekrety #1
This commit is contained in:
13
Blink.Backoffice.Services.PcmDb/Entities/Komentarz.cs
Normal file
13
Blink.Backoffice.Services.PcmDb/Entities/Komentarz.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class Komentarz
|
||||
{
|
||||
public decimal ZmId { get; set; }
|
||||
|
||||
public string Opis { get; set; } = null!;
|
||||
|
||||
public virtual Zmiana Zm { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user