修改任务台任务类型枚举

optimize
jianghaiqing 10 months ago
parent ab9294c703
commit 347533cbb0

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

Loading…
Cancel
Save