ZtLotteryEnum.cs 318 B

1234567891011121314151617181920
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace CP.Model
  7. {
  8. /// <summary>
  9. /// 专题彩种枚举
  10. /// </summary>
  11. public enum ZtLotteryEnum
  12. {
  13. fc3d = 1,
  14. p3 = 2,
  15. ssq = 4,
  16. dlt = 12,
  17. }
  18. }