From 1dc95a408a2455aad655850d7249ba3f04fedd6d Mon Sep 17 00:00:00 2001 From: ky_yusj <2655568377@qq.com> Date: Thu, 29 Apr 2021 16:01:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=96=B0=E5=A2=9E=E6=8C=89=E9=92=AEPID?= =?UTF-8?q?=E8=B5=8B=E4=BA=88=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Api/Ewide.Core/Service/Menu/Dto/MenuInput.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Api/Ewide.Core/Service/Menu/Dto/MenuInput.cs b/Api/Ewide.Core/Service/Menu/Dto/MenuInput.cs index affd554..4fd0c25 100644 --- a/Api/Ewide.Core/Service/Menu/Dto/MenuInput.cs +++ b/Api/Ewide.Core/Service/Menu/Dto/MenuInput.cs @@ -10,7 +10,7 @@ namespace Ewide.Core.Service /// /// 父Id /// - public virtual string Pid { get; set; } + public virtual string Pid { get; set; } = System.Guid.Empty.ToString(); /// /// 名称