namespace CncModels.Dto.Common { /// /// 通用下拉项 /// public class SimpleOption { public string Value { get; set; } public string Label { get; set; } } }