using System; namespace Kean.Domain { /// /// 指示作为输出属性 /// [AttributeUsage(AttributeTargets.Property)] public class OutputAttribute : Attribute { } }