服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
6 天以前 0724ea6f2d5b5a654c92d57e06b79c0d09dd4724
Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -336,6 +336,7 @@
    public class ShipingInfo
    {
        public bool IsPrintCustomerLabel { get; set; }
        public int OldShipQty { get; set; }
        public int ShipQty { get; set; }
    }