using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TelpoPush.Fence.Worker.Models.Enum
{
public static class MqHeader
{
///
/// DataType
///
public const string DataType = "DataType";
///
/// OperType
///
public const string OperType = "OperType";
///
/// AlarmType
///
public const string AlarmTypes = "AlarmType";
}
}