using System.ComponentModel; namespace ChangkeTec.SDMS.Model.Base { public interface IDomain { [Description("域")] string Domain { get; set; } } }