using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Assets.Scripts.Apis.Models
{
public class ActivityModel
{
///
///
///
public int Id { get; set; }
///
///
///
public string BannerUrl { get; set; }
///
///
///
public string DetailUrl { get; set; }
///
/// 点亮中国
///
public string Content { get; set; }
///
///
///
public string CreateTime { get; set; }
///
///
///
public string EndTime { get; set; }
///
///
///
public string IsDelete { get; set; }
///
///
///
public string IsPublic { get; set; }
///
/// 点亮中国
///
public string Title { get; set; }
///
/// 点亮中国
///
public string Strategy { get; set; }
///
///
///
public string JsonConfig { get; set; }
///
///
///
public double TotalTicks { get; set; }
public string Url { get; set; }
}
}