using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Configuration; //using System.Data.OleDb; //using System.Data.SqlClient; using System.Collections; using Newtonsoft.Json; using System.ComponentModel; using System.Globalization; namespace Model.ViewModel { /// /// Summary description for pro_order /// public class pro_order { public pro_order() { // // TODO: Add constructor logic here // } public string order_no { get; set; } public Nullable up_time1 { get; set; } public Nullable up_time2 { get; set; } public string keyin1 { get; set; } public Nullable f_num { get; set; } public string u_name { get; set; } public Nullable activity_num { get; set; } public string subject { get; set; } public string address { get; set; } public string actItemTxt { get; set; } public string introducerTxt { get; set; } public string country { get; set; } public string country2 { get; set; } } public class pro_order_detail { public pro_order_detail() { // // TODO: Add constructor logic here // } public int num { get; set; } public string order_no { get; set; } public Nullable actItem_num { get; set; } public Nullable actItem_kind_num { get; set; } public Nullable f_num { get; set; } public string f_num_txt { get; set; } public Nullable from_id { get; set; } public string address { 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 string actitem_name { get; set; } public string follower_name { get; set; } public string full_description { get; set; } public string order_info { get; set; } } }