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