修改规则,新增委托客户名称

usertest
jianghaiqing 3 months ago
parent a2f77244a8
commit b530444011

@ -754,6 +754,11 @@ namespace DS.Module.DjyRulesEngine
/// 货物明细
/// </summary>
public List<RulesEngineOrderBookingContaCargoInfo> CargoList { get; set; }
/// <summary>
/// 委托客户名称
/// </summary>
public string CustName { get; set; }
}
/// <summary>

Loading…
Cancel
Save