using System.ComponentModel; namespace DispenserCore.Model.Enum; public enum PcbDetectStrategyEnum { [Description("Mark点识别")]ByMark = 1, [Description("焊点模板匹配")]TemplateMatch = 2, }