Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
@@ -70,7 +70,7 @@ public class RePrintLabelBase { public string BatchNo { get; set; } public decimal BatchQty { get; set; } public double BatchQty { get; set; } public List<RePrintLabelEntity> SnList { get; set; }=new List<RePrintLabelEntity>(); } @@ -83,6 +83,6 @@ { public string ID { get; set; } public string SN { get; set; } public decimal Qty { get; set; } public double Qty { get; set; } } }