PVCSemiFinishedProductReBackRequest.cs 284 B

12345678910
  1. namespace WCS.Service.Entity
  2. {
  3. public class PVCSemiFinishedProductReBackRequest
  4. {
  5. public string ContainerCode { get; set; }
  6. public decimal Quantity { get; set; }
  7. public string Remark { get; set; }
  8. public string BarCode { get; set; }
  9. }
  10. }