|
|
|
@ -220,19 +220,4 @@ public class SeaExportEdi: BaseModel<long>
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "CNPTNo", IsNullable = true, Length = 50)]
|
|
|
|
|
public string CNPTNo { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// SO备注
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Description("SO备注")]
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "SO备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
|
|
|
|
public string SORemark { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// SI备注
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Description("SI备注")]
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "SI备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
|
|
|
|
public string SIRemark { get; set; }
|
|
|
|
|
}
|