Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -11,6 +11,7 @@ public string WorkOrder { get; set; } public string WoBatch { get; set; } public string UserId { get; set; } public string ActLine { get; set; } public int Status { get; set; } public int RouteStatus { get; set; } } @@ -18,6 +19,8 @@ public class BizLabelVarWoInput { public string WorkOrder { get; set; } public string CustCode { get; set; } public string ProdCode { get; set; } public string LabelId { get; set; } public int draw { get; set; }