kreta/Kreta.Client/KGR/Model/IntezmenyiBeszerzesModel.cs
2024-03-13 00:33:46 +01:00

26 lines
1 KiB
C#

namespace Kreta.Client.KGR.Model
{
public class IntezmenyiBeszerzesModel
{
public int? Id { get; set; }
public int? TargyId { get; set; }
public string TargyNev { get; set; }
public double VarhatoEllenertekBrutto { get; set; }
public string IdpEgyediAzonosito { get; set; }
public string EloTag { get; set; }
public string CsaladiNev { get; set; }
public string Utonev { get; set; }
public int? TanevId { get; set; }
public string TanevNev { get; set; }
public int AllapotId { get; set; }
public string AllapotNev { get; set; }
public string Sorszam { get; set; }
public string Leiras { get; set; }
public string VisMajorIndok { get; set; }
public string OktatasiAzonosito { get; set; }
public string IntezmenyEgyediAzonosito { get; set; }
public string LetrehozoEmail { get; set; }
public string ModositasiKerelem { get; set; }
public string ElutasitasOka { get; set; }
}
}