111 lines
2.5 KiB
C#
111 lines
2.5 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Data;
|
|
using System.Configuration;
|
|
using System.Collections;
|
|
using Newtonsoft.Json;
|
|
using System.ComponentModel;
|
|
using System.Globalization;
|
|
using System.Web.UI;
|
|
|
|
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Data;
|
|
using System.IO;
|
|
using System.IO.Compression;
|
|
using System.Net.Mail;
|
|
using System.Configuration;
|
|
using System.Drawing;
|
|
using System.Drawing.Imaging;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
using System.Data.OleDb;
|
|
using Microsoft.VisualBasic;
|
|
using System.Text;
|
|
using System.Text.RegularExpressions;
|
|
using System.Web.Security;
|
|
using System.Security.Cryptography;
|
|
using System.Web.UI;
|
|
using System.Collections;
|
|
using System.Collections.Specialized;
|
|
using System.ComponentModel;
|
|
using System.ComponentModel.Design;
|
|
using System.ComponentModel.Design.Serialization;
|
|
using System.IO;
|
|
using System.Security.Principal;
|
|
using System.Web.Caching;
|
|
using System.Web.ModelBinding;
|
|
using System.Web.Routing;
|
|
using System.Web.SessionState;
|
|
using System.Web.UI.Adapters;
|
|
using System.Web.UI.HtmlControls;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Collections;
|
|
using System.Data;
|
|
using System.Data.OleDb;
|
|
using System.Configuration;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
using Newtonsoft.Json;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Text;
|
|
using System.Text.RegularExpressions;
|
|
using System.Net;
|
|
using System.Reflection;
|
|
using System.ComponentModel;
|
|
using System.Web.UI.WebControls;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
|
|
namespace Model.ViewModel
|
|
{
|
|
/// <summary>
|
|
/// Summary description for pro_order
|
|
/// </summary>
|
|
public class bed_order
|
|
{
|
|
public bed_order()
|
|
{
|
|
//
|
|
// TODO: Add constructor logic here
|
|
//
|
|
|
|
}
|
|
|
|
public string bed_order_no { get; set; }
|
|
public string order_no { get; set; }
|
|
public Nullable<int> o_detail_id { get; set; }
|
|
public string keyin1 { get; set; }
|
|
|
|
|
|
|
|
}
|
|
|
|
public class bed_order_detail
|
|
{
|
|
public bed_order_detail()
|
|
{
|
|
//
|
|
// TODO: Add constructor logic here
|
|
//
|
|
|
|
}
|
|
|
|
public string bed_order_no { get; set; }
|
|
public Nullable<System.DateTime> checkIn_date { get; set; }
|
|
|
|
}
|
|
} |