namespace RB_MES_APICore.Models.Pangu
{
///
/// 生产退料单实体
///
public class R019
{
///
/// 唯一序号
///
public string QUEUE_ID { get; set; } = string.Empty;
///
/// 交易时间
///
public string TRX_DATE { get; set; } = string.Empty;
///
/// 仓库编码
///
public string STORE_ID { get; set; } = string.Empty;
///
/// ERP委外用料清单
///
public string ERP_MO { get; set; } = string.Empty;
///
/// 主料编码
///
public string MAIN_ID { get; set; } = string.Empty;
///
/// 物料编码
///
public string MTRL_ID { get; set; } = string.Empty;
///
/// 数量
///
public string QUANTITY { get; set; } = string.Empty;
///
/// 备注
///
public string REMARK { get; set; } = string.Empty;
///
/// 行号
///
public string SEQ { get; set; } = string.Empty;
///
/// 批次
///
public string ERP_LOTNO { get; set; } = string.Empty;
///
/// 退料类型
///
public string TL_TYPE { get; set; } = string.Empty;
///
/// 辅助属性
///
public string MTRL_VER { get; set; } = string.Empty;
///
///工单行号
///
public string MO_SEQ { get; set; } = string.Empty;
///
///工单行号
///
public string IS_BACK { get; set; } = string.Empty;
}
}