111
啊鑫
2024-07-26 976d08d7fcea6165717b1ac407cd24dc11fa5d29
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; }
}