服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-11 8dfeb952db4c7a7b24ed658341c59d4b99f3494e
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -80,7 +80,7 @@
        public string SapCode { get; set; }
        public string ItemCode { get; set; }
        public string ItemDesc { get; set; }
        public decimal PickQty { get; set; }
        public double PickQty { get; set; }
        public string LineRemark { get; set; }
        public string WhCode { get; set; }
        public string WhCode07 { get; set; }
@@ -91,13 +91,18 @@
    {
        public string ID { get; set; }
        public string OrderNo { get; set; }
        public string Status { get; set; }
        public string ItemCode { get; set; }
        public string ItemDesc { get; set; }
        public string Model { get; set; }
        public string SapCode { get; set; }
        public string Remark { get; set; }
        public string SoRemark { get; set; }
        public string MoRemark { get; set; }
        public string Customer { get; set; }
        public string DemandCode { get; set; }
        public string RouteStr { get; set; }
        public decimal Qty { get; set; }
        public double Qty { get; set; }
        public List<PrintWoPickList> Items { get; set; } = new List<PrintWoPickList>();
    }
}