快乐的昕的电脑
2 天以前 8e6bec9d0a8ae0eea1be319ad3ee972a0ba97c58
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; }
}