using System; using System.ComponentModel.DataAnnotations; namespace cy_scdz.Model { public class RefDicNameAttribute : Attribute { public string Name { get; set; } } }