using System; using System.Collections.Generic; using System.Text; namespace Apewer.Source { /// 表示此属性对应的字段是主键。 [AttributeUsage(AttributeTargets.Property)] public sealed class PrimaryKeyAttribute : Attribute { } }