using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS.WMS.Core.Op.Dtos
{
///
///
///
public class SeaExportBatchEditShipagencyReq
{
///
/// 业务Ids
///
public List Ids { get; set; }
///
/// 船代
///
public string ShipAgency { get; set; }
///
/// 船代ID
///
public string ShipAgencyId { get; set; }
}
}