optimize
wet 2 years ago
parent 5a453903a7
commit fbbc727460

@ -627,7 +627,7 @@ namespace Myshipping.Application.Entity
/// 客户ID
/// </summary>
public long? CUSTOMERID { get; set; }
public string CUSTOMERID { get; set; }
/// <summary>
/// 订舱代理ID
/// </summary>

@ -4481,6 +4481,16 @@ namespace Myshipping.Application
#endregion
}
}

@ -507,7 +507,7 @@ namespace Myshipping.Application
/// <summary>
/// 客户ID
/// </summary>
public long? CUSTOMERID { get; set; }
public string CUSTOMERID { get; set; }
/// <summary>
/// 订舱代理ID
/// </summary>

@ -10821,7 +10821,6 @@
缓存数据
</summary>
<returns></returns>
<exception cref="T:System.NotImplementedException"></exception>
</member>
<member name="T:Myshipping.Core.Service.DjyTenantConfigService">
<summary>

@ -222,7 +222,6 @@ namespace Myshipping.Core.Service
/// 缓存数据
/// </summary>
/// <returns></returns>
/// <exception cref="System.NotImplementedException"></exception>
[NonAction]
public async Task CacheData(bool flag = false)
{

Loading…
Cancel
Save