namespace MES.Service.Dto.webApi; /// /// 出货计划出货接口数据包装类 /// public class ErpShipmentPlanDelivery { /// /// 主表数据 /// public ErpShipmentPlanDeliveryDto OrderDto { get; set; } /// /// 明细表数据 /// public List Items { get; set; } }