| | |
| | | public string redirect { get; set; } |
| | | public bool? caseSensitive { get; set; } |
| | | public DateTime? createTime { get; set; } |
| | | public int btnType { get; set; } |
| | | public string doMethod { get; set; } |
| | | } |
| | | |
| | | public class RouteMeta { |
| | |
| | | public bool? ignoreRoute { get; set; } |
| | | // Hide path for children |
| | | public bool? hidePathForChildren { get; set; } |
| | | public string menuId { get; set; } |
| | | public string menuCode { get; set; } |
| | | public int btnType { get; set; } |
| | | public string doMethod { get; set; } |
| | | } |
| | | |
| | | public class SaveMenuParams |
| | |
| | | public string show { get; set; } |
| | | public string func_type { get; set; } |
| | | public string keepalive { get; set; } |
| | | public int btnType { get; set; } |
| | | public string doMethod { get; set; } |
| | | } |
| | | } |