using Newtonsoft.Json;
namespace Vo.Admin
{
///
/// 列表
///
public class GetPriPrizeObjectTableListVo
{
///
/// 查询表
///
public string tableEnName { get; set; }
///
/// ID
///
public int id { get; set; }
///
/// 指定奖励配置
///
public string prizeListIds { get; set; }
///
/// 备注
///
public string? note { get; set; }
}
}