|
|
|
@ -108,12 +108,12 @@ namespace Myshipping.Application
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 单证ID
|
|
|
|
|
/// 委托单位联系人ID
|
|
|
|
|
/// </summary>
|
|
|
|
|
public Nullable<long> CustomerContactId { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 单证名称
|
|
|
|
|
/// 委托单位联系人名称
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string CustomerContactName { get; set; }
|
|
|
|
|
}
|
|
|
|
|