using MES.Service.Modes; namespace MES.Service.Dto.service; public class MovesDto { public List? FromList { get; set; } public List? OutItems { get; set; } public List? BarcodeList { get; set; } }