2024-05-16 10:37:44 +02:00

16 lines
310 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; }
}