服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-02-27 9e4d2ea113f6d5631f78aa85bbe39481fd701b72
Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
@@ -126,11 +126,11 @@
        /// <summary>
        /// 入库单行总数量
        /// </summary>
        public int CreateBarCodeItemQty { get; set; }
        public decimal CreateBarCodeItemQty { get; set; }
        /// <summary>
        /// 包装装箱数量
        /// </summary>
        public int LabelQty { get; set; }
        public decimal LabelQty { get; set; }
    }
    public class BarcodeCreateByAssignQtyParam