using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Model
{
///
/// 采集器类型
///
public enum eCollectorType
{
///
///
///
sdc2400 = 0,
///
///
///
sdc800 = 5,
///
///
///
sdc800T = 6,
///
///
///
sdc810 = 7
}
}