namespace RB_MES_APICore.Models.Pangu
{
///
/// 盘点盘盈单实体
///
public class R023
{
///
/// 唯一序号
///
public string QUEUE_ID { get; set; } = string.Empty;
///
/// 交易时间
///
public string TRX_DATE { get; set; } = string.Empty;
///
/// 仓库编码
///
public string STORE_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 ERP_LOTNO { get; set; } = string.Empty;
///
/// 储位
///
//public string STORELOC_ID { get; set; } = string.Empty;
///
/// 辅助属性
///
public string MTRL_VER { get; set; } = string.Empty;
}
}