@ -127,6 +127,11 @@ namespace DS.WMS.Core.Op.Dtos
/// 代理人 t_info_client CUSTNAME
/// </summary>
public long? AgentId { get; set; }
/// <summary>
/// 代理人名称
public string AgentName { get; set; }
/// 代理人内容
@ -126,6 +126,10 @@ namespace DS.WMS.Core.Op.Dtos
public string AgentContent { get; set; }
@ -141,6 +141,12 @@ public class SeaExportBillManage : BaseOrgModel<long>
[SqlSugar.SugarColumn(ColumnDescription = "代理人", IsNullable = true)]
[SqlSugar.SugarColumn(ColumnDescription = "代理人名称", IsNullable = true, Length = 100)]