using System.ComponentModel; namespace DispenserCore.Model.Enum; public enum WaferScanStrategyEnum { [Description("快速二值化")]FastThreshold = 1, [Description("模板匹配")]TemplateMatch = 2, }