diff --git a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiReq.cs b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiReq.cs
index 1927474a..88765146 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiReq.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiReq.cs
@@ -193,15 +193,7 @@ namespace DS.WMS.Core.Op.Dtos
/// CNPTNo
///
public string CNPTNo { get; set; }
- ///
- /// SO备注
- ///
- public string SORemark { get; set; }
- ///
- /// SI备注
- ///
- public string SIRemark { get; set; }
}
}
diff --git a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiRes.cs b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiRes.cs
index a4c334c8..dc0a5baa 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiRes.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportEdiRes.cs
@@ -189,14 +189,6 @@ namespace DS.WMS.Core.Op.Dtos
///
public string EmcNameAccount { get; set; }
- ///
- /// SO备注
- ///
- public string SORemark { get; set; }
-
- ///
- /// SI备注
- ///
- public string SIRemark { get; set; }
+
}
}
diff --git a/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExport.cs b/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExport.cs
index 8e0cb7cc..29b39cda 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExport.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExport.cs
@@ -1833,7 +1833,14 @@ public class SeaExport : BaseOrgModel
[Description("船司航线")]
[SugarColumn(ColumnDescription = "船司航线", IsNullable = true, Length = 100)]
public string CarrierLane { get; set; }
-
+
+ ///
+ /// SO备注
+ ///
+ [Description("SO备注")]
+ [SqlSugar.SugarColumn(ColumnDescription = "SO备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
+ public string SORemark { get; set; }
+
///
/// 签单要求
///
diff --git a/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExportEdi.cs b/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExportEdi.cs
index 19f90ec4..aed669fb 100644
--- a/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExportEdi.cs
+++ b/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExportEdi.cs
@@ -220,19 +220,4 @@ public class SeaExportEdi: BaseModel
///
[SqlSugar.SugarColumn(ColumnDescription = "CNPTNo", IsNullable = true, Length = 50)]
public string CNPTNo { get; set; }
-
-
- ///
- /// SO备注
- ///
- [Description("SO备注")]
- [SqlSugar.SugarColumn(ColumnDescription = "SO备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
- public string SORemark { get; set; }
-
- ///
- /// SI备注
- ///
- [Description("SI备注")]
- [SqlSugar.SugarColumn(ColumnDescription = "SI备注", IsNullable = true, ColumnDataType = StaticConfig.CodeFirst_BigString)]
- public string SIRemark { get; set; }
}
\ No newline at end of file