!56 rbac/Yi.Framework.Rbac.Application.Contracts/Dtos/Menu/MenuCreateInputVo.cs.

Merge pull request !56 from 凯明/N/A
This commit is contained in:
橙子
2024-10-09 12:15:15 +00:00
committed by Gitee

View File

@@ -7,7 +7,7 @@ namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Menu
/// </summary>
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; }