using System; using System.Collections.Generic; using System.Text; namespace Apewer.Source { /// 表示此属性在支持的数据库中是自增字段。 [AttributeUsage(AttributeTargets.Property)] public sealed class IncrementalAttribute : Attribute { } }