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