using System;
namespace MES.Service.Modes
{
///
///
///
public class MesInvItemArnDetail
{
///
///
/// 默认值: (newid())
///
public Guid? Guid { get; set; }
///
///
///
public Guid? ParentGuid { get; set; }
///
/// MES_ROH_IN_DATA的guid
///
public Guid? AboutGuid { get; set; }
///
/// 采购单号
///
public string Ebeln { get; set; }
///
/// 采购订单行号
///
public int? EbelnLine { get; set; }
///
/// 采购订单数量
///
public decimal? EbelnQty { get; set; }
///
/// 物料编码
///
public string ItemNo { get; set; }
///
/// 收货数量
///
public decimal? Quantity { get; set; }
///
/// 创建人
///
public string CreateBy { get; set; }
///
/// 创建时间
///
public DateTime? CreateDate { get; set; }
///
/// 最后更新人
///
public string LastupdateBy { get; set; }
///
/// 最后更新时间
///
public DateTime? LastupdateDate { get; set; }
///
/// 分厂编码
///
public string Factory { get; set; }
///
/// 公司代码
///
public string Company { get; set; }
///
/// 采购单ID
///
public int? EbelnK3id { get; set; }
///
/// 采购单行ID
///
public int? LineK3id { get; set; }
///
/// 本次应收数量
///
public decimal? SubQty { get; set; }
///
/// 余量
///
public int? MarginQty { get; set; }
///
/// 任务单号
///
public string WorkNo { get; set; }
///
/// 急料标识
/// 默认值: ((0))
///
public bool? UrgentFlag { get; set; }
///
/// 备注
///
public string Memo { get; set; }
///
/// 检验结果
///
public string CheckRes { get; set; }
///
/// 检验状态 (待检、分选、特采、已检)
/// 默认值: ('待检')
///
public string CheckStates { get; set; }
///
/// 收货余量
///
public int? QuantityM { get; set; }
///
/// 本次应收余量
///
public int? SubMqty { get; set; }
///
/// 检验日期
///
public DateTime? CheckDate { get; set; }
///
/// 是否检验
/// 默认值: ((0))
///
public int? Ischeck { get; set; }
///
/// 已收数量
///
public int? OkQty { get; set; }
///
/// 已收余量
///
public int? OkMqty { get; set; }
///
/// 产品型号
///
public string BoardStyle { get; set; }
///
/// 任务单行号
///
public int? WorkLine { get; set; }
///
/// 0、采购单,1、委外单
/// 默认值: ((0))
///
public int? FType { get; set; }
///
/// 是否入库
/// 默认值: ((0))
///
public bool? IsdepsIn { get; set; }
///
/// 到货单号
///
public string Dha001 { get; set; }
///
/// 已入库数量
///
public int? OkRkqty { get; set; }
///
/// 到货单号
///
public string CbillNo { get; set; }
///
/// 采购入库数量
///
public int? CgRkqty { get; set; }
///
/// 物料ID
///
public int? ItemId { get; set; }
///
/// 退货标识
/// 默认值: ((0))
///
public int? ReturnFlag { get; set; }
///
/// 推送状态
///
public string States { get; set; }
}
}