init
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
using Kreta.BusinessLogic.Interfaces;
|
||||
using Kreta.Web.Attributes;
|
||||
|
||||
namespace Kreta.Web.Areas.Intezmeny.Models
|
||||
{
|
||||
public class TanevRendjeImportGridModel : IKretaIdentity
|
||||
{
|
||||
public string ID { get; set; }
|
||||
|
||||
[KretaDisplayName(450)]
|
||||
public string TanevNeve { get; set; }
|
||||
|
||||
[KretaDisplayName(273)]
|
||||
public string Datum { get; set; }
|
||||
|
||||
[KretaDisplayName(671)]
|
||||
public string NapTipNev { get; set; }
|
||||
|
||||
[KretaDisplayName(672)]
|
||||
public string OrarendiNap { get; set; }
|
||||
|
||||
[KretaDisplayName(678)]
|
||||
public string NapNev { get; set; }
|
||||
|
||||
[KretaDisplayName(265)]
|
||||
public string HetirendNev { get; set; }
|
||||
|
||||
[KretaDisplayName(97)]
|
||||
public string Megjegyzes { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user