using TrendChartSDK.Entity.Base;
namespace TrendChartSDK.Entity.Lottery.QGC
{
///
/// 福彩3D
///
public class QG_FC3D : LotteryOpenCode
{
///
/// 号码1
///
public int OpenCode1 { get; set; }
///
/// 号码2
///
public int OpenCode2 { get; set; }
///
/// 号码3
///
public int OpenCode3 { get; set; }
}
}