AA
zyf
2024-09-06 06a580cf7d74ac5a0bfc05fc55ad5538d8ce6b2a
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; }
}