You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BookingHeChuan/Myshipping.Core/Const/CarrierCodeConst.cs

25 lines
397 B
C#

namespace Myshipping.Core;
/// <summary>
/// 船公司Code常量
/// </summary>
public static class CarrierCodeConst
{
/// <summary>
/// 长荣
/// </summary>
public const string EMC = "EMC";
/// <summary>
/// 中远
/// </summary>
public const string COSCO = "COSCO";
1 month ago
/// <summary>
/// ONE
/// </summary>
public const string ONE = "ONE";
}