xwt
2025-09-25 8e5e2fb892df6cc8c61d7c03baa2412522ad11c4
1
2
3
4
5
6
7
8
namespace MES.Service.Dto.webApi;
 
public class ErpShipment
{
    public ErpShipmentNotice ShipmentNotice { get; set; }
 
    public List<ErpShipmentDetail> ShipmentDetails { get; set; }
}