船期手工维护模块

optimize
wet 2 years ago
parent 47b9e7d095
commit 14ec1d1086

@ -16614,6 +16614,11 @@
默认码头 默认码头
</summary> </summary>
</member> </member>
<member name="P:Myshipping.Application.Entity.DjyVesselInfo.ATD">
<summary>
实际离港日期
</summary>
</member>
<member name="P:Myshipping.Application.Entity.DjyVesselInfo.CARRIER"> <member name="P:Myshipping.Application.Entity.DjyVesselInfo.CARRIER">
<summary> <summary>
船公司 船公司

@ -15,7 +15,7 @@ using System;
namespace Myshipping.Core.Service namespace Myshipping.Core.Service
{ {
/// <summary> /// <summary>
/// 用户自定义配置服务 /// 船期手工维护模块
/// </summary> /// </summary>
[ApiDescriptionSettings(Name = "DjyVesselInfo", Order = 1)] [ApiDescriptionSettings(Name = "DjyVesselInfo", Order = 1)]
public class DjyVesselInfoService : IDjyVesselInfoService, IDynamicApiController, ITransient public class DjyVesselInfoService : IDjyVesselInfoService, IDynamicApiController, ITransient
@ -85,8 +85,5 @@ namespace Myshipping.Core.Service
return tlist; return tlist;
} }
} }
} }
} }

Loading…
Cancel
Save