| | |
| | | public bool? caseSensitive { get; set; } |
| | | public DateTime? createTime { get; set; } |
| | | public int btnType { get; set; } |
| | | public string doMethod { get; set; } |
| | | } |
| | | |
| | | public class RouteMeta { |
| | |
| | | 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 func_type { get; set; } |
| | | public string keepalive { get; set; } |
| | | public int btnType { get; set; } |
| | | public string doMethod { get; set; } |
| | | } |
| | | } |