快乐的昕的电脑
2025-11-26 3dbb348682f4b7e114d41c22f40e0c0e2bc177b2
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; }
}