Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -163,7 +163,7 @@ public string RULE_CODE { get; set; } public string RULE_NAME { get; set; } public string PROD_CODE { get; set; } public string ITEM_CODE { get; set; } public MES_CUST_SN CustSN { get; set; } public WipPkgItem Item { get; set; } public bool NeedWeighing { get; set; } = false; public bool IsWeighed { get; set; } = false;