init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue