From ad29265ac461e3a449b075454a04f45b6678a49d Mon Sep 17 00:00:00 2001 From: cjy Date: Thu, 8 Aug 2024 16:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportReq.cs | 2 +- ds-wms-service/DS.WMS.Core/Op/Entity/SeaExport.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportReq.cs b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportReq.cs index 178a6334..f97cda69 100644 --- a/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportReq.cs +++ b/ds-wms-service/DS.WMS.Core/Op/Dtos/SeaExportReq.cs @@ -1162,7 +1162,7 @@ public class SeaExportReq /// /// 所属分部名称 /// - public long SaleOrgName { get; set; } + public string SaleOrgName { 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 92072894..bd2828a8 100644 --- a/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExport.cs +++ b/ds-wms-service/DS.WMS.Core/Op/Entity/SeaExport.cs @@ -1524,7 +1524,7 @@ public class SeaExport : BaseOrgModel /// 所属分部名称 /// [SqlSugar.SugarColumn(ColumnDescription = "所属分部名称", IsNullable = true, Length = 100)] - public long SaleOrgName { get; set; } + public string SaleOrgName { get; set; } ///