@ -22,7 +22,7 @@ public class SeaExport : BaseOrgModel<long>
/// 业务状态
/// </summary>
[Description("业务状态")]
[SqlSugar.SugarColumn(ColumnDescription = "业务状态", IsNullable = true)]
[SqlSugar.SugarColumn(ColumnDescription = "业务状态", IsNullable = true, Length = 50)]
public string BusinessStatus { get; set; }
/// <summary>
/// 业务状态名称