Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -155,9 +155,12 @@ /// </summary> public class WipPkg { public string WorkBatch { get; set; } public string RULE_CODE { get; set; } public string RULE_NAME { get; set; } public string ITEM_CODE { get; set; } public WipPkgItem Item { get; set; } public bool NeedWeighing { get; set; } = false; public bool IsWeighed { get; set; } = false; public WeightInfo WeightInfo { get; set; } = new WeightInfo(); public bool IsFinished => Item.IsFinished;