using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Context.Attributes.Table { [AttributeUsage(AttributeTargets.Property)] public class PartitionAttribute : Attribute { } }