using Newtonsoft.Json;
namespace Vo.Admin
{
///
/// 下拉框数据
///
public class GetPriPrizeInTableDicVo
{
///
/// ID
///
public int id { get; set; }
///
/// 查询表
///
public string tableEnName { get; set; }
///
/// 备注
///
public string? note { get; set; }
}
}