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.
|
namespace Myshipping.Core.Const
|
|
{
|
|
/// <summary>
|
|
/// 租户参数Code常量
|
|
/// </summary>
|
|
public class TenantParamCode
|
|
{
|
|
/// <summary>
|
|
/// 是否启用舱位相关功能
|
|
/// </summary>
|
|
public const string ENABLE_SLOT_ABILITY = "ENABLE_SLOT_ABILITY";
|
|
}
|
|
}
|