啊鑫
2025-03-08 a65c75741fc2a72febad97f0796de9fcd0760502
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; }
}