using System.ComponentModel.DataAnnotations; using WTA.Shared.Attributes; using WTA.Shared.Domain; namespace WTA.Application.Identity.Entities.SystemManagement; [SystemManagement] [Display(Name = "BOM结构")] [Order(9)] public class BOM : BaseEntity { }