using System; using System.Collections.Generic; using Newtonsoft.Json; using YiSha.Util; namespace YiSha.Model.Param.KJH { /// <summary> /// 创 建:cmzx /// 日 期:2021-04-27 14:17 /// 描 述:福彩双色球实体查询类 /// </summary> public class FcssqListParam { public int qi { get; set; } } }