using System; namespace Ant.Entity { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false)] public class AutoIncrementAttribute : Attribute { } }