From 1b2977d591b8746426b71756a6a5e70fd23b6340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=AF=E6=98=8E?= <120665461@qq.com> Date: Wed, 9 Oct 2024 09:27:32 +0000 Subject: [PATCH] =?UTF-8?q?rbac/Yi.Framework.Rbac.Application.Contracts/Dt?= =?UTF-8?q?os/Menu/MenuCreateInputVo.cs.=20=E6=A0=B9=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E4=BC=A0=E5=85=A5=E7=A9=BAID=E4=BC=9A=E6=8A=A5?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 凯明 <120665461@qq.com> --- .../Dtos/Menu/MenuCreateInputVo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application.Contracts/Dtos/Menu/MenuCreateInputVo.cs b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application.Contracts/Dtos/Menu/MenuCreateInputVo.cs index e93697ca..ad11d7ba 100644 --- a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application.Contracts/Dtos/Menu/MenuCreateInputVo.cs +++ b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application.Contracts/Dtos/Menu/MenuCreateInputVo.cs @@ -7,7 +7,7 @@ namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Menu /// public class MenuCreateInputVo { - public Guid Id { get; set; } + public Guid? Id { get; set; } public DateTime CreationTime { get; set; } = DateTime.Now; public Guid? CreatorId { get; set; } public bool State { get; set; }