using DapperORMCore.Model.CoreModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
namespace NXWMS.Model.AppModels.Condition.NXPDA.InStock
{
///
/// 入库质检条码托盘条件
///
public class InInspectionPalletCondition : PageQueryConditionInfo
{
///
/// 托盘编码
///
public string PalletCode { get; set; }
///
/// 明细状态码s
///
public string DTLStatuss { get; set; }
///
/// 状态码s
///
public string Statuss { get; set; }
}
}