using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace SEIeSCM.Models.Dto.Home { public class LeftMenuDto { /// /// NEW_MENU_DATA /// public string gm_code { set; get; } public string gm_formid { set; get; } public string gm_directory { set; get; } public string gm_name { set; get; } public string gm_pacode { set; get; } public string gm_paname { set; get; } public int gm_hacnt { set; get; } public int gm_chk_use { set; get; } public int gm_dr { set; get; } public string gm_rename { set; get; } public int gm_level { set; get; } public string gm_new { set; get; } public string gm_sel { set; get; } public string gm_sav { set; get; } public string gm_del { set; get; } public string gm_lineadd { set; get; } public string gm_linedel { set; get; } } }