namespace Song.Entities {
using System;
///
/// 表名:Video 主键列:Vi_Id
///
[SerializableAttribute()]
public partial class Video : WeiSha.Data.Entity {
protected Int32 _Vi_Id;
protected String _Vi_Name;
protected String _Vi_Intro;
protected String _Vi_Details;
protected String _Vi_VideoFile;
protected String _Vi_FilePath;
protected String _Vi_FilePathSmall;
protected Boolean _Vi_IsShow;
protected String _Vi_Keywords;
protected String _Vi_Descr;
protected Boolean _Vi_IsRec;
protected Boolean _Vi_IsTop;
protected Boolean _Vi_IsHot;
protected Boolean _Vi_IsDel;
protected Boolean _Vi_IsCover;
protected DateTime? _Vi_CrtTime;
protected Int32? _Vi_Size;
protected Int32? _Vi_Width;
protected Int32? _Vi_Height;
protected Int32? _Vi_Number;
protected Int32? _Vi_Tax;
protected Int32? _Col_Id;
protected String _Col_Name;
protected Int32? _Acc_Id;
protected String _Acc_Name;
protected Boolean _Vi_IsStatic;
protected DateTime? _Vi_PushTime;
protected String _Vi_Label;
protected String _Vi_Uid;
protected String _OtherData;
protected Int32 _Org_ID;
protected String _Org_Name;
///
/// -1
///
public Int32 Vi_Id {
get {
return this._Vi_Id;
}
set {
this.OnPropertyValueChange(_.Vi_Id, _Vi_Id, value);
this._Vi_Id = value;
}
}
///
/// -1
///
public String Vi_Name {
get {
return this._Vi_Name;
}
set {
this.OnPropertyValueChange(_.Vi_Name, _Vi_Name, value);
this._Vi_Name = value;
}
}
///
/// -1
///
public String Vi_Intro {
get {
return this._Vi_Intro;
}
set {
this.OnPropertyValueChange(_.Vi_Intro, _Vi_Intro, value);
this._Vi_Intro = value;
}
}
///
/// -1
///
public String Vi_Details {
get {
return this._Vi_Details;
}
set {
this.OnPropertyValueChange(_.Vi_Details, _Vi_Details, value);
this._Vi_Details = value;
}
}
///
/// -1
///
public String Vi_VideoFile {
get {
return this._Vi_VideoFile;
}
set {
this.OnPropertyValueChange(_.Vi_VideoFile, _Vi_VideoFile, value);
this._Vi_VideoFile = value;
}
}
///
/// -1
///
public String Vi_FilePath {
get {
return this._Vi_FilePath;
}
set {
this.OnPropertyValueChange(_.Vi_FilePath, _Vi_FilePath, value);
this._Vi_FilePath = value;
}
}
///
/// -1
///
public String Vi_FilePathSmall {
get {
return this._Vi_FilePathSmall;
}
set {
this.OnPropertyValueChange(_.Vi_FilePathSmall, _Vi_FilePathSmall, value);
this._Vi_FilePathSmall = value;
}
}
///
/// -1
///
public Boolean Vi_IsShow {
get {
return this._Vi_IsShow;
}
set {
this.OnPropertyValueChange(_.Vi_IsShow, _Vi_IsShow, value);
this._Vi_IsShow = value;
}
}
///
/// -1
///
public String Vi_Keywords {
get {
return this._Vi_Keywords;
}
set {
this.OnPropertyValueChange(_.Vi_Keywords, _Vi_Keywords, value);
this._Vi_Keywords = value;
}
}
///
/// -1
///
public String Vi_Descr {
get {
return this._Vi_Descr;
}
set {
this.OnPropertyValueChange(_.Vi_Descr, _Vi_Descr, value);
this._Vi_Descr = value;
}
}
///
/// -1
///
public Boolean Vi_IsRec {
get {
return this._Vi_IsRec;
}
set {
this.OnPropertyValueChange(_.Vi_IsRec, _Vi_IsRec, value);
this._Vi_IsRec = value;
}
}
///
/// -1
///
public Boolean Vi_IsTop {
get {
return this._Vi_IsTop;
}
set {
this.OnPropertyValueChange(_.Vi_IsTop, _Vi_IsTop, value);
this._Vi_IsTop = value;
}
}
///
/// -1
///
public Boolean Vi_IsHot {
get {
return this._Vi_IsHot;
}
set {
this.OnPropertyValueChange(_.Vi_IsHot, _Vi_IsHot, value);
this._Vi_IsHot = value;
}
}
///
/// -1
///
public Boolean Vi_IsDel {
get {
return this._Vi_IsDel;
}
set {
this.OnPropertyValueChange(_.Vi_IsDel, _Vi_IsDel, value);
this._Vi_IsDel = value;
}
}
///
/// -1
///
public Boolean Vi_IsCover {
get {
return this._Vi_IsCover;
}
set {
this.OnPropertyValueChange(_.Vi_IsCover, _Vi_IsCover, value);
this._Vi_IsCover = value;
}
}
///
/// -1
///
public DateTime? Vi_CrtTime {
get {
return this._Vi_CrtTime;
}
set {
this.OnPropertyValueChange(_.Vi_CrtTime, _Vi_CrtTime, value);
this._Vi_CrtTime = value;
}
}
///
/// -1
///
public Int32? Vi_Size {
get {
return this._Vi_Size;
}
set {
this.OnPropertyValueChange(_.Vi_Size, _Vi_Size, value);
this._Vi_Size = value;
}
}
///
/// -1
///
public Int32? Vi_Width {
get {
return this._Vi_Width;
}
set {
this.OnPropertyValueChange(_.Vi_Width, _Vi_Width, value);
this._Vi_Width = value;
}
}
///
/// -1
///
public Int32? Vi_Height {
get {
return this._Vi_Height;
}
set {
this.OnPropertyValueChange(_.Vi_Height, _Vi_Height, value);
this._Vi_Height = value;
}
}
///
/// -1
///
public Int32? Vi_Number {
get {
return this._Vi_Number;
}
set {
this.OnPropertyValueChange(_.Vi_Number, _Vi_Number, value);
this._Vi_Number = value;
}
}
///
/// -1
///
public Int32? Vi_Tax {
get {
return this._Vi_Tax;
}
set {
this.OnPropertyValueChange(_.Vi_Tax, _Vi_Tax, value);
this._Vi_Tax = value;
}
}
///
/// -1
///
public Int32? Col_Id {
get {
return this._Col_Id;
}
set {
this.OnPropertyValueChange(_.Col_Id, _Col_Id, value);
this._Col_Id = value;
}
}
///
/// -1
///
public String Col_Name {
get {
return this._Col_Name;
}
set {
this.OnPropertyValueChange(_.Col_Name, _Col_Name, value);
this._Col_Name = value;
}
}
///
/// -1
///
public Int32? Acc_Id {
get {
return this._Acc_Id;
}
set {
this.OnPropertyValueChange(_.Acc_Id, _Acc_Id, value);
this._Acc_Id = value;
}
}
///
/// -1
///
public String Acc_Name {
get {
return this._Acc_Name;
}
set {
this.OnPropertyValueChange(_.Acc_Name, _Acc_Name, value);
this._Acc_Name = value;
}
}
///
/// -1
///
public Boolean Vi_IsStatic {
get {
return this._Vi_IsStatic;
}
set {
this.OnPropertyValueChange(_.Vi_IsStatic, _Vi_IsStatic, value);
this._Vi_IsStatic = value;
}
}
///
/// -1
///
public DateTime? Vi_PushTime {
get {
return this._Vi_PushTime;
}
set {
this.OnPropertyValueChange(_.Vi_PushTime, _Vi_PushTime, value);
this._Vi_PushTime = value;
}
}
///
/// -1
///
public String Vi_Label {
get {
return this._Vi_Label;
}
set {
this.OnPropertyValueChange(_.Vi_Label, _Vi_Label, value);
this._Vi_Label = value;
}
}
///
/// -1
///
public String Vi_Uid {
get {
return this._Vi_Uid;
}
set {
this.OnPropertyValueChange(_.Vi_Uid, _Vi_Uid, value);
this._Vi_Uid = value;
}
}
///
/// -1
///
public String OtherData {
get {
return this._OtherData;
}
set {
this.OnPropertyValueChange(_.OtherData, _OtherData, value);
this._OtherData = value;
}
}
public Int32 Org_ID {
get {
return this._Org_ID;
}
set {
this.OnPropertyValueChange(_.Org_ID, _Org_ID, value);
this._Org_ID = value;
}
}
public String Org_Name {
get {
return this._Org_Name;
}
set {
this.OnPropertyValueChange(_.Org_Name, _Org_Name, value);
this._Org_Name = value;
}
}
///
/// 获取实体对应的表名
///
protected override WeiSha.Data.Table GetTable() {
return new WeiSha.Data.Table