using Fantasy.Entitas; namespace NBF.Fishing2 { public class MapUnitGearPart : Entity { /// /// 配置表id /// public int ConfigId { get; set; } } }