namespace Admin.NET.Application;
///
/// 组盘扫描跟踪号 输出参数
///
public class PdaBindListForSNCodeOutput
{
///
/// 库存对象
///
public WmsStockQuanOutput stockQuanOutput { get; set; }
///
/// 验证结果
///
public bool ValidateResult { get; set; }
///
/// 验证失败原因
///
public string ValidateFailReason { get; set; }
}