| | |
| | | public string menuName { get; set; } |
| | | public string icon { get; set; } |
| | | public string func_type { get; set; } |
| | | public string func_group { get; set; } |
| | | public int? orderNo { get; set; } |
| | | public string func_code { get; set; } |
| | | public string keepalive { get; set; } |
| | | public string show { get; set; } |
| | | public string url { get; set; } |
| | | public string pages { get; set; } |
| | | } |
| | | |
| | | public class MenuNoChildren |
| | | { |
| | | public string id { get; set; } |
| | | public string path { get; set; } |
| | | public object component { get; set; } |
| | | public string component { get; set; } |
| | | public RouteMeta meta { get; set; } |
| | | public string name { get; set; } |
| | | public string alias { get; set; } |
| | |
| | | public bool isUpdate { get; set; } |
| | | public string show { get; set; } |
| | | public string func_type { get; set; } |
| | | public string func_group { get; set; } |
| | | public string func_class { get; set; } |
| | | public string keepalive { get; set; } |
| | | public int btnType { get; set; } |
| | | public string doMethod { get; set; } |