@ -201,5 +201,15 @@ namespace Myshipping.Application.Entity
/// 大简云用户Id
/// </summary>
public string DJYUserId { get; set; }
}
/// <summary>
/// 平台代码
public string SYSTEM_CODE { get; set; }
/// 平台名称
public string SYSTEM_NAME { get; set; }
@ -165,6 +165,16 @@ namespace Myshipping.Application
public string BatchStatic { get; set; }
/// 费用明细(当业务类型是INVOICE_BILL_MAIL-航次账单
@ -352,9 +352,11 @@ namespace Myshipping.Application
CUSTOMER_ID = info.Main.CustomerId,
CUSTOMER_NAME = info.Main.CustomerName,
BATCH_STATIC = info.Main.BatchStatic,
DJYUserId = info.Head.DJYUserId
};
DJYUserId = info.Head.DJYUserId,
SYSTEM_CODE = info.Main.SYSTEM_CODE,
SYSTEM_NAME = info.Main.SYSTEM_NAME,
long taskReqUserId = 0;