using System; namespace Admin.Core.Common.Attributes { [AttributeUsage(AttributeTargets.Property)] public class SnowflakeAttribute : Attribute { } }