namespace MES.Service.Dto.webApi; public class RohIn { public ErpRohIn ErpRohIn { get; set; } public List ErpRohinDatas { get; set; } }