From 14ec1d10863dc4f04f0403f0e8beb3c8670fa4bf Mon Sep 17 00:00:00 2001
From: wet <1034391973@qq.com>
Date: Thu, 22 Dec 2022 09:17:18 +0800
Subject: [PATCH] =?UTF-8?q?=E8=88=B9=E6=9C=9F=E6=89=8B=E5=B7=A5=E7=BB=B4?=
=?UTF-8?q?=E6=8A=A4=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Myshipping.Core/Myshipping.Core.xml | 5 +++++
.../Service/DjyVesselInfo/DjyVesselInfoService.cs | 5 +----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/Myshipping.Core/Myshipping.Core.xml b/Myshipping.Core/Myshipping.Core.xml
index 88d56509..5c53abb0 100644
--- a/Myshipping.Core/Myshipping.Core.xml
+++ b/Myshipping.Core/Myshipping.Core.xml
@@ -16614,6 +16614,11 @@
默认码头
+
+
+ 实际离港日期
+
+
船公司
diff --git a/Myshipping.Core/Service/DjyVesselInfo/DjyVesselInfoService.cs b/Myshipping.Core/Service/DjyVesselInfo/DjyVesselInfoService.cs
index e298b8b4..a994018c 100644
--- a/Myshipping.Core/Service/DjyVesselInfo/DjyVesselInfoService.cs
+++ b/Myshipping.Core/Service/DjyVesselInfo/DjyVesselInfoService.cs
@@ -15,7 +15,7 @@ using System;
namespace Myshipping.Core.Service
{
///
- /// 用户自定义配置服务
+ /// 船期手工维护模块
///
[ApiDescriptionSettings(Name = "DjyVesselInfo", Order = 1)]
public class DjyVesselInfoService : IDjyVesselInfoService, IDynamicApiController, ITransient
@@ -85,8 +85,5 @@ namespace Myshipping.Core.Service
return tlist;
}
}
-
-
-
}
}