using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JiShe.CollectBus.IoTDBProvider { /// /// Column分类标记特性(TAG字段) /// [AttributeUsage(AttributeTargets.Property)] public class TAGColumnAttribute : Attribute { } }