1
啊鑫
2024-10-08 1b8d10dbb20b513be61556021f8f471e506d92c3
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; }
}