新增 任务-航线船舶截止时间调整的通知

master
jianghaiqing 6 months ago
parent 99a3e1f978
commit 5b1842335f

@ -171,6 +171,10 @@ namespace Myshipping.Application
/// </summary> /// </summary>
[Description("目的港未返空箱")] [Description("目的港未返空箱")]
POD_GATEOUT_FULL, POD_GATEOUT_FULL,
/// <summary>
/// 航线截止时间调整
/// </summary>
[Description("航线截止时间调整")]
ROUTE_CUT_CHANGE,
} }
} }

@ -1492,6 +1492,13 @@ namespace Myshipping.Application
} }
#endregion #endregion
#region 航线船舶截止时间调整的通知
if (info.Main.TaskType == TaskBaseTypeEnum.ROUTE_CUT_CHANGE)
{
}
#endregion
if (info.Main.SerialMsgInfo != null) if (info.Main.SerialMsgInfo != null)
{ {
var storeInfo = new TaskStoreMsgInfo var storeInfo = new TaskStoreMsgInfo

Loading…
Cancel
Save