using System;
using System.Collections.Generic;
using System.Text;
namespace wms.dto.request.sx
{
public class PalletBoxCodeinfoRequest
{
///
/// 箱号
///
public string BoxCode { get; set; }
///
/// 托盘码
///
public string TrayCode { get; set; }
///
/// 码垛工位
///
public string Equip { get; set; }
///
/// 工字轮型号
///
public string HwType { get; set; }
///
/// 托盘类型
///
public string TrayType { get; set; }
///
/// 底托 + 隔板 + 包装塑料袋 + 帘线塑料托盘 重量
///
public decimal Wqty { get; set; }
///
/// 托盘任务id
///
public int TaskNum { get; set; }
///
/// 包材重量(铁托之外的所有包材重量(包材重量可以由MES获取))
///
public decimal PackWeight { get; set; }
public List list { get; set; }
}
public class PalletinfoDetail
{
///
/// 工字轮条码
///
public string HWBarCode { get; set; }
public string HuNr { get; set; }
public string MaterialDesc { get; set; }
public string MaterialCode { get; set; }
public string GradeCode { get; set; }
public string Sku { get; set; }
public string MachineGroupcode { get; set; }
public string OvcValue { get; set; }
public decimal OvcFlag { get; set; }
///
/// 焊点数量
///
public decimal BadpointCount { get; set; }
public int Layer { get; set; }
public string InDocsNo { get; set; }
public bool IsControlpanel { get; set; }
public string Batch { get; set; }
public bool IsBlack { get; set; }
public string Winding { get; set; }
public DateTime PalletizingDate { get; set; }
public decimal TareWQty { get; set; }
public decimal NetWQty { get; set; }
public decimal TolWQty { get; set; }
public string EquNo { get; set; }
public string CLBarCode { get; set; }
}
public class MesBoxVerify
{
public string HuNr { get; set; }
public string Batch { get; set; }
}
}