using Newtonsoft.Json;
namespace Vo.Admin
{
///
/// 列表
///
public class GetPriPrizeInSetListVo
{
///
/// ID
///
public int id { get; set; }
///
/// 指定奖励配置
///
public string prizeListIds { get; set; }
///
/// 备注
///
public string note { get; set; }
///
/// MQ队列名
///
public string mqQueueName { get; set; }
}
}