服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-11 27b4865c2c15b2256bff5d32d6c0853646451fbd
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;