Files
17168ERP/web/App_Code/Model/Model.cs
2025-08-29 01:27:25 +08:00

1537 lines
60 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
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<accounting_files>();
this.transfer_register = new HashSet<transfer_register>();
}
public int num { get; set; }
public Nullable<System.DateTime> uptime { get; set; }
public Nullable<int> category { get; set; }
public Nullable<int> kind { get; set; }
public Nullable<int> kind2 { get; set; }
public Nullable<float> price { get; set; }
public Nullable<float> tax { get; set; }
public string demo { get; set; }
public Nullable<int> mem_num { get; set; }
public string debtor { get; set; }
public Nullable<int> activity_num { get; set; }
public string excerpt { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public Nullable<int> 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> accounting_files { get; set; }
public virtual member member { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> 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<int> accounting_num { get; set; }
public Nullable<System.DateTime> 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<accounting>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
public string title { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<accounting> 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<accounting>();
this.pro_order_record = new HashSet<pro_order_record>();
this.transfer_register = new HashSet<transfer_register>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> 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<accounting> accountings { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<pro_order_record> pro_order_record { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> 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<act_bom>();
}
public int num { get; set; }
public Nullable<int> package_num { get; set; }
public Nullable<int> item_num { get; set; }
public Nullable<int> item_type { get; set; }
public string group_name { get; set; }
public Nullable<bool> optional { get; set; }
public Nullable<int> qty { get; set; }
public string memo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<act_bom> 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<actItem_files>();
this.activity_kind_detail = new HashSet<activity_kind_detail>();
this.activity_relating = new HashSet<activity_relating>();
this.activity_spares = new HashSet<activity_spares>();
this.pro_order_detail = new HashSet<pro_order_detail>();
this.projects = new HashSet<project>();
this.stocks = new HashSet<stock>();
this.act_bom = new HashSet<act_bom>();
this.transfer_register = new HashSet<transfer_register>();
}
public int num { get; set; }
public string subject { get; set; }
public Nullable<int> kind { get; set; }
public Nullable<float> price { get; set; }
public string status { get; set; }
public string demo { get; set; }
public string extend { get; set; }
public Nullable<int> cycle { get; set; }
public Nullable<int> category { get; set; }
public string customize_data { get; set; }
public Nullable<System.DateTime> 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> actItem_files { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity_kind_detail> activity_kind_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity_relating> activity_relating { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity_spares> activity_spares { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<pro_order_detail> pro_order_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<project> projects { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<stock> stocks { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<act_bom> act_bom { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> 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<System.DateTime> 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<actItem>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
public string status { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<actItem> 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<accounting>();
this.activity_check = new HashSet<activity_check>();
this.activity_relating = new HashSet<activity_relating>();
this.activity_spares = new HashSet<activity_spares>();
this.news = new HashSet<news>();
this.pro_order = new HashSet<pro_order>();
this.stocks = new HashSet<stock>();
this.transfer_register = new HashSet<transfer_register>();
}
public int num { get; set; }
public Nullable<int> kind { get; set; }
public string subject { get; set; }
public string address { get; set; }
public Nullable<System.DateTime> startDate_solar { get; set; }
public Nullable<System.DateTime> 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<System.DateTime> startDate_lunar { get; set; }
public Nullable<System.DateTime> endDate_lunar { get; set; }
public Nullable<System.DateTime> dueDate { get; set; }
public string demo { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public string customize_data { get; set; }
public Nullable<int> category_kind { get; set; }
public string print_init { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<accounting> 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> activity_check { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity_relating> activity_relating { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity_spares> activity_spares { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<news> news { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<pro_order> pro_order { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<stock> stocks { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> 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<activity>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity> activities { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class activity_check
{
public int num { get; set; }
public Nullable<int> f_num { get; set; }
public Nullable<int> activity_num { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public Nullable<int> status { get; set; }
public Nullable<int> 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<activity>();
this.activity_kind_detail = new HashSet<activity_kind_detail>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
public string calendar { get; set; }
public Nullable<int> month { get; set; }
public Nullable<int> day { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity> activities { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity_kind_detail> 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<float> price { get; set; }
public Nullable<int> qty { get; set; }
public Nullable<System.DateTime> 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<float> price { get; set; }
public Nullable<int> qty { get; set; }
public Nullable<System.DateTime> 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<int> qty1 { get; set; }
public Nullable<int> qty2 { get; set; }
public string demo { get; set; }
public Nullable<System.DateTime> 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<member>();
this.news = new HashSet<news>();
}
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<System.DateTime> 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<System.DateTime> reg_time { get; set; }
public Nullable<System.DateTime> 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<bool> gauth_enabled { get; set; }
public virtual admin_group admin_group { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<member> members { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<news> news { 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<admin>();
}
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<admin> 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<System.DateTime> login_time { get; set; }
public string login_ip { get; set; }
public Nullable<int> status { get; set; }
public string agent { get; set; }
public string word { get; set; }
public Nullable<int> 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<follower>();
}
public int num { get; set; }
public string title { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<follower> 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<bed_kind_detail>();
this.bed_order_detail = new HashSet<bed_order_detail>();
this.bed_order_detail1 = new HashSet<bed_order_detail>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> 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> bed_kind_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<bed_order_detail> bed_order_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<bed_order_detail> 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<bed_order_detail>();
}
public int num { get; set; }
public Nullable<int> bed_kind_id { get; set; }
public string bed_name { get; set; }
public Nullable<int> 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> 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<bed_order_detail>();
}
public string bed_order_no { get; set; }
public string order_no { get; set; }
public Nullable<int> o_detail_id { get; set; }
public Nullable<System.DateTime> start_date { get; set; }
public Nullable<System.DateTime> end_date { get; set; }
public string phone { get; set; }
public string keyin1 { get; set; }
public string demo { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<bed_order_detail> 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<System.DateTime> checkIn_date { get; set; }
public Nullable<int> bed_kind1 { get; set; }
public Nullable<int> bed_kind2 { get; set; }
public Nullable<int> 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<bool> menu { get; set; }
public Nullable<bool> 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<follower>();
}
public string ID { get; set; }
public string ID2 { get; set; }
public string ID3 { get; set; }
public Nullable<int> 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<follower> 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<bool> deceased { get; set; }
public Nullable<System.DateTime> 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<actItem_files>();
}
public int num { get; set; }
public string subject { get; set; }
public string word { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public Nullable<System.DateTime> 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> 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<activity_check>();
this.followers1 = new HashSet<follower>();
this.followers_tablet = new HashSet<followers_tablet>();
this.members = new HashSet<member>();
this.pro_order_detail = new HashSet<pro_order_detail>();
this.pro_order_detail1 = new HashSet<pro_order_detail>();
this.pro_order = new HashSet<pro_order>();
this.pro_order1 = new HashSet<pro_order>();
this.family_members = new HashSet<family_members>();
this.transfer_register = new HashSet<transfer_register>();
this.transfer_register1 = new HashSet<transfer_register>();
}
public int num { get; set; }
public string f_number { get; set; }
public string u_name { get; set; }
public string sex { get; set; }
public Nullable<int> identity_type { get; set; }
public Nullable<System.DateTime> birthday { get; set; }
public string phone { get; set; }
public string email { get; set; }
public Nullable<System.DateTime> refugedate { get; set; }
public string refuge_name { get; set; }
public string address { get; set; }
public string demo { get; set; }
public Nullable<int> 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<System.DateTime> reg_time { get; set; }
public string admin_log { get; set; }
public Nullable<System.DateTime> join_date { get; set; }
public string country { get; set; }
public Nullable<int> appellation_id { get; set; }
public string follower_hash { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<activity_check> 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<follower> followers1 { get; set; }
public virtual follower follower1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<followers_tablet> followers_tablet { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<member> members { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<pro_order_detail> pro_order_detail { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<pro_order_detail> pro_order_detail1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<pro_order> pro_order { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<pro_order> pro_order1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<family_members> family_members { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> transfer_register { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> transfer_register1 { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class followers_tablet
{
public int num { get; set; }
public Nullable<int> 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 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<int> root { get; set; }
public Nullable<int> 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<accounting>();
this.member_check = new HashSet<member_check>();
this.stocks = new HashSet<stock>();
this.transfer_register = new HashSet<transfer_register>();
}
public int num { get; set; }
public Nullable<int> 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<System.DateTime> birthday { get; set; }
public string blood { get; set; }
public string educational { get; set; }
public Nullable<System.DateTime> refugedate { get; set; }
public string refuge_name { get; set; }
public string refuge_area { get; set; }
public string demo { get; set; }
public Nullable<int> admin_num { get; set; }
public Nullable<System.DateTime> takedate { get; set; }
public Nullable<System.DateTime> leavedate { get; set; }
public Nullable<int> group_kind { get; set; }
public Nullable<int> title_kind { get; set; }
public Nullable<float> 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<System.DateTime> reg_time { get; set; }
public string pic1 { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<accounting> 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> 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<stock> stocks { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> transfer_register { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class member_check
{
public int num { get; set; }
public Nullable<int> mem_num { get; set; }
public Nullable<System.DateTime> check_date { get; set; }
public Nullable<System.TimeSpan> check_time { get; set; }
public Nullable<int> check_type { get; set; }
public string demo { get; set; }
public Nullable<int> login_type { get; set; }
public string login_ip { get; set; }
public Nullable<int> 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<member>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<System.TimeSpan> starttime { get; set; }
public Nullable<System.TimeSpan> offtime { get; set; }
public Nullable<int> resttime { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<member> 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<member>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
public string status { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<member> 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<news_files>();
}
public int num { get; set; }
public string subject { get; set; }
public Nullable<int> kind { get; set; }
public string status { get; set; }
public Nullable<System.DateTime> selltime1 { get; set; }
public Nullable<System.DateTime> selltime2 { get; set; }
public Nullable<System.DateTime> uptime { get; set; }
public string topping { get; set; }
public string demo { get; set; }
public string word { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public Nullable<int> range { get; set; }
public Nullable<int> author { get; set; }
public Nullable<int> 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> 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<System.DateTime> 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<news>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> 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> 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<bed_order>();
this.pro_order_detail = new HashSet<pro_order_detail>();
}
public string order_no { get; set; }
public Nullable<System.DateTime> up_time { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public string keyin1 { get; set; }
public Nullable<int> f_num { get; set; }
public string phone { get; set; }
public Nullable<int> activity_num { get; set; }
public string address { get; set; }
public string demo { get; set; }
public string customize_data { get; set; }
public Nullable<int> introducer { get; set; }
public Nullable<bool> 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> 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> 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<bed_order>();
this.pro_order_record = new HashSet<pro_order_record>();
this.accountings = new HashSet<accounting>();
this.transfer_register = new HashSet<transfer_register>();
}
public int num { get; set; }
public string order_no { get; set; }
public Nullable<int> actItem_num { get; set; }
public Nullable<int> f_num { get; set; }
public string f_num_tablet { get; set; }
public string address { get; set; }
public Nullable<int> from_id { get; set; }
public string from_id_tablet { get; set; }
public Nullable<System.DateTime> due_date { get; set; }
public Nullable<int> bed_type { get; set; }
public Nullable<float> price { get; set; }
public Nullable<int> qty { get; set; }
public Nullable<System.DateTime> start_date { get; set; }
public Nullable<System.DateTime> extend_date { get; set; }
public Nullable<float> pay { get; set; }
public Nullable<System.DateTime> pay_date { get; set; }
public Nullable<int> keyin1 { get; set; }
public string demo { get; set; }
public string customize_data { get; set; }
public string printed_files { get; set; }
public Nullable<int> parent_num { get; set; }
public string print_id { get; set; }
public Nullable<System.DateTime> UpdateTime { get; set; }
public virtual actItem actItem { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<bed_order> 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> pro_order_record { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<accounting> accountings { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<transfer_register> 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<int> detail_num { get; set; }
public Nullable<float> price { get; set; }
public Nullable<int> payment { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public Nullable<System.DateTime> pay_date { get; set; }
public string organization { get; set; }
public string bank_code { get; set; }
public Nullable<int> 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<project_sub>();
}
public int num { get; set; }
public string subject { get; set; }
public Nullable<int> kind { get; set; }
public Nullable<int> actItem_num { get; set; }
public string demo { get; set; }
public Nullable<System.DateTime> 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> 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<project>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<project> 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<System.DateTime> uptime { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public string word { get; set; }
public string pic1 { get; set; }
public Nullable<int> pro_id { get; set; }
public virtual project project { 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<stock_files>();
}
public int num { get; set; }
public Nullable<System.DateTime> uptime { get; set; }
public Nullable<int> category { get; set; }
public Nullable<int> kind { get; set; }
public Nullable<int> activity_num { get; set; }
public Nullable<int> actItem_num { get; set; }
public Nullable<int> qty { get; set; }
public Nullable<float> price { get; set; }
public string demo { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public Nullable<int> mem_num { get; set; }
public string debtor { get; set; }
public Nullable<int> balances { get; set; }
public Nullable<int> reason { get; set; }
public Nullable<int> supplier { get; set; }
public Nullable<int> final_stock { get; set; }
public Nullable<int> 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> 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<int> stock_num { get; set; }
public Nullable<System.DateTime> 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<stock>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<stock> 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<stock>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public Nullable<int> category { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<stock> 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<stock>();
}
public int num { get; set; }
public string s_number { get; set; }
public string u_name { get; set; }
public Nullable<int> 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<System.DateTime> 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<stock> 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<supplier>();
}
public int num { get; set; }
public string kind { get; set; }
public Nullable<int> root { get; set; }
public Nullable<int> range { get; set; }
public string demo { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<supplier> 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<int> 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<pro_order_record>();
}
public int id { get; set; }
public Nullable<int> 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<decimal> 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<System.DateTime> create_time { get; set; }
public Nullable<int> f_num_match { get; set; }
public Nullable<int> f_num { get; set; }
public Nullable<int> acc_num { get; set; }
public Nullable<System.DateTime> check_date { get; set; }
public Nullable<decimal> check_amount { get; set; }
public string check_memo { get; set; }
public string check_status { get; set; }
public Nullable<int> acc_kind { get; set; }
public Nullable<int> member_num { get; set; }
public Nullable<System.DateTime> verify_time { get; set; }
public string verify_note { get; set; }
public string draft { get; set; }
public Nullable<decimal> remain_amount { get; set; }
public Nullable<int> balance_act_item { get; set; }
public Nullable<int> 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> pro_order_record { get; set; }
}
}
namespace Model
{
using System;
public partial class sp_helpdiagramdefinition_Result
{
public Nullable<int> 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; }
}
}