using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CP.Model { /// /// 专题彩种枚举 /// public enum ZtLotteryEnum { fc3d = 1, p3 = 2, ssq = 4, dlt = 12, } }