啊鑫
7 天以前 ab01d75a3fbc8467d81a895cba5d6dde76fbe053
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; }
}