Add DRS
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public partial class GrupaTow
|
||||
{
|
||||
public decimal GrId { get; set; }
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class GrupaTow
|
||||
{
|
||||
public decimal GrId { get; set; }
|
||||
|
||||
public string Nazwa { get; set; } = null!;
|
||||
public string Nazwa { get; set; } = null!;
|
||||
|
||||
public string Opis { get; set; } = null!;
|
||||
public string Opis { get; set; } = null!;
|
||||
|
||||
public virtual ICollection<GrWartosc> GrWartosc { get; set; } = new List<GrWartosc>();
|
||||
}
|
||||
public virtual ICollection<GrWartosc> GrWartosc { get; set; } = new List<GrWartosc>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user