using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using YiSha.Util;
namespace YiSha.Model.Param.KJH
{
///
/// 创 建:plp
/// 日 期:2022-02-26 10:50
/// 描 述:实体查询类
///
public class FchongkongListParam
{
///
/// 期数
///
public int qi { get; set; }
}
}