11
tjx
2025-11-12 c6d9fc76d16c944e64d6490eb2a6d866fd7a38f0
1
2
3
4
5
6
7
namespace MES.Service.Dto.webApi;
 
public class RohIn
{
    public ErpRohIn ErpRohIn { get; set; }
    public List<ErpRohinData> ErpRohinDatas { get; set; }
}