using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using YiSha.Util;

namespace YiSha.Model.Param.KJH
{
    /// <summary>
    /// 创 建:cmzx
    /// 日 期:2021-04-27 16:23
    /// 描 述:体彩排列3、5实体查询类
    /// </summary>
    public class Tcp3ListParam
    {
        public int qi { get; set; }
    }
}