@ -331,5 +331,10 @@ namespace Myshipping.Application
/// 订舱确认时间
/// </summary>
public Nullable<DateTime> BookingConfirmDate { get; set; }
/// <summary>
/// 舱位主键
public Nullable<long> BookingSlotId { get; set; }
}
@ -761,6 +761,10 @@ namespace Myshipping.Application
else
{
throw Oops.Oh($"生成舱位失败,舱位已存在");
#endregion
else if (model.GenerateMethod == "GEN_BOOKING")