dengjunjie
2025-06-11 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_Menu.cs
@@ -75,11 +75,9 @@
        /// <summary>
        /// 鑿滃崟绫诲瀷
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "鑿滃崟绫诲瀷")]
        public int? MenuType { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "鑿滃崟绫诲瀷")]
        public int MenuType { get; set; }
        [Navigate(NavigateType.OneToMany, nameof(ParentId), nameof(MenuId)), SugarColumn(IsIgnore = true, IsNullable = true)]
        public List<Sys_Menu> Menus { get; set; }
    }
}