using Newtonsoft.Json; namespace Vo.Admin { /// /// 列表 /// public class GetPriPrizeInTableListVo { /// /// ID /// public int id { get; set; } /// /// 查询表 /// public string tableEnName { get; set; } /// /// 执行方式 /// public string excuteKind { get; set; } } }