123456789101112131415161718192021 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace CB.Entity
- {
- public class FCHN22X5Info : 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; }
- }
- }
|