@ -1557,4 +1557,10 @@ public class SeaExport : BaseOrgModel<long>
/// </summary>
[SugarColumn(ColumnDescription = "约主名称", IsNullable = true, Length = 100)]
public string ContractClientName { get; set; }
/// <summary>
/// 包装名称 t_code_package
[SugarColumn(ColumnDescription = "包装名称", IsNullable = true, Length = 50)]
public string KindPkgsName { get; set; }
}