| | |
| | | public List<string> KeyNameCollection { get; set; } = new List<string>(); |
| | | |
| | | [Category("公共字典配置")] |
| | | [Description("检测标准集合")] |
| | | [Description("检测类型和标准集合")] |
| | | [TypeConverter(typeof(CollectionCountConvert))] |
| | | [Editor(typeof(ComplexCollectionEditor<Spec>), typeof(UITypeEditor))] |
| | | public List<Spec> MeasureSpecCollection { get; set; } = new List<Spec>(); |
| | | [Editor(typeof(ComplexCollectionEditor<MeasureType>), typeof(UITypeEditor))] |
| | | public List<MeasureType> MeasureTypeCollection { get; set; } = new List<MeasureType>(); |
| | | |
| | | [Category("公共字典配置")] |
| | | [Description("单键算法配置集合")] |