using System; using System.Collections.Generic; using Newtonsoft.Json; using YiSha.Util; namespace YiSha.Model.Param.KJH { /// /// 创 建:cmzx /// 日 期:2021-04-28 14:34 /// 描 述:体彩大乐透实体查询类 /// public class TcdltListParam { public int qi { get; set; } } }