using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace KJH55128_Rec.ViewModels
{
public class TDKview
{
///
/// 页面标签
///
///
public string Tags { get; set; }
///
/// 页面描述
///
///
public string Description { get; set; }
///
/// 关键字
///
///
public string Keywords { get; set; }
}
}