sjz
2025-05-09 597f8e08e6264b2143454e40a7be553d1e8b6df7
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; }
}