init
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.Orarend
|
||||
{
|
||||
public class NaptariHetResponseDao
|
||||
{
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("HetSorszama")]
|
||||
public int HetSorszama { get; set; }
|
||||
|
||||
[ColumnName("HetKezdoNapja")]
|
||||
public DateTime KezdoNapDatuma { get; set; }
|
||||
|
||||
[ColumnName("HetUtolsoNapja")]
|
||||
public DateTime VegNapDatuma { get; set; }
|
||||
|
||||
[ColumnName("Hetirend")]
|
||||
public int? HetirendId { get; set; }
|
||||
|
||||
[ColumnName("Hetirend_DNAME")]
|
||||
public string HetirendNev { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user