namespace MES.Service.Dto.webApi; public class ErpOut { public ErpOutWare ErpOutWares { get; set; } public List ErpOutWareDetailss { get; set; } }