GP_KL10F_HuNan.cs 214 B

123456789101112
  1. using TrendChartSDK.Entity.Base;
  2. namespace TrendChartSDK.Entity.Lottery.KL10F
  3. {
  4. /// <summary>
  5. /// 湖南快乐十分
  6. /// </summary>
  7. public class GP_KL10F_HuNan : BaseGPCKL10FEntity
  8. {
  9. }
  10. }