using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WMS.Model
{
public class Pak_io_complete
{
///
/// _Manufacture_date
///
private string _PalletID = string.Empty;
///
/// ToWhseloc
///
[DisplayName("PalletID")]
public string PalletID
{
get { return _PalletID; }
set { _PalletID = value; }
}
///
/// 时间
///
private string _Ymd = string.Empty;
///
/// 时间
///
[DisplayName("Datetime")]
public string Ymd
{
get { return _Ymd; }
set { _Ymd = value; }
}
///
/// 单号
///
private string _Sheet_no = string.Empty;
///
/// 单号
///
[DisplayName("Document Number")]
public string Sheet_no
{
get { return _Sheet_no; }
set { _Sheet_no = value; }
}
///
/// 物料编号
///
private string _Pdc_no = string.Empty;
///
/// 物料编号
///
[DisplayName("goods id")]
public string Pdc_no
{
get { return _Pdc_no; }
set { _Pdc_no = 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_name = string.Empty;
///
/// 物料名称
///
[DisplayName("goods namse")]
public string Pdc_name
{
get { return _Pdc_name; }
set { _Pdc_name = value; }
}
///
/// 类型
///
private string _Io_type = string.Empty;
///
/// 类型
///
[DisplayName("Io type")]
public string Io_type
{
get { return _Io_type; }
set { _Io_type = value; }
}
///
/// 数量
///
private string _Qty = string.Empty;
///
/// 数量
///
[DisplayName("Number")]
public string Qty
{
get { return _Qty; }
set { _Qty = value; }
}
///
/// Po
///
private string _Po = string.Empty;
///
/// Po
///
[DisplayName("Po")]
public string Po
{
get { return _Po; }
set { _Po = value; }
}
///
/// 确认数量
///
private string _Wrk_no = string.Empty;
///
/// 确认数量
///
[DisplayName("Wrk_no")]
public string Wrk_no
{
get { return _Wrk_no; }
set { _Wrk_no = value; }
}
///
/// 创建人
///
private string _Appe_user = string.Empty;
///
/// 创建人
///
[DisplayName("Create User")]
public string Appe_user
{
get { return _Appe_user; }
set { _Appe_user = value; }
}
///
/// 创建时间
///
private string _Appe_time;
///
/// 创建时间
///
[DisplayName("Create Date")]
public string Appe_time
{
get { return _Appe_time; }
set { _Appe_time = value; }
}
///
/// 修改人
///
private string _Modi_user = string.Empty;
///
/// 修改人
///
[DisplayName("Modify User")]
public string Modi_user
{
get { return _Modi_user; }
set { _Modi_user = value; }
}
///
/// 修改时间
///
private string _Modi_time = string.Empty;
///
/// 修改时间
///
[DisplayName("Modify Date")]
public string Modi_time
{
get { return _Modi_time; }
set { _Modi_time = value; }
}
///
/// 修改人
///
private string _In_qty = string.Empty;
///
/// 入库数量
///
[DisplayName("In Num")]
public string In_qty
{
get { return _In_qty; }
set { _In_qty = value; }
}
///
/// 状态
///
private string _status;
///
/// 状态
///
[DisplayName("Status")]
public string Status
{
get { return _status; }
set { _status = value; }
}
///
/// 入库状态
///
private string _Io_status;
///
/// 入库状态
///
[DisplayName("InStatus")]
public string 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 string _SrcDoc_ID = string.Empty;
///
/// 设备ID
///
[DisplayName("StoreBaseUom")]
public string SrcDoc_ID
{
get { return _SrcDoc_ID; }
set { _SrcDoc_ID = value; }
}
///
/// 设备id
///
private string _SrcDocLine_ID = string.Empty;
///
/// 设备线体 ID
///
[DisplayName("StoreBaseUom")]
public string SrcDocLine_ID
{
get { return _SrcDocLine_ID; }
set { _SrcDocLine_ID = value; }
}
/// 设备id
///
private string _AllDoc_Type = string.Empty;
///
/// 类型 ID
///
[DisplayName("_AllDoc_Type")]
public string 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 string _Org = string.Empty;
///
/// 版本
///
[DisplayName("Version")]
public string Org
{
get { return _Org; }
set { _Org = value; }
}
///
///版本
///
private string _ItemMaster = string.Empty;
///
/// 版本
///
[DisplayName("ItemMaster")]
public string ItemMaster
{
get { return _ItemMaster; }
set { _ItemMaster = value; }
}
///
///SPEC
///
private string _SPEC = string.Empty;
///
/// SPEC
///
[DisplayName("ItemMaster")]
public string SPEC
{
get { return _SPEC; }
set { _SPEC = value; }
}
///
///Memo
///
private string _Memo = string.Empty;
///
/// Memo
///
[DisplayName("ItemMaster")]
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; }
}
///
///Batnbr
///
private string _Batnbr = string.Empty;
///
/// Batnbr
///
[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("_Batnbr")]
public string Inventory_Line_ID
{
get { return _Inventory_Line_ID; }
set { _Inventory_Line_ID = value; }
}
///
///UnitDesc
///
private string _UnitDesc = string.Empty;
///
/// UnitDesc
///
[DisplayName("UnitDesc")]
public string UnitDesc
{
get { return _UnitDesc; }
set { _UnitDesc = value; }
}
///
/// Whseloc
///
private string _Whseloc = string.Empty;
///
/// Whseloc
///
[DisplayName("ERPLoc")]
public string Whseloc
{
get { return _Whseloc; }
set { _Whseloc = value; }
}
///
/// ToWhseloc
///
private string _ToWhseloc = string.Empty;
///
/// ToWhseloc
///
[DisplayName("ASRSLOC")]
public string ToWhseloc
{
get { return _ToWhseloc; }
set { _ToWhseloc = value; }
}
///
/// ToWhseloc
///
private string _Tooling = string.Empty;
///
/// ToWhseloc
///
[DisplayName("ToolA")]
public string Tooling
{
get { return _Tooling; }
set { _Tooling = value; }
}
///
/// _Manufacture_date
///
private string _Manufacture_date;
///
/// ToWhseloc
///
[DisplayName("_Manufacture_date")]
public string Manufacture_date
{
get { return _Manufacture_date; }
set { _Manufacture_date = value; }
}
///
/// 创建人
///
private string _Crtd_User = string.Empty;
///
/// 创建人
///
[DisplayName("Crtd_User")]
public string Crtd_User
{
get { return _Crtd_User; }
set { _Crtd_User = value; }
}
///
/// _Manufacture_date
///
private DateTime _Crtd_Datetime = DateTime.Parse("1900-01-01");
///
/// ToWhseloc
///
[DisplayName("Crtd Datetime")]
public DateTime Crtd_Datetime
{
get { return _Crtd_Datetime; }
set { _Crtd_Datetime = value; }
}
///
/// 创建人
///
private string _Lupd_User = string.Empty;
///
/// 创建人
///
[DisplayName(" Lupd User")]
public string Lupd_User
{
get { return _Lupd_User; }
set { _Lupd_User = value; }
}
///
/// Lupd_Datetime
///
private DateTime _Lupd_Datetime = DateTime.Parse("1900-01-01");
///
/// ToWhseloc
///
[DisplayName("Lupd Datetime")]
public DateTime Lupd_Datetime
{
get { return _Lupd_Datetime; }
set { _Lupd_Datetime = value; }
}
///
///Inventory_Line_ID
///
private string _ASRS_Location= string.Empty;
///
/// Inventory_Line_ID
///
[DisplayName("Location")]
public string ASRS_Location
{
get { return _ASRS_Location; }
set { _ASRS_Location = value; }
}
}
}