using Newtonsoft.Json; namespace Vo.Admin { /// /// 详情 /// public class GetPriPrizeInTableQueryVo { /// /// 奖励配置 /// public int listId { get; set; } /// /// ID /// public int id { get; set; } /// /// 查询表 /// public string tableEnName { get; set; } /// /// 执行方式 /// public string excuteKind { get; set; } /// /// 查询库 /// public int databaseId { get; set; } } }