啊鑫
2024-07-12 76db5b59294f6a9fef77a77ad9536b4d0ea97657
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; }
}