1
dengjunjie
2025-06-19 fbc6fae6c793220d0b67ac603ce9bbf22837de79
项目代码/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; }
    }
}