From 5486f57456317d8566507bcc4ec28b1ebb182f57 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 02 七月 2024 13:58:36 +0800 Subject: [PATCH] 实体更新 --- Tiger.Model.Net/Entitys/SYS/MenuItem.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/SYS/MenuItem.cs b/Tiger.Model.Net/Entitys/SYS/MenuItem.cs index b29dc33..b9ff7cc 100644 --- a/Tiger.Model.Net/Entitys/SYS/MenuItem.cs +++ b/Tiger.Model.Net/Entitys/SYS/MenuItem.cs @@ -31,6 +31,8 @@ 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 { @@ -74,6 +76,10 @@ 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 @@ -92,5 +98,7 @@ 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; } } } -- Gitblit v1.9.3