服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-04 990807a09cf35a73b20e213a4df82acddec40f4b
Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
@@ -70,8 +70,8 @@
        public string WorkOrder { get; set; }
        public string ItemCode { get; set; }
        public string WhCode { get; set; } = "10105";
        public int PkgQty { get; set; }
        public int CompleteQty { get; set; }
        public double PkgQty { get; set; }
        public double CompleteQty { get; set; }
        public int OutputType { get; set; } = 0;
        public int StorageType { get; set; } = 4;
        public int DocState { get; set; } = 1;
@@ -91,7 +91,7 @@
        public Wh Wh { get; set; }
        public Item Item { get; set; }
        public DescFlexField DescFlexField { get; set; }
        public int CompleteQty { get; set; }
        public double CompleteQty { get; set; }
        public int OutputType { get; set; } = 0;
        public int StorageType { get; set; } = 4;
        public int DocState { get; set; } = 1;
@@ -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
@@ -140,11 +140,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 CreateBarCodeEntitys