using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JiShe.CollectBus.GatherItem
{
public class GatherItemInfo
{
///
/// 数据类型
///
public string DataType { get; set; }
///
/// 采集项编码
///
public string ItemCode { get; set; }
}
}