using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Myshipping.Application
{
///
/// BC批量引入
///
public class BatchBCDto
{
///
/// BC的主键
///
public string bcPKId { get; set; }
///
/// 订舱主键
///
public Nullable bkOrderId { get; set; }
}
}