//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Model
{
using System;
using System.Collections.Generic;
public partial class accounting
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public accounting()
{
this.accounting_files = new HashSet();
this.transfer_register = new HashSet();
}
public int num { get; set; }
public Nullable uptime { get; set; }
public Nullable category { get; set; }
public Nullable kind { get; set; }
public Nullable kind2 { get; set; }
public Nullable price { get; set; }
public Nullable tax { get; set; }
public string demo { get; set; }
public Nullable mem_num { get; set; }
public string debtor { get; set; }
public Nullable activity_num { get; set; }
public string excerpt { get; set; }
public Nullable reg_time { get; set; }
public Nullable pro_order_detail_num { get; set; }
public virtual accounting_kind accounting_kind { get; set; }
public virtual accounting_kind2 accounting_kind2 { get; set; }
public virtual activity activity { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection accounting_files { get; set; }
public virtual member member { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection transfer_register { get; set; }
public virtual pro_order_detail pro_order_detail { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class accounting_files
{
public int num { get; set; }
public Nullable accounting_num { get; set; }
public Nullable reg_time { get; set; }
public string pic1 { get; set; }
public string pic1_name { get; set; }
public virtual accounting accounting { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class accounting_kind
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public accounting_kind()
{
this.accountings = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string demo { get; set; }
public string title { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection accountings { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class accounting_kind2
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public accounting_kind2()
{
this.accountings = new HashSet();
this.pro_order_record = new HashSet();
this.transfer_register = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string demo { get; set; }
public string title { get; set; }
public string bank_name { get; set; }
public string bank_code { get; set; }
public string bank_id { get; set; }
public string record_payment { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection accountings { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection pro_order_record { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection transfer_register { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class act_bom
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public act_bom()
{
this.act_bom1 = new HashSet();
}
public int num { get; set; }
public Nullable package_num { get; set; }
public Nullable item_num { get; set; }
public Nullable item_type { get; set; }
public string group_name { get; set; }
public Nullable optional { get; set; }
public Nullable qty { get; set; }
public string memo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection act_bom1 { get; set; }
public virtual act_bom act_bom2 { get; set; }
public virtual actItem actItem { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class actItem
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public actItem()
{
this.actItem_files = new HashSet();
this.activity_kind_detail = new HashSet();
this.activity_relating = new HashSet();
this.activity_spares = new HashSet();
this.pro_order_detail = new HashSet();
this.projects = new HashSet();
this.stocks = new HashSet();
this.act_bom = new HashSet();
this.transfer_register = new HashSet();
}
public int num { get; set; }
public string subject { get; set; }
public Nullable kind { get; set; }
public Nullable price { get; set; }
public string status { get; set; }
public string demo { get; set; }
public string extend { get; set; }
public Nullable cycle { get; set; }
public Nullable category { get; set; }
public string customize_data { get; set; }
public Nullable reg_time { get; set; }
public string partno { get; set; }
public string print_init { get; set; }
public string is_reconcile { get; set; }
public virtual actItem_kind actItem_kind { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection actItem_files { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_kind_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_relating { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_spares { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection pro_order_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection projects { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection stocks { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection act_bom { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection transfer_register { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class actItem_files
{
public int num { get; set; }
public int actItem_num { get; set; }
public int files_num { get; set; }
public Nullable reg_time { get; set; }
public virtual actItem actItem { get; set; }
public virtual file file { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class actItem_kind
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public actItem_kind()
{
this.actItems = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string demo { get; set; }
public string status { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection actItems { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public activity()
{
this.accountings = new HashSet();
this.activity_check = new HashSet();
this.activity_relating = new HashSet();
this.activity_spares = new HashSet();
this.news = new HashSet();
this.pro_order = new HashSet();
this.stocks = new HashSet();
this.transfer_register = new HashSet();
}
public int num { get; set; }
public Nullable kind { get; set; }
public string subject { get; set; }
public string address { get; set; }
public Nullable startDate_solar { get; set; }
public Nullable endDate_solar { get; set; }
public string hall { get; set; }
public string start_sexagenary { get; set; }
public string end_sexagenary { get; set; }
public string monk { get; set; }
public Nullable startDate_lunar { get; set; }
public Nullable endDate_lunar { get; set; }
public Nullable dueDate { get; set; }
public string demo { get; set; }
public Nullable reg_time { get; set; }
public string customize_data { get; set; }
public Nullable category_kind { get; set; }
public string print_init { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection accountings { get; set; }
public virtual activity_category_kind activity_category_kind { get; set; }
public virtual activity_kind activity_kind { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_check { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_relating { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_spares { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection news { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection pro_order { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection stocks { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection transfer_register { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity_category_kind
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public activity_category_kind()
{
this.activities = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activities { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity_check
{
public int num { get; set; }
public Nullable f_num { get; set; }
public Nullable activity_num { get; set; }
public Nullable reg_time { get; set; }
public Nullable status { get; set; }
public Nullable qty { get; set; }
public virtual activity activity { get; set; }
public virtual follower follower { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity_kind
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public activity_kind()
{
this.activities = new HashSet();
this.activity_kind_detail = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string demo { get; set; }
public string calendar { get; set; }
public Nullable month { get; set; }
public Nullable day { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activities { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_kind_detail { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity_kind_detail
{
public int num { get; set; }
public int activity_kind_num { get; set; }
public int actItem_num { get; set; }
public Nullable price { get; set; }
public Nullable qty { get; set; }
public Nullable reg_time { get; set; }
public virtual actItem actItem { get; set; }
public virtual activity_kind activity_kind { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity_relating
{
public int num { get; set; }
public int activity_num { get; set; }
public int actItem_num { get; set; }
public Nullable price { get; set; }
public Nullable qty { get; set; }
public Nullable reg_time { get; set; }
public virtual actItem actItem { get; set; }
public virtual activity activity { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity_spares
{
public int num { get; set; }
public int activity_num { get; set; }
public int actItem_num { get; set; }
public Nullable qty1 { get; set; }
public Nullable qty2 { get; set; }
public string demo { get; set; }
public Nullable reg_time { get; set; }
public virtual actItem actItem { get; set; }
public virtual activity activity { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class admin
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public admin()
{
this.members = new HashSet();
this.news = new HashSet();
this.GuaDanOrders = new HashSet();
}
public int num { get; set; }
public string u_id { get; set; }
public string u_password { get; set; }
public string u_name { get; set; }
public string sex { get; set; }
public string kind { get; set; }
public string phone1 { get; set; }
public string phone2 { get; set; }
public Nullable birthday { get; set; }
public string email { get; set; }
public string city { get; set; }
public string area { get; set; }
public string address { get; set; }
public string uid { get; set; }
public string demo { get; set; }
public string power { get; set; }
public bool online { get; set; }
public Nullable reg_time { get; set; }
public Nullable login_time { get; set; }
public string login_ip { get; set; }
public string login_code { get; set; }
public string adwidth { get; set; }
public string wrp_news { get; set; }
public string wrp_bar { get; set; }
public string gauth_key { get; set; }
public Nullable gauth_enabled { get; set; }
public virtual admin_group admin_group { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection members { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection news { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection GuaDanOrders { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class admin_group
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public admin_group()
{
this.admins = new HashSet();
}
public string g_name { get; set; }
public string items { get; set; }
public string demo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection admins { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class admin_log
{
public int num { get; set; }
public string u_id { get; set; }
public Nullable login_time { get; set; }
public string login_ip { get; set; }
public Nullable status { get; set; }
public string agent { get; set; }
public string word { get; set; }
public Nullable systems { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class appellation
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public appellation()
{
this.followers = new HashSet();
}
public int num { get; set; }
public string title { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection followers { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class bed_kind
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public bed_kind()
{
this.bed_kind_detail = new HashSet();
this.bed_order_detail = new HashSet();
this.bed_order_detail1 = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string demo { get; set; }
public string sex { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection bed_kind_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection bed_order_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection bed_order_detail1 { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class bed_kind_detail
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public bed_kind_detail()
{
this.bed_order_detail = new HashSet();
}
public int num { get; set; }
public Nullable bed_kind_id { get; set; }
public string bed_name { get; set; }
public Nullable bed_type { get; set; }
public string demo { get; set; }
public virtual bed_kind bed_kind { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection bed_order_detail { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class bed_order
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public bed_order()
{
this.bed_order_detail = new HashSet();
}
public string bed_order_no { get; set; }
public string order_no { get; set; }
public Nullable o_detail_id { get; set; }
public Nullable start_date { get; set; }
public Nullable end_date { get; set; }
public string phone { get; set; }
public string keyin1 { get; set; }
public string demo { get; set; }
public Nullable reg_time { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection bed_order_detail { get; set; }
public virtual pro_order pro_order { get; set; }
public virtual pro_order_detail pro_order_detail { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class bed_order_detail
{
public int num { get; set; }
public string bed_order_no { get; set; }
public Nullable checkIn_date { get; set; }
public Nullable bed_kind1 { get; set; }
public Nullable bed_kind2 { get; set; }
public Nullable bed_kind_detail_id { get; set; }
public string license { get; set; }
public virtual bed_kind bed_kind { get; set; }
public virtual bed_kind bed_kind3 { get; set; }
public virtual bed_kind_detail bed_kind_detail { get; set; }
public virtual bed_order bed_order { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class company
{
public int num { get; set; }
public string com_name { get; set; }
public string com_mail { get; set; }
public string bcc_mail { get; set; }
public string pic_url { get; set; }
public Nullable menu { get; set; }
public Nullable log_class { get; set; }
public string log_menu { get; set; }
public string last_order_no { get; set; }
public string adwidth { get; set; }
public string wrp_news { get; set; }
public string wrp_bar { get; set; }
public string smtp_url { get; set; }
public string smtp_port { get; set; }
public string smtp_ssl { get; set; }
public string smtp_user { get; set; }
public string smtp_password { get; set; }
public string smtp_def { get; set; }
public string use_sender { get; set; }
public string bed_order_no { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class country
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public country()
{
this.followers = new HashSet();
}
public string ID { get; set; }
public string ID2 { get; set; }
public string ID3 { get; set; }
public Nullable range { get; set; }
public string name_en { get; set; }
public string name_zh { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection followers { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class family_members
{
public int num { get; set; }
public int follower_num { get; set; }
public string fam_name { get; set; }
public string fam_gender { get; set; }
public string fam_title { get; set; }
public Nullable deceased { get; set; }
public Nullable birthdate { get; set; }
public string lunar_birthday { get; set; }
public string age { get; set; }
public string zodiac { get; set; }
public string birth_time { get; set; }
public string address { get; set; }
public string phone { get; set; }
public string mobile { get; set; }
public string city { get; set; }
public string area { get; set; }
public virtual follower follower { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class file
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public file()
{
this.actItem_files = new HashSet();
}
public int num { get; set; }
public string subject { get; set; }
public string word { get; set; }
public Nullable reg_time { get; set; }
public Nullable modify_time { get; set; }
public string customize_data { get; set; }
public string paperset { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection actItem_files { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class follower
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public follower()
{
this.activity_check = new HashSet();
this.followers1 = new HashSet();
this.followers_tablet = new HashSet();
this.members = new HashSet();
this.pro_order_detail = new HashSet();
this.pro_order_detail1 = new HashSet();
this.pro_order = new HashSet();
this.pro_order1 = new HashSet();
this.family_members = new HashSet();
this.transfer_register = new HashSet();
this.transfer_register1 = new HashSet();
this.GuaDanOrders = new HashSet();
this.GuaDanOrderGuests = new HashSet();
}
public int num { get; set; }
public string f_number { get; set; }
public string u_name { get; set; }
public string sex { get; set; }
public Nullable identity_type { get; set; }
public Nullable birthday { get; set; }
public string phone { get; set; }
public string email { get; set; }
public Nullable refugedate { get; set; }
public string refuge_name { get; set; }
public string address { get; set; }
public string demo { get; set; }
public Nullable leader { get; set; }
public string socialid1 { get; set; }
public string socialid2 { get; set; }
public string tab { get; set; }
public string contactor { get; set; }
public string contactor_phone { get; set; }
public string blood { get; set; }
public string customize_data { get; set; }
public string introducer { get; set; }
public string refuge_area { get; set; }
public string id_code { get; set; }
public string passport { get; set; }
public string cellphone { get; set; }
public Nullable reg_time { get; set; }
public string admin_log { get; set; }
public Nullable join_date { get; set; }
public string country { get; set; }
public Nullable appellation_id { get; set; }
public string follower_hash { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection activity_check { get; set; }
public virtual appellation appellation { get; set; }
public virtual country country1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection followers1 { get; set; }
public virtual follower follower1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection followers_tablet { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection members { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection pro_order_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection pro_order_detail1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection pro_order { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection pro_order1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection family_members { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection transfer_register { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection transfer_register1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection GuaDanOrders { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection GuaDanOrderGuests { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class followers_tablet
{
public int num { get; set; }
public Nullable f_num { get; set; }
public string title { get; set; }
public string type { get; set; }
public virtual follower follower { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class GuaDanOrder
{
public Nullable StartDate { get; set; }
public Nullable EndDate { get; set; }
public Nullable CreateUser { get; set; }
public Nullable CreatedAt { get; set; }
public Nullable UpdatedAt { get; set; }
public string Notes { get; set; }
public string GuaDanOrderNo { get; set; }
public Nullable BookerFollowerNum { get; set; }
public string BookerName { get; set; }
public string BookerPhone { get; set; }
public bool IsDeleted { get; set; }
public System.Guid Uuid { get; set; }
public virtual admin admin { get; set; }
public virtual follower follower { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class GuaDanOrderGuest
{
public string GuaDanOrderNo { get; set; }
public Nullable FollowerNum { get; set; }
public bool IsDeleted { get; set; }
public System.Guid Uuid { get; set; }
public Nullable RoomUuid { get; set; }
public Nullable BedUuid { get; set; }
public Nullable CheckInAt { get; set; }
public Nullable CheckOutAt { get; set; }
public Nullable statusUuid { get; set; }
public virtual follower follower { get; set; }
public virtual RegionRoomBed RegionRoomBed { get; set; }
public virtual Room Room { get; set; }
public virtual RegionRoomBedStatus RegionRoomBedStatus { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class GuadanTimeSetting
{
public System.Guid Id { get; set; }
public string EarliestCheckIn { get; set; }
public string LatestCheckOut { get; set; }
public bool IsActive { get; set; }
public Nullable CreatedAt { get; set; }
public Nullable UpdatedAt { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class item
{
public int num { get; set; }
public string title { get; set; }
public string url { get; set; }
public string target { get; set; }
public string price { get; set; }
public string demo { get; set; }
public string other { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string other_url { get; set; }
public string s_id { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class member
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public member()
{
this.accountings = new HashSet();
this.member_check = new HashSet();
this.stocks = new HashSet();
this.transfer_register = new HashSet();
}
public int num { get; set; }
public Nullable f_num { get; set; }
public string m_number { get; set; }
public string u_name { get; set; }
public string sex { get; set; }
public string id_code { get; set; }
public Nullable birthday { get; set; }
public string blood { get; set; }
public string educational { get; set; }
public Nullable refugedate { get; set; }
public string refuge_name { get; set; }
public string refuge_area { get; set; }
public string demo { get; set; }
public Nullable admin_num { get; set; }
public Nullable takedate { get; set; }
public Nullable leavedate { get; set; }
public Nullable group_kind { get; set; }
public Nullable title_kind { get; set; }
public Nullable salary { get; set; }
public string phone { get; set; }
public string com_email { get; set; }
public string email { get; set; }
public string contact { get; set; }
public string address1 { get; set; }
public string address2 { get; set; }
public Nullable reg_time { get; set; }
public string pic1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection accountings { get; set; }
public virtual admin admin { get; set; }
public virtual follower follower { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection member_check { get; set; }
public virtual member_group member_group { get; set; }
public virtual member_title member_title { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection stocks { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection transfer_register { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class member_check
{
public int num { get; set; }
public Nullable mem_num { get; set; }
public Nullable check_date { get; set; }
public Nullable check_time { get; set; }
public Nullable check_type { get; set; }
public string demo { get; set; }
public Nullable login_type { get; set; }
public string login_ip { get; set; }
public Nullable hour { get; set; }
public virtual member member { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class member_group
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public member_group()
{
this.members = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable starttime { get; set; }
public Nullable offtime { get; set; }
public Nullable resttime { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string demo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection members { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class member_title
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public member_title()
{
this.members = new HashSet();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable root { get; set; }
public Nullable range { get; set; }
public string demo { get; set; }
public string status { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection members { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class news
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public news()
{
this.news_files = new HashSet();
}
public int num { get; set; }
public string subject { get; set; }
public Nullable kind { get; set; }
public string status { get; set; }
public Nullable selltime1 { get; set; }
public Nullable selltime2 { get; set; }
public Nullable uptime { get; set; }
public string topping { get; set; }
public string demo { get; set; }
public string word { get; set; }
public Nullable reg_time { get; set; }
public Nullable