服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-04 e14fe1c9f7753de8bad65b193843748429d6dde1
Tiger.Model.Net/Entitys/MES/ParameterEntity/PositionParameter.cs
@@ -169,9 +169,9 @@
    /// </summary>
    public class AssemblySetting
    {
        public string ItemCode { get; set; }
        public string RuleCode { get; set; }
        public int Qty { get; set; }
        public string ITEM_CODE { get; set; }
        public string RULE_CODE { get; set; }
        public int QTY { get; set; }
    }
    /// <summary>