using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WMS.Model
{
///
/// 入库 订单
///
public class PakWaitIn
{
///
/// 时间
///
private DateTime _Ymd = DateTime.Parse("1900-01-01");
///
/// 时间
///
[DisplayName("Receive Date")]
public DateTime Ymd
{
get { return _Ymd; }
set { _Ymd = value; }
}
///
/// 单号
///
private string _Sheet_no = string.Empty;
///
/// 单号
///
[DisplayName("Sheet No")]
public string Sheet_no
{
get { return _Sheet_no; }
set { _Sheet_no = value; }
}
///
/// 类型
///
private string _Io_type = string.Empty;
///
/// 类型
///
[DisplayName("Io type")]
public string Io_type
{
get { return _Io_type; }
set { _Io_type = value; }
}
///
/// Customer
///
private string _Link_mis = string.Empty;
///
/// OrdNumber
///
[DisplayName("Link mis")]
public string Link_mis
{
get { return _Link_mis; }
set { _Link_mis = value; }
}
///
/// 物料编号
///
private string _Pdc_no = string.Empty;
///
/// 物料编号
///
[DisplayName("Inventory Id")]
public string Pdc_no
{
get { return _Pdc_no; }
set { _Pdc_no = value; }
}
///
/// 物料名称
///
private string _Pdc_name = string.Empty;
///
/// 物料名称
///
[DisplayName("Description")]
public string Pdc_name
{
get { return _Pdc_name; }
set { _Pdc_name = value; }
}
///
/// 数量
///
private int _Qty;
///
/// 数量
///
[DisplayName("Qty")]
public int Qty
{
get { return _Qty; }
set { _Qty = value; }
}
///
/// 创建人
///
private string _Appe_user;
///
/// 创建人
///
[DisplayName("Appe User")]
public string Appe_user
{
get { return _Appe_user; }
set { _Appe_user = value; }
}
///
/// 创建时间
///
private DateTime _Appe_time =DateTime.Parse("1900-01-01");
///
/// 创建时间
///
[DisplayName("Appe Date")]
public DateTime Appe_time
{
get { return _Appe_time; }
set { _Appe_time = value; }
}
///
/// 修改人
///
private string _Modi_user;
///
/// 修改人
///
[DisplayName("Modify User")]
public string Modi_user
{
get { return _Modi_user; }
set { _Modi_user = value; }
}
///
/// 修改时间
///
private DateTime _Modi_time = DateTime.Parse("1900-01-01");
///
/// 修改时间
///
[DisplayName("Modify Date")]
public DateTime Modi_time
{
get { return _Modi_time; }
set { _Modi_time = value; }
}
///
/// 修改人
///
private decimal _In_qty;
///
/// 入库数量
///
[DisplayName("In Qty")]
public decimal In_qty
{
get { return _In_qty; }
set { _In_qty = value; }
}
///
/// 状态
///
private decimal _status;
///
/// 状态
///
[DisplayName("Status")]
public decimal Status
{
get { return _status; }
set { _status = value; }
}
///
/// 入库状态
///
private decimal _Io_status;
///
/// 入库状态
///
[DisplayName(" IoStatus")]
public decimal Io_status
{
get { return _Io_status; }
set { _Io_status = value; }
}
///
/// 入库时间
///
private DateTime _Io_time = DateTime.Parse("1900-01-01");
///
/// 入库时间
///
[DisplayName("InTime")]
public DateTime Io_time
{
get { return _Io_time; }
set { _Io_time = value; }
}
///
/// 存储
///
private string _StoreBaseUom;
///
/// 存储
///
[DisplayName("StoreBaseUom")]
public string StoreBaseUom
{
get { return _StoreBaseUom; }
set { _StoreBaseUom = value; }
}
///
/// 设备id
///
private decimal _SrcDoc_ID = 0;
///
/// 设备ID
///
[DisplayName("SrcDoc ID")]
public decimal SrcDoc_ID
{
get { return _SrcDoc_ID; }
set { _SrcDoc_ID = value; }
}
///
/// 设备id
///
private decimal _SrcDocLine_ID = 0;
///
/// 设备线体 ID
///
[DisplayName("SrcDocLine_ID")]
public decimal SrcDocLine_ID
{
get { return _SrcDocLine_ID; }
set { _SrcDocLine_ID = value; }
}
/// 设备id
///
private decimal _AllDoc_Type=0;
///
/// 类型 ID
///
[DisplayName("AllDoc Type")]
public decimal AllDoc_Type
{
get { return _AllDoc_Type; }
set { _AllDoc_Type = value; }
}
///
///版本
///
private string _Version = string.Empty;
///
/// 版本
///
[DisplayName("Version")]
public string Version
{
get { return _Version; }
set { _Version = value; }
}
///
///版本
///
private decimal _Org=0;
///
/// 版本
///
[DisplayName("Version")]
public decimal Org
{
get { return _Org; }
set { _Org = value; }
}
///
///版本
///
private decimal _ItemMaster;
///
/// 版本
///
[DisplayName("ItemMaster")]
public decimal ItemMaster
{
get { return _ItemMaster; }
set { _ItemMaster = value; }
}
///
///SPEC
///
private string _SPEC = string.Empty;
///
/// SPEC
///
[DisplayName("Spec")]
public string SPEC
{
get { return _SPEC; }
set { _SPEC = value; }
}
///
///Memo
///
private string _Memo = string.Empty;
///
/// Memo
///
[DisplayName("Memo")]
public string Memo
{
get { return _Memo; }
set { _Memo = value; }
}
///
///CompanyID
///
private string _CompanyID = string.Empty;
///
/// CompanyID
///
[DisplayName("CompanyID")]
public string CompanyID
{
get { return _CompanyID; }
set { _CompanyID = value; }
}
///
///SiteID
///
private string _SiteID = string.Empty;
///
/// SiteID
///
[DisplayName("SiteID")]
public string SiteID
{
get { return _SiteID; }
set { _SiteID = value; }
}
///
///SiteID
///
private string _Batnbr = string.Empty;
///
/// SiteID
///
[DisplayName("Batnbr")]
public string Batnbr
{
get { return _Batnbr; }
set { _Batnbr = value; }
}
///
///Inventory_Line_ID
///
private string _Inventory_Line_ID =string.Empty;
///
/// Inventory_Line_ID
///
[DisplayName("Inventory Line ID")]
public string Inventory_Line_ID
{
get { return _Inventory_Line_ID; }
set { _Inventory_Line_ID = value; }
}
///
///UnitDesc
///
private string _UnitDesc = string.Empty;
///
/// UnitDesc
///
[DisplayName("UOM")]
public string UnitDesc
{
get { return _UnitDesc; }
set { _UnitDesc = value; }
}
///
/// Whseloc
///
private string _Whseloc = string.Empty;
///
/// Whseloc
///
[DisplayName("Whseloc")]
public string Whseloc
{
get { return _Whseloc; }
set { _Whseloc = value; }
}
///
/// ToWhseloc
///
private string _ToWhseloc = string.Empty;
///
/// ToWhseloc
///
[DisplayName("ToWhseloc")]
public string ToWhseloc
{
get { return _ToWhseloc; }
set { _ToWhseloc = value; }
}
///
/// ToWhseloc
///
private string _Tooling = string.Empty;
///
/// ToWhseloc
///
[DisplayName("Tool ID")]
public string Tooling
{
get { return _Tooling; }
set { _Tooling = value; }
}
///
/// _Manufacture_date
///
private DateTime _Manufacturedate = DateTime.Parse("1900-01-01");
///
/// ToWhseloc
///
[DisplayName("Manufacture Date")]
public DateTime Manufacturedate
{
get { return _Manufacturedate; }
set { _Manufacturedate = value; }
}
///
/// _Manufacture_date
///
private string _PalletID = string.Empty;
///
/// ToWhseloc
///
[DisplayName("PalletID")]
public string PalletID
{
get { return _PalletID; }
set { _PalletID = value; }
}
///
/// _Manufacture_date
///
private string _decid = string.Empty;
///
/// ToWhseloc
///
[DisplayName("decid")]
public string decid
{
get { return _decid; }
set { _decid = value; }
}
///
/// 修改人
///
private string _LotID;
///
/// LotID
///
[DisplayName("LotID")]
public string LotID
{
get { return _LotID; }
set { _LotID = value; }
}
///
/// 修改人
///
private string _MfgCode;
///
/// LotID
///
[DisplayName("Manufacture Code")]
public string MfgCode
{
get { return _MfgCode; }
set { _MfgCode = value; }
}
}
}