using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace EC_SeckillInfo
{
///
///
///
[SugarTable("Info_Ad")]
public partial class Info_Ad
{
public Info_Ad(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true,IsIdentity=true)]
public int Keyid {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public int? AdLocationId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string A_Title {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string A_Pic {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string A_Url {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string A_Remarks {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public bool? A_IsTarget {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? LastUpdateTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Operator {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Remark {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public Guid? A_MemberId {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? A_StartTime {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? A_EndTime {get;set;}
}
}