服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-30 c049523656adcbab2d16df48faa94c672063c0dc
Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
@@ -31,6 +31,10 @@
        /// </summary>
        public string ItemCode { get; set; }
        /// <summary>
        /// 单据号
        /// </summary>
        public string OrderNo { get; set; }
        /// <summary>
        /// 当前操作需要提交的选项
        /// </summary>
        public Dictionary<string, string> Options { get; set; } = new Dictionary<string, string>();
@@ -82,11 +86,6 @@
        public string BatchNo { get; set; }
        public double BatchQty { get; set; }
        public List<RePrintLabelEntity> SnList { get; set; }=new List<RePrintLabelEntity>();
    }
    public class PrintSemiProdLabelEntity: RePrintLabelBase
    {
    }
    public class RePrintLabelEntity