using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using YiSha.Util;
namespace YiSha.Model.Param.KJH
{
///
/// 创 建:cmzx
/// 日 期:2021-04-15 11:35
/// 描 述:福彩3D开奖信息实体查询类
///
public class FcsdListParam
{
///
/// 期数
///
public int qi { get; set; }
}
}