jianghaiqing 2 months ago
commit 047d4d1486

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS.Module.DjyRulesEngine
namespace DS.Module.DjyRulesEngine
{
/// <summary>
///
@ -31,7 +25,10 @@ namespace DS.Module.DjyRulesEngine
/// 客户合同号
/// </summary>
public string ServContrNo { get; set; }
/// <summary>
/// 运费协议号(约号)
/// </summary>
public string ContractNo { get; set; }
/// <summary>
/// 发货人代码
/// </summary>

@ -207,6 +207,7 @@ public partial class SeaExportService : ISeaExportService
//映射规则引擎
TypeAdapterConfig<SeaExport, RulesEngineOrderBookingMainBusinessInfo>
.NewConfig()
.Map(dto => dto.ContrNo, poco => poco.ContractNo)
.Map(dto => dto.MasterBlNo, poco => poco.MBLNO)
.Map(dto => dto.HouseBlNo, poco => poco.HBLNO)
.Map(dto => dto.BookingNo, poco => poco.BookingNo)

Loading…
Cancel
Save