Revert "海运出口Edi信息添加SO 和 SI 备注"

This reverts commit 13c2e6852c.
dev
cjy 3 weeks ago
parent 59e891c7f5
commit 9e61b22201

@ -193,15 +193,7 @@ namespace DS.WMS.Core.Op.Dtos
/// CNPTNo
/// </summary>
public string CNPTNo { get; set; }
/// <summary>
/// SO备注
/// </summary>
public string SORemark { get; set; }
/// <summary>
/// SI备注
/// </summary>
public string SIRemark { get; set; }
}
}

@ -189,14 +189,6 @@ namespace DS.WMS.Core.Op.Dtos
/// </summary>
public string EmcNameAccount { get; set; }
/// <summary>
/// SO备注
/// </summary>
public string SORemark { get; set; }
/// <summary>
/// SI备注
/// </summary>
public string SIRemark { get; set; }
}
}

@ -1834,6 +1834,13 @@ public class SeaExport : BaseOrgModel<long>
[SugarColumn(ColumnDescription = "船司航线", IsNullable = true, Length = 100)]
public string CarrierLane { get; set; }
/// <summary>
/// SO备注
/// </summary>
[Description("SO备注")]
[SqlSugar.SugarColumn(ColumnDescription = "SO备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
public string SORemark { get; set; }
/// <summary>
/// 签单要求
/// </summary>

@ -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; }
}
Loading…
Cancel
Save