namespace DS.Module.Core.Constants
{
///
/// 用于定义映射字典中的模块名称
///
public class MappingModuleConst
{
///
/// 船公司基础映射模块
///
public const string CONST_MAPPING_CARRIER_MODULE = "CarrierBaseMapping";
//收货地名称解析装货港港口
public const string RECEIPT_TO_PORTLOAD = "ReceiptToPortLoad";
//交货地名称解析卸货港港口
public const string DELIVERY_TO_PORT = "DeliveryToPort";
}
}