namespace wms.dto.request.fj
{
public class CurtainProductionStockOutRequest : BaseRequest
{
///
/// 帘线工单号
///
public string BillCode { get; set; }
///
/// 机台编号
///
public string WbCode { get; set; }
///
/// 推荐消耗等级
///
public string Grade { get; set; }
///
/// 过账凭证号
///
public string ReqId { get; set; }
///
/// 快投标记
///
public bool IsFast { get; set; }
///
/// 绕向
///
public string Winding { get; set; }
///
/// 业务类型 1:取空补满 2:取空 3:补满
///
public string Type { get; set; } = "";
///
/// 垛型编码
///
public string TypeCode { get; set; } = "";
}
public class CurtainProductionStockOutRequest1 : BaseRequest
{
///
/// 帘线工单号
///
public string BillCode { get; set; }
///
/// 机台编号
///
public string WbCode { get; set; }
///
/// 推荐消耗等级
///
public string Grade { get; set; }
///
/// 过账凭证号
///
public string ReqId { get; set; }
///
/// 快投标记
///
public bool IsFast { get; set; }
///
/// 绕向
///
public string Winding { get; set; }
///
/// 业务类型 1:取空补满 2:取空 3:补满
///
public string Type { get; set; }
///
/// 本次叫料编码
///
public string Materialcodecall { get; set; }
}
public class ManualCurtainProductionStockOut : BaseRequest
{
///
/// 帘线工单号
///
public string BillCode { get; set; }
///
/// 机台编号
///
public string WbCode { get; set; }
///
/// 立库编号
///
public string wareCode { get; set; }
///
/// 货位号
///
public string cellCode { get; set; }
///
/// 推荐消耗等级
///
public string Grade { get; set; }
///
/// 过账凭证号
///
public string ReqId { get; set; }
///
/// 快投标记
///
public bool IsFast { get; set; }
///
/// 绕向
///
public string Winding { get; set; }
}
}