using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GpsCardGatewayPosition.Model.Enum { /// <summary> /// IOT Topic类型 /// </summary> public enum IotTopicType { Status = 0x100, Property = 0x200, PropertyHistory, Event = 0x300 } }