namespace RB_MES_API.Models.Pangu
{
public class R202
{
///
/// 唯一序号
///
public string QUEUE_ID { get; set; } = string.Empty;
///
/// 交易时间
///
public string TRX_DATE { get; set; } = string.Empty;
///
/// ERP工单
///
public string ERP_MO { get; set; } = string.Empty;
///
/// ERP工单明细
///
public string MO_SEQ { get; set; } = string.Empty;
///
/// 物料编码
///
public string MTRL_ID { get; set; } = string.Empty;
///
/// 完工数量
///
public string QUANTITY { get; set; } = string.Empty;
///
/// 开始时间
///
public string PB_Date { get; set; } = string.Empty;
///
/// 结束时间
///
public string PE_Date { get; set; } = string.Empty;
///
/// 人员实做工时
///
public string ActualWork { get; set; } = string.Empty;
///
/// 备注
///
public string REMARK { get; set; } = string.Empty;
}
}