Merge branch 'master' into net6.0

This commit is contained in:
不做码农
2022-05-25 09:42:01 +08:00
9 changed files with 130 additions and 81 deletions

View File

@@ -80,6 +80,7 @@ namespace ZR.Model.System.Dto
public string Visible { get; set; }
public string Status { get; set; }
public string MenuTypeIds { get; set; } = string.Empty;
public int? ParentId { get; set; }
public string[] MenuTypeIdArr
{
get