2024-07-01 21:28:20 +02:00

13 lines
239 B
C#

namespace DuSoft.PcmDb.Entities;
public partial class Zasob
{
public short Tabela { get; set; }
public decimal Id { get; set; }
public string Typ { get; set; } = null!;
public string Sciezka { get; set; } = null!;
}