修改任务台任务类型枚举

optimize
jianghaiqing 10 months ago
parent ab9294c703
commit 347533cbb0

@ -27,7 +27,7 @@ namespace Myshipping.Application
/// <summary> /// <summary>
/// CANCELLATION /// CANCELLATION
/// </summary> /// </summary>
[Description("CANCELLATION")] [Description("Cancellation")]
CANCELLATION, CANCELLATION,
/// <summary> /// <summary>
@ -158,7 +158,7 @@ namespace Myshipping.Application
/// <summary> /// <summary>
/// Booking Amendment /// Booking Amendment
/// </summary> /// </summary>
[Description("BC变更")] [Description("Amendment")]
BC_MODIFY BC_MODIFY
} }
} }

Loading…
Cancel
Save