crz
2025-03-10 126436e892b6d201072b1a0c4795ff819b55270e
1
2
3
4
5
6
7
namespace MES.Service.Dto.webApi;
 
public class ErpOut
{
    public ErpOutWare ErpOutWares { get; set; }
    public List<ErpOutWareDetails> ErpOutWareDetailss { get; set; }
}