Add DRS
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Blink.Backoffice.Services.PcmDb.Entities;
|
||||
|
||||
public partial class RegulaDomyslneEtykiety
|
||||
{
|
||||
public short Typ { get; set; }
|
||||
|
||||
public short Parametr { get; set; }
|
||||
|
||||
public string? Nazwa { get; set; }
|
||||
|
||||
public short Opcja { get; set; }
|
||||
|
||||
public short PoleDyn { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user