using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace WIDESEA_DTO.WMS
|
{
|
public class OutBoundMateriel
|
{
|
public string MaterielCode { get; set; }
|
public string ProductionLine { get; set; }
|
public string ProcessCode { get; set; }
|
}
|
}
|