usertest
cjy 4 months ago
parent c7b444cda6
commit f79fa6bf54

@ -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
/// </summary>
[SugarColumn(ColumnDescription = "包装名称", IsNullable = true, Length = 50)]
public string KindPkgsName { get; set; }
}
Loading…
Cancel
Save