using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Model { /// /// 采集方法 /// public enum eCollectMethod { /// /// /// 自由采集 = 0, /// /// /// 同步整周期采集 = 1 } }