using System; using System.Collections.Generic; using Newtonsoft.Json; using YiSha.Util; namespace YiSha.Model.Param.KJH { /// /// 创 建:cmzx /// 日 期:2021-04-28 13:37 /// 描 述:体彩七星彩实体查询类 /// public class TcqxcListParam { public int qi { get; set; } } }