You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
752 B
23 lines
752 B
namespace Win_in.Sfs.Wms.DataExchange.Wms;
|
|
|
|
public class Backflush : WmsEntityWithSiteBase
|
|
{
|
|
public string Employee { get; set; }
|
|
public string Shift { get; set; }
|
|
public string Bk_nbr { get; set; }
|
|
public string Part { get; set; }
|
|
public string Lot { get; set; }
|
|
public string Line { get; set; }
|
|
public string Routing { get; set; }
|
|
public string Bom_code { get; set; }
|
|
public string Wkctr { get; set; }
|
|
public string Mch { get; set; }
|
|
public string Dept { get; set; }
|
|
public decimal Qty_total { get; set; }
|
|
public decimal Qty_scrap { get; set; }
|
|
public decimal Qty_reject { get; set; }
|
|
public string Um { get; set; }
|
|
public string Loc { get; set; }
|
|
public string Op { get; set; }
|
|
|
|
}
|
|
|