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