Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
@@ -66,4 +66,23 @@ { public bool IsItemCodeList { get; set; } } public class RePrintLabelBase { 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 { public string ID { get; set; } public string SN { get; set; } public double Qty { get; set; } } }