using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JiShe.CollectBus.IoTDBProvider { /// /// 用于标识当前实体为单个测点,单侧点标识字段类型是Dictionary /// [AttributeUsage(AttributeTargets.Property)] public class SingleMeasuringAttribute : Attribute { } }