//------------------------------------------------------------------------------ // // 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 range { get; set; } public Nullable author { get; set; } public Nullable activity_num { get; set; } public virtual activity activity { get; set; } public virtual admin admin { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection news_files { get; set; } public virtual news_kind news_kind { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class news_files { public string num { get; set; } public int news_id { get; set; } public string pic1 { get; set; } public Nullable reg_time { get; set; } public string pic_name { get; set; } public string pic_type { get; set; } public virtual news news { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class news_kind { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public news_kind() { this.news = 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 news { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class PostCity { public string city { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class PostNumber { public int ID { get; set; } public string PostNumber1 { get; set; } public string City { get; set; } public string Area { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class pro_order { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public pro_order() { this.bed_order = new HashSet(); this.pro_order_detail = new HashSet(); } public string order_no { get; set; } public Nullable up_time { get; set; } public Nullable reg_time { get; set; } public string keyin1 { get; set; } public Nullable f_num { get; set; } public string phone { get; set; } public Nullable activity_num { get; set; } public string address { get; set; } public string demo { get; set; } public string customize_data { get; set; } public Nullable introducer { get; set; } public Nullable send_receipt { get; set; } public string receipt_title { get; set; } public virtual activity activity { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection bed_order { get; set; } public virtual follower follower { get; set; } public virtual follower follower1 { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection pro_order_detail { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class pro_order_detail { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public pro_order_detail() { this.bed_order = new HashSet(); this.pro_order_record = new HashSet(); this.accountings = new HashSet(); this.transfer_register = new HashSet(); } public int num { get; set; } public string order_no { get; set; } public Nullable actItem_num { get; set; } public Nullable f_num { get; set; } public string f_num_tablet { get; set; } public string address { get; set; } public Nullable from_id { get; set; } public string from_id_tablet { get; set; } public Nullable due_date { get; set; } public Nullable bed_type { get; set; } public Nullable price { get; set; } public Nullable qty { get; set; } public Nullable start_date { get; set; } public Nullable extend_date { get; set; } public Nullable pay { get; set; } public Nullable pay_date { get; set; } public Nullable keyin1 { get; set; } public string demo { get; set; } public string customize_data { get; set; } public string printed_files { get; set; } public Nullable parent_num { get; set; } public string print_id { get; set; } public Nullable UpdateTime { get; set; } public virtual actItem actItem { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection bed_order { get; set; } public virtual follower follower { get; set; } public virtual follower follower1 { get; set; } public virtual pro_order pro_order { 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 accountings { 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 pro_order_record { public int num { get; set; } public Nullable detail_num { get; set; } public Nullable price { get; set; } public Nullable payment { get; set; } public Nullable reg_time { get; set; } public Nullable pay_date { get; set; } public string organization { get; set; } public string bank_code { get; set; } public Nullable transfer_id { get; set; } public string reconcile_memo { get; set; } public virtual accounting_kind2 accounting_kind2 { get; set; } public virtual pro_order_detail pro_order_detail { get; set; } public virtual transfer_register transfer_register { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class project { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public project() { this.project_sub = new HashSet(); } public int num { get; set; } public string subject { get; set; } public Nullable kind { get; set; } public Nullable actItem_num { get; set; } public string demo { get; set; } public Nullable reg_time { get; set; } public virtual actItem actItem { get; set; } public virtual project_kind project_kind { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection project_sub { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class project_kind { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public project_kind() { this.projects = 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; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection projects { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class project_sub { public int num { get; set; } public string subject { get; set; } public Nullable uptime { get; set; } public Nullable reg_time { get; set; } public string word { get; set; } public string pic1 { get; set; } public Nullable pro_id { get; set; } public virtual project project { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class Region { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public Region() { this.Region1 = new HashSet(); this.Room = new HashSet(); } public string Name { get; set; } public string Description { get; set; } public Nullable SortOrder { get; set; } public string CreatedBy { get; set; } public Nullable CreatedAt { get; set; } public Nullable UpdatedAt { get; set; } public bool IsActive { get; set; } public Nullable RoomCount { get; set; } public bool IsDeleted { get; set; } public System.Guid Uuid { get; set; } public Nullable ParentUuid { get; set; } public Nullable RegionTypeUuid { get; set; } public Nullable Gender { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection Region1 { get; set; } public virtual Region Region2 { get; set; } public virtual RegionType RegionType { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection Room { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class RegionAndRoomAndBedSchedule { public int UseType { get; set; } public string Title { get; set; } public string Description { get; set; } public string CreatedBy { get; set; } public Nullable CreatedAt { get; set; } public bool IsDeleted { get; set; } public System.Guid Uuid { get; set; } public Nullable TargetUuid { get; set; } public string GuaDanOrderNo { get; set; } public Nullable ScheduleDate { get; set; } public bool IsActive { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class RegionRoomBed { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public RegionRoomBed() { this.GuaDanOrderGuests = new HashSet(); } public string Name { get; set; } public bool IsActive { get; set; } public bool Gender { get; set; } public bool IsDeleted { get; set; } public System.Guid Uuid { get; set; } public System.Guid RoomUuid { get; set; } public Nullable StatusUuid { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GuaDanOrderGuests { get; set; } public virtual RegionRoomBedStatus RegionRoomBedStatus { get; set; } public virtual Room Room { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class RegionRoomBedStatus { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public RegionRoomBedStatus() { this.GuaDanOrderGuests = new HashSet(); this.RegionRoomBeds = new HashSet(); } public string Code { get; set; } public string Name { get; set; } public string Description { get; set; } public Nullable Category { get; set; } public bool IsDeleted { get; set; } public System.Guid Uuid { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GuaDanOrderGuests { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection RegionRoomBeds { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class RegionType { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public RegionType() { this.Regions = new HashSet(); } public string Code { get; set; } public string Name { get; set; } public bool IsActive { get; set; } public Nullable CreateAt { get; set; } public bool IsDeleted { get; set; } public System.Guid Uuid { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection Regions { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class Room { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public Room() { this.GuaDanOrderGuests = new HashSet(); this.RegionRoomBed = new HashSet(); } public string Name { get; set; } public bool Gender { get; set; } public Nullable BedCount { get; set; } public Nullable IsActive { get; set; } public Nullable CreatedAt { get; set; } public Nullable UpdatedAt { get; set; } public bool IsDeleted { get; set; } public System.Guid Uuid { get; set; } public System.Guid RegionUuid { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GuaDanOrderGuests { get; set; } public virtual Region Region { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection RegionRoomBed { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class ShuWen { public int ID { get; set; } public int ActivityNum { get; set; } public System.DateTime CreateTime { get; set; } public System.DateTime UpdateTime { get; set; } public string ShuWenList { get; set; } public bool IsGenerating { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class stock { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public stock() { this.stock_files = new HashSet(); } public int num { get; set; } public Nullable uptime { get; set; } public Nullable category { get; set; } public Nullable kind { get; set; } public Nullable activity_num { get; set; } public Nullable actItem_num { get; set; } public Nullable qty { get; set; } public Nullable price { get; set; } public string demo { get; set; } public Nullable reg_time { get; set; } public Nullable mem_num { get; set; } public string debtor { get; set; } public Nullable balances { get; set; } public Nullable reason { get; set; } public Nullable supplier { get; set; } public Nullable final_stock { get; set; } public Nullable rent_stock { get; set; } public virtual actItem actItem { get; set; } public virtual activity activity { get; set; } public virtual member member { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection stock_files { get; set; } public virtual stock_kind stock_kind { get; set; } public virtual stock_reason stock_reason { get; set; } public virtual supplier supplier1 { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class stock_files { public int num { get; set; } public Nullable stock_num { get; set; } public Nullable reg_time { get; set; } public string pic1 { get; set; } public string pic1_name { get; set; } public virtual stock stock { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class stock_kind { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public stock_kind() { this.stocks = 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; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection stocks { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class stock_reason { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public stock_reason() { this.stocks = new HashSet(); } public int num { get; set; } public string kind { get; set; } public Nullable root { get; set; } public Nullable range { get; set; } public Nullable category { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection stocks { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class supplier { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public supplier() { this.stocks = new HashSet(); } public int num { get; set; } public string s_number { get; set; } public string u_name { get; set; } public Nullable kind { get; set; } public string phone2 { get; set; } public string phone1 { get; set; } public string address { get; set; } public string fax { get; set; } public string email { get; set; } public string url { get; set; } public string pic1 { get; set; } public string demo { get; set; } public Nullable reg_time { get; set; } public string admin_log { get; set; } public string c_num { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection stocks { get; set; } public virtual supplier_kind supplier_kind { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class supplier_kind { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public supplier_kind() { this.suppliers = 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; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection suppliers { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class sysdiagram { public string name { get; set; } public int principal_id { get; set; } public int diagram_id { get; set; } public Nullable version { get; set; } public byte[] definition { get; set; } } } namespace Model { using System; using System.Collections.Generic; public partial class transfer_register { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public transfer_register() { this.pro_order_record = new HashSet(); } public int id { get; set; } public Nullable activity_num { get; set; } public string name { get; set; } public string phone { get; set; } public string pay_type { get; set; } public string account_last5 { get; set; } public Nullable amount { get; set; } public string pay_mode { get; set; } public string note { get; set; } public string proof_img { get; set; } public string status { get; set; } public Nullable create_time { get; set; } public Nullable f_num_match { get; set; } public Nullable f_num { get; set; } public Nullable acc_num { get; set; } public Nullable check_date { get; set; } public Nullable check_amount { get; set; } public string check_memo { get; set; } public string check_status { get; set; } public Nullable acc_kind { get; set; } public Nullable member_num { get; set; } public Nullable verify_time { get; set; } public string verify_note { get; set; } public string draft { get; set; } public Nullable remain_amount { get; set; } public Nullable balance_act_item { get; set; } public Nullable balance_pro_order_detail { get; set; } public virtual accounting accounting { get; set; } public virtual accounting_kind2 accounting_kind2 { get; set; } public virtual activity activity { get; set; } public virtual follower follower { get; set; } public virtual follower follower1 { get; set; } public virtual member member { get; set; } public virtual actItem actItem { get; set; } public virtual pro_order_detail pro_order_detail { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection pro_order_record { get; set; } } } namespace Model { using System; public partial class sp_helpdiagramdefinition_Result { public Nullable version { get; set; } public byte[] definition { get; set; } } } namespace Model { using System; public partial class sp_helpdiagrams_Result { public string Database { get; set; } public string Name { get; set; } public int ID { get; set; } public string Owner { get; set; } public int OwnerID { get; set; } } }