namespace MES.Service.Dto.webApi; public class ErpReturnWareDetails { public string? ItemNo { get; set; } public string? ItemName { get; set; } public string? ItemModel { get; set; } public decimal? Quantity { get; set; } public string? Type { get; set; } public string? DepotCode { get; set; } public decimal? ReturnType { get; set; } public string? ReturnNo { get; set; } public string? ReturnOrder { get; set; } public decimal OrderType { get; set; } public string OrderNumber { get; set; } public string OrderNo { get; set; } }