namespace Song.Entities {
using System;
///
/// 表名:Organization 主键列:Org_ID
///
[SerializableAttribute()]
public partial class Organization : WeiSha.Data.Entity {
protected Int32 _Org_ID;
protected String _Org_Lang;
protected String _Org_Name;
protected String _Org_PlatformName;
protected String _Org_Keywords;
protected String _Org_Description;
protected String _Org_EnName;
protected String _Org_AbbrName;
protected String _Org_AbbrEnName;
protected String _Org_Address;
protected String _Org_Phone;
protected String _Org_Fax;
protected String _Org_Zip;
protected String _Org_WebSite;
protected String _Org_TwoDomain;
protected String _Org_Email;
protected String _Org_Weixin;
protected String _Org_Intro;
protected String _Org_CoBank;
protected String _Org_BankAcc;
protected String _Org_Owner;
protected String _Org_License;
protected String _Org_LicensePic;
protected String _Org_Longitude;
protected String _Org_Latitude;
protected String _Org_Province;
protected String _Org_City;
protected String _Org_District;
protected String _Org_Street;
protected String _Org_Logo;
protected String _Org_QrCodeUrl;
protected DateTime _Org_RegTime;
protected Boolean _Org_IsRoot;
protected Boolean _Org_IsUse;
protected Boolean _Org_IsPass;
protected Boolean _Org_IsDefault;
protected Int32 _Olv_ID;
protected String _Olv_Name;
protected String _Org_Linkman;
protected String _Org_LinkmanPhone;
protected String _Org_LinkmanQQ;
protected String _Org_Template;
protected String _Org_Extracode;
protected String _Org_Config;
protected String _Org_TemplateMobi;
protected Boolean _Org_IsShow;
protected String _Org_ICP;
protected String _Org_QrCode;
protected String _Org_GonganBeian;
///
/// -1
///
public Int32 Org_ID {
get {
return this._Org_ID;
}
set {
this.OnPropertyValueChange(_.Org_ID, _Org_ID, value);
this._Org_ID = value;
}
}
///
/// -1
///
public String Org_Lang {
get {
return this._Org_Lang;
}
set {
this.OnPropertyValueChange(_.Org_Lang, _Org_Lang, value);
this._Org_Lang = value;
}
}
///
/// -1
///
public String Org_Name {
get {
return this._Org_Name;
}
set {
this.OnPropertyValueChange(_.Org_Name, _Org_Name, value);
this._Org_Name = value;
}
}
public String Org_PlatformName {
get {
return this._Org_PlatformName;
}
set {
this.OnPropertyValueChange(_.Org_PlatformName, _Org_PlatformName, value);
this._Org_PlatformName = value;
}
}
public String Org_Keywords {
get {
return this._Org_Keywords;
}
set {
this.OnPropertyValueChange(_.Org_Keywords, _Org_Keywords, value);
this._Org_Keywords = value;
}
}
public String Org_Description {
get {
return this._Org_Description;
}
set {
this.OnPropertyValueChange(_.Org_Description, _Org_Description, value);
this._Org_Description = value;
}
}
///
/// -1
///
public String Org_EnName {
get {
return this._Org_EnName;
}
set {
this.OnPropertyValueChange(_.Org_EnName, _Org_EnName, value);
this._Org_EnName = value;
}
}
///
/// -1
///
public String Org_AbbrName {
get {
return this._Org_AbbrName;
}
set {
this.OnPropertyValueChange(_.Org_AbbrName, _Org_AbbrName, value);
this._Org_AbbrName = value;
}
}
///
/// -1
///
public String Org_AbbrEnName {
get {
return this._Org_AbbrEnName;
}
set {
this.OnPropertyValueChange(_.Org_AbbrEnName, _Org_AbbrEnName, value);
this._Org_AbbrEnName = value;
}
}
///
/// -1
///
public String Org_Address {
get {
return this._Org_Address;
}
set {
this.OnPropertyValueChange(_.Org_Address, _Org_Address, value);
this._Org_Address = value;
}
}
///
/// -1
///
public String Org_Phone {
get {
return this._Org_Phone;
}
set {
this.OnPropertyValueChange(_.Org_Phone, _Org_Phone, value);
this._Org_Phone = value;
}
}
///
/// -1
///
public String Org_Fax {
get {
return this._Org_Fax;
}
set {
this.OnPropertyValueChange(_.Org_Fax, _Org_Fax, value);
this._Org_Fax = value;
}
}
///
/// -1
///
public String Org_Zip {
get {
return this._Org_Zip;
}
set {
this.OnPropertyValueChange(_.Org_Zip, _Org_Zip, value);
this._Org_Zip = value;
}
}
///
/// -1
///
public String Org_WebSite {
get {
return this._Org_WebSite;
}
set {
this.OnPropertyValueChange(_.Org_WebSite, _Org_WebSite, value);
this._Org_WebSite = value;
}
}
public String Org_TwoDomain {
get {
return this._Org_TwoDomain;
}
set {
this.OnPropertyValueChange(_.Org_TwoDomain, _Org_TwoDomain, value);
this._Org_TwoDomain = value;
}
}
///
/// -1
///
public String Org_Email {
get {
return this._Org_Email;
}
set {
this.OnPropertyValueChange(_.Org_Email, _Org_Email, value);
this._Org_Email = value;
}
}
///
/// -1
///
public String Org_Weixin {
get {
return this._Org_Weixin;
}
set {
this.OnPropertyValueChange(_.Org_Weixin, _Org_Weixin, value);
this._Org_Weixin = value;
}
}
///
/// -1
///
public String Org_Intro {
get {
return this._Org_Intro;
}
set {
this.OnPropertyValueChange(_.Org_Intro, _Org_Intro, value);
this._Org_Intro = value;
}
}
///
/// -1
///
public String Org_CoBank {
get {
return this._Org_CoBank;
}
set {
this.OnPropertyValueChange(_.Org_CoBank, _Org_CoBank, value);
this._Org_CoBank = value;
}
}
///
/// -1
///
public String Org_BankAcc {
get {
return this._Org_BankAcc;
}
set {
this.OnPropertyValueChange(_.Org_BankAcc, _Org_BankAcc, value);
this._Org_BankAcc = value;
}
}
///
/// -1
///
public String Org_Owner {
get {
return this._Org_Owner;
}
set {
this.OnPropertyValueChange(_.Org_Owner, _Org_Owner, value);
this._Org_Owner = value;
}
}
///
/// -1
///
public String Org_License {
get {
return this._Org_License;
}
set {
this.OnPropertyValueChange(_.Org_License, _Org_License, value);
this._Org_License = value;
}
}
///
/// -1
///
public String Org_LicensePic {
get {
return this._Org_LicensePic;
}
set {
this.OnPropertyValueChange(_.Org_LicensePic, _Org_LicensePic, value);
this._Org_LicensePic = value;
}
}
///
/// -1
///
public String Org_Longitude {
get {
return this._Org_Longitude;
}
set {
this.OnPropertyValueChange(_.Org_Longitude, _Org_Longitude, value);
this._Org_Longitude = value;
}
}
///
/// -1
///
public String Org_Latitude {
get {
return this._Org_Latitude;
}
set {
this.OnPropertyValueChange(_.Org_Latitude, _Org_Latitude, value);
this._Org_Latitude = value;
}
}
public String Org_Province {
get {
return this._Org_Province;
}
set {
this.OnPropertyValueChange(_.Org_Province, _Org_Province, value);
this._Org_Province = value;
}
}
public String Org_City {
get {
return this._Org_City;
}
set {
this.OnPropertyValueChange(_.Org_City, _Org_City, value);
this._Org_City = value;
}
}
public String Org_District {
get {
return this._Org_District;
}
set {
this.OnPropertyValueChange(_.Org_District, _Org_District, value);
this._Org_District = value;
}
}
public String Org_Street {
get {
return this._Org_Street;
}
set {
this.OnPropertyValueChange(_.Org_Street, _Org_Street, value);
this._Org_Street = value;
}
}
///
/// -1
///
public String Org_Logo {
get {
return this._Org_Logo;
}
set {
this.OnPropertyValueChange(_.Org_Logo, _Org_Logo, value);
this._Org_Logo = value;
}
}
///
/// -1
///
public String Org_QrCodeUrl {
get {
return this._Org_QrCodeUrl;
}
set {
this.OnPropertyValueChange(_.Org_QrCodeUrl, _Org_QrCodeUrl, value);
this._Org_QrCodeUrl = value;
}
}
public DateTime Org_RegTime {
get {
return this._Org_RegTime;
}
set {
this.OnPropertyValueChange(_.Org_RegTime, _Org_RegTime, value);
this._Org_RegTime = value;
}
}
public Boolean Org_IsRoot {
get {
return this._Org_IsRoot;
}
set {
this.OnPropertyValueChange(_.Org_IsRoot, _Org_IsRoot, value);
this._Org_IsRoot = value;
}
}
public Boolean Org_IsUse {
get {
return this._Org_IsUse;
}
set {
this.OnPropertyValueChange(_.Org_IsUse, _Org_IsUse, value);
this._Org_IsUse = value;
}
}
public Boolean Org_IsPass {
get {
return this._Org_IsPass;
}
set {
this.OnPropertyValueChange(_.Org_IsPass, _Org_IsPass, value);
this._Org_IsPass = value;
}
}
public Boolean Org_IsDefault {
get {
return this._Org_IsDefault;
}
set {
this.OnPropertyValueChange(_.Org_IsDefault, _Org_IsDefault, value);
this._Org_IsDefault = value;
}
}
public Int32 Olv_ID {
get {
return this._Olv_ID;
}
set {
this.OnPropertyValueChange(_.Olv_ID, _Olv_ID, value);
this._Olv_ID = value;
}
}
public String Olv_Name {
get {
return this._Olv_Name;
}
set {
this.OnPropertyValueChange(_.Olv_Name, _Olv_Name, value);
this._Olv_Name = value;
}
}
public String Org_Linkman {
get {
return this._Org_Linkman;
}
set {
this.OnPropertyValueChange(_.Org_Linkman, _Org_Linkman, value);
this._Org_Linkman = value;
}
}
public String Org_LinkmanPhone {
get {
return this._Org_LinkmanPhone;
}
set {
this.OnPropertyValueChange(_.Org_LinkmanPhone, _Org_LinkmanPhone, value);
this._Org_LinkmanPhone = value;
}
}
public String Org_LinkmanQQ {
get {
return this._Org_LinkmanQQ;
}
set {
this.OnPropertyValueChange(_.Org_LinkmanQQ, _Org_LinkmanQQ, value);
this._Org_LinkmanQQ = value;
}
}
public String Org_Template {
get {
return this._Org_Template;
}
set {
this.OnPropertyValueChange(_.Org_Template, _Org_Template, value);
this._Org_Template = value;
}
}
public String Org_Extracode {
get {
return this._Org_Extracode;
}
set {
this.OnPropertyValueChange(_.Org_Extracode, _Org_Extracode, value);
this._Org_Extracode = value;
}
}
public String Org_Config {
get {
return this._Org_Config;
}
set {
this.OnPropertyValueChange(_.Org_Config, _Org_Config, value);
this._Org_Config = value;
}
}
public String Org_TemplateMobi {
get {
return this._Org_TemplateMobi;
}
set {
this.OnPropertyValueChange(_.Org_TemplateMobi, _Org_TemplateMobi, value);
this._Org_TemplateMobi = value;
}
}
public Boolean Org_IsShow {
get {
return this._Org_IsShow;
}
set {
this.OnPropertyValueChange(_.Org_IsShow, _Org_IsShow, value);
this._Org_IsShow = value;
}
}
public String Org_ICP {
get {
return this._Org_ICP;
}
set {
this.OnPropertyValueChange(_.Org_ICP, _Org_ICP, value);
this._Org_ICP = value;
}
}
public String Org_QrCode {
get {
return this._Org_QrCode;
}
set {
this.OnPropertyValueChange(_.Org_QrCode, _Org_QrCode, value);
this._Org_QrCode = value;
}
}
public String Org_GonganBeian {
get {
return this._Org_GonganBeian;
}
set {
this.OnPropertyValueChange(_.Org_GonganBeian, _Org_GonganBeian, value);
this._Org_GonganBeian = value;
}
}
///
/// 获取实体对应的表名
///
protected override WeiSha.Data.Table GetTable() {
return new WeiSha.Data.Table("Organization");
}
///
/// 获取实体中的标识列
///
protected override WeiSha.Data.Field GetIdentityField() {
return _.Org_ID;
}
///
/// 获取实体中的主键列
///
protected override WeiSha.Data.Field[] GetPrimaryKeyFields() {
return new WeiSha.Data.Field[] {
_.Org_ID};
}
///
/// 获取列信息
///
protected override WeiSha.Data.Field[] GetFields() {
return new WeiSha.Data.Field[] {
_.Org_ID,
_.Org_Lang,
_.Org_Name,
_.Org_PlatformName,
_.Org_Keywords,
_.Org_Description,
_.Org_EnName,
_.Org_AbbrName,
_.Org_AbbrEnName,
_.Org_Address,
_.Org_Phone,
_.Org_Fax,
_.Org_Zip,
_.Org_WebSite,
_.Org_TwoDomain,
_.Org_Email,
_.Org_Weixin,
_.Org_Intro,
_.Org_CoBank,
_.Org_BankAcc,
_.Org_Owner,
_.Org_License,
_.Org_LicensePic,
_.Org_Longitude,
_.Org_Latitude,
_.Org_Province,
_.Org_City,
_.Org_District,
_.Org_Street,
_.Org_Logo,
_.Org_QrCodeUrl,
_.Org_RegTime,
_.Org_IsRoot,
_.Org_IsUse,
_.Org_IsPass,
_.Org_IsDefault,
_.Olv_ID,
_.Olv_Name,
_.Org_Linkman,
_.Org_LinkmanPhone,
_.Org_LinkmanQQ,
_.Org_Template,
_.Org_Extracode,
_.Org_Config,
_.Org_TemplateMobi,
_.Org_IsShow,
_.Org_ICP,
_.Org_QrCode,
_.Org_GonganBeian};
}
///
/// 获取列数据
///
protected override object[] GetValues() {
return new object[] {
this._Org_ID,
this._Org_Lang,
this._Org_Name,
this._Org_PlatformName,
this._Org_Keywords,
this._Org_Description,
this._Org_EnName,
this._Org_AbbrName,
this._Org_AbbrEnName,
this._Org_Address,
this._Org_Phone,
this._Org_Fax,
this._Org_Zip,
this._Org_WebSite,
this._Org_TwoDomain,
this._Org_Email,
this._Org_Weixin,
this._Org_Intro,
this._Org_CoBank,
this._Org_BankAcc,
this._Org_Owner,
this._Org_License,
this._Org_LicensePic,
this._Org_Longitude,
this._Org_Latitude,
this._Org_Province,
this._Org_City,
this._Org_District,
this._Org_Street,
this._Org_Logo,
this._Org_QrCodeUrl,
this._Org_RegTime,
this._Org_IsRoot,
this._Org_IsUse,
this._Org_IsPass,
this._Org_IsDefault,
this._Olv_ID,
this._Olv_Name,
this._Org_Linkman,
this._Org_LinkmanPhone,
this._Org_LinkmanQQ,
this._Org_Template,
this._Org_Extracode,
this._Org_Config,
this._Org_TemplateMobi,
this._Org_IsShow,
this._Org_ICP,
this._Org_QrCode,
this._Org_GonganBeian};
}
///
/// 给当前实体赋值
///
protected override void SetValues(WeiSha.Data.IRowReader reader) {
if ((false == reader.IsDBNull(_.Org_ID))) {
this._Org_ID = reader.GetInt32(_.Org_ID);
}
if ((false == reader.IsDBNull(_.Org_Lang))) {
this._Org_Lang = reader.GetString(_.Org_Lang);
}
if ((false == reader.IsDBNull(_.Org_Name))) {
this._Org_Name = reader.GetString(_.Org_Name);
}
if ((false == reader.IsDBNull(_.Org_PlatformName))) {
this._Org_PlatformName = reader.GetString(_.Org_PlatformName);
}
if ((false == reader.IsDBNull(_.Org_Keywords))) {
this._Org_Keywords = reader.GetString(_.Org_Keywords);
}
if ((false == reader.IsDBNull(_.Org_Description))) {
this._Org_Description = reader.GetString(_.Org_Description);
}
if ((false == reader.IsDBNull(_.Org_EnName))) {
this._Org_EnName = reader.GetString(_.Org_EnName);
}
if ((false == reader.IsDBNull(_.Org_AbbrName))) {
this._Org_AbbrName = reader.GetString(_.Org_AbbrName);
}
if ((false == reader.IsDBNull(_.Org_AbbrEnName))) {
this._Org_AbbrEnName = reader.GetString(_.Org_AbbrEnName);
}
if ((false == reader.IsDBNull(_.Org_Address))) {
this._Org_Address = reader.GetString(_.Org_Address);
}
if ((false == reader.IsDBNull(_.Org_Phone))) {
this._Org_Phone = reader.GetString(_.Org_Phone);
}
if ((false == reader.IsDBNull(_.Org_Fax))) {
this._Org_Fax = reader.GetString(_.Org_Fax);
}
if ((false == reader.IsDBNull(_.Org_Zip))) {
this._Org_Zip = reader.GetString(_.Org_Zip);
}
if ((false == reader.IsDBNull(_.Org_WebSite))) {
this._Org_WebSite = reader.GetString(_.Org_WebSite);
}
if ((false == reader.IsDBNull(_.Org_TwoDomain))) {
this._Org_TwoDomain = reader.GetString(_.Org_TwoDomain);
}
if ((false == reader.IsDBNull(_.Org_Email))) {
this._Org_Email = reader.GetString(_.Org_Email);
}
if ((false == reader.IsDBNull(_.Org_Weixin))) {
this._Org_Weixin = reader.GetString(_.Org_Weixin);
}
if ((false == reader.IsDBNull(_.Org_Intro))) {
this._Org_Intro = reader.GetString(_.Org_Intro);
}
if ((false == reader.IsDBNull(_.Org_CoBank))) {
this._Org_CoBank = reader.GetString(_.Org_CoBank);
}
if ((false == reader.IsDBNull(_.Org_BankAcc))) {
this._Org_BankAcc = reader.GetString(_.Org_BankAcc);
}
if ((false == reader.IsDBNull(_.Org_Owner))) {
this._Org_Owner = reader.GetString(_.Org_Owner);
}
if ((false == reader.IsDBNull(_.Org_License))) {
this._Org_License = reader.GetString(_.Org_License);
}
if ((false == reader.IsDBNull(_.Org_LicensePic))) {
this._Org_LicensePic = reader.GetString(_.Org_LicensePic);
}
if ((false == reader.IsDBNull(_.Org_Longitude))) {
this._Org_Longitude = reader.GetString(_.Org_Longitude);
}
if ((false == reader.IsDBNull(_.Org_Latitude))) {
this._Org_Latitude = reader.GetString(_.Org_Latitude);
}
if ((false == reader.IsDBNull(_.Org_Province))) {
this._Org_Province = reader.GetString(_.Org_Province);
}
if ((false == reader.IsDBNull(_.Org_City))) {
this._Org_City = reader.GetString(_.Org_City);
}
if ((false == reader.IsDBNull(_.Org_District))) {
this._Org_District = reader.GetString(_.Org_District);
}
if ((false == reader.IsDBNull(_.Org_Street))) {
this._Org_Street = reader.GetString(_.Org_Street);
}
if ((false == reader.IsDBNull(_.Org_Logo))) {
this._Org_Logo = reader.GetString(_.Org_Logo);
}
if ((false == reader.IsDBNull(_.Org_QrCodeUrl))) {
this._Org_QrCodeUrl = reader.GetString(_.Org_QrCodeUrl);
}
if ((false == reader.IsDBNull(_.Org_RegTime))) {
this._Org_RegTime = reader.GetDateTime(_.Org_RegTime);
}
if ((false == reader.IsDBNull(_.Org_IsRoot))) {
this._Org_IsRoot = reader.GetBoolean(_.Org_IsRoot);
}
if ((false == reader.IsDBNull(_.Org_IsUse))) {
this._Org_IsUse = reader.GetBoolean(_.Org_IsUse);
}
if ((false == reader.IsDBNull(_.Org_IsPass))) {
this._Org_IsPass = reader.GetBoolean(_.Org_IsPass);
}
if ((false == reader.IsDBNull(_.Org_IsDefault))) {
this._Org_IsDefault = reader.GetBoolean(_.Org_IsDefault);
}
if ((false == reader.IsDBNull(_.Olv_ID))) {
this._Olv_ID = reader.GetInt32(_.Olv_ID);
}
if ((false == reader.IsDBNull(_.Olv_Name))) {
this._Olv_Name = reader.GetString(_.Olv_Name);
}
if ((false == reader.IsDBNull(_.Org_Linkman))) {
this._Org_Linkman = reader.GetString(_.Org_Linkman);
}
if ((false == reader.IsDBNull(_.Org_LinkmanPhone))) {
this._Org_LinkmanPhone = reader.GetString(_.Org_LinkmanPhone);
}
if ((false == reader.IsDBNull(_.Org_LinkmanQQ))) {
this._Org_LinkmanQQ = reader.GetString(_.Org_LinkmanQQ);
}
if ((false == reader.IsDBNull(_.Org_Template))) {
this._Org_Template = reader.GetString(_.Org_Template);
}
if ((false == reader.IsDBNull(_.Org_Extracode))) {
this._Org_Extracode = reader.GetString(_.Org_Extracode);
}
if ((false == reader.IsDBNull(_.Org_Config))) {
this._Org_Config = reader.GetString(_.Org_Config);
}
if ((false == reader.IsDBNull(_.Org_TemplateMobi))) {
this._Org_TemplateMobi = reader.GetString(_.Org_TemplateMobi);
}
if ((false == reader.IsDBNull(_.Org_IsShow))) {
this._Org_IsShow = reader.GetBoolean(_.Org_IsShow);
}
if ((false == reader.IsDBNull(_.Org_ICP))) {
this._Org_ICP = reader.GetString(_.Org_ICP);
}
if ((false == reader.IsDBNull(_.Org_QrCode))) {
this._Org_QrCode = reader.GetString(_.Org_QrCode);
}
if ((false == reader.IsDBNull(_.Org_GonganBeian))) {
this._Org_GonganBeian = reader.GetString(_.Org_GonganBeian);
}
}
public override int GetHashCode() {
return base.GetHashCode();
}
public override bool Equals(object obj) {
if ((obj == null)) {
return false;
}
if ((false == typeof(Organization).IsAssignableFrom(obj.GetType()))) {
return false;
}
if ((((object)(this)) == ((object)(obj)))) {
return true;
}
return false;
}
public class _ {
///
/// 表示选择所有列,与*等同
///
public static WeiSha.Data.AllField All = new WeiSha.Data.AllField();
///
/// -1 - 字段名:Org_ID - 数据类型:Int32
///
public static WeiSha.Data.Field Org_ID = new WeiSha.Data.Field("Org_ID");
///
/// -1 - 字段名:Org_Lang - 数据类型:String
///
public static WeiSha.Data.Field Org_Lang = new WeiSha.Data.Field("Org_Lang");
///
/// -1 - 字段名:Org_Name - 数据类型:String
///
public static WeiSha.Data.Field Org_Name = new WeiSha.Data.Field("Org_Name");
///
/// 字段名:Org_PlatformName - 数据类型:String
///
public static WeiSha.Data.Field Org_PlatformName = new WeiSha.Data.Field("Org_PlatformName");
///
/// 字段名:Org_Keywords - 数据类型:String
///
public static WeiSha.Data.Field Org_Keywords = new WeiSha.Data.Field("Org_Keywords");
///
/// 字段名:Org_Description - 数据类型:String
///
public static WeiSha.Data.Field Org_Description = new WeiSha.Data.Field("Org_Description");
///
/// -1 - 字段名:Org_EnName - 数据类型:String
///
public static WeiSha.Data.Field Org_EnName = new WeiSha.Data.Field("Org_EnName");
///
/// -1 - 字段名:Org_AbbrName - 数据类型:String
///
public static WeiSha.Data.Field Org_AbbrName = new WeiSha.Data.Field("Org_AbbrName");
///
/// -1 - 字段名:Org_AbbrEnName - 数据类型:String
///
public static WeiSha.Data.Field Org_AbbrEnName = new WeiSha.Data.Field("Org_AbbrEnName");
///
/// -1 - 字段名:Org_Address - 数据类型:String
///
public static WeiSha.Data.Field Org_Address = new WeiSha.Data.Field("Org_Address");
///
/// -1 - 字段名:Org_Phone - 数据类型:String
///
public static WeiSha.Data.Field Org_Phone = new WeiSha.Data.Field("Org_Phone");
///
/// -1 - 字段名:Org_Fax - 数据类型:String
///
public static WeiSha.Data.Field Org_Fax = new WeiSha.Data.Field("Org_Fax");
///
/// -1 - 字段名:Org_Zip - 数据类型:String
///
public static WeiSha.Data.Field Org_Zip = new WeiSha.Data.Field("Org_Zip");
///
/// -1 - 字段名:Org_WebSite - 数据类型:String
///
public static WeiSha.Data.Field Org_WebSite = new WeiSha.Data.Field("Org_WebSite");
///
/// 字段名:Org_TwoDomain - 数据类型:String
///
public static WeiSha.Data.Field Org_TwoDomain = new WeiSha.Data.Field("Org_TwoDomain");
///
/// -1 - 字段名:Org_Email - 数据类型:String
///
public static WeiSha.Data.Field Org_Email = new WeiSha.Data.Field("Org_Email");
///
/// -1 - 字段名:Org_Weixin - 数据类型:String
///
public static WeiSha.Data.Field Org_Weixin = new WeiSha.Data.Field("Org_Weixin");
///
/// -1 - 字段名:Org_Intro - 数据类型:String
///
public static WeiSha.Data.Field Org_Intro = new WeiSha.Data.Field("Org_Intro");
///
/// -1 - 字段名:Org_CoBank - 数据类型:String
///
public static WeiSha.Data.Field Org_CoBank = new WeiSha.Data.Field("Org_CoBank");
///
/// -1 - 字段名:Org_BankAcc - 数据类型:String
///
public static WeiSha.Data.Field Org_BankAcc = new WeiSha.Data.Field("Org_BankAcc");
///
/// -1 - 字段名:Org_Owner - 数据类型:String
///
public static WeiSha.Data.Field Org_Owner = new WeiSha.Data.Field("Org_Owner");
///
/// -1 - 字段名:Org_License - 数据类型:String
///
public static WeiSha.Data.Field Org_License = new WeiSha.Data.Field("Org_License");
///
/// -1 - 字段名:Org_LicensePic - 数据类型:String
///
public static WeiSha.Data.Field Org_LicensePic = new WeiSha.Data.Field("Org_LicensePic");
///
/// -1 - 字段名:Org_Longitude - 数据类型:String
///
public static WeiSha.Data.Field Org_Longitude = new WeiSha.Data.Field("Org_Longitude");
///
/// -1 - 字段名:Org_Latitude - 数据类型:String
///
public static WeiSha.Data.Field Org_Latitude = new WeiSha.Data.Field("Org_Latitude");
///
/// 字段名:Org_Province - 数据类型:String
///
public static WeiSha.Data.Field Org_Province = new WeiSha.Data.Field("Org_Province");
///
/// 字段名:Org_City - 数据类型:String
///
public static WeiSha.Data.Field Org_City = new WeiSha.Data.Field("Org_City");
///
/// 字段名:Org_District - 数据类型:String
///
public static WeiSha.Data.Field Org_District = new WeiSha.Data.Field("Org_District");
///
/// 字段名:Org_Street - 数据类型:String
///
public static WeiSha.Data.Field Org_Street = new WeiSha.Data.Field("Org_Street");
///
/// -1 - 字段名:Org_Logo - 数据类型:String
///
public static WeiSha.Data.Field Org_Logo = new WeiSha.Data.Field("Org_Logo");
///
/// -1 - 字段名:Org_QrCodeUrl - 数据类型:String
///
public static WeiSha.Data.Field Org_QrCodeUrl = new WeiSha.Data.Field("Org_QrCodeUrl");
///
/// 字段名:Org_RegTime - 数据类型:DateTime
///
public static WeiSha.Data.Field Org_RegTime = new WeiSha.Data.Field("Org_RegTime");
///
/// 字段名:Org_IsRoot - 数据类型:Boolean
///
public static WeiSha.Data.Field Org_IsRoot = new WeiSha.Data.Field("Org_IsRoot");
///
/// 字段名:Org_IsUse - 数据类型:Boolean
///
public static WeiSha.Data.Field Org_IsUse = new WeiSha.Data.Field("Org_IsUse");
///
/// 字段名:Org_IsPass - 数据类型:Boolean
///
public static WeiSha.Data.Field Org_IsPass = new WeiSha.Data.Field("Org_IsPass");
///
/// 字段名:Org_IsDefault - 数据类型:Boolean
///
public static WeiSha.Data.Field Org_IsDefault = new WeiSha.Data.Field("Org_IsDefault");
///
/// 字段名:Olv_ID - 数据类型:Int32
///
public static WeiSha.Data.Field Olv_ID = new WeiSha.Data.Field("Olv_ID");
///
/// 字段名:Olv_Name - 数据类型:String
///
public static WeiSha.Data.Field Olv_Name = new WeiSha.Data.Field("Olv_Name");
///
/// 字段名:Org_Linkman - 数据类型:String
///
public static WeiSha.Data.Field Org_Linkman = new WeiSha.Data.Field("Org_Linkman");
///
/// 字段名:Org_LinkmanPhone - 数据类型:String
///
public static WeiSha.Data.Field Org_LinkmanPhone = new WeiSha.Data.Field("Org_LinkmanPhone");
///
/// 字段名:Org_LinkmanQQ - 数据类型:String
///
public static WeiSha.Data.Field Org_LinkmanQQ = new WeiSha.Data.Field("Org_LinkmanQQ");
///
/// 字段名:Org_Template - 数据类型:String
///
public static WeiSha.Data.Field Org_Template = new WeiSha.Data.Field("Org_Template");
///
/// 字段名:Org_Extracode - 数据类型:String
///
public static WeiSha.Data.Field Org_Extracode = new WeiSha.Data.Field("Org_Extracode");
///
/// 字段名:Org_Config - 数据类型:String
///
public static WeiSha.Data.Field Org_Config = new WeiSha.Data.Field("Org_Config");
///
/// 字段名:Org_TemplateMobi - 数据类型:String
///
public static WeiSha.Data.Field Org_TemplateMobi = new WeiSha.Data.Field("Org_TemplateMobi");
///
/// 字段名:Org_IsShow - 数据类型:Boolean
///
public static WeiSha.Data.Field Org_IsShow = new WeiSha.Data.Field("Org_IsShow");
///
/// 字段名:Org_ICP - 数据类型:String
///
public static WeiSha.Data.Field Org_ICP = new WeiSha.Data.Field("Org_ICP");
///
/// 字段名:Org_QrCode - 数据类型:String
///
public static WeiSha.Data.Field Org_QrCode = new WeiSha.Data.Field("Org_QrCode");
///
/// 字段名:Org_GonganBeian - 数据类型:String
///
public static WeiSha.Data.Field Org_GonganBeian = new WeiSha.Data.Field("Org_GonganBeian");
}
}
}