Files
FKGees/Blink.Backoffice.Services.PcmDb/Entities/Struktura_7_3.cs
2026-05-19 16:45:53 +02:00

16 lines
321 B
C#

using System;
using System.Collections.Generic;
namespace Blink.Backoffice.Services.PcmDb.Entities;
public partial class Struktura_7_3
{
public short ModId { get; set; }
public short? TypAplikacji { get; set; }
public string? Wersja { get; set; }
public DateTime? Kiedy { get; set; }
}