init
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Ellenorzo.Dao.VN.BejelentettSzamonkeres
|
||||
{
|
||||
public class BejelentettSzamonkeresResponseDao
|
||||
{
|
||||
[ColumnName("KeszitesDatuma")]
|
||||
public DateTime BejelentesDatuma { get; set; }
|
||||
|
||||
[ColumnName("SzamonkeresDatuma")]
|
||||
public DateTime Datum { get; set; }
|
||||
|
||||
[ColumnName("HetNapja")]
|
||||
public int HetNapjaId { get; set; }
|
||||
|
||||
[ColumnName("HetNapja_DNAME")]
|
||||
public string HetNapjaNev { get; set; }
|
||||
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("Oraszam")]
|
||||
public int? OrarendiOraOraszama { get; set; }
|
||||
|
||||
[ColumnName("TanarNev")]
|
||||
public string RogzitoTanarNev { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesModId")]
|
||||
public int SzamonkeresModjaId { get; set; }
|
||||
|
||||
[ColumnName("ErtekelesModNev")]
|
||||
public string SzamonkeresModjaNev { get; set; }
|
||||
|
||||
[ColumnName("SzamonkeresMegnevezes")]
|
||||
public string SzamonkeresTemaja { get; set; }
|
||||
|
||||
[ColumnName("TargyNev")]
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
[ColumnName("TargyId")]
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
[ColumnName("TargyKategoria")]
|
||||
public int TantargyKategoriaId { get; set; }
|
||||
|
||||
[ColumnName("OsztalyCsoportId")]
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user