啊鑫
2025-05-30 27bd7530f8c1334b9338dea64002164bd74de8ac
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; }
}