using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Model { /// /// 通道积分类型 /// public enum eChanIntegType { /// /// /// 无=0, /// /// /// 一次积分 = 1, /// /// /// 二次积分 = 2 } }