namespace WCS.Service.Entity { public class PVCSemiFinishedProductReBackRequest { public string ContainerCode { get; set; } public decimal Quantity { get; set; } public string Remark { get; set; } public string BarCode { get; set; } } }