namespace Lottomat.Application.Entity.LotteryNumberManage.ViewModel
{
///
/// 系统TDK视图模型
///
public class SystemTdkViewEntity
{
///
/// 名称
///
public string Name { get; set; }
///
/// 标题
///
public string Title { get; set; }
///
/// 描述
///
public string Desc { get; set; }
///
/// 关键字
///
public string Keyword { get; set; }
///
/// 编码
///
public string LotteryCode { get; set; }
}
}