using System; namespace Kean.Infrastructure.Database { /// /// 表示对象是由计算得出的,不支持写操作 /// [AttributeUsage(AttributeTargets.Property)] public sealed class ComputedAttribute : Attribute { } }