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