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