1
wbc
4 天以前 00cbdfb287bcbb6d833c1298fb86b9ad6dab359b
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; }
}