using Newtonsoft.Json;
namespace Vo.Admin
{
///
/// 列表
///
public class GetMakeTemplateListVo
{
///
/// ID
///
public int id { get; set; }
///
/// 分类ID
///
public int gategoryId { get; set; }
///
/// 模板名称
///
public string templateName { get; set; }
}
}