@ -1162,7 +1162,7 @@ public class SeaExportReq
/// <summary>
/// 所属分部名称
/// </summary>
public long SaleOrgName { get; set; }
public string SaleOrgName { get; set; }
/// 舱位类型
@ -1524,7 +1524,7 @@ public class SeaExport : BaseOrgModel<long>
[SqlSugar.SugarColumn(ColumnDescription = "所属分部名称", IsNullable = true, Length = 100)]