From bfb10a6d279ba45283eb67e7cdfb394c75ecdca2 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 21 Aug 2024 13:50:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E5=BA=94=E7=94=A8=EF=BC=9A=E5=A2=9E=E5=8A=A0=E9=80=80?= =?UTF-8?q?=E5=87=BA=E5=9C=B0=E5=9D=80=EF=BC=9B=E5=AF=86=E9=92=A5=E4=B8=BA?= =?UTF-8?q?8=E4=BD=8D=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/Permission/Views/Perm_Function/Form.cshtml | 4 ++-- .../Permission/Perm_Function/Perm_FunctionEntity.cs | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Permission/Views/Perm_Function/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Permission/Views/Perm_Function/Form.cshtml index 5a810c297..55f81b6dd 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Permission/Views/Perm_Function/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Permission/Views/Perm_Function/Form.cshtml @@ -17,7 +17,7 @@
退出地址*
- +
应用私钥*
- +
排序*
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionEntity.cs index cb7f3d371..9773387b3 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_Function/Perm_FunctionEntity.cs @@ -71,6 +71,12 @@ namespace Learun.Application.TwoDevelopment.Permission /// [Column("FENABLED")] public bool? FEnabled { get; set; } + /// + /// 退出地址 + /// + + [Column("FOutUrl")] + public string FOutUrl { get; set; } #endregion