using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using TrendChartSDK.Entity.Base; namespace TrendChartSDK.Entity.Lottery.DFC { /// /// 黑龙江22选5 /// public class DF_LJFC22x5_HeiLongJiang : LotteryOpenCode { /// /// 号码1 /// public int OpenCode1 { get; set; } /// /// 号码2 /// public int OpenCode2 { get; set; } /// /// 号码3 /// public int OpenCode3 { get; set; } /// /// 号码4 /// public int OpenCode4 { get; set; } /// /// 号码5 /// public int OpenCode5 { get; set; } } }