using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CB.Entity { public class FCNY36X7Info : LotteryOpenCode { public int OpenCode1 { get; set; } public int OpenCode2 { get; set; } public int OpenCode3 { get; set; } public int OpenCode4 { get; set; } public int OpenCode5 { get; set; } public int OpenCode6 { get; set; } public int OpenCode7 { get; set; } } }